auto-import changelog data from iptables-1.2.8-14.src.rpm

Fri Dec 05 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-14
- fixed netlink security issue in libipq (devel package)
- fixed save in libipt_icmp (#109546)
This commit is contained in:
cvsdist 2004-09-09 06:24:55 +00:00
parent 7443bc4808
commit 6d58a1835a

View File

@ -4,7 +4,7 @@
Name: iptables
Summary: Tools for managing Linux kernel packet filtering capabilities.
Version: 1.2.8
Release: 13
Release: 14
Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2
Source1: iptables.init
Source2: iptables-config
@ -14,6 +14,8 @@ Source3: netfilter-2.4.20.tar.gz
Patch0: iptables-1.2.8-numeric.patch
Patch1: iptables-1.2.8-save_ports.patch
Patch2: iptables-1.2.8-nolibnsl.patch
Patch3: iptables-1.2.8-print_type.patch
Patch4: iptables-1.2.8-netlink.patch
Group: System Environment/Base
URL: http://www.netfilter.org/
BuildRoot: %{_tmppath}/%{name}-buildroot
@ -68,6 +70,8 @@ cd ..
%patch0 -p1 -b .numeric
%patch1 -p1 -b .save_ports
%patch2 -p1 -b .nolibnsl
%patch3 -p1 -b .print_type
%patch4 -p1 -b .netlink
# Put it to a reasonable place
find . -type f -exec perl -pi -e "s,/usr/local,%{prefix},g" {} \;
@ -142,6 +146,10 @@ fi
%endif
%changelog
* Fri Dec 5 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-14
- fixed netlink security issue in libipq (devel package)
- fixed save in libipt_icmp (#109546)
* Thu Oct 23 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-13
- marked all messages in iptables init script for translation (#107462)
- enabled devel package (#105884, #106101)