1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
auto-apt-proxy (11) unstable; urgency=medium
* Replace `which` with `command -v`
* Makefile: make shellcheck test non-fatal (Closes: #912111)
* Update copyright notices
* Bump Standards-Version to 4.2.1; no changes needed.
* debian/rules: set Rules-Require-Root: no
-- Antonio Terceiro <terceiro@debian.org> Sun, 28 Oct 2018 09:35:05 -0300
auto-apt-proxy (10) unstable; urgency=medium
* Exit with 0 even when no proxy can be detected. This prevents apt from
failing when the proxy is down, or when there is none.
-- Antonio Terceiro <terceiro@debian.org> Sat, 05 May 2018 14:17:59 -0300
auto-apt-proxy (9) unstable; urgency=medium
* debian/tests/{remove,reinstall}: drop unnecessary $action variable
* Bump debhelper compatibility level to 11
* Bump Standards-Version to 4.1.4; no changes needed
* Update Homepage: and Vcs-* to point to salsa.debian.org
* apt-integration test: unset no_proxy (Closes: #893573)
-- Antonio Terceiro <terceiro@debian.org> Sat, 21 Apr 2018 14:29:26 -0300
auto-apt-proxy (8) unstable; urgency=medium
* debian/tests: remove pointless "purge" test
* preinst: put configuration file back in place on reinstalls
-- Antonio Terceiro <terceiro@debian.org> Mon, 27 Nov 2017 13:50:22 -0200
auto-apt-proxy (7) unstable; urgency=medium
* Move apt configuration away on removal (Closes: #881751)
-- Antonio Terceiro <terceiro@debian.org> Wed, 22 Nov 2017 11:52:20 -0200
auto-apt-proxy (6) unstable; urgency=medium
* Fix regression in wrapper mode that breaks the APT integration (!)
-- Antonio Terceiro <terceiro@debian.org> Thu, 02 Nov 2017 20:12:43 -0200
auto-apt-proxy (5) unstable; urgency=medium
* Add wrapper mode: running `auto-apt-proxy COMMAND` will cause command to
be executed with the environment variables http_proxy and HTTP_PROXY set
to the URL of the detected proxy.
-- Antonio Terceiro <terceiro@debian.org> Thu, 02 Nov 2017 19:37:30 -0200
auto-apt-proxy (4) unstable; urgency=medium
[ Thadeu Lima de Souza Cascardo ]
* Use DIRECT for proxies values and ignore
Acquire::http::Proxy-Auto-Detect.
* Add support for apt-cacher. (Closes: #879117)
[ Antonio Terceiro ]
* debian/tests: add test for apt-cacher detection
-- Antonio Terceiro <terceiro@debian.org> Fri, 27 Oct 2017 15:07:33 -0200
auto-apt-proxy (3) unstable; urgency=medium
* Add support for detecting approx
* Handle `ip` not being available
* Recommends: iproute2 for `ip`
* Bump Standards-Version to 4.1.1; no changes needed
-- Antonio Terceiro <terceiro@debian.org> Mon, 02 Oct 2017 16:20:30 -0300
auto-apt-proxy (2) unstable; urgency=medium
* specify `--shell dash` to shellcheck (Closes: #834976)
- unfortunately POSIX shell doesn't even define function-local variables,
which are IMO a good thing to use.
-- Antonio Terceiro <terceiro@debian.org> Mon, 22 Aug 2016 13:26:44 -0300
auto-apt-proxy (1) unstable; urgency=medium
* Initial Release (Closes: #827375).
-- Antonio Terceiro <terceiro@debian.org> Sun, 03 Jul 2016 19:09:00 +0200
|