Your message dated Thu, 26 Nov 2020 14:50:47 +0000
with message-id <e1kiibf-0005jg...@fasolo.debian.org>
and subject line Bug#975376: fixed in xtables-addons 3.13-1
has caused the Debian Bug report #975376,
regarding Fails to build with Linux 5.9.9 because of change in 
ip_route_me_harder()
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
975376: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975376
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xtables-addons-dkms
Version: 3.11-1
Severity: grave

Hi!

Kernel 5.9.9 changes ip_route_me_harder() with commit
46d6c5ae953cc0be38efd0e469284df7c4328cf8 causing a build failure for
xtables-addons-dkms:

,----
| In file included from 
/usr/src/linux-headers-5.9.0-3-common/include/linux/netfilter/x_tables.h:245,
|                  from 
/var/lib/dkms/xtables-addons/3.11/build/extensions/xt_DELUDE.c:20:
| /usr/src/linux-headers-5.9.0-3-common/include/linux/netfilter_ipv4.h:19:74: 
note: expected ‘struct sk_buff *’ but argument is of type ‘unsigned int’
|    19 | int ip_route_me_harder(struct net *net, struct sock *sk, struct 
sk_buff *skb, unsigned addr_type);
|       |                                                          
~~~~~~~~~~~~~~~~^~~
| /var/lib/dkms/xtables-addons/3.11/build/extensions/xt_DELUDE.c:125:6: error: 
too few arguments to function ‘ip_route_me_harder’
|   125 |  if (ip_route_me_harder(net, nskb, addr_type))
|       |      ^~~~~~~~~~~~~~~~~~
| In file included from 
/usr/src/linux-headers-5.9.0-3-common/include/linux/netfilter/x_tables.h:245,
|                  from 
/var/lib/dkms/xtables-addons/3.11/build/extensions/xt_DELUDE.c:20:
| /usr/src/linux-headers-5.9.0-3-common/include/linux/netfilter_ipv4.h:19:5: 
note: declared here
|    19 | int ip_route_me_harder(struct net *net, struct sock *sk, struct 
sk_buff *skb, unsigned addr_type);
|       |     ^~~~~~~~~~~~~~~~~~
| /var/lib/dkms/xtables-addons/3.11/build/extensions/xt_ECHO.c: In function 
‘echo_tg4’:
| /var/lib/dkms/xtables-addons/3.11/build/extensions/xt_ECHO.c:195:39: error: 
passing argument 2 of ‘ip_route_me_harder’ from incompatible pointer type 
[-Werror=incompatible-pointer-types]
|   195 |  if (ip_route_me_harder(par_net(par), newskb, RTN_UNSPEC) != 0)
|       |                                       ^~~~~~
|       |                                       |
|       |                                       struct sk_buff *
| In file included from 
/usr/src/linux-headers-5.9.0-3-common/include/linux/netfilter/x_tables.h:245,
|                  from 
/var/lib/dkms/xtables-addons/3.11/build/extensions/xt_ECHO.c:16:
| /usr/src/linux-headers-5.9.0-3-common/include/linux/netfilter_ipv4.h:19:54: 
note: expected ‘struct sock *’ but argument is of type ‘struct sk_buff *’
|    19 | int ip_route_me_harder(struct net *net, struct sock *sk, struct 
sk_buff *skb, unsigned addr_type);
|       |                                         ~~~~~~~~~~~~~^~
| /var/lib/dkms/xtables-addons/3.11/build/extensions/xt_ECHO.c:195:6: error: 
too few arguments to function ‘ip_route_me_harder’
|   195 |  if (ip_route_me_harder(par_net(par), newskb, RTN_UNSPEC) != 0)
|       |      ^~~~~~~~~~~~~~~~~~
| In file included from 
/usr/src/linux-headers-5.9.0-3-common/include/linux/netfilter/x_tables.h:245,
|                  from 
/var/lib/dkms/xtables-addons/3.11/build/extensions/xt_ECHO.c:16:
| /usr/src/linux-headers-5.9.0-3-common/include/linux/netfilter_ipv4.h:19:5: 
note: declared here
|    19 | int ip_route_me_harder(struct net *net, struct sock *sk, struct 
sk_buff *skb, unsigned addr_type);
|       |     ^~~~~~~~~~~~~~~~~~
`----

This has been fixed upstream with 3.12 and 3.13 respectively.

Grüße,
Sven.

--- End Message ---
--- Begin Message ---
Source: xtables-addons
Source-Version: 3.13-1
Done: Jeremy Sowden <jer...@azazel.net>

We believe that the bug you reported is fixed in the latest version of
xtables-addons, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 975...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Sowden <jer...@azazel.net> (supplier of updated xtables-addons package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 26 Nov 2020 08:57:43 +0000
Source: xtables-addons
Architecture: source
Version: 3.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Netfilter Packaging Team 
<pkg-netfilter-t...@lists.alioth.debian.org>
Changed-By: Jeremy Sowden <jer...@azazel.net>
Closes: 776688 975376 975881
Changes:
 xtables-addons (3.13-1) unstable; urgency=medium
 .
   * New upstream version 3.13.
     + Support for Linux 5.10, 5.9.9, 5.4.78 and 4.19.158
       (closes: #975376, #975881).
     + Support for MaxMind GeoIP databases.
   * Drop upstreamed patches.
   * Fix reproducible builds.
     + Explicitly set owner and group for source tar-ball.
     + Explicitly set format of build-date for source tar-ball.
     + Only include the files necesssary to build the kernel modules in
       -dkms and -source packages (closes: #776688).
   * Add patch to remove superfluous xt_geoip_fetch_maxmind script.
   * Add patch to fix man-page typo.
   * Add patch to add man-pages for MaxMind scripts.
   * Add patch to fix xt_geoip_dl_maxmind.
   * Enable hardening.
Checksums-Sha1:
 fd67b3e646aacf3c7b35417b04cb9bb3de4693c1 2209 xtables-addons_3.13-1.dsc
 5d7d4a894bbe463a32dc73242f3c6c490a72ef18 327104 xtables-addons_3.13.orig.tar.xz
 1ffbcfa33999ba015f4208b1656e30e5711d8569 14244 
xtables-addons_3.13-1.debian.tar.xz
 4b4a9ee0775b002db9648c7c80aac434317a4a35 7177 
xtables-addons_3.13-1_amd64.buildinfo
Checksums-Sha256:
 0be0d7c90af40b0d070adcc52b30a07afe652d9e2476d2de9e0983bb3d35dc69 2209 
xtables-addons_3.13-1.dsc
 893c0c4ea09759cda1ab7e68f1281d125e59270f7b59e446204ce686c6a76d65 327104 
xtables-addons_3.13.orig.tar.xz
 4c577bc8adfecf79e7ef72d7f1045ed753eecec5277e698164f530539672b466 14244 
xtables-addons_3.13-1.debian.tar.xz
 b348691e3b0bac3485e02f1188b76c381be0149d56850a6e0933e3b619b72abb 7177 
xtables-addons_3.13-1_amd64.buildinfo
Files:
 6c9a4ae155199688594ad349e3e0c15f 2209 net optional xtables-addons_3.13-1.dsc
 011f339ee2b3f13297c45b02f3aec2ef 327104 net optional 
xtables-addons_3.13.orig.tar.xz
 1c1f23c40991a1d9e993aaff72f0c37f 14244 net optional 
xtables-addons_3.13-1.debian.tar.xz
 8cd5dcab279335e6de7f1c244c9e010a 7177 net optional 
xtables-addons_3.13-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE3ZhhqyPcMzOJLgepaOcTmB0VFfgFAl+/s/QACgkQaOcTmB0V
Ffjdog/+JqeUhP1PunsTjfbJ3ctRxs8ke4idxJd+uwv+BGBYNHmeWnGcWg5Onzir
JpLxW+hWUTUNUBQ2A/UZlYit0EkcAV/hefJqbiNUfj6usS7hqxW/tvgkV/DRH954
G9Xoyht1MC6ZOH1EhhR3WH5DFBprb51BHl5lLbro5Hs7h8BlqtSikiueWcOoVxbF
Gsk27XINbhbMM1AqUjq8bYf7edE4drvcsZWOIvTKseohOq0dwyZdXzUu2xtvgjs9
1QF5+tNJ3ZbbCGb9JJ9NN2jp1LraUWUZ2u0QxH9sEmffSryJm7n+I8zaJ2mu4ygw
sMSFujwLsyZEsha3f1Eh8o6LUIG2OUEhRAraORep6GyHlwBeQlcqEH9xQxXcB7dT
S0S9P80uNO33D11XAF4wG8Nko9bbikxZgWxgczAwuAgw8PDZBC1eaEXGR6ZJEM+V
DLZDw98UyxMYIYSl2ekWRD4Ffi2a4Pm6utICaXzolMbBDpZ1HcZ+lFpwk5IRb6lS
5qmDht4rElaevZJkgGs54lU993eFlVhzhVqEArBu/NCf6k9q381menmQ1YSYGlly
3UlIluu+qOqhmqQhzRBXhhGezFLmK0n7dnwLATxMJ8ZnxOcNpElM9npTHE8dTqba
9fDlQ4LIeDmcjN1MbroIIDXYyI3E+NkKC3LH1ZE3auMSMySinWo=
=4N8P
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to