Package: xtables-addons / 3.13-1+deb11u1
Metadata
Package | Version | Patches format |
---|---|---|
xtables-addons | 3.13-1+deb11u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
change download to dbip.patch | (download) |
geoip/xt_geoip_dl |
7 7 + 0 - 0 ! |
download the csv database provided by db-ip.com, the same file required by the "build script". . Upstream now uses db-ip.com too, so we just retain the fall-back to last month. |
remove superfluous xt_geoip_fetch_maxmind script.patch | (download) |
geoip/Makefile.am |
2 1 + 1 - 0 ! |
remove superfluous xt_geoip_fetch_maxmind script. . xt_geoip_fetch and xt_geoip_fetch_maxmind are identical. Remove the latter. |
fix man page typo.patch | (download) |
geoip/xt_geoip_fetch.1 |
2 1 + 1 - 0 ! |
fix man-page typo'. |
add man pages for MaxMind scripts.patch | (download) |
geoip/Makefile.am |
4 3 + 1 - 0 ! |
add man-pages for maxmind scripts. |
use correct download URL for MaxMind DB s.patch | (download) |
geoip/xt_geoip_dl_maxmind |
11 10 + 1 - 0 ! |
use correct download url for MaxMind DB's. . The download URL for the GeoLite2 DB's has changed and includes a licence-key. Update the download script to read the key from file or stdin and use the correct URL. |
correct security_skb_classify_flow argument.patch | (download) |
extensions/xt_ECHO.c |
4 4 + 0 - 0 ! |
pass correct argument to `security_skb_classify_flow` The second parameter was changed in 5.11. This change has since been back-ported to 5.10.121 and included in Debian 11.4. . This patch contains the upstream fix. |