rpms/httpd/devel httpd.spec,1.89,1.90

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 11 13:44:44 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/httpd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3173

Modified Files:
	httpd.spec 
Log Message:
* Thu May 11 2006 Joe Orton <jorton at redhat.com> 2.2.2-3
- build DSOs using -z relro linker flag



Index: httpd.spec
===================================================================
RCS file: /cvs/dist/rpms/httpd/devel/httpd.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- httpd.spec	3 May 2006 14:14:28 -0000	1.89
+++ httpd.spec	11 May 2006 13:44:41 -0000	1.90
@@ -7,7 +7,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.2
-Release: 2
+Release: 3
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
 Source1: index.html
@@ -156,7 +156,8 @@
 cp $RPM_SOURCE_DIR/migration.css . # make %%doc happy
 
 CFLAGS=$RPM_OPT_FLAGS
-export CFLAGS
+SH_LDFLAGS="-Wl,-z,relro"
+export CFLAGS SH_LDFLAGS
 
 function mpmbuild()
 {
@@ -479,6 +480,9 @@
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Thu May 11 2006 Joe Orton <jorton at redhat.com> 2.2.2-3
+- build DSOs using -z relro linker flag
+
 * Wed May  3 2006 Joe Orton <jorton at redhat.com> 2.2.2-2
 - update to 2.2.2
 




More information about the fedora-cvs-commits mailing list