Hello community,

here is the log from the commit of package ipsec-tools for openSUSE:Factory 
checked in at 2014-03-21 13:31:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipsec-tools (Old)
 and      /work/SRC/openSUSE:Factory/.ipsec-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipsec-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipsec-tools/ipsec-tools.changes  2013-09-23 
09:33:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ipsec-tools.new/ipsec-tools.changes     
2014-03-21 13:31:01.000000000 +0100
@@ -1,0 +2,30 @@
+Thu Mar 13 10:02:28 CET 2014 - [email protected]
+
+- add RemainAfterExit=yes to the .service file (bnc#856625)
+
+-------------------------------------------------------------------
+Fri Jan 10 14:06:41 CET 2014 - [email protected]
+
+- upgrade to version 0.8.0:
+       o Fix authentication method ambiguity with kerberos and xauth
+       o RFC2253 compliant escaping of asn1dn identifiers (Cyrus Rahman)
+       o Local address code rewrite to speed things up
+       o Improved MIPv6 support (Arnaud Ebalard)
+       o ISAKMP SA (phase1) rekeying
+       o Improved scheduler (faster algorithm, support monotonic clock)
+       o Handle RESPONDER-LIFETIME in quick mode
+       o Handle INITIAL-CONTACT in from main mode too
+       o Rewritten event handling framework for admin port
+       o Ability to initiate IPsec SA through admin port
+       o NAT-T Original Address handling (transport mode NAT-T support)
+       o clean NAT-T - PFkey support
+       o support for multiple anonymous remoteconfs
+       o Remove various obsolete configuration options
+       o A lot of other bug fixes, performance improvements and clean ups
+
+- Remove ipsec-tools-linux-3.7-compat.diff which caused bnc#867055 
+  by including wrong headers; fix by installing
+  linux-glibc-devel and including /usr/include for kernel headers
+
+
+-------------------------------------------------------------------

Old:
----
  ipsec-tools-0.7.2-nodevel.patch
  ipsec-tools-0.7.3.tar.bz2
  ipsec-tools-linux-3.7-compat.diff

New:
----
  ipsec-tools-0.8.0-nodevel.patch
  ipsec-tools-0.8.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ipsec-tools.spec ++++++
--- /var/tmp/diff_new_pack.ngbXr4/_old  2014-03-21 13:31:02.000000000 +0100
+++ /var/tmp/diff_new_pack.ngbXr4/_new  2014-03-21 13:31:02.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ipsec-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:        IPsec Utilities
 License:        BSD-3-Clause
 Group:          Productivity/Networking/Security
-Version:        0.7.3
+Version:        0.8.0
 Release:        0
 Url:            http://ipsec-tools.sourceforge.net/
 Source:         
http://prdownloads.sourceforge.net/ipsec-tools/ipsec-tools-%{version}.tar.bz2
@@ -33,15 +33,14 @@
 Patch0:         racoon.conf_macros.patch
 Patch1:         racoon.psk.patch
 Patch2:         ipsec-tools-0.7.3-linkerflag.patch
-Patch3:         ipsec-tools-0.7.2-nodevel.patch
-Patch4:         ipsec-tools-linux-3.7-compat.diff
+Patch3:         ipsec-tools-0.8.0-nodevel.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %insserv_prereq %fillup_prereq
 BuildRequires:  bison
 BuildRequires:  flex
-BuildRequires:  kernel-source
 BuildRequires:  krb5-devel
 BuildRequires:  libtool
+BuildRequires:  linux-glibc-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pam
@@ -75,7 +74,6 @@
 %patch1 -p1
 %patch2
 %patch3 -p1
-%patch4 -p1
 ./bootstrap
 sed -i 's|-Werror||g' configure
 
@@ -87,7 +85,7 @@
        --sysconfdir=/etc/racoon \
        --sharedstatedir=/run \
        --localstatedir=/run \
-        --with-kernel-headers="/usr/src/linux/include" \
+        --with-kernel-headers="/usr/include" \
        --enable-dpd \
        --enable-hybrid \
        --enable-frag \

++++++ ipsec-tools-0.7.2-nodevel.patch -> ipsec-tools-0.8.0-nodevel.patch ++++++
--- /work/SRC/openSUSE:Factory/ipsec-tools/ipsec-tools-0.7.2-nodevel.patch      
2011-09-23 02:03:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ipsec-tools.new/ipsec-tools-0.8.0-nodevel.patch 
2014-03-21 13:31:01.000000000 +0100
@@ -33,7 +33,7 @@
  noinst_PROGRAMS = eaytest
 -include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \
 +racoonhdr = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \
-       schedule.h sockmisc.h vmbuf.h isakmp_var.h isakmp.h isakmp_xauth.h \
+       schedule.h sockmisc.h isakmp_var.h isakmp.h isakmp_xauth.h \
        isakmp_cfg.h isakmp_unity.h ipsec_doi.h evt.h
 -lib_LTLIBRARIES = libracoon.la
 +noinst_LTLIBRARIES = libracoon.la

++++++ ipsec-tools-0.7.3.tar.bz2 -> ipsec-tools-0.8.0.tar.bz2 ++++++
++++ 116886 lines of diff (skipped)

++++++ racoon-setkey.service ++++++
--- /var/tmp/diff_new_pack.ngbXr4/_old  2014-03-21 13:31:02.000000000 +0100
+++ /var/tmp/diff_new_pack.ngbXr4/_new  2014-03-21 13:31:02.000000000 +0100
@@ -6,6 +6,7 @@
 
 [Service]
 Type=oneshot
+RemainAfterExit=yes
 EnvironmentFile=-/etc/sysconfig/racoon
 ExecStart=/usr/sbin/setkey $SETKEY_OPTIONS -f /etc/racoon/setkey.conf
 ExecStop=/usr/sbin/setkey $SETKEY_FLUSH_OPTIONS

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to