rpms/openswan/devel .cvsignore, 1.23, 1.24 ipsec.conf, 1.3, 1.4 openswan.spec, 1.67, 1.68 sources, 1.22, 1.23

avesh agarwal avesh at fedoraproject.org
Mon Oct 6 19:30:53 UTC 2008


Author: avesh

Update of /cvs/pkgs/rpms/openswan/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13660

Modified Files:
	.cvsignore ipsec.conf openswan.spec sources 
Log Message:
# /etc/ipsec.conf - Openswan IPsec configuration file
#
# Manual:     ipsec.conf.5
#
# Please place your own config files in /etc/ipsec.d/ ending in .conf

version	2.0	# conforms to second version of ipsec.conf specification

# basic configuration
config setup
	# Debug-logging controls:  "none" for (almost) none, "all" for lots.
	# klipsdebug=none
	# plutodebug="control parsing"
	# For Red Hat Enterprise Linux and Fedora, leave protostack=netkey
	protostack=netkey
	nat_traversal=yes
	# Enable this if you see "failed to find any available worker"
	nhelpers=0

#You may put your configuration (.conf) file in the "/etc/ipsec.d/" and uncomment this.
#include /etc/ipsec.d/*.conf



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openswan/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	9 Sep 2008 21:02:30 -0000	1.23
+++ .cvsignore	6 Oct 2008 19:30:22 -0000	1.24
@@ -7,3 +7,4 @@
 openswan-2.6.14.tar.gz
 openswan-2.6.15.tar.gz
 openswan-2.6.16.tar.gz
+openswan-2.6.18.tar.gz


Index: ipsec.conf
===================================================================
RCS file: /cvs/pkgs/rpms/openswan/devel/ipsec.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ipsec.conf	14 Mar 2008 15:33:32 -0000	1.3
+++ ipsec.conf	6 Oct 2008 19:30:22 -0000	1.4
@@ -14,5 +14,8 @@
 	# For Red Hat Enterprise Linux and Fedora, leave protostack=netkey
 	protostack=netkey
 	nat_traversal=yes
+	# Enable this if you see "failed to find any available worker"
+	nhelpers=0
 
-include /etc/ipsec.d/*.conf
+#You may put your configuration (.conf) file in the "/etc/ipsec.d/" and uncomment this.
+#include /etc/ipsec.d/*.conf


Index: openswan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openswan/devel/openswan.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- openswan.spec	12 Sep 2008 13:21:50 -0000	1.67
+++ openswan.spec	6 Oct 2008 19:30:22 -0000	1.68
@@ -1,8 +1,8 @@
 Summary: Openswan IPSEC implementation
 Name: openswan
-Version: 2.6.16
+Version: 2.6.18
 
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
 Url: http://www.openswan.org/
 Source: openswan-%{version}.tar.gz
@@ -150,6 +150,10 @@
 chkconfig --add ipsec || :
 
 %changelog
+* Tue Oct 06 2008 Avesh Agarwal <avagarwa at redhat.com> - 2.6.18-1
+- new upstream release
+- modified default ipsec.conf to address rhbz#463931
+
 * Tue Sep 12 2008 Avesh Agarwal <avagarwa at redhat.com> - 2.6.16-2
 - added initscript patch to prevent openswan service start by default
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openswan/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	9 Sep 2008 21:02:30 -0000	1.22
+++ sources	6 Oct 2008 19:30:22 -0000	1.23
@@ -1 +1 @@
-ef0ea8f9082df70c993a035904d538c7  openswan-2.6.16.tar.gz
+b485b38b1074155bc337f80557c24c0d  openswan-2.6.18.tar.gz




More information about the scm-commits mailing list