auto-apt-proxy (14.1) unstable; urgency=medium * autopkgtest: drop test for squid-deb-proxy (Closes: #1033530) -- Antonio Terceiro Tue, 28 Mar 2023 21:56:37 -0300 auto-apt-proxy (14) unstable; urgency=medium [ Paride Legovini ] * Detect squid-deb-proxy * Add autopkgtest for squid-deb-proxy -- Antonio Terceiro Sun, 20 Feb 2022 17:12:27 -0300 auto-apt-proxy (13.5) unstable; urgency=medium * autopkgtest: timeout: depend on ruby-webrick * Bump Standards-Version to 4.6.0; no changed needed -- Antonio Terceiro Sat, 19 Feb 2022 10:26:19 -0300 auto-apt-proxy (13.4) unstable; urgency=medium [ Julian Andres Klode ] * Avoid retries when proving for proxies. Pass -o Acquire::Retries=0 to apt-helper, such that apt doesn't retry the proxy probing, which now has exponential backoff in 2.3.7 (Closes: #992147) [ Antonio Terceiro ] * timeout after 5s when looking `auto-apt-proxy` up. If a DNS lookup for the proxy takes too long, we don't to want to use it anyway. (Closes: #979132) -- Antonio Terceiro Sun, 22 Aug 2021 20:58:06 -0300 auto-apt-proxy (13.3) unstable; urgency=medium * autopkgtest: cope with auto-apt-proxy being pre-installed (Closes: #989776) -- Antonio Terceiro 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 Mon, 10 May 2021 18:38:51 -0300 auto-apt-proxy (13.1) unstable; urgency=medium * Fix check for insecure cache dir -- Antonio Terceiro 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 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 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 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 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 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 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 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 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 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 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 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 Mon, 22 Aug 2016 13:26:44 -0300 auto-apt-proxy (1) unstable; urgency=medium * Initial Release (Closes: #827375). -- Antonio Terceiro Sun, 03 Jul 2016 19:09:00 +0200