From ad88bf79510d80f05af28d8eca204a1adb62fa65 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:19:55 +0000 Subject: [PATCH] auto-import changelog data from iptables-1.2.3-1.src.rpm Mon Sep 03 2001 Bernhard Rosenkraenzer 1.2.3-1 - 1.2.3 (5 security fixes, some other fixes) - Fix updating (#53032) Mon Aug 27 2001 Bernhard Rosenkraenzer 1.2.2-4 - Fix #50990 - Add some fixes from current CVS; should fix #52620 --- .cvsignore | 2 +- iptables.spec | 45 ++++++++++++++++++++++++--------------------- sources | 2 +- 3 files changed, 26 insertions(+), 23 deletions(-) diff --git a/.cvsignore b/.cvsignore index e3e6fcc..e556967 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iptables-1.2.2.tar.bz2 +iptables-1.2.3.tar.bz2 diff --git a/iptables.spec b/iptables.spec index 5a5e5e4..e82cdf2 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,11 +1,10 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. -Version: 1.2.2 -Release: 3 +Version: 1.2.3 +Release: 1 Source: http://netfilter.kernelnotes.org/%{name}-%{version}.tar.bz2 Source1: iptables.init -Patch: iptables-1.2.2-save.patch -Patch1: iptables-1.2.2-cvsfixes.patch +Patch1: iptables-1.2.2-bug50990.patch Group: System Environment/Base URL: http://netfilter.kernelnotes.org/ BuildRoot: %{_tmppath}/%{name}-buildroot @@ -17,35 +16,29 @@ Requires(post,postun): chkconfig Prefix: %{_prefix} %package ipv6 -Summary: IPv6 support for iptables +Summary: IPv6 support for iptables. Group: System Environment/Base Requires: %{name} = %{version} %description -iptables controls the Linux kernel network packet filtering code. -It allows you to set up firewalls and IP masquerading, etc. - -Install iptables if you need to set up firewalling for your -network. +The iptables utility controls the network packet filtering code in the +Linux kernel. If you need to set up firewalls and/or IP masquerading, +you should install this package. %description ipv6 -IPv6 support for iptables. - -iptables controls the Linux kernel network packet filtering code. -It allows you to set up firewalls and IP masquerading, etc. - -IPv6 is the next version of the IP protocol. +The iptables package contains IPv6 (the next version of the IP +protocol) support for iptables. Iptables controls the Linux kernel +network packet filtering code, allowing you to set up firewalls and IP +masquerading. Install iptables-ipv6 if you need to set up firewalling for your -network and you're using ipv6. - +network and you are using ipv6. %prep rm -rf %{buildroot} %setup -q -%patch -p1 -b .save -%patch1 -p1 -b .cvs +%patch1 -p1 -b .50990 # Put it to a reasonable place perl -pi -e "s,/usr/local,%{prefix},g" * */* @@ -73,7 +66,9 @@ rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version} chkconfig --add iptables %preun -chkconfig --del iptables +if [ "$0" -lt 1 ]; then + chkconfig --del iptables +fi %files %defattr(-,root,root,0755) @@ -89,6 +84,14 @@ chkconfig --del iptables /lib/iptables/libip6t* %changelog +* Mon Sep 3 2001 Bernhard Rosenkraenzer 1.2.3-1 +- 1.2.3 (5 security fixes, some other fixes) +- Fix updating (#53032) + +* Mon Aug 27 2001 Bernhard Rosenkraenzer 1.2.2-4 +- Fix #50990 +- Add some fixes from current CVS; should fix #52620 + * Mon Jul 16 2001 Bernhard Rosenkraenzer 1.2.2-3 - Add some fixes from the current CVS tree; fixes #49154 and some IPv6 issues diff --git a/sources b/sources index a642d7a..e258ee5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d065a5d1e7003a0e61bece79a88d903 iptables-1.2.2.tar.bz2 +68c55130d68a03c451de0ac900c67448 iptables-1.2.3.tar.bz2