SF.net SVN: gar:[22877] csw/mgar/pkg/openssl1/trunk/files
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Fri Jan 24 23:43:04 CET 2014
Revision: 22877
http://sourceforge.net/p/gar/code/22877
Author: chninkel
Date: 2014-01-24 22:43:03 +0000 (Fri, 24 Jan 2014)
Log Message:
-----------
openssl1: update pkcs11 patch file and patch update script so that the pkcs11 engine search location is properly set for Opencsw
Modified Paths:
--------------
csw/mgar/pkg/openssl1/trunk/files/openssl-1.0.1f-pkcs11-engine.patch
csw/mgar/pkg/openssl1/trunk/files/update-pkcs11-patch.sh
Modified: csw/mgar/pkg/openssl1/trunk/files/openssl-1.0.1f-pkcs11-engine.patch
===================================================================
--- csw/mgar/pkg/openssl1/trunk/files/openssl-1.0.1f-pkcs11-engine.patch 2014-01-24 12:03:57 UTC (rev 22876)
+++ csw/mgar/pkg/openssl1/trunk/files/openssl-1.0.1f-pkcs11-engine.patch 2014-01-24 22:43:03 UTC (rev 22877)
@@ -166,9 +166,9 @@
+ if (strcmp(filename, "pkcs11") == 0)
+ {
+#ifdef _LP64
-+ char *fullpath = "/lib/openssl/engines/64/libpk11.so";
++ char *fullpath = "/opt/csw/lib/openssl/engines/64/libpk11.so";
+#else
-+ char *fullpath = "/lib/openssl/engines/libpk11.so";
++ char *fullpath = "/opt/csw/lib/openssl/engines/libpk11.so";
+#endif
+ result = OPENSSL_malloc(strlen(fullpath) + 1);
+ if(result == NULL)
@@ -196,7 +196,7 @@
===================================================================
diff -uNr openssl-1.0.1f/engines/e_pk11.c openssl-1.0.1f/engines/e_pk11.c
--- openssl-1.0.1f/engines/e_pk11.c 1970-01-01 01:00:00.000000000 +0100
-+++ openssl-1.0.1f/engines/e_pk11.c 2014-01-19 00:24:23.%N +0100
++++ openssl-1.0.1f/engines/e_pk11.c 2014-01-25 00:09:21.952650657 +0100
@@ -0,0 +1,3710 @@
+/*
+ * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -3912,7 +3912,7 @@
===================================================================
diff -uNr openssl-1.0.1f/engines/e_pk11.h openssl-1.0.1f/engines/e_pk11.h
--- openssl-1.0.1f/engines/e_pk11.h 1970-01-01 01:00:00.000000000 +0100
-+++ openssl-1.0.1f/engines/e_pk11.h 2014-01-19 00:24:23.%N +0100
++++ openssl-1.0.1f/engines/e_pk11.h 2014-01-25 00:09:21.952650657 +0100
@@ -0,0 +1,257 @@
+/*
+ * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -4175,7 +4175,7 @@
===================================================================
diff -uNr openssl-1.0.1f/engines/e_pk11_err.c openssl-1.0.1f/engines/e_pk11_err.c
--- openssl-1.0.1f/engines/e_pk11_err.c 1970-01-01 01:00:00.000000000 +0100
-+++ openssl-1.0.1f/engines/e_pk11_err.c 2014-01-19 00:24:23.%N +0100
++++ openssl-1.0.1f/engines/e_pk11_err.c 2014-01-25 00:09:21.952650657 +0100
@@ -0,0 +1,306 @@
+/*
+ * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -4487,7 +4487,7 @@
===================================================================
diff -uNr openssl-1.0.1f/engines/e_pk11_err.h openssl-1.0.1f/engines/e_pk11_err.h
--- openssl-1.0.1f/engines/e_pk11_err.h 1970-01-01 01:00:00.000000000 +0100
-+++ openssl-1.0.1f/engines/e_pk11_err.h 2014-01-19 00:24:23.%N +0100
++++ openssl-1.0.1f/engines/e_pk11_err.h 2014-01-25 00:09:21.952650657 +0100
@@ -0,0 +1,242 @@
+/*
+ * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -4735,7 +4735,7 @@
===================================================================
diff -uNr openssl-1.0.1f/engines/e_pk11_pub.c openssl-1.0.1f/engines/e_pk11_pub.c
--- openssl-1.0.1f/engines/e_pk11_pub.c 1970-01-01 01:00:00.000000000 +0100
-+++ openssl-1.0.1f/engines/e_pk11_pub.c 2014-01-19 00:24:23.%N +0100
++++ openssl-1.0.1f/engines/e_pk11_pub.c 2014-01-25 00:09:21.952650657 +0100
@@ -0,0 +1,3273 @@
+/*
+ * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8014,7 +8014,7 @@
===================================================================
diff -uNr openssl-1.0.1f/engines/e_pk11_uri.c openssl-1.0.1f/engines/e_pk11_uri.c
--- openssl-1.0.1f/engines/e_pk11_uri.c 1970-01-01 01:00:00.000000000 +0100
-+++ openssl-1.0.1f/engines/e_pk11_uri.c 2014-01-19 00:24:23.%N +0100
++++ openssl-1.0.1f/engines/e_pk11_uri.c 2014-01-25 00:09:21.952650657 +0100
@@ -0,0 +1,869 @@
+/*
+ * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
@@ -8889,7 +8889,7 @@
===================================================================
diff -uNr openssl-1.0.1f/engines/e_pk11_uri.h openssl-1.0.1f/engines/e_pk11_uri.h
--- openssl-1.0.1f/engines/e_pk11_uri.h 1970-01-01 01:00:00.000000000 +0100
-+++ openssl-1.0.1f/engines/e_pk11_uri.h 2014-01-19 00:24:23.%N +0100
++++ openssl-1.0.1f/engines/e_pk11_uri.h 2014-01-25 00:09:21.952650657 +0100
@@ -0,0 +1,114 @@
+/*
+ * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
Modified: csw/mgar/pkg/openssl1/trunk/files/update-pkcs11-patch.sh
===================================================================
--- csw/mgar/pkg/openssl1/trunk/files/update-pkcs11-patch.sh 2014-01-24 12:03:57 UTC (rev 22876)
+++ csw/mgar/pkg/openssl1/trunk/files/update-pkcs11-patch.sh 2014-01-24 22:43:03 UTC (rev 22877)
@@ -23,7 +23,8 @@
# ar in in /usr/ccs/bin under Solaris 9 and 10 so we change the path
wget $WGET_OPTIONS --output-document=- ${SOURCE_URL}/patches/15-pkcs11_engine-0.9.8a.patch | \
- sed -e 's/\/usr\/bin\/ar/\/usr\/ccs\/bin\/ar/g'
+ gsed -e 's/\/usr\/bin\/ar/\/usr\/ccs\/bin\/ar/g' | \
+ gsed -e 's,"/lib/openssl/engines\(/64\)*/libpk11.so","/opt/csw/lib/openssl-1.0.0/engines\1/libpk11.so",'
# in the repository, the new files are not part of the patch, but we merge them
# in a single patch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list