components/openssl/openssl-default/patches/101-manpage_openssl.patch
author Ronald Jordan <ron.jordan@oracle.com>
Wed, 26 Oct 2016 13:19:33 -0700
branchs11u3-sru
changeset 7163 ee09edbd5876
parent 2593 components/openssl/openssl-1.0.1/patches/14-manpage_openssl.patch@b92e6df5eaf0
permissions -rw-r--r--
24784774 Upgrade 11.3-SRU to OpenSSL 1.0.2 20358335 memory leak in libcrypto 21297601 32-bit FIPS openssl(1) should link to the mediator link 21791492 Workaround to suppress the link check error should be removed 22021385 openssl ts sub-command dumps core 22021787 openssl s_client sub-command dumps core 22445522 openssl makefile contains undeclared dependency on rsync 22859741 Update OpenSSL FIPS module to 2.0.12 23230454 Use DES3 for pkcs12 certificate encryption 23285559 ssh libcrypto`solaris_locking_setup() atfork handler calls malloc() 24377801 solaris_dynlock_create() should check for a ret val of 0 from pthread_mutex_init 24943813 problem in LIBRARY/OPENSSL

diff -ruN openssl-0.9.8a/util/extract-section.pl openssl-0.9.8a/util/extract-section.pl
--- openssl-0.9.8a/util/extract-section.pl	2004-11-25 18:47:31.000000000 +0100
+++ openssl-0.9.8a/util/extract-section.pl	2009-04-08 12:05:03.128230348 +0200
@@ -3,10 +3,10 @@
 while(<STDIN>) {
 	if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
 		{
-		print "$1\n";
+		print "${1}openssl\n";
 		exit 0;
 		}
 }
 
-print "$ARGV[0]\n";
+print "${ARGV[0]}openssl\n";