[iptables] - new version 1.4.12.2 with new pkgconfig/libip4tc.pc and pkgconfig/libip6tc.pc - build: make chec

Thomas Woerner twoerner at fedoraproject.org
Mon Jan 16 13:25:40 UTC 2012


commit 900581a58be12064c3653bc365b1c0c4bc007220
Author: Thomas Woerner <twoerner at redhat.com>
Date:   Mon Jan 16 14:23:44 2012 +0100

    - new version 1.4.12.2 with new pkgconfig/libip4tc.pc and pkgconfig/libip6tc.pc
      - build: make check stage not fail when building statically
      - build: restore build order of modules
      - build: scan for unreferenced symbols
      - build: sort file list before build
      - doc: clarification on the meaning of -p 0
      - doc: document iptables-restore's -T option
      - doc: fix undesired newline in ip6tables-restore(8)
      - ip6tables-restore: implement missing -T option
      - iptables: move kernel version find routing into libxtables
      - libiptc: provide separate pkgconfig files
      - libipt_SAME: set PROTO_RANDOM on all ranges
      - libxtables: Fix file descriptor leak in xtables_lmap_init on error
      - libxt_connbytes: fix handling of --connbytes FROM
      - libxt_CONNSECMARK: fix spacing in output
      - libxt_conntrack: improve error message on parsing violation
      - libxt_NFQUEUE: fix --queue-bypass ipt-save output
      - libxt_RATEEST: link with -lm
      - libxt_statistic: link with -lm
      - Merge branch 'stable'
      - Merge branch 'stable' of git://dev.medozas.de/iptables
      - nfnl_osf: add missing libnfnetlink_CFLAGS to compile process
      - xtoptions: fill in fallback value for nvals
      - xtoptions: simplify xtables_parse_interface

 iptables.spec |   32 ++++++++++++++++++++++++++++++--
 1 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/iptables.spec b/iptables.spec
index 452ada1..12162ea 100644
--- a/iptables.spec
+++ b/iptables.spec
@@ -14,8 +14,8 @@
 
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
-Version: 1.4.12.1
-Release: 2%{?dist}
+Version: 1.4.12.2
+Release: 1%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
 Source2: iptables-config
@@ -238,9 +238,37 @@ fi
 %{_libdir}/libxtables.so
 %{_libdir}/pkgconfig/libipq.pc
 %{_libdir}/pkgconfig/libiptc.pc
+%{_libdir}/pkgconfig/libip4tc.pc
+%{_libdir}/pkgconfig/libip6tc.pc
 %{_libdir}/pkgconfig/xtables.pc
 
 %changelog
+* Mon Jan 16 2012 Thomas Woerner <twoerner at redhat.com> 1.4.12.2-1
+- new version 1.4.12.2 with new pkgconfig/libip4tc.pc and pkgconfig/libip6tc.pc
+  - build: make check stage not fail when building statically
+  - build: restore build order of modules
+  - build: scan for unreferenced symbols
+  - build: sort file list before build
+  - doc: clarification on the meaning of -p 0
+  - doc: document iptables-restore's -T option
+  - doc: fix undesired newline in ip6tables-restore(8)
+  - ip6tables-restore: implement missing -T option
+  - iptables: move kernel version find routing into libxtables
+  - libiptc: provide separate pkgconfig files
+  - libipt_SAME: set PROTO_RANDOM on all ranges
+  - libxtables: Fix file descriptor leak in xtables_lmap_init on error
+  - libxt_connbytes: fix handling of --connbytes FROM
+  - libxt_CONNSECMARK: fix spacing in output
+  - libxt_conntrack: improve error message on parsing violation
+  - libxt_NFQUEUE: fix --queue-bypass ipt-save output
+  - libxt_RATEEST: link with -lm
+  - libxt_statistic: link with -lm
+  - Merge branch 'stable'
+  - Merge branch 'stable' of git://dev.medozas.de/iptables
+  - nfnl_osf: add missing libnfnetlink_CFLAGS to compile process
+  - xtoptions: fill in fallback value for nvals
+  - xtoptions: simplify xtables_parse_interface
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.12.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list