- New upstream version 6.27 (RHBZ#1145913)

This commit is contained in:
Thomas Woerner 2015-11-10 15:21:57 +01:00
parent 7669e87633
commit 38400aba0f
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/ipset-6.21.1.tar.bz2
/ipset-6.22.tar.bz2
/ipset-6.26.tar.bz2
/ipset-6.27.tar.bz2

View File

@ -1,5 +1,5 @@
Name: ipset
Version: 6.26
Version: 6.27
Release: 1%{?dist}
Summary: Manage Linux IP sets
@ -16,9 +16,9 @@ BuildRequires: libmnl-devel
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description
IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel, which can be
administered by the ipset utility. Depending on the type, currently an IP set
may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC
IP sets are a framework inside the Linux kernel since version 2.4.x, which can
be administered by the ipset utility. Depending on the type, currently an IP
set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC
addresses in a way, which ensures lightning speed when matching an entry
against a set.
@ -146,6 +146,9 @@ fi
%changelog
* Tue Nov 10 2015 Thomas Woerner <twoerner@redhat.com> - 6.27-1
- New upstream version 6.27 (RHBZ#1145913)
* Sat Oct 10 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 6.26-1
- Upstream 6.26 (RHBZ#1145913)

View File

@ -1 +1 @@
5ec4e79053a30fb6d72e0549d7d09343 ipset-6.26.tar.bz2
c39f8958908b1396e2c69f082b75d924 ipset-6.27.tar.bz2