diff --git a/ipset-7.14.tar.bz2 b/ipset-7.14.tar.bz2 deleted file mode 100644 index 8bc9235..0000000 --- a/ipset-7.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27031c36d355907031cce41e65553e99bb013d762fcd55392f63d7e84760f900 -size 680219 diff --git a/ipset-7.15.tar.bz2 b/ipset-7.15.tar.bz2 new file mode 100644 index 0000000..eb27a25 --- /dev/null +++ b/ipset-7.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5545aaadb640142c1f888d366a78ddf8724799967fa20686a70053bd621751 +size 680383 diff --git a/ipset.changes b/ipset.changes index e8549f9..39d8f7f 100644 --- a/ipset.changes +++ b/ipset.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 4 09:37:44 UTC 2021 - Paolo Stivanin + +- Update to release 7.15 + * netfilter: ipset: Fix maximal range check in + hash_ipportnet4_uadt() + ------------------------------------------------------------------- Wed Jul 28 14:54:37 UTC 2021 - Jan Engelhardt diff --git a/ipset.spec b/ipset.spec index 3802ada..1f2c190 100644 --- a/ipset.spec +++ b/ipset.spec @@ -25,13 +25,12 @@ %define ipset_build_kmp 0 %endif Name: ipset -Version: 7.14 +Version: 7.15 Release: 0 Summary: Netfilter ipset administration utility License: GPL-2.0-only Group: Productivity/Networking/Security -URL: http://ipset.netfilter.org/ - +URL: https://ipset.netfilter.org/ #Git-Clone: git://git.netfilter.org/ipset #Git-Web: http://git.netfilter.org/ Source: http://ipset.netfilter.org/%name-%version.tar.bz2 @@ -46,8 +45,8 @@ BuildRequires: pkgconfig(libmnl) >= 1 %if 0%{?ipset_build_kmp} BuildRequires: %kernel_module_package_buildreqs BuildRequires: kernel-devel >= 2.6.39 -%kernel_module_package -p %name-preamble BuildRequires: kmod-compat +%kernel_module_package -p %name-preamble %endif %description @@ -117,13 +116,13 @@ for flavor in %flavors_to_build; do --with-kbuild="%_prefix/src/linux-obj/%_target_cpu/$flavor" \ --with-ksource="%_prefix/src/linux" \ --includedir="%_includedir/%name" - make %{?_smp_mflags} all modules + %make_build all modules popd done %endif %configure --disable-static --with-kmod=no \ --includedir="%_includedir/%name" -make %{?_smp_mflags} V=1 +%make_build %install export PATH="$PATH:%_sbindir" @@ -137,7 +136,7 @@ for flavor in %flavors_to_build; do done %endif %make_install -find "$b/%_libdir/" -type f -name "*.la" -delete -print +find "$b/%_libdir" -type f -name "*.la" -delete -print %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig