forked from pool/xtables-addons
Accepting request 1160748 from security:netfilter
- Update to release 3.26 OBS-URL: https://build.opensuse.org/request/show/1160748 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=83
This commit is contained in:
commit
3cad67f416
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZN+HjgAKCRD3bv5dDCI6
|
|
||||||
j0hwAPsEwA76g8DpMgazCYqE9dE3nxYAQatkOgSrjZyguneXrgEAnZHfW5+JoMBG
|
|
||||||
7DbBt+V2+qZUO8h5btadhBdVzVkRAwk=
|
|
||||||
=LzvA
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c9f4c6a8e92eb7cfbf03f4ebcb1e1e793256c2efd0226d83312bfb0ffe14b84
|
|
||||||
size 336460
|
|
7
xtables-addons-3.26.tar.asc
Normal file
7
xtables-addons-3.26.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZf27uwAKCRD3bv5dDCI6
|
||||||
|
jwlAAP9zLDN1LHHJcFW6wBcOjKcSPVdXDhNEfCfE+jxmWnjIHAEA/WDJq8bX3zeM
|
||||||
|
B3Icanufx3iSl8NsN62PxJhSPxFshQ0=
|
||||||
|
=PPR1
|
||||||
|
-----END PGP SIGNATURE-----
|
3
xtables-addons-3.26.tar.xz
Normal file
3
xtables-addons-3.26.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b52df2117bacf2e32d1d3f98d09dbf88b274390733d3955699b108acaf9f2a6
|
||||||
|
size 336968
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 22 17:19:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 3.26
|
||||||
|
* xt_pknock: fix misuse of shash API
|
||||||
|
* xt_SYSRQ: resolve crash, switch to new SHASH_ON_STACK
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 17 10:59:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sun Dec 17 10:59:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xtables-addons
|
# spec file for package xtables-addons
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xtables-addons
|
Name: xtables-addons
|
||||||
Version: 3.25
|
Version: 3.26
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IP Packet Filter Administration Extensions
|
Summary: IP Packet Filter Administration Extensions
|
||||||
License: GPL-2.0-only AND GPL-2.0-or-later
|
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||||
@ -32,7 +32,7 @@ Source4: %name.keyring
|
|||||||
Patch1: sle-kernels.patch
|
Patch1: sle-kernels.patch
|
||||||
BuildRequires: %kernel_module_package_buildreqs
|
BuildRequires: %kernel_module_package_buildreqs
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: kernel-syms >= 4.16
|
BuildRequires: kernel-syms >= 5.4
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config >= 0.21
|
BuildRequires: pkg-config >= 0.21
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -102,8 +102,7 @@ done
|
|||||||
find "$b/%_prefix" -iname "*.la" -delete
|
find "$b/%_prefix" -iname "*.la" -delete
|
||||||
find "$b/%_libdir" -maxdepth 1 -type l -iname "*.so" -delete
|
find "$b/%_libdir" -maxdepth 1 -type l -iname "*.so" -delete
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%_bindir/xt_geoip*
|
%_bindir/xt_geoip*
|
||||||
|
Loading…
Reference in New Issue
Block a user