Merge ~athos-ribeiro/ubuntu/+source/squid:merge-lp2018110-mantic into ubuntu/+source/squid:debian/sid
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | git-ubuntu bot | ||||
Approved revision: | not available | ||||
Merge reported by: | git-ubuntu bot | ||||
Merged at revision: | bfd18b861db3eff8bd4d4be7a6e33e71cceb1950 | ||||
Proposed branch: | ~athos-ribeiro/ubuntu/+source/squid:merge-lp2018110-mantic | ||||
Merge into: | ubuntu/+source/squid:debian/sid | ||||
Diff against target: |
1319 lines (+1096/-4) 12 files modified
debian/NEWS (+7/-0) debian/changelog (+855/-0) debian/control (+3/-2) debian/patches/0009-Fix-Werror-alloc-size-larger-than-on-GCC-12.patch (+65/-0) debian/patches/0010-Fix-Werror-sign-compare-on-GCC-13.patch (+24/-0) debian/patches/0011-Fix-ftp-support.patch (+39/-0) debian/patches/90-cf.data.ubuntu.patch (+21/-0) debian/patches/99-ubuntu-ssl-cert-snakeoil.patch (+28/-0) debian/patches/series (+5/-0) debian/rules (+15/-2) debian/tests/upstream-test-suite (+7/-0) debian/usr.sbin.squid (+27/-0) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
git-ubuntu bot | Approve | ||
Sergio Durigan Junior (community) | Approve | ||
Canonical Server Reporter | Pending | ||
Review via email: mp+448949@code.staging.launchpad.net |
Description of the change
This is the squid 6 merge for the mantic cycle. This is a major version bump.
There are three changes being dropped because they were applied/fixed either in debian on in the upstream project;
and four changes being introduced: one is to fix a compilation error due to a warning introduced in one of our patches with the new mantic gcc version; another fixes a FTBFS issue due to LTO; the other one is an upstream patch to fix the squid FTP support which leads to dep8 test failures; the last one is a fix to make some missing targets for the upstream tests dep8 run.
Once these get reviewed here, I will forward the relevant new patches to debian.
PPA: https:/
autopkgtest results on linked PPA: pending
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Regarding
- d/rules, d/NEWS: drop the NIS basic auth helper (LP: #1895694),
this was dropped in Debian in squid 5.1. I wonder if we should keep the change to include our d/NEWS entry of if we should just drop this one instead.