Author: pluto Date: Fri Mar 21 10:51:04 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - mark stack as non-executable for PaX kernel, release 3.
---- Files affected: SPECS: gmp.spec (1.103 -> 1.104) ---- Diffs: ================================================================ Index: SPECS/gmp.spec diff -u SPECS/gmp.spec:1.103 SPECS/gmp.spec:1.104 --- SPECS/gmp.spec:1.103 Thu Jan 24 02:36:31 2008 +++ SPECS/gmp.spec Fri Mar 21 11:50:59 2008 @@ -14,7 +14,7 @@ Summary(ru.UTF-8): Библиотека GNU произвольной точности Name: gmp Version: 4.2.2 -Release: 2 +Release: 3 License: LGPL v3+ Group: Libraries Source0: ftp://ftp.gnu.org/gnu/gmp/%{name}-%{version}.tar.bz2 @@ -30,6 +30,8 @@ Obsoletes: libgmp3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define specflags -Wl,-z,-noexecstack + %description The gmp package contains GNU MP, a library for arbitrary precision arithmetic, signed integers operations, rational numbers and floating @@ -347,6 +349,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.104 2008-03-21 10:50:59 pluto +- mark stack as non-executable for PaX kernel, release 3. + Revision 1.103 2008-01-24 01:36:31 glen - invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gmp.spec?r1=1.103&r2=1.104&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
