]> git.pld-linux.org Git - packages/iptables.git/commitdiff
- adapterized, removed obsolete fix patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Nov 2001 15:05:08 +0000 (15:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iptables-fix.patch -> 1.3
    iptables.spec -> 1.46

iptables-fix.patch [deleted file]
iptables.spec

diff --git a/iptables-fix.patch b/iptables-fix.patch
deleted file mode 100644 (file)
index 999d6bb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ur iptables-1.2.3-/extensions/libip6t_length.c iptables-1.2.3/extensions/libip6t_length.c
---- iptables-1.2.3-/extensions/libip6t_length.c        Sun Aug 12 13:16:49 2001
-+++ iptables-1.2.3/extensions/libip6t_length.c Mon Oct 15 15:40:04 2001
-@@ -9,11 +9,6 @@
- #include <ip6tables.h>
- #include <linux/netfilter_ipv6/ip6t_length.h>
--struct ip6t_length_info {
--    u_int16_t min, max;
--    u_int8_t  invert;
--};
--
- /* Function which prints out usage message. */
- static void
- help(void)
-@@ -41,11 +36,9 @@
- static u_int16_t
- parse_length(const char *s)
- {
--      int len;
--      
--      len = string_to_number(s, 0, 0xFFFF);
-+      unsigned int len;
-       
--      if (len == -1)
-+      if (string_to_number(s, 0, 0xFFFF, &len) == -1)
-               exit_error(PARAMETER_PROBLEM, "length invalid: `%s'\n", s);
-       else
-               return (u_int16_t )len;
index 4b74190f02a564d3bf3dcda21a91990fc5b3145f..a41b8b91d7cd9a7e0e1bbae706c1b0a6250d8c37 100644 (file)
@@ -19,7 +19,6 @@ Patch0:               %{name}-man.patch
 Patch1:                %{name}-NETMAP-fix.patch
 Patch2:                %{name}-log.patch
 Patch3:                %{name}-prestate.patch
-Patch4:                %{name}-fix.patch
 BuildRequires: sgml-tools
 BuildRequires: sgmls
 BuildRequires: tetex-latex
@@ -44,8 +43,12 @@ Summary:     Libraries and headers for developing iptables extensions
 Summary(pl):   Biblioteki i nag³ówki do tworzenia rozszerzeñ iptables
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 
 %description devel
@@ -61,7 +64,7 @@ iptables.
 %patch1 -p1
 %{!?_without_patchedkernel:%patch2 -p1}
 %{!?_without_patchedkernel:%patch3 -p1}
-#%patch4 -p1
+
 chmod 755 extensions/.*-test*
 mv -f extensions/.NETLINK.test extensions/.NETLINK-test
 perl -pi -e 's/\$\(HTML_HOWTOS\)//g; s/\$\(PSUS_HOWTOS\)//g' iptables-howtos/Makefile
This page took 0.354167 seconds and 4 git commands to generate.