[Pkg-openssl-changes] r511 - in openssl/trunk/debian: . patches

Kurt Roeckx kroeckx at alioth.debian.org
Sat Sep 10 12:01:09 UTC 2011


Author: kroeckx
Date: 2011-09-10 12:01:09 +0000 (Sat, 10 Sep 2011)
New Revision: 511

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/patches/version-script.patch
Log:
Symbols from the gost engine were removed because it didn't have
a linker file. (Closes: #631503)


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2011-09-10 11:18:19 UTC (rev 510)
+++ openssl/trunk/debian/changelog	2011-09-10 12:01:09 UTC (rev 511)
@@ -12,6 +12,9 @@
     Patch from Klaus Ethgen <Klaus at Ethgen.de>
   * Add multiarch support (Closs: #638137)
     Patch from Steve Langasek / Ubuntu
+  * Symbols from the gost engine were removed because it didn't have
+    a linker file.  Thanks to Roman I Khimov <khimov at altell.ru>
+    (Closes: #631503)
 
  -- Kurt Roeckx <kurt at roeckx.be>  Sat, 10 Sep 2011 12:03:13 +0200
 

Modified: openssl/trunk/debian/patches/version-script.patch
===================================================================
--- openssl/trunk/debian/patches/version-script.patch	2011-09-10 11:18:19 UTC (rev 510)
+++ openssl/trunk/debian/patches/version-script.patch	2011-09-10 12:01:09 UTC (rev 511)
@@ -4492,3 +4492,18 @@
 +		*;
 +};
 +
+Index: openssl-1.0.0c/engines/ccgost/openssl.ld
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ openssl-1.0.0c/engines/ccgost/openssl.ld	2011-04-02 11:56:49.000000000 +0000
+@@ -0,0 +1,10 @@
++OPENSSL_1.0.0 {
++	global:
++		bind_engine;
++		v_check;
++		OPENSSL_init;
++		OPENSSL_finish;
++	local:
++		*;
++};
++




More information about the Pkg-openssl-changes mailing list