1
0
forked from jengelh/iptables

Accepting request 51717 from security:netfilter

Accepted submit request 51717 from user jengelh

OBS-URL: https://build.opensuse.org/request/show/51717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iptables?expand=0&rev=28
This commit is contained in:
Ruediger Oertel 2010-11-02 10:38:38 +00:00 committed by Git OBS Bridge
commit f1080234a4
4 changed files with 20 additions and 7 deletions

3
iptables-1.4.10.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7544e437d2222078b15e6cd063b521c6f1ec4dac49e6af9ba3bfece2a6a93445
size 478007

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0550f7ba7a170811dcf9b2df65036999786d84040b767238effc40232f617839
size 475380

View File

@ -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 Mon Aug 9 07:21:28 UTC 2010 - puzel@novell.com
- update to new upstream release 1.4.9.1 - update to new upstream release 1.4.9.1

View File

@ -21,14 +21,14 @@
Name: iptables Name: iptables
License: GPLv2+ License: GPLv2+
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
Version: 1.4.9.1 Version: 1.4.10
Release: 1 Release: 1
Summary: IP Packet Filter Administration Summary: IP Packet Filter Administration
#Git-Web: http://git.netfilter.org/ #Git-Web: http://git.netfilter.org/
#Git-Clone: git://git.netfilter.org/iptables #Git-Clone: git://git.netfilter.org/iptables
Source: http://netfilter.org/projects/iptables/files/iptables-1.4.9.1.tar.bz2 Source: http://netfilter.org/projects/%name/files/%name-%version.tar.bz2
Patch0: %{name}-batch.patch Patch0: iptables-batch.patch
Url: http://netfilter.org/ Url: http://netfilter.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkg-config sgmltool BuildRequires: pkg-config sgmltool
@ -57,7 +57,7 @@ if [ ! -e configure ]; then
./autogen.sh; ./autogen.sh;
fi fi
# bnc#561793 - do not include unclean module in iptables manpage # bnc#561793 - do not include unclean module in iptables manpage
rm -rf extensions/libipt_unclean.man rm -f extensions/libipt_unclean.man
%configure \ %configure \
--enable-libipq --enable-libipq
make %{?_smp_mflags} make %{?_smp_mflags}