- 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
This commit is contained in:
parent
b6effdeb2c
commit
900581a58b
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
Name: iptables
|
Name: iptables
|
||||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||||
Version: 1.4.12.1
|
Version: 1.4.12.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
@ -238,9 +238,37 @@ fi
|
|||||||
%{_libdir}/libxtables.so
|
%{_libdir}/libxtables.so
|
||||||
%{_libdir}/pkgconfig/libipq.pc
|
%{_libdir}/pkgconfig/libipq.pc
|
||||||
%{_libdir}/pkgconfig/libiptc.pc
|
%{_libdir}/pkgconfig/libiptc.pc
|
||||||
|
%{_libdir}/pkgconfig/libip4tc.pc
|
||||||
|
%{_libdir}/pkgconfig/libip6tc.pc
|
||||||
%{_libdir}/pkgconfig/xtables.pc
|
%{_libdir}/pkgconfig/xtables.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 16 2012 Thomas Woerner <twoerner@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@lists.fedoraproject.org> - 1.4.12.1-2
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.12.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user