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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
auto-apt-proxy (13.3) unstable; urgency=medium
* autopkgtest: cope with auto-apt-proxy being pre-installed (Closes: #989776)
-- Antonio Terceiro <terceiro@debian.org> Fri, 18 Jun 2021 22:51:34 -0300
auto-apt-proxy (13.2) unstable; urgency=medium
[ Antonio Terceiro ]
* Minor documentation update
* README.md: fix indentation in manpage
* Avoid warning from `hostname` when domain can't be determined
* Mention the DNS support in the package description
* Fix busybox detection.
Invoking just `busybox ip` will always fail because it's missing a
subcommand, and `busybox ip` will fail with a usage message. Adding
`--help` makes the command succeed if busybox is installed and the `ip`
applet is compiled in (what is the default in Debian anyway).
(Closes: #988262)
[ Ansgar Burchardt ]
* Update package description
-- Antonio Terceiro <terceiro@debian.org> Mon, 10 May 2021 18:38:51 -0300
auto-apt-proxy (13.1) unstable; urgency=medium
* Fix check for insecure cache dir
-- Antonio Terceiro <terceiro@debian.org> Thu, 17 Dec 2020 11:32:45 -0300
auto-apt-proxy (13) unstable; urgency=medium
* Cache results for 60s
* Allow local user to specify an explicit proxy host
-- Antonio Terceiro <terceiro@debian.org> Wed, 16 Dec 2020 17:48:15 -0300
auto-apt-proxy (12) unstable; urgency=medium
[ Trent W. Buck ]
* Try "busybox ip route" when "ip route" is not available.
* Use apt-helper to find apt proxy via _apt_proxy._tcp DNS record
(Closes: #935495)
[ Antonio Terceiro ]
* autopkgtest: give names to all tests
* Timeout each request to potential proxies at 5s (Closes: #939046)
* Bump Standards-Version to 4.4.0; no changes needed
-- Antonio Terceiro <terceiro@debian.org> Mon, 02 Sep 2019 13:00:41 -0300
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
|