~ahasenack/ubuntu/+source/squid:fix-rotate-assertion-1794553

Last commit made on 2018-10-09
Get this branch:
git clone -b fix-rotate-assertion-1794553 https://git.launchpad.net/~ahasenack/ubuntu/+source/squid
Only Andreas Hasenack can upload to this branch. If you are Andreas Hasenack please log in for upload directions.

Branch merges

Branch information

Name:
fix-rotate-assertion-1794553
Repository:
lp:~ahasenack/ubuntu/+source/squid

Recent commits

8b6a19d... by Andreas Hasenack

changelog

49e2ba5... by Andreas Hasenack

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

9cba94c... by Simon Déziel

Import patches-unapplied version 4.1-1ubuntu2 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Upload parent: bd9acc31cd2aebafee0d356aa8bac26fdec94185

bd9acc3... by Andreas Hasenack

changelog

076ba07... by Simon Déziel

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

8f4c835... by Andreas Hasenack

Import patches-unapplied version 4.1-1ubuntu1 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Upload parent: e4f96de5d26b16d2ea4d981288dd627eacc7eec7

e4f96de... by Andreas Hasenack

changelog

45cfec9... by Andreas Hasenack

update-metadata

4f4f33e... 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)

e5ef15b... 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