[Pkg-openssl-changes] r498 - in openssl/trunk/debian: . patches
Kurt Roeckx
kroeckx at alioth.debian.org
Mon Jun 13 10:06:45 UTC 2011
Author: kroeckx
Date: 2011-06-13 10:06:45 +0000 (Mon, 13 Jun 2011)
New Revision: 498
Modified:
openssl/trunk/debian/changelog
openssl/trunk/debian/patches/version-script.patch
Log:
Add missing symbols for the engines (Closes: #623038)
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2011-06-13 10:05:48 UTC (rev 497)
+++ openssl/trunk/debian/changelog 2011-06-13 10:06:45 UTC (rev 498)
@@ -3,8 +3,9 @@
* Make it build on sparc64. Patch from Aurelien Jarno. (Closes: #626060)
* Apply patches from Scott Schaefer <saschaefer at neurodiverse.org> to
fix various pod and spelling errors. (Closes: #622820)
+ * Add missing symbols for the engines (Closes: #623038)
- -- Kurt Roeckx <kurt at roeckx.be> Mon, 13 Jun 2011 10:01:04 +0000
+ -- Kurt Roeckx <kurt at roeckx.be> Mon, 13 Jun 2011 12:05:59 +0200
openssl (1.0.0d-2) unstable; urgency=high
Modified: openssl/trunk/debian/patches/version-script.patch
===================================================================
--- openssl/trunk/debian/patches/version-script.patch 2011-06-13 10:05:48 UTC (rev 497)
+++ openssl/trunk/debian/patches/version-script.patch 2011-06-13 10:06:45 UTC (rev 498)
@@ -4481,10 +4481,13 @@
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ openssl-1.0.0c/engines/openssl.ld 2011-04-02 11:56:49.000000000 +0000
-@@ -0,0 +1,7 @@
+@@ -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