SPECS (AC-branch): ipsec-tools.spec - up to 0.7, add configure SEL...

zawadaa zawadaa at pld-linux.org
Mon Oct 1 21:45:00 CEST 2007


Author: zawadaa                      Date: Mon Oct  1 19:45:00 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- up to 0.7, add configure SELinux patch
- STBR - works on AC

---- Files affected:
SPECS:
   ipsec-tools.spec (1.50.4.1 -> 1.50.4.2) 

---- Diffs:

================================================================
Index: SPECS/ipsec-tools.spec
diff -u SPECS/ipsec-tools.spec:1.50.4.1 SPECS/ipsec-tools.spec:1.50.4.2
--- SPECS/ipsec-tools.spec:1.50.4.1	Sun Apr  8 23:41:58 2007
+++ SPECS/ipsec-tools.spec	Mon Oct  1 21:44:54 2007
@@ -9,14 +9,15 @@
 Summary:	User-space IPsec tools for the Linux IPsec implementation
 Summary(pl):	Narzêdzia przestrzeni u¿ytkownika dla linuksowej implementacji IPsec
 Name:		ipsec-tools
-Version:	0.6.7
+Version:	0.7
 Release:	1
 License:	BSD
 Group:		Networking/Admin
 Source0:	http://dl.sourceforge.net/ipsec-tools/%{name}-%{version}.tar.bz2
-# Source0-md5:	4fb764f282dc21cf9a656c58e13dacbb
+# Source0-md5:	c0a586924edde35264ecfe94ad1c261f
 Source1:	%{name}-racoon.init
 Source2:	%{name}-racoon.sysconfig
+Patch0:		%{name}-selinux-check.patch
 URL:		http://ipsec-tools.sourceforge.net/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
@@ -86,6 +87,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__sed} -i 's!@INCLUDE_GLIBC@!!g' src/Makefile.am
 %{__sed} -i 's!<gssapi/gssapi\.h>!"/usr/include/gssapi.h"!' src/racoon/gssapi.h
@@ -99,18 +101,21 @@
 %{__automake}
 
 %configure \
+	--enable-adminport \
+	--enable-rc5 \
+	--enable-idea \
+	--enable-hybrid \
+	--enable-frag \
 	%{?with_kerberos5:--enable-gssapi} \
-	%{?with_radius:--with-libradius} \
-	--with-kernel-headers=%{_includedir} \
+	--enable-stats \
 	--enable-dpd \
-	--enable-frag \
-	--enable-hybrid \
-	--enable-idea \
-	--enable-ipv6 \
+	--enable-fastquit \
 	--enable-natt \
-	--enable-natt-versions \
-	--enable-rc5 \
-	--enable-adminport \
+	--with-kernel-headers=%{_includedir} \
+	--with-readline \
+	%{?with_radius:--with-libradius} \
+	--with-libpam \
+	--with-libldap \
 	--enable-shared
 
 %{__make}
@@ -187,6 +192,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.50.4.2  2007/10/01 19:44:54  zawadaa
+- up to 0.7, add configure SELinux patch
+- STBR - works on AC
+
 Revision 1.50.4.1  2007/04/08 21:41:58  zawadaa
 - up to 0.6.7
 - fixes a DoS in informationnal messages handling (CVE-2007-1841)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ipsec-tools.spec?r1=1.50.4.1&r2=1.50.4.2&f=u



More information about the pld-cvs-commit mailing list