auto-import changelog data from iptables-1.2.10-1.src.rpm
Thu Jun 17 2004 Thomas Woerner <twoerner@redhat.com> 1.2.10-1 - new version 1.2.10
This commit is contained in:
parent
72277d0cea
commit
02a001b3b7
@ -1 +1 @@
|
|||||||
iptables-1.2.9.tar.bz2
|
iptables-1.2.10.tar.bz2
|
||||||
|
14
iptables-1.2.10-counters.patch
Normal file
14
iptables-1.2.10-counters.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- iptables-1.2.10/iptables-restore.c.counters 2004-06-15 00:02:16.000000000 +0200
|
||||||
|
+++ iptables-1.2.10/iptables-restore.c 2004-06-17 14:01:50.953645355 +0200
|
||||||
|
@@ -73,7 +73,10 @@
|
||||||
|
|
||||||
|
int parse_counters(char *string, struct ipt_counters *ctr)
|
||||||
|
{
|
||||||
|
- return (sscanf(string, "[%llu:%llu]", (unsigned long long *)&ctr->pcnt, (unsigned long long *)&ctr->bcnt) == 2);
|
||||||
|
+ if (string != NULL)
|
||||||
|
+ return (sscanf(string, "[%llu:%llu]", (unsigned long long *)&ctr->pcnt, (unsigned long long *)&ctr->bcnt) == 2);
|
||||||
|
+ else
|
||||||
|
+ return (0 == 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* global new argv and argc */
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
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.9
|
Version: 1.2.10
|
||||||
Release: 3
|
Release: 1
|
||||||
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
|
||||||
@ -12,10 +12,9 @@ Source2: iptables-config
|
|||||||
Source3: netfilter-2.4.20.tar.gz
|
Source3: netfilter-2.4.20.tar.gz
|
||||||
%endif
|
%endif
|
||||||
Patch2: iptables-1.2.8-nolibnsl.patch
|
Patch2: iptables-1.2.8-nolibnsl.patch
|
||||||
Patch3: iptables-1.2.8-print_type.patch
|
|
||||||
Patch4: iptables-1.2.9-netlink.patch
|
Patch4: iptables-1.2.9-netlink.patch
|
||||||
Patch5: iptables-1.2.9-selinux.patch
|
Patch5: iptables-1.2.9-selinux.patch
|
||||||
Patch6: iptables-1.2.9-counters.patch
|
Patch6: iptables-1.2.10-counters.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
|
||||||
@ -68,7 +67,6 @@ tar -zxf %{SOURCE3}
|
|||||||
cd ..
|
cd ..
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1 -b .nolibnsl
|
%patch2 -p1 -b .nolibnsl
|
||||||
%patch3 -p1 -b .print_type
|
|
||||||
%patch4 -p1 -b .netlink
|
%patch4 -p1 -b .netlink
|
||||||
%patch5 -p1 -b .selinux
|
%patch5 -p1 -b .selinux
|
||||||
%patch6 -p1 -b .counters
|
%patch6 -p1 -b .counters
|
||||||
@ -146,6 +144,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 17 2004 Thomas Woerner <twoerner@redhat.com> 1.2.10-1
|
||||||
|
- new version 1.2.10
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user