-
5cf238b...
by
Andreas Hasenack
on 2020-01-08
-
changelog
-
d1b7938...
by
Andreas Hasenack
on 2020-01-08
-
* d/t/control: depend on python3-minimal
-
f89ef8e...
by
Andreas Hasenack
on 2020-01-08
-
* d/t/test-squid.py, d/t/squid: switch to python3
-
265ed3b...
by
Andreas Hasenack
on 2020-01-08
-
* d/t/control, d/t/test-squid.py: remove gopher tests, as pygopherd is
no longer available in Focal (LP: #1858827)
-
6914da4...
by
Lucas Kanashiro
on 2019-11-14
-
Import patches-unapplied version 4.9-2ubuntu1 to ubuntu/focal-proposed
Imported using git-ubuntu import.
Changelog parent: c7451bad0760bc3d7b78e8c8d23d7e6375abb10e
New changelog entries:
* 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]
-
c7451ba...
by
Luigi Gangitano
on 2019-11-14
-
Import patches-unapplied version 4.9-2 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 4aa93e0d22dbe169eb5acc8fec2f616e1b5d2c53
New changelog entries:
[ Andreas Hasenack <email address hidden> ]
* 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 <email address hidden> ]
* 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
-
4aa93e0...
by
Luigi Gangitano
on 2019-11-10
-
Import patches-unapplied version 4.9-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 321da4be6dc1c5fb9f9cf3ce359fd340680d408c
New changelog entries:
* Urgency high due to security fixes
[ Amos Jeffries <email address hidden> ]
* 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 <email address hidden> ]
* 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
-
321da4b...
by
Luigi Gangitano
on 2019-07-18
-
Import patches-unapplied version 4.8-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 94f19fe928921ca4c267a972e7cfe2dfc12a26f7
New changelog entries:
[ Amos Jeffries <email address hidden> ]
* New Upstream Release
- Fixes security issue SQUID-2019:1 (CVE-2019-12824)
- Fixes security issue SQUID-2019:2 (CVE-2019-12529)
- Fixes security issue SQUID-2019:3 (CVE-2019-12525)
- Fixes security issue SQUID-2019:5 (CVE-2019-12527)
- Fixes security issue SQUID-2019:6 (CVE-2019-13345) (Closes: #931478)
* debian/control
- Bumped Standards-Version to 4.4.0, no change needed
* debian/tests/test-squid.py
- Skip Apparmor tests when profile not installed
-
94f19fe...
by
Luigi Gangitano
on 2019-03-04
-
Import patches-unapplied version 4.6-2 to debian/sid
Imported using git-ubuntu import.
Changelog parent: c1d6507bd19ff35c5b8ffd07b3f1a632ceda88be
New changelog entries:
[ Andreas Hasenack <email address hidden> ]
* Add disabled by default AppArmor profile (Closes: #923213)
-
c1d6507...
by
Luigi Gangitano
on 2019-02-22
-
Import patches-unapplied version 4.6-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: d76c68e3ebff469a68939b3733cef70b80d78b8b
New changelog entries:
[ Amos Jeffries <email address hidden> ]
* New Upstream Release
- Fix multiple memory leak and data corruption issues
- Detect IPv6 loopback binding errors
- Do not call setsid() in --foreground mode
- Exit on fork() failures
- Fix OpenSSL builds that define OPENSSL_NO_ENGINE
- Fix multiple GCC-8 compile errors