forked from pool/iptables
This commit is contained in:
parent
9d5f1c2833
commit
924957f3bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dec9b2248ba6824825011b73034bb43ca97d9c2d02e4024dc01549afd09ed3b1
|
|
||||||
size 432131
|
|
3
iptables-1.4.4.tar.bz2
Normal file
3
iptables-1.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f38274d992d16220373422c33ba39247b154cd1f4fe5245950596b1602185b6f
|
||||||
|
size 452656
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 17 12:15:58 CEST 2009 - puzel@suse.cz
|
||||||
|
|
||||||
|
- update to iptables-1.4.4
|
||||||
|
* support for the new features in the 2.6.30 kernel, namely the
|
||||||
|
cluster match and persistent multi-range NAT mappings
|
||||||
|
* support for the ipset set match and target
|
||||||
|
* various minor fixes and cleanups
|
||||||
|
* documentation updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 11 17:12:57 CEST 2009 - puzel@suse.cz
|
Mon May 11 17:12:57 CEST 2009 - puzel@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package iptables (Version 1.4.3.2)
|
# spec file for package iptables (Version 1.4.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,8 +21,8 @@
|
|||||||
Name: iptables
|
Name: iptables
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Version: 1.4.3.2
|
Version: 1.4.4
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: IP Packet Filter Administration
|
Summary: IP Packet Filter Administration
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
# http://netfilter.org/documentation/index.html#documentation-howto
|
# http://netfilter.org/documentation/index.html#documentation-howto
|
||||||
@ -105,6 +105,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libiptc.pc
|
%{_libdir}/pkgconfig/libiptc.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 17 2009 puzel@suse.cz
|
||||||
|
- update to iptables-1.4.4
|
||||||
|
* support for the new features in the 2.6.30 kernel, namely the
|
||||||
|
cluster match and persistent multi-range NAT mappings
|
||||||
|
* support for the ipset set match and target
|
||||||
|
* various minor fixes and cleanups
|
||||||
|
* documentation updates
|
||||||
* Mon May 11 2009 puzel@suse.cz
|
* Mon May 11 2009 puzel@suse.cz
|
||||||
- make explicit 'commit' in iptables-batch do nothing (bnc#500990)
|
- make explicit 'commit' in iptables-batch do nothing (bnc#500990)
|
||||||
* Tue Apr 21 2009 puzel@suse.cz
|
* Tue Apr 21 2009 puzel@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user