[packages/openssl102: 254/432] - now noexecstack works; rel 3

adwol adwol at pld-linux.org
Sat Sep 29 01:22:55 CEST 2018


commit 51329ed4259e3878e23d640da8e33a63a5361227
Author: zbyniu <zbyniu at pld-linux.org>
Date:   Tue Jul 15 09:17:29 2008 +0000

    - now noexecstack works; rel 3
    
    Changed files:
        openssl.spec -> 1.185

 openssl.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index ae7e692..b5e43bc 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -15,7 +15,7 @@ Summary(ru.UTF-8):	Библиотеки и утилиты для соедине
 Summary(uk.UTF-8):	Бібліотеки та утиліти для з'єднань через Secure Sockets Layer
 Name:		openssl
 Version:	0.9.8h
-Release:	2
+Release:	3
 License:	Apache-like
 Group:		Libraries
 Source0:	ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
@@ -200,8 +200,8 @@ touch Makefile.*
 
 %{__perl} util/perlpath.pl %{__perl}
 
-OPTFLAGS="%{rpmcflags} %{?with_purify:-DPURIFY}"
-LDFLAGS="%{rpmldflags} -Wl,-z,noexecstack"
+OPTFLAGS="-Wa,--noexecstack %{rpmcflags} %{?with_purify:-DPURIFY}"
+LDFLAGS="-Wl,-z,noexecstack %{rpmldflags}"
 export OPTFLAGS LDFLAGS
 ./Configure \
 	--openssldir=%{_var}/lib/%{name} \
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list