SHA256
1
0
forked from pool/ipset
Jan Engelhardt 2014-03-05 08:52:06 +00:00 committed by Git OBS Bridge
parent 8a8daca304
commit 229f4d2b93
4 changed files with 22 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08456439ead82686f5884c90791240009f828be349c9564e5deef70734e53dcd
size 423584

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8be13cbc384e8fabf643a7d2fa028869dca80614d72f7ea43a7058b11848ed14
size 504938

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Mar 5 08:47:39 UTC 2014 - jengelh@inai.de
- Update to new upstream release 6.21
* add userspace support for forceadd
* fix ifname "physdev:" prefix parsing
* print mark & mark mask in hex rather then decimal
* add markmask for hash:ip,mark data type
* add hash:ip,mark data type to ipset
* Fix all set output from list/save when set with counters in use.
* ipset: Fix malformed output from list/save for ICMP types in port
field
* ipset: fix timeout data type size (Nikolay Martynov)
-------------------------------------------------------------------
Mon Oct 28 12:34:04 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ipset
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
Name: ipset
%define lname libipset3
Version: 6.20.1
%define lname libipset2
Version: 6.21
Release: 0
Summary: Netfilter ipset administration utility
License: GPL-2.0
@ -26,10 +26,9 @@ Group: Productivity/Networking/Security
Url: http://ipset.netfilter.org/
#Freecode-URL: http://freecode.com/projects/ipset/
#DL-URL: ftp://ftp.netfilter.org/pub/ipset/ipset-6.19.tar.bz2
#Git-Clone: git://git.netfilter.org/ipset
#Git-Web: http://git.netfilter.org/
Source: %name-%version.tar.xz
Source: ftp://ftp.netfilter.org/pub/ipset/%name-%version.tar.bz2
Source3: %name-preamble
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -37,7 +36,6 @@ BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig >= 0.21
BuildRequires: xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(libmnl) >= 1
%else
@ -169,7 +167,7 @@ find "$b/%_libdir" -type f -name "*.la" -delete;
%files -n %lname
%defattr(-,root,root)
%_libdir/libipset.so.3*
%_libdir/libipset.so.2*
%files devel
%defattr(-,root,root)