]> git.pld-linux.org Git - packages/ipset.git/commitdiff
- up to 2.3.0-20070828 auto/th/ipset-2_3_0_20070828-1
authorzbyniu <zbyniu@pld-linux.org>
Mon, 15 Oct 2007 23:49:14 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ipset-no_kernel_headers.patch -> 1.5
    ipset.spec -> 1.12

ipset-no_kernel_headers.patch
ipset.spec

index e36059443a9f90f31b44bfddd528a49297b2126e..d1a5313950c4589d0fe72f0dc0c6ff3d912261bf 100644 (file)
@@ -8,15 +8,15 @@
 -KERNEL_DIR=/usr/src/linux
 -endif
 -
- IPSET_VERSION:=2.2.9a
+ IPSET_VERSION:=2.3.0
  
  PREFIX:=/usr/local
 @@ -21,7 +17,7 @@
  RELEASE_DIR:=/tmp
  
  COPT_FLAGS:=-O2
--CFLAGS:=$(COPT_FLAGS) -Wall -Wunused -I$(KERNEL_DIR)/include -I. -g -DIPSET_DEBUG #-pg # -DIPTC_DEBUG
+-CFLAGS:=$(COPT_FLAGS) -Wall -Wunused -I$(KERNEL_DIR)/include -I. -g -DIPSET_DEBUG #-pg # -DIPTC_DEBUG
 +CFLAGS:=$(COPT_FLAGS) -Wall -Wunused -I. # -g -DIPSET_DEBUG #-pg # -DIPTC_DEBUG
  SH_CFLAGS:=$(CFLAGS) -fPIC
- SETTYPES:=ipmap portmap macipmap iphash nethash iptree ipporthash
+ SETTYPES:=ipmap portmap macipmap iphash nethash iptree iptreemap ipporthash
  
index 8c1de35bf0e5cf006131c7315e542d23f501cd4d..f647c7b25c882f0de21e8a7957cd1a7769f5830c 100644 (file)
@@ -5,17 +5,17 @@
 Summary:       IP sets utility
 Summary(pl.UTF-8):     Narzędzie do zarządzania zbiorami IP
 Name:          ipset
-%define                version_base    2.2.9a
-%define                version_tstamp  20061009
+%define                version_base    2.3.0
+%define                version_tstamp  20070828
 Version:       %{version_base}_%{version_tstamp}
 Release:       1
 License:       GPL
 Group:         Networking/Admin
 Source0:       http://ipset.netfilter.org/%{name}-%{version_base}-%{version_tstamp}.tar.bz2
-# Source0-md5: 74ce3226b30cdd386630250bdc3488ef
+# Source0-md5: 9e17798dfd8ed87c63a1f3498f9fe64d
 Patch0:                %{name}-no_kernel_headers.patch
 URL:           http://ipset.netfilter.org/
-BuildRequires: linux-libc-headers >= 7:2.6.12.0-10
+BuildRequires: linux-libc-headers >= 7:2.6.22.1-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.047661 seconds and 4 git commands to generate.