From 6d58a1835a1b1e6e67dc598cacf23beb36982866 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:24:55 +0000 Subject: [PATCH] auto-import changelog data from iptables-1.2.8-14.src.rpm Fri Dec 05 2003 Thomas Woerner 1.2.8-14 - fixed netlink security issue in libipq (devel package) - fixed save in libipt_icmp (#109546) --- iptables.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index 2753f9a..e0e9bf1 100644 --- a/iptables.spec +++ b/iptables.spec @@ -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 1.2.8-14 +- fixed netlink security issue in libipq (devel package) +- fixed save in libipt_icmp (#109546) + * Thu Oct 23 2003 Thomas Woerner 1.2.8-13 - marked all messages in iptables init script for translation (#107462) - enabled devel package (#105884, #106101)