Hello community,

here is the log from the commit of package ipsec-tools for openSUSE:Factory 
checked in at 2014-07-10 14:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-03-21 
13:31:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ipsec-tools.new/ipsec-tools.changes     
2014-07-10 14:55:51.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jul  8 14:03:13 UTC 2014 - meiss...@suse.com
+
+- ipsec-tools-0.8.0-certasn1txtbroken.patch:
+  disable the certificate test in src/racoon/eaytest.c as the 
+  internal X.509 ASN.1 string presentation was changed in openssl
+  and the test currently does not work.
+
+-------------------------------------------------------------------

New:
----
  ipsec-tools-0.8.0-certasn1txtbroken.patch

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

Other differences:
------------------
++++++ ipsec-tools.spec ++++++
--- /var/tmp/diff_new_pack.b51ba8/_old  2014-07-10 14:55:52.000000000 +0200
+++ /var/tmp/diff_new_pack.b51ba8/_new  2014-07-10 14:55:52.000000000 +0200
@@ -34,6 +34,7 @@
 Patch1:         racoon.psk.patch
 Patch2:         ipsec-tools-0.7.3-linkerflag.patch
 Patch3:         ipsec-tools-0.8.0-nodevel.patch
+Patch4:         ipsec-tools-0.8.0-certasn1txtbroken.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %insserv_prereq %fillup_prereq
 BuildRequires:  bison
@@ -74,6 +75,7 @@
 %patch1 -p1
 %patch2
 %patch3 -p1
+%patch4 -p1
 ./bootstrap
 sed -i 's|-Werror||g' configure
 

++++++ ipsec-tools-0.8.0-certasn1txtbroken.patch ++++++
Index: ipsec-tools-0.8.0/src/racoon/eaytest.c
===================================================================
--- ipsec-tools-0.8.0.orig/src/racoon/eaytest.c
+++ ipsec-tools-0.8.0/src/racoon/eaytest.c
@@ -67,7 +67,10 @@
 
 #define PVDUMP(var) racoon_hexdump((var)->v, (var)->l)
 
-/*#define CERTTEST_BROKEN */
+/* openssl 1.0.1h changed the ASN.1 encoding of strings
+ * to something different than we use. See if we can revert
+ * or fix this at a later stage. Marcus 20140708 */
+#define CERTTEST_BROKEN
 
 /* prototype */
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to