rpms/postfix/devel postfix.spec,1.39,1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 10 12:16:32 UTC 2006


Author: twoerner

Update of /cvs/dist/rpms/postfix/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12464

Modified Files:
	postfix.spec 
Log Message:
[tw]
- added RELRO security protection




Index: postfix.spec
===================================================================
RCS file: /cvs/dist/rpms/postfix/devel/postfix.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- postfix.spec	11 Apr 2006 15:48:17 -0000	1.39
+++ postfix.spec	10 May 2006 12:16:29 -0000	1.40
@@ -43,7 +43,7 @@
 Name: postfix
 Summary: Postfix Mail Transport Agent
 Version: 2.2.10
-Release: 1
+Release: 2
 Epoch: 2
 Group: System Environment/Daemons
 URL: http://www.postfix.org
@@ -205,7 +205,7 @@
   CCARGS="${CCARGS} -DNO_IPV6"
 %endif
 
-AUXLIBS="${AUXLIBS} -pie"
+AUXLIBS="${AUXLIBS} -pie -Wl,-z,relro"
 
 export CCARGS AUXLIBS
 make -f Makefile.init makefiles
@@ -469,6 +469,9 @@
 
 
 %changelog
+* Wed May 10 2006 Thomas Woerner <twoerner at redhat.com> 2:2.2.10-2
+- added RELRO security protection
+
 * Tue Apr 11 2006 Thomas Woerner <twoerner at redhat.com> 2:2.2.10-1
 - new version 2.2.10
 - added option LDAP_DEPRECATED to support deprecated ldap functions for now




More information about the fedora-cvs-commits mailing list