Change logs for auto-apt-proxy source package in Sid

  • auto-apt-proxy (14.1) unstable; urgency=medium
    
      * autopkgtest: drop test for squid-deb-proxy (Closes: #1033530)
    
     -- Antonio Terceiro <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  Mon, 10 May 2021 18:38:51 -0300
  • auto-apt-proxy (13.1) unstable; urgency=medium
    
      * Fix check for insecure cache dir
    
     -- Antonio Terceiro <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  Thu, 02 Nov 2017 20:12:43 -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: #878683)
    
      [ Antonio Terceiro ]
      * debian/tests: add test for apt-cacher detection
    
     -- Antonio Terceiro <email address hidden>  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 <email address hidden>  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 <email address hidden>  Mon, 22 Aug 2016 13:26:44 -0300
  • auto-apt-proxy (1) unstable; urgency=medium
    
      * Initial Release (Closes: #827375).
    
     -- Antonio Terceiro <email address hidden>  Sun, 03 Jul 2016 19:09:00 +0200