From b03f126b7e267e148579501670efb6251345f039 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Mar 2013 08:48:00 +0100 Subject: [PATCH] Hardened build (links with -z now option) --- php.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php.spec b/php.spec index 0379702..6c45861 100644 --- a/php.spec +++ b/php.spec @@ -8,6 +8,9 @@ %global zipver 1.11.0 %global jsonver 1.2.1 +# Adds -z now to the linker flags +%global _hardened_build 1 + # version used for php embedded library soname %global embed_version 5.4 @@ -1483,6 +1486,7 @@ fi * Thu Mar 14 2013 Remi Collet 5.4.13-1 - update to 5.4.13 - security fix for CVE-2013-1643 +- Hardened build (links with -z now option) * Mon Mar 11 2013 Ralf Corsépius - 5.4.13-0.2.RC1 - Remove %%config from %%{_sysconfdir}/rpm/macros.*