- New upstream version 6.27 (RHBZ#1145913)
This commit is contained in:
parent
7669e87633
commit
38400aba0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/ipset-6.21.1.tar.bz2
|
/ipset-6.21.1.tar.bz2
|
||||||
/ipset-6.22.tar.bz2
|
/ipset-6.22.tar.bz2
|
||||||
/ipset-6.26.tar.bz2
|
/ipset-6.26.tar.bz2
|
||||||
|
/ipset-6.27.tar.bz2
|
||||||
|
11
ipset.spec
11
ipset.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ipset
|
Name: ipset
|
||||||
Version: 6.26
|
Version: 6.27
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Manage Linux IP sets
|
Summary: Manage Linux IP sets
|
||||||
|
|
||||||
@ -16,9 +16,9 @@ BuildRequires: libmnl-devel
|
|||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel, which can be
|
IP sets are a framework inside the Linux kernel since version 2.4.x, which can
|
||||||
administered by the ipset utility. Depending on the type, currently an IP set
|
be administered by the ipset utility. Depending on the type, currently an IP
|
||||||
may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC
|
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
|
addresses in a way, which ensures lightning speed when matching an entry
|
||||||
against a set.
|
against a set.
|
||||||
|
|
||||||
@ -146,6 +146,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 10 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 6.26-1
|
||||||
- Upstream 6.26 (RHBZ#1145913)
|
- Upstream 6.26 (RHBZ#1145913)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user