FFe: nginx: demote bin:libnginx-mod-http-geoip
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nginx (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In MIR bug #1861101 we want to bring into main the geoip2 library src:libmaxminedb. The MIR team agreed to that with some conditions, one of which is to demote the geoip1 legacy version of the library (src:geoip) in order to not have both in main. bin:libnginx-
The main reason behind the src:libmaxminddb MIR is that bind9 9.16.x no longer uses the legacy geoip1 library, and has switched to the supported geoip2 one (src:libmaxminddb). Without this change, bind9 will lose the geoip features in focal. But it's also an opportunity to switch away from the legacy geoip1 library.
For the nginx case, bin:libnginx-
The original plan was to just replace the dependency on libnginx-
We then changed the plan to just demote bin:libnginx-
This means that bin:nginx-core will no longer have a dependency on any nginx geoip modules, legacy or otherwise, and thus represents a feature change.
I added a release notes task to the MIR bug #1861101 and the following scenarios about this change come to mind:
a) Since bin:nginx-core dropped the dependency on bin:libnginx-
b) If someone has just main enabled in < focal, with bin:nginx-core and bin:libnginx-
Attached is the proposed change to nginx, from https:/
PPA with a test build, together with bind9 already linking with libmaxminddb:
https:/
1. https:/
2. https:/
3. https:/
description: | updated |
debdiff for nginx with the proposed change. The changelog shall be updated to contain a reference to this bug.