~ahasenack/ubuntu/+source/squid3:squid3-merge-3.5.27-1751286

Last commit made on 2018-02-27
Get this branch:
git clone -b squid3-merge-3.5.27-1751286 https://git.launchpad.net/~ahasenack/ubuntu/+source/squid3
Only Andreas Hasenack can upload to this branch. If you are Andreas Hasenack please log in for upload directions.

Branch merges

Branch information

Name:
squid3-merge-3.5.27-1751286
Repository:
lp:~ahasenack/ubuntu/+source/squid3

Recent commits

d34e93a... by Andreas Hasenack

update-maintainer

2def68f... by Andreas Hasenack

reconstruct-changelog

777e35b... by Andreas Hasenack

merge-changelogs

22428ae... by Andreas Hasenack

  * Added changes:
    - Do not force gcc-6

a99ef04... by Andreas Hasenack

    - SECURITY UPDATE: denial of service in in HTTP Message processing
      + debian/patches/CVE-2018-1000027.patch: fix indirect IP logging for
        transactions without a client connection in
        src/client_side_request.cc.
      + CVE-2018-1000027
        [Included in 3.5.27-1]

896fc44... by Andreas Hasenack

    - SECURITY UPDATE: denial of service in ESI Response processing
      + debian/patches/CVE-2018-1000024.patch: make sure endofName never
        exceeds tagEnd in src/esi/CustomParser.cc.
      + CVE-2018-1000024
        [Added in 3.5.27-1]

c0c1345... by Andreas Hasenack

    - debian/patches/gcc7-assert-wants-boolean.patch: assert() takes a
      boolean. Thanks to Amos Jeffries <email address hidden>
      [Already applied upstream]

68da042... by Andreas Hasenack

  * Dropped changes:
    - debian/patches/gcc7-squidpurge-4695.patch: GCC 7 build errors.
      Thanks to Lubos Uhliarik <email address hidden>.
      [Already applied upstream]

2a9ba55... by Andreas Hasenack

    - GCC7 FTBFS fixes (LP: #1712668):
      + d/rules: don't error when hitting the "deprecated" and
       "format-truncation" gcc7 warnings. Upstream 3.5.27 has fixes for these,
       but one in Format.cc that affects 32bit builds was deemed too intrusive
       for the 3.5 stable series and is only in squid 4.x

4df5245... by Andreas Hasenack

    - Drop wrong short-circuiting of various invocations; we always want to
      call the debhelper block.