rpms/babl/F-13 import.log,NONE,1.1 babl.spec,1.20,1.21

Nils Philippsen nphilipp at fedoraproject.org
Thu Jun 24 09:14:02 UTC 2010


Author: nphilipp

Update of /cvs/pkgs/rpms/babl/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9564/F-13

Modified Files:
	babl.spec 
Added Files:
	import.log 
Log Message:
use PIC/PIE because babl is likely to deal with data coming from untrusted sources
build with -fno-strict-aliasing



--- NEW FILE import.log ---
babl-0_1_2-4_fc14:F-13:babl-0.1.2-4.fc14.src.rpm:1277370770


Index: babl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/babl/F-13/babl.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- babl.spec	14 Jun 2010 12:52:39 -0000	1.20
+++ babl.spec	24 Jun 2010 09:14:02 -0000	1.21
@@ -1,7 +1,7 @@
 Summary:	A dynamic, any to any, pixel format conversion library
 Name:		babl
 Version:	0.1.2
-Release:	2%{?dist}
+Release:	4%{?dist}
 # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
 License:	LGPLv3+ and GPLv3+
 Group:		System Environment/Libraries
@@ -47,6 +47,10 @@ This package contains documentation need
 %setup -q
 
 %build
+# use PIC/PIE because babl is likely to deal with data coming from untrusted
+# sources
+CFLAGS="-fPIC %optflags -fno-strict-aliasing"
+LDFLAGS="-pie"
 %configure --disable-static
 
 make V=1 %{?_smp_mflags}
@@ -88,6 +92,13 @@ rm -rf %{buildroot}
 %doc %{develdocdir}
 
 %changelog
+* Wed Jun 23 2010 Nils Philippsen <nils at redhat.com> - 0.1.2-4
+- use PIC/PIE because babl is likely to deal with data coming from untrusted
+  sources
+
+* Wed Jun 23 2010 Nils Philippsen <nils at redhat.com> - 0.1.2-3
+- build with -fno-strict-aliasing
+
 * Mon Jun 14 2010 Nils Philippsen <nils at redhat.com> - 0.1.2-2
 - split off devel-docs subpackage to make package multi-lib compliant (#477807)
 - let devel package require correct arch of base package



More information about the scm-commits mailing list