This bug was fixed in the package squid - 4.4-1ubuntu1 --------------- squid (4.4-1ubuntu1) disco; urgency=medium * Merge with Debian unstable. Remaining changes: - Use snakeoil certificates. - Add an example refresh pattern for debs. - Add disabled by default AppArmor profile. - 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. - 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/fix-rotate-assertion.patch: Fix assertion error when rotating logs. Thanks to Vitaly Lavrov