rpms/ethereal/devel ethereal.spec,1.45,1.46

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 2 07:47:42 UTC 2005


Author: jnovy

Update of /cvs/dist/rpms/ethereal/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18656

Modified Files:
	ethereal.spec 
Log Message:

- add -fstack-protector-all to CFLAGS (#164830)




Index: ethereal.spec
===================================================================
RCS file: /cvs/dist/rpms/ethereal/devel/ethereal.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ethereal.spec	2 Aug 2005 07:09:18 -0000	1.45
+++ ethereal.spec	2 Aug 2005 07:47:37 -0000	1.46
@@ -3,7 +3,7 @@
 Summary: 	Network traffic analyzer
 Name: 		ethereal
 Version:	0.10.12
-Release: 	4
+Release: 	5
 License: 	GPL
 Group: 		Applications/Internet
 Source0: 	http://www.ethereal.com/distribution/%{name}-%{version}.tar.bz2
@@ -63,8 +63,8 @@
 export PIECFLAGS="-fpie"
 %endif
 #./autogen.sh
-export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
+export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS -fstack-protector-all"
+export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS -fstack-protector-all"
 export LDFLAGS="$LDFLAGS -lm"
 %configure \
    --bindir=%{_sbindir} \
@@ -162,7 +162,10 @@
 
 
 %changelog
-* Thu Aug 01 2005 Jindrich Novy <jnovy at redhat.com> 0.10.12-4
+* Tue Aug 02 2005 Jindrich Novy <jnovy at redhat.com> 0.10.12-5
+- add -fstack-protector-all to CFLAGS (#164830)
+
+* Mon Aug 01 2005 Jindrich Novy <jnovy at redhat.com> 0.10.12-4
 - additional PIE fix for s390, s390x
 - rebuilt
 




More information about the fedora-cvs-commits mailing list