~bryce/ubuntu/+source/nginx:merge-v1.20.2-2-kinetic

Last commit made on 2022-07-15
Get this branch:
git clone -b merge-v1.20.2-2-kinetic https://git.launchpad.net/~bryce/ubuntu/+source/nginx
Only Bryce Harrington can upload to this branch. If you are Bryce Harrington please log in for upload directions.

Branch merges

Branch information

Name:
merge-v1.20.2-2-kinetic
Repository:
lp:~bryce/ubuntu/+source/nginx

Recent commits

8a1186d... by Bryce Harrington

changelog

4ff8bdc... by Bryce Harrington

  * d/http-lua: Remove another lua patch

bd3d4f7... by Bryce Harrington

update-maintainer

a71c3f5... by Bryce Harrington

reconstruct-changelog

9a29666... by Bryce Harrington

merge-changelogs

5b7788a... by Bryce Harrington

    - ALPACA TLS issue
      + debian/patches/CVE-2021-3618.patch: specify the number of
        errors after which the connection is closed in
        src/mail/ngx_mail.h, src/mail/ngx_mail_core_module.c and
        src/mail/ngx_mail_handler.c.
      [Included in Debian release 1.20.2-2]

8ae4371... by Bryce Harrington

    - DNS Resolver issues
      + debian/patches/CVE-2021-23017-1.patch: fixed off-by-one write in
        src/core/ngx_resolver.c.
      + debian/patches/CVE-2021-23017-2.patch: fixed off-by-one read in
        src/core/ngx_resolver.c.
      + debian/patches/CVE-2021-23017.patch: removed, replaced with upstream
        commits.
      [Included in upstream release 1.20.1]

da4102a... by Bryce Harrington

  * Dropped:
    - DNS Resolver Off-by-One Heap Write
      + debian/patches/CVE-2021-23017.patch: fix logic in
        src/core/ngx_resolver.c.
      [Not needed: Replaced by upstream patches in separate commit]

1530ac3... by Bryce Harrington

  * d/p/ubuntu-branding.patch: Refresh

017db4b... by Bryce Harrington

    - d/control: (GeoIP2 related changes)
      + Update dependencies for http-geoip2 package to include libmaxminddb0.
      + Update nginx-core to include http-geoip2 module due to approved bin-MIR
        (LP #1867198)
      + Move geoip2 module build flags to the common flags so all
        package flavors have it.
      + Update dependencies for nginx-light, etc. to include
        libnginx-mod-http-geoip2 as it's in the 'common build flags'
        for all flavors of the builds.
      + Update package description for nginx-core to indicate geoip2
        is included, and to list third party HTTP modules. GeoIP2
        is not included for Stream by default, so we have to adjust
        this because the Stream part isn't MIR'd.