* Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 3.25-4.sme
- import to SME11 contribs
This commit is contained in:
parent
d22a952731
commit
15cbff2e1b
12
xtables-addons-3.25-geoipmax.patch
Normal file
12
xtables-addons-3.25-geoipmax.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Nur xtables-addons-3.25.old/extensions/xt_geoip.h xtables-addons-3.25/extensions/xt_geoip.h
|
||||
--- xtables-addons-3.25.old/extensions/xt_geoip.h 2023-08-18 11:00:10.000000000 -0400
|
||||
+++ xtables-addons-3.25/extensions/xt_geoip.h 2025-02-13 16:21:52.402168545 -0500
|
||||
@@ -17,7 +17,7 @@
|
||||
XT_GEOIP_DST = 1 << 1, /* Perform check on Destination IP */
|
||||
XT_GEOIP_INV = 1 << 2, /* Negate the condition */
|
||||
|
||||
- XT_GEOIP_MAX = 31, /* Maximum of countries */
|
||||
+ XT_GEOIP_MAX = 50, /* Maximum of countries */
|
||||
};
|
||||
|
||||
/* Yup, an address range will be passed in with host-order */
|
@ -11,12 +11,13 @@
|
||||
Name: xtables-addons-kmod
|
||||
Summary: Kernel module (kmod) for xtables-addons
|
||||
Version: 3.25
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://inai.de/projects/xtables-addons/
|
||||
Source0: https://inai.de/files/xtables-addons/xtables-addons-%{version}.tar.xz
|
||||
Patch0: el8_fix.patch
|
||||
Patch1: el9_fix.patch
|
||||
Patch2: xtables-addons-3.25-geoipmax.patch
|
||||
|
||||
BuildRequires: %{_bindir}/kmodtool
|
||||
%{!?kernels:BuildRequires: gcc, elfutils-libelf-devel, buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
|
||||
@ -63,7 +64,7 @@ done
|
||||
%{?akmod_install}
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 3.25-3.sme
|
||||
* Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 3.25-4.sme
|
||||
- import to SME11 contribs
|
||||
|
||||
* Fri Nov 24 2023 Nicolas Chauvet <kwizart@gmail.com> - 3.25-2
|
||||
|
Loading…
Reference in New Issue
Block a user