forked from jengelh/iptables
Update to 1.4.10
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=14
This commit is contained in:
parent
63c44ee8d6
commit
7b7c473988
3
iptables-1.4.10.tar.bz2
Normal file
3
iptables-1.4.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7544e437d2222078b15e6cd063b521c6f1ec4dac49e6af9ba3bfece2a6a93445
|
||||
size 478007
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0550f7ba7a170811dcf9b2df65036999786d84040b767238effc40232f617839
|
||||
size 475380
|
@ -1,4 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 29 17:56:48 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- Update to new upstream release 1.4.10
|
||||
* this is the release for the Linux 2.6.36 kernel
|
||||
* support for the cpu match, which can be used to improve cache
|
||||
locality when running multiple server instances
|
||||
* support for the IDLETIMER target, which can be used to notify
|
||||
userspace of interfaces being idle
|
||||
* support for the CHECKSUM target
|
||||
* support for the ipvs match
|
||||
* a fix for deletion of rules using the quota match
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 9 07:21:28 UTC 2010 - puzel@novell.com
|
||||
|
||||
- update to new upstream release 1.4.9.1
|
||||
|
@ -21,14 +21,14 @@
|
||||
Name: iptables
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/Security
|
||||
Version: 1.4.9.1
|
||||
Version: 1.4.10
|
||||
Release: 1
|
||||
Summary: IP Packet Filter Administration
|
||||
|
||||
#Git-Web: http://git.netfilter.org/
|
||||
#Git-Clone: git://git.netfilter.org/iptables
|
||||
Source: http://netfilter.org/projects/iptables/files/iptables-1.4.9.1.tar.bz2
|
||||
Patch0: %{name}-batch.patch
|
||||
Source: http://netfilter.org/projects/%name/files/%name-%version.tar.bz2
|
||||
Patch0: iptables-batch.patch
|
||||
Url: http://netfilter.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkg-config sgmltool
|
||||
@ -57,7 +57,7 @@ if [ ! -e configure ]; then
|
||||
./autogen.sh;
|
||||
fi
|
||||
# bnc#561793 - do not include unclean module in iptables manpage
|
||||
rm -rf extensions/libipt_unclean.man
|
||||
rm -f extensions/libipt_unclean.man
|
||||
%configure \
|
||||
--enable-libipq
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user