[ubuntu/focal-proposed] squid 4.9-2ubuntu1 (Accepted)

Lucas Kanashiro lucas.kanashiro at canonical.com
Tue Nov 19 14:24:16 UTC 2019


squid (4.9-2ubuntu1) focal; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Use snakeoil certificates.
    - Add an example refresh pattern for debs.
    - d/usr.sbin.squid: Add sections for maas-proxy, squid-deb-proxy,
      squidguard
    - d/rules: Add -Wno-format-truncation to CXXFLAGS as a workaround if
      building for ppc64el. On that arch, dpkg-buildflags sets -O3 instead of
      -O2 and that triggers a format-truncation error on pcon.cc. See
      See https://bugs.squid-cache.org/show_bug.cgi?id=4875
    - d/p/drop-sysctl_h.patch: no longer include sysctl.h as it was
      deprecated in glibc 2.30 (LP #1843325)
  * Dropped:
    - d/rules: Only use -latomic with the intended architectures, instead of
      all of them. This matches what was suggested in
      https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907106#5
      [Fixed upstream]
    - d/NEWS.debian: rename d/NEWS.debian to d/NEWS so that
      dh_installchangelogs can pick it up. dh_installchangelogs handles
      d/NEWS or d/<package>.NEWS, but not NEWS.debian.
      [Fixed upstream]
    - debian/patches/more-gcc-9-fixes.patch: switch to xstrncpy in
      lib/smblib/smblib-util.c. (LP #1835831)
      [Fixed upstream]
    - d/t/test-squid.py: test_zz_apparmor(): bail early if securityfs isn't
      mounted
      [Fixed upstream]

squid (4.9-2) unstable; urgency=medium

  [ Andreas Hasenack <andreas at canonical.com> ]
  * debian/rules
    - Only use -latomic with the intended architectures, instead of all of them

  * debian/NEWS
    - Rename d/NEWS.debian to d/NEWS so that dh_installchangelogs can pick it

  * debian/{watch,signing-key.asc}
    - Check upstream gpg signature

  * debian/test/test-squid.py
    - Re-enable apparmor test

  [ Luigi Gangitano <luigi at debian.org> ]
  * debian/squid.rc
    - Change to --foreground while creating cache dirs to avoid SMP bug

  * debian/squid.resolvconf
    - Merge previous check for /usr being mounted before restart

squid (4.9-1) unstable; urgency=high

  * Urgency high due to security fixes

  [ Amos Jeffries <amosjeffries at squid-cache.org> ]
  * New Upstream Release (Closes: #943692)
    - Fixes security issue SQUID-2019:7 (CVE-2019-12526)
    - Fixes security issue SQUID-2019:8 (CVE-2019-18676) (CVE-2019-12523)
    - Fixes security issue SQUID-2019:9 (CVE-2019-18677)
    - Fixes security issue SQUID-2019:10 (CVE-2019-18678)
    - Fixes security issue SQUID-2019:11 (CVE-2019-18679)
    - Updates fix for security issue SQUID-2019:6 (CVE-2019-13345)

  * debian/control
    - Bumped Standards-Version to 4.4.1, no change needed

  * debian/tests/test-squid.py
    - Disable Apparmor tests

  [ Luigi Gangitano <luigi at debian.org> ]
  * Source only upload (Closes: #943911)

  * debian/squid.resolvconf
    - Avoid reload before squid.pid is available (Closes: #911325)
      thanks to Michael Biebl and Wolfgang Schweer

  * debian/squid.rc
    - Make squid.rc wait for directory creation (Closes: #933295),
      thanks to Daniel Reichelt

Date: Thu, 14 Nov 2019 16:33:10 -0300
Changed-By: Lucas Kanashiro <lucas.kanashiro at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Christian Ehrhardt  <christian.ehrhardt at canonical.com>
https://launchpad.net/ubuntu/+source/squid/4.9-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 14 Nov 2019 16:33:10 -0300
Source: squid
Binary: squid3 squid squid-common squidclient squid-cgi squid-purge
Architecture: source
Version: 4.9-2ubuntu1
Distribution: focal
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Lucas Kanashiro <lucas.kanashiro at canonical.com>
Description:
 squid      - Full featured Web Proxy cache (HTTP proxy)
 squid-cgi  - Full featured Web Proxy cache (HTTP proxy) - control CGI
 squid-common - Full featured Web Proxy cache (HTTP proxy) - common files
 squid-purge - Full featured Web Proxy cache (HTTP proxy) - cache management uti
 squid3     - Transitional package
 squidclient - Full featured Web Proxy cache (HTTP proxy) - HTTP(S) message util
Closes: 911325 933295 943692 943911
Changes:
 squid (4.9-2ubuntu1) focal; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - Use snakeoil certificates.
     - Add an example refresh pattern for debs.
     - d/usr.sbin.squid: Add sections for maas-proxy, squid-deb-proxy,
       squidguard
     - d/rules: Add -Wno-format-truncation to CXXFLAGS as a workaround if
       building for ppc64el. On that arch, dpkg-buildflags sets -O3 instead of
       -O2 and that triggers a format-truncation error on pcon.cc. See
       See https://bugs.squid-cache.org/show_bug.cgi?id=4875
     - d/p/drop-sysctl_h.patch: no longer include sysctl.h as it was
       deprecated in glibc 2.30 (LP #1843325)
   * Dropped:
     - d/rules: Only use -latomic with the intended architectures, instead of
       all of them. This matches what was suggested in
       https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907106#5
       [Fixed upstream]
     - d/NEWS.debian: rename d/NEWS.debian to d/NEWS so that
       dh_installchangelogs can pick it up. dh_installchangelogs handles
       d/NEWS or d/<package>.NEWS, but not NEWS.debian.
       [Fixed upstream]
     - debian/patches/more-gcc-9-fixes.patch: switch to xstrncpy in
       lib/smblib/smblib-util.c. (LP #1835831)
       [Fixed upstream]
     - d/t/test-squid.py: test_zz_apparmor(): bail early if securityfs isn't
       mounted
       [Fixed upstream]
 .
 squid (4.9-2) unstable; urgency=medium
 .
   [ Andreas Hasenack <andreas at canonical.com> ]
   * debian/rules
     - Only use -latomic with the intended architectures, instead of all of them
 .
   * debian/NEWS
     - Rename d/NEWS.debian to d/NEWS so that dh_installchangelogs can pick it
 .
   * debian/{watch,signing-key.asc}
     - Check upstream gpg signature
 .
   * debian/test/test-squid.py
     - Re-enable apparmor test
 .
   [ Luigi Gangitano <luigi at debian.org> ]
   * debian/squid.rc
     - Change to --foreground while creating cache dirs to avoid SMP bug
 .
   * debian/squid.resolvconf
     - Merge previous check for /usr being mounted before restart
 .
 squid (4.9-1) unstable; urgency=high
 .
   * Urgency high due to security fixes
 .
   [ Amos Jeffries <amosjeffries at squid-cache.org> ]
   * New Upstream Release (Closes: #943692)
     - Fixes security issue SQUID-2019:7 (CVE-2019-12526)
     - Fixes security issue SQUID-2019:8 (CVE-2019-18676) (CVE-2019-12523)
     - Fixes security issue SQUID-2019:9 (CVE-2019-18677)
     - Fixes security issue SQUID-2019:10 (CVE-2019-18678)
     - Fixes security issue SQUID-2019:11 (CVE-2019-18679)
     - Updates fix for security issue SQUID-2019:6 (CVE-2019-13345)
 .
   * debian/control
     - Bumped Standards-Version to 4.4.1, no change needed
 .
   * debian/tests/test-squid.py
     - Disable Apparmor tests
 .
   [ Luigi Gangitano <luigi at debian.org> ]
   * Source only upload (Closes: #943911)
 .
   * debian/squid.resolvconf
     - Avoid reload before squid.pid is available (Closes: #911325)
       thanks to Michael Biebl and Wolfgang Schweer
 .
   * debian/squid.rc
     - Make squid.rc wait for directory creation (Closes: #933295),
       thanks to Daniel Reichelt
Checksums-Sha1:
 07eaae29cc31851ea18fb9990899a27deac061e7 2749 squid_4.9-2ubuntu1.dsc
 6f4b6dcb8225953dccf94b9afb3f6677ebf17478 5181543 squid_4.9.orig.tar.gz
 c19ce73a68e21c9ee6cb296f2adfe07013adc67e 43684 squid_4.9-2ubuntu1.debian.tar.xz
 cdbba80c5f1de90e8adf9ce7c07a763dc5dc3248 8982 squid_4.9-2ubuntu1_source.buildinfo
Checksums-Sha256:
 7bdf33a843a26ad3216bedcbb128aeee1c33499c7c6c7da54e48b79558aac873 2749 squid_4.9-2ubuntu1.dsc
 7a3157da55d91eac7ea54b1d3145f18563a98dcaf5132bf5bf16b4eafa69459a 5181543 squid_4.9.orig.tar.gz
 3dc1d61a6b2c34c437816e83691d27ef30767fa4603c79931ecdb8dfae0aebad 43684 squid_4.9-2ubuntu1.debian.tar.xz
 0d5054e580ce2f90798b03ccf307c1d509d3539ae27c9c278e18d9844f5dfafc 8982 squid_4.9-2ubuntu1_source.buildinfo
Files:
 c89029a336f14b8f8a8877b38b083856 2749 web optional squid_4.9-2ubuntu1.dsc
 9cf23fc2d53761390b1f9f0ec3859d8f 5181543 web optional squid_4.9.orig.tar.gz
 d9b47dbee03ae34529ce30fe1e9f8390 43684 web optional squid_4.9-2ubuntu1.debian.tar.xz
 efec609c334c88d08cd947330ad9a5c6 8982 web optional squid_4.9-2ubuntu1_source.buildinfo
Original-Maintainer: Luigi Gangitano <luigi at debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEktYY9mjyL47YC+71uj4pM4KAskIFAl3T+roACgkQuj4pM4KA
skKwfQ/8D8JZO446TLy1gcrVtsbb5XZF9FUI9muJFEcJgdn4rC7Rxj2LcMJWNq2x
INlcM62yDEfqPLufl4l3yrOVGNaQJ2xKZXqrAfGEsuT9cfpj/vMD5g2h/cLwS127
mzt4O4QRRAKadejkZXDrlfgpDyQ35VORez0EWcSkgcjInVfHAsg/a6kbvZR+x0m5
oabfoETnXuE/yUsj2Vt0Y32B3azHqC6U/u4eG7pO/cky6ceGfRpqoILBYEzkRBBY
3GNVTQsphu87/qOeckH02RX+t0PXR35rNFjBtV4MjVgcNfIksvi4RHCF9fDzjXVO
r3cD3Gj4gK6T47/zj+SJn2ip9TI+bx/5IILGe9d3NxbBKHxa7alx7lqhtOmYXzGL
gaZKKo5KspQ8fr3ZXVanLjvHIGPS0a9zr9fASElFt0Ddomco3MB+Gd0W0kcNkdi8
x12hX9wEDeWZvu6upuGNOrTd0k3ZDCqV6piANPZufu04vQf8xKptWi/gQpG11Jbb
TUioJtpRMMzN9kBT1oqX6wRAcgZVTT387V2HIbEf+wAFKMx0Sfwm8vKCKBYPkrFk
k3q+6lC03Gt1cZgosK6xWVD6fn7U0cpqxiofXpBJDsJ4nFCUeQPP6x+dJUm+aUZU
7L+UFtC7TNJjfqfy54DuLXfioAVZoovqpz+uGuHSGzlKoRxNFEQ=
=U4LY
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list