auto-import changelog data from iptables-1.2.8-8.90.5.src.rpm
Wed Sep 17 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-90.5 - fixed wrong tests for ipv6 udp ports in save - made variables in rmmod_r local
This commit is contained in:
parent
dc9e0628b1
commit
f8ef2e43c9
@ -41,11 +41,11 @@ IPTABLES_STATUS_NUMERIC="no"
|
|||||||
rmmod_r() {
|
rmmod_r() {
|
||||||
# Unload module with all referring modules.
|
# Unload module with all referring modules.
|
||||||
# At first all referring modules will be unloaded, then the module itself.
|
# At first all referring modules will be unloaded, then the module itself.
|
||||||
mod=$1
|
local mod=$1
|
||||||
ret=0
|
local ret=0
|
||||||
|
|
||||||
# Get referring modules.
|
# Get referring modules.
|
||||||
ref=`lsmod | grep ^${mod} | cut -d "[" -s -f 2 | cut -d "]" -s -f 1`
|
local ref=`lsmod | grep ^${mod} | cut -d "[" -s -f 2 | cut -d "]" -s -f 1`
|
||||||
|
|
||||||
# recursive call for all referring module
|
# recursive call for all referring module
|
||||||
for i in $ref; do
|
for i in $ref; do
|
||||||
|
@ -4,13 +4,14 @@
|
|||||||
Name: iptables
|
Name: iptables
|
||||||
Summary: Tools for managing Linux kernel packet filtering capabilities.
|
Summary: Tools for managing Linux kernel packet filtering capabilities.
|
||||||
Version: 1.2.8
|
Version: 1.2.8
|
||||||
Release: 8.90.1
|
Release: 8.90.5
|
||||||
Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2
|
Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
%if %{linux_header}
|
%if %{linux_header}
|
||||||
Source3: netfilter-2.4.20.tar.gz
|
Source3: netfilter-2.4.20.tar.gz
|
||||||
%endif
|
%endif
|
||||||
|
Patch0: iptables-1.2.8-save_ports.patch
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.netfilter.org/
|
URL: http://www.netfilter.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
@ -62,6 +63,7 @@ cd include
|
|||||||
tar -zxf %{SOURCE3}
|
tar -zxf %{SOURCE3}
|
||||||
cd ..
|
cd ..
|
||||||
%endif
|
%endif
|
||||||
|
%patch0 -p1 -b .save_ports
|
||||||
|
|
||||||
# Put it to a reasonable place
|
# Put it to a reasonable place
|
||||||
find . -type f -exec perl -pi -e "s,/usr/local,%{prefix},g" {} \;
|
find . -type f -exec perl -pi -e "s,/usr/local,%{prefix},g" {} \;
|
||||||
@ -136,6 +138,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 17 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-90.5
|
||||||
|
- fixed wrong tests for ipv6 udp ports in save
|
||||||
|
- 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-90.1
|
||||||
- fixed permission for init script
|
- fixed permission for init script
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user