Author: zbyniu Date: Fri Jul 11 23:56:09 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - -Wl,-z,noexecstack to LDFLAGS, please don't break PaX kernel; rel 2
---- Files affected: SPECS: openssl.spec (1.183 -> 1.184) ---- Diffs: ================================================================ Index: SPECS/openssl.spec diff -u SPECS/openssl.spec:1.183 SPECS/openssl.spec:1.184 --- SPECS/openssl.spec:1.183 Fri May 30 07:46:21 2008 +++ SPECS/openssl.spec Sat Jul 12 01:56:04 2008 @@ -16,7 +16,7 @@ Summary(uk.UTF-8): Бібліотеки та утиліти для з'єднань через Secure Sockets Layer Name: openssl Version: 0.9.8h -Release: 1 +Release: 2 License: Apache-like Group: Libraries Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz @@ -202,7 +202,7 @@ %{__perl} util/perlpath.pl %{__perl} OPTFLAGS="%{rpmcflags} %{?with_purify:-DPURIFY}" -LDFLAGS="%{rpmldflags}" +LDFLAGS="%{rpmldflags} -Wl,-z,noexecstack" export OPTFLAGS LDFLAGS ./Configure \ --openssldir=%{_var}/lib/%{name} \ @@ -395,7 +395,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.183 2008/05/30 05:46:21 qboosh +Revision 1.184 2008/07/11 23:56:04 zbyniu +- -Wl,-z,noexecstack to LDFLAGS, please don't break PaX kernel; rel 2 + +Revision 1.183 2008-05-30 05:46:21 qboosh - updated for 0.9.8h (fixes CVE-2008-0891 CVE-2008-1672) - updated optflags patch, removed obsolete md5-sparcv9 patch - dropped -Wl,-z,* from specflags (linker-only option, invalid as compiler option) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openssl.spec?r1=1.183&r2=1.184&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
