Hello community,

here is the log from the commit of package iptables for openSUSE:Factory
checked in at Tue Jul 26 08:58:06 CEST 2011.



--------
--- iptables/iptables.changes   2011-05-30 02:02:46.000000000 +0200
+++ /mounts/work_src_done/STABLE/iptables/iptables.changes      2011-07-22 
15:17:36.000000000 +0200
@@ -1,0 +2,24 @@
+Fri Jul 22 13:12:50 UTC 2011 - jeng...@medozas.de
+
+- Update to new upstream release 1.4.12
+* Include lost match/target descriptions in manpage again
+* libxt_LOG: fix ignorance of all but the last flag
+* libxt_HL: restore hl-* option names
+* libxt_hashlimit: use a more obvious expiry value by default
+* libxt_RATEEST: fix find-and-delete of rules with -j RATEEST
+* ipv4: restore negation for the -f option
+* Reject empty host specifications (e.g. -s "")
+* libxt_conntrack: restore network byteordering for ABI v1 & v2
+* Documentation updates
+
+-------------------------------------------------------------------
+Wed Jun  8 10:20:57 UTC 2011 - jeng...@medozas.de
+
+- Update to snapshot 1.4.11+git16
+* libxt_owner: restore inversion support
+* option: fix ignored negation before implicit extension loading
+* build: fix installation of symlinks
+* build: fix absence of xml translator in IPv6-only builds
+- Drop merged patches
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  71e402b-fix-install-symlinks.diff
  874bd762-owner-restore-invert.diff
  iptables-1.4.11.tar.xz

New:
----
  iptables-1.4.12.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iptables.spec ++++++
--- /var/tmp/diff_new_pack.DizZJp/_old  2011-07-26 08:50:49.000000000 +0200
+++ /var/tmp/diff_new_pack.DizZJp/_new  2011-07-26 08:50:49.000000000 +0200
@@ -21,16 +21,15 @@
 Name:           iptables
 License:        GPLv2+
 Group:          Productivity/Networking/Security
-Version:        1.4.11
+Version:        1.4.12
 Release:        1
 Summary:        IP Packet Filter Administration
 
+#DL-URL:       ftp://ftp.netfilter.org/pub/iptables/
 #Git-Web:      http://git.netfilter.org/
 #Git-Clone:    git://git.netfilter.org/iptables
 Source:         %name-%version.tar.xz
 Patch1:         iptables-batch.patch
-Patch2:         874bd762-owner-restore-invert.diff
-Patch3:         71e402b-fix-install-symlinks.diff
 Url:            http://netfilter.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config sgmltool xz
@@ -54,7 +53,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -p1
 
 %build
 if [ ! -e configure ]; then
@@ -69,8 +68,8 @@
 %install
 make DESTDIR=%buildroot install
 # iptables-apply is not installed by upstream Makefile
-install -m0755 iptables-apply %buildroot%_sbindir/
-install -m0644 iptables-apply.8 %buildroot%_mandir/man8/
+install -m0755 iptables/iptables-apply %buildroot%_sbindir/
+install -m0644 iptables/iptables-apply.8 %buildroot%_mandir/man8/
 find "%buildroot" -iname "*.la" -delete
 
 %post -p /sbin/ldconfig
@@ -80,13 +79,13 @@
 %files
 %defattr(-,root,root)
 %doc COPYING INCOMPATIBILITIES
+%doc %_mandir/man1/*
 %doc %_mandir/man8/*
 %_bindir/iptables*
 %_sbindir/iptables*
 %_sbindir/ip6tables*
 %_sbindir/xtables*
-%dir %_libexecdir/xtables
-%_libexecdir/xtables/*
+%_libdir/xtables
 %_libdir/*.so.*
 
 %files devel

++++++ iptables-batch.patch ++++++
--- /var/tmp/diff_new_pack.DizZJp/_old  2011-07-26 08:50:49.000000000 +0200
+++ /var/tmp/diff_new_pack.DizZJp/_new  2011-07-26 08:50:49.000000000 +0200
@@ -1,13 +1,13 @@
 ---
- Makefile.am      |   10 +
- iptables-batch.c |  468 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ iptables/Makefile.am      |   10 
+ iptables/iptables-batch.c |  468 
++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 477 insertions(+), 1 deletion(-)
 
-Index: iptables-1.4.11/Makefile.am
+Index: iptables/iptables/Makefile.am
 ===================================================================
---- iptables-1.4.11.orig/Makefile.am
-+++ iptables-1.4.11/Makefile.am
-@@ -59,7 +59,15 @@ endif
+--- iptables.orig/iptables/Makefile.am
++++ iptables/iptables/Makefile.am
+@@ -36,7 +36,15 @@ endif
  xtables_multi_SOURCES += xshared.c
  xtables_multi_LDADD   += libxtables.la -lm
  
@@ -22,12 +22,12 @@
 +
 +sbin_PROGRAMS    = xtables-multi iptables-batch ip6tables-batch
  man_MANS         = iptables.8 iptables-restore.8 iptables-save.8 \
-                    iptables-xml.8 ip6tables.8 ip6tables-restore.8 \
+                    iptables-xml.1 ip6tables.8 ip6tables-restore.8 \
                     ip6tables-save.8
-Index: iptables-1.4.11/iptables-batch.c
+Index: iptables/iptables/iptables-batch.c
 ===================================================================
 --- /dev/null
-+++ iptables-1.4.11/iptables-batch.c
++++ iptables/iptables/iptables-batch.c
 @@ -0,0 +1,468 @@
 +/*
 + * Author: Ludwig Nussel <ludwig.nus...@suse.de>


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to