[packages/openssl102: 41/432] - upgraded to OpenSSL-0.9.6

adwol adwol at pld-linux.org
Sat Sep 29 01:05:04 CEST 2018


commit 75c27cbe52c0283b7dea14c27bfb2b537ae665c8
Author: kravietz <kravietz at pld-linux.org>
Date:   Sat Sep 30 07:43:10 2000 +0000

    - upgraded to OpenSSL-0.9.6
    
    Changed files:
        openssl.spec -> 1.37

 openssl.spec | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index e2571fc..4f674ff 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -3,8 +3,8 @@ Summary:	OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3)
 Summary(de):	Secure Sockets Layer (SSL)-Kommunikationslibrary
 Summary(fr):	Utilitaires de communication SSL (Secure Sockets Layer)
 Name:		openssl
-Version:	0.9.5a
-Release:	3
+Version:	0.9.6
+Release:	1
 Group:		Libraries
 Group(pl):	Biblioteki
 Group(fr):	Librairies
@@ -108,18 +108,27 @@ for i in Configure Makefile.org ; do
 	perl -pi -e 's#-O3 -fomit-frame-pointer#%{optflags}#g' $i
 done
 
-perl util/perlpath.pl %{_bindir}
+perl util/perlpath.pl %{_bindir}/perl
 
-./config --openssldir=%{_var}/lib/%{name}
 
-%{__make} OPT_FLAGS="$RPM_OPT_FLAGS" linux-shared
+%ifarch i386 i486 i586 i686
+./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared
+%endif
+%ifarch ppc
+./Configure --openssldir=%{_var}/lib/%{name} linux-ppc shared
+%endif
+%ifarch alpha
+./Configure --openssldir=%{_var}/lib/%{name} linux-alpha shared
+%endif
+
+%{__make} OPT_FLAGS="$RPM_OPT_FLAGS -DSSL_ALLOW_DH"
 %{__make} INSTALLTOP=%{_prefix} OPT_FLAGS="$RPM_OPT_FLAGS"
 %{__make} rehash
 
 # Conv PODs to man pages. "openssl_" prefix is added to each manpage 
 # to avoid potential conflicts with others packages.
-center="OpenSSL 0.9.5a"
-rel="OpenSSL 0.9.5a"
+center="OpenSSL 0.9.6"
+rel="OpenSSL 0.9.6"
 
 cd doc/apps || exit 1 
 perl -pi -e 's/(\W)((?<!openssl_)\w+)(\(\d\))/$1openssl_$2$3/g; s/openssl_openssl/openssl/g;' *.pod;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list