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

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)
- bumped build for fedora for libipt_recent.so (#106002)
Tue Sep 23 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-12.1
- fixed lost udp port range in ip6tables-save (#104484)
- fixed non numeric multiport port output in ipXtables-savs
Mon Sep 22 2003 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.8-11
- do not link against -lnsl
This commit is contained in:
cvsdist 2004-09-09 06:24:45 +00:00
parent f8ef2e43c9
commit 7443bc4808
2 changed files with 24 additions and 9 deletions

View File

@ -227,14 +227,14 @@ status() {
# loaded.
# Check if iptable module is loaded
if [ ! -e "$PROC_IPTABLES_NAMES" ]; then
echo "Firewall is stopped."
echo $"Firewall is stopped."
return 1
fi
# Check if firewall is configured (has tables)
tables=`cat $PROC_IPTABLES_NAMES 2>/dev/null`
if [ -z "$tables" ]; then
echo "Firewall is not configured. "
echo $"Firewall is not configured. "
return 1
fi

View File

@ -1,17 +1,19 @@
%define build_devel 0
%define build_devel 1
%define linux_header 0
Name: iptables
Summary: Tools for managing Linux kernel packet filtering capabilities.
Version: 1.2.8
Release: 8.90.5
Release: 13
Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2
Source1: iptables.init
Source2: iptables-config
%if %{linux_header}
Source3: netfilter-2.4.20.tar.gz
%endif
Patch0: iptables-1.2.8-save_ports.patch
Patch0: iptables-1.2.8-numeric.patch
Patch1: iptables-1.2.8-save_ports.patch
Patch2: iptables-1.2.8-nolibnsl.patch
Group: System Environment/Base
URL: http://www.netfilter.org/
BuildRoot: %{_tmppath}/%{name}-buildroot
@ -63,7 +65,9 @@ cd include
tar -zxf %{SOURCE3}
cd ..
%endif
%patch0 -p1 -b .save_ports
%patch0 -p1 -b .numeric
%patch1 -p1 -b .save_ports
%patch2 -p1 -b .nolibnsl
# Put it to a reasonable place
find . -type f -exec perl -pi -e "s,/usr/local,%{prefix},g" {} \;
@ -138,11 +142,22 @@ fi
%endif
%changelog
* Wed Sep 17 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-90.5
- fixed wrong tests for ipv6 udp ports in save
* 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)
- bumped build for fedora for libipt_recent.so (#106002)
* Tue Sep 23 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-12.1
- fixed lost udp port range in ip6tables-save (#104484)
- fixed non numeric multiport port output in ipXtables-savs
* Mon Sep 22 2003 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.8-11
- do not link against -lnsl
* Wed Sep 17 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-10
- made variables in rmmod_r local
* Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-90.1
* Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-9
- fixed permission for init script
* Sat Jul 19 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-8