ubuntu/+source/squid:ubuntu/cosmic

Last commit made on 2020-05-12
Get this branch:
git clone -b ubuntu/cosmic https://git.launchpad.net/ubuntu/+source/squid
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/cosmic
Repository:
lp:ubuntu/+source/squid

Recent commits

7550bee... by Andreas Hasenack

changelog

06acd19... by Andreas Hasenack

* d/p/fix-rotate-assertion.patch: Fix assertion error when rotating logs. Thanks to Vitaly Lavrov <email address hidden>. (LP: #1794553)

6ce75d1... by Andreas Hasenack

changelog

e3b2273... by Simon Déziel

* Update apparmor profile to grant read access to squid binary (LP: #1792728)

2c980a0... by Andreas Hasenack

changelog

aa2549c... by Andreas Hasenack

update-metadata

dc0613d... by Andreas Hasenack

- d/t/upstream-test-suite: drop the sed line, since patch 0003-installed-binary-for-debian-ci.patch is doing this work now. (https://salsa.debian.org/squid-team/squid/commit/ad4372b444ba8b1587839)

fb374c2... by Andreas Hasenack

- 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

720b4dc... by Andreas Hasenack

- d/p/fix-uninitialized-var.patch: Workaround gcc's maybe-unitialized error in parse_time_t, triggered on ppc64el due to the build using -O3 in that architecture.

68ec108... by Andreas Hasenack

- d/t/0003-installed-binary-for-debian-ci.patch: use the squid binary from the system, instead of the one from the source tree.