SHA256
1
0
forked from pool/ipset

- Update to new upstream release 7.2

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ipset?expand=0&rev=84
This commit is contained in:
Jan Engelhardt 2019-06-10 13:58:34 +00:00 committed by Git OBS Bridge
parent 73ad28e40a
commit 836cc05b25
4 changed files with 12 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b5eb3b93205c20cdc39e3fc8b6e5f7bb214bf79a7c0c00729dd4a31ce16adc4
size 669520

3
ipset-7.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e13384534669edc85ca6ab418c59429d5296132c5c27c44479d4c0a59434618
size 669270

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 10 13:09:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 7.2
* ipset: Fix memory accounting for hash types on resize
-------------------------------------------------------------------
Tue Dec 11 13:02:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package ipset
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@
%define ipset_build_kmp 0
%endif
Name: ipset
Version: 7.1
Version: 7.2
Release: 0
Summary: Netfilter ipset administration utility
License: GPL-2.0-only
@ -40,16 +40,14 @@ BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: linux-glibc-devel >= 2.6.24
BuildRequires: pkgconfig >= 0.21
BuildRequires: pkg-config >= 0.21
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
%if 0%{?suse_version} >= 1320
BuildRequires: kmod-compat
%endif
%endif
%description
IP sets are a framework inside the Linux kernel, which can be
@ -104,8 +102,6 @@ when matching an entry against a set.
%prep
%autosetup -p1
#%%setup -q
#%%patch -P 1 -p1
%build
# build wants to call modinfo at some point