[packages/rpm] - rel 24; switch from -fstack-protector --param=ssp-buffer-size=4 to -fstack-protector-strong (few a

arekm arekm at pld-linux.org
Fri Sep 18 22:00:41 CEST 2015


commit f5f4004c4c8eeb0f338fa3e53b9a82c18faa0add
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Sep 18 22:00:34 2015 +0200

    - rel 24; switch from -fstack-protector --param=ssp-buffer-size=4 to -fstack-protector-strong (few articles 'why' linked at http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2015-September/024499.html)

 macros.pld.in | 2 +-
 rpm.spec      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index 5a69eba..f10a9a1 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -51,7 +51,7 @@ Summary(ru.UTF-8):	Менеджер пакетов от RPM
 Summary(uk.UTF-8):	Менеджер пакетів від RPM
 Name:		rpm
 Version:	5.4.15
-Release:	23
+Release:	24
 License:	LGPL v2.1
 Group:		Base
 # http://rpm5.org/files/rpm/rpm-5.4/rpm-5.4.15-0.20140824.src.rpm
diff --git a/macros.pld.in b/macros.pld.in
index aab0aa3..7be9f0d 100644
--- a/macros.pld.in
+++ b/macros.pld.in
@@ -178,7 +178,7 @@ pakietu oraz przy odpluskwianiu samego pakietu.\
 # cf http://wiki.mandriva.com/en/Development/Packaging/Problems#format_not_a_string_literal_and_no_format_arguments
 %Werror_cflags		-Wformat -Werror=format-security
 
-%_ssp_cflags		-fstack-protector --param=ssp-buffer-size=4
+%_ssp_cflags		-fstack-protector-strong
 %__common_cflags	-O2 -fwrapv -pipe %{Werror_cflags} %{debuginfocflags} %{?_fortify_cflags} %{!?nospecflags:%{?specflags}}
 %__common_cflags_with_ssp	%{__common_cflags} %{?_ssp_cflags}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/f5f4004c4c8eeb0f338fa3e53b9a82c18faa0add



More information about the pld-cvs-commit mailing list