Author: zbyniu Date: Tue Jul 15 09:17:35 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - now noexecstack works; rel 3
---- Files affected: SPECS: openssl.spec (1.184 -> 1.185) ---- Diffs: ================================================================ Index: SPECS/openssl.spec diff -u SPECS/openssl.spec:1.184 SPECS/openssl.spec:1.185 --- SPECS/openssl.spec:1.184 Sat Jul 12 01:56:04 2008 +++ SPECS/openssl.spec Tue Jul 15 11:17:29 2008 @@ -16,7 +16,7 @@ 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 @@ -201,8 +201,8 @@ %{__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} \ @@ -395,6 +395,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.185 2008/07/15 09:17:29 zbyniu +- now noexecstack works; rel 3 + Revision 1.184 2008/07/11 23:56:04 zbyniu - -Wl,-z,noexecstack to LDFLAGS, please don't break PaX kernel; rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openssl.spec?r1=1.184&r2=1.185&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
