SPECS: iceape.spec, icedove.spec, iceweasel.spec, xulrunner.spec - filterou...
arekm
arekm at pld-linux.org
Fri Aug 1 20:48:57 CEST 2008
Author: arekm Date: Fri Aug 1 18:48:57 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- filterout fortify flags from equation (too many bugs in the code that are catched by fortify)
---- Files affected:
SPECS:
iceape.spec (1.8 -> 1.9) , icedove.spec (1.9 -> 1.10) , iceweasel.spec (1.20 -> 1.21) , xulrunner.spec (1.78 -> 1.79)
---- Diffs:
================================================================
Index: SPECS/iceape.spec
diff -u SPECS/iceape.spec:1.8 SPECS/iceape.spec:1.9
--- SPECS/iceape.spec:1.8 Tue Jul 29 17:06:55 2008
+++ SPECS/iceape.spec Fri Aug 1 20:48:50 2008
@@ -82,6 +82,8 @@
%define _iceapedir %{_libdir}/%{name}
%define _chromedir %{_libdir}/%{name}/chrome
+%define filterout_cpp -D_FORTIFY_SOURCE=[0-9]+
+
# iceweasel/icedove/iceape provide their own versions
%define _noautoreqdep libgfxpsshar.so libgkgfx.so libgtkxtbin.so libjsj.so libxlibrgb.so libxpcom_compat.so libxpcom_core.so libxpistub.so
# we don't want these to satisfy xulrunner-devel
@@ -773,6 +775,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2008/08/01 18:48:50 arekm
+- filterout fortify flags from equation (too many bugs in the code that are catched by fortify)
+
Revision 1.8 2008/07/29 15:06:55 hawk
- fixed application name in URLs
- added some PLD sites to default bookmarks
================================================================
Index: SPECS/icedove.spec
diff -u SPECS/icedove.spec:1.9 SPECS/icedove.spec:1.10
--- SPECS/icedove.spec:1.9 Tue Jul 29 15:48:32 2008
+++ SPECS/icedove.spec Fri Aug 1 20:48:51 2008
@@ -72,6 +72,8 @@
Obsoletes: mozilla-thunderbird-dictionary-en-US
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define filterout_cpp -D_FORTIFY_SOURCE=[0-9]+
+
# iceweasel/icedove/iceape provide their own versions
%define _noautoreqdep libgfxpsshar.so libgkgfx.so libgtkxtbin.so libjsj.so libxpcom_compat.so libxpcom_core.so libxpistub.so
%define _noautoprovfiles %{_libdir}/%{name}/components
@@ -367,6 +369,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2008/08/01 18:48:51 arekm
+- filterout fortify flags from equation (too many bugs in the code that are catched by fortify)
+
Revision 1.9 2008/07/29 13:48:32 hawk
- fixed application name in URLs
- release 2
================================================================
Index: SPECS/iceweasel.spec
diff -u SPECS/iceweasel.spec:1.20 SPECS/iceweasel.spec:1.21
--- SPECS/iceweasel.spec:1.20 Tue Jul 29 15:48:32 2008
+++ SPECS/iceweasel.spec Fri Aug 1 20:48:51 2008
@@ -98,6 +98,8 @@
Obsoletes: mozilla-firefox-libs
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define filterout_cpp -D_FORTIFY_SOURCE=[0-9]+
+
# iceweasel/icedove/iceape provide their own versions
%define _noautoreqdep libgkgfx.so libgtkxtbin.so libjsj.so libxpcom_compat.so libxpcom_core.so
%define _noautoprovfiles %{_libdir}/%{name}/components
@@ -484,6 +486,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2008/08/01 18:48:51 arekm
+- filterout fortify flags from equation (too many bugs in the code that are catched by fortify)
+
Revision 1.20 2008/07/29 13:48:32 hawk
- fixed application name in URLs
- release 2
================================================================
Index: SPECS/xulrunner.spec
diff -u SPECS/xulrunner.spec:1.78 SPECS/xulrunner.spec:1.79
--- SPECS/xulrunner.spec:1.78 Wed Jul 23 15:24:22 2008
+++ SPECS/xulrunner.spec Fri Aug 1 20:48:51 2008
@@ -79,6 +79,8 @@
Requires: nss >= 1:3.12-2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define filterout_cpp -D_FORTIFY_SOURCE=[0-9]+
+
%define specflags -fno-strict-aliasing
# no Provides from private modules (don't use %{name} here, it expands to each subpackage name...)
@@ -512,6 +514,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.79 2008/08/01 18:48:51 arekm
+- filterout fortify flags from equation (too many bugs in the code that are catched by fortify)
+
Revision 1.78 2008/07/23 13:24:22 hawk
- support old SSL behavior to allow using it in xul based and embedded applications
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceape.spec?r1=1.8&r2=1.9&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/icedove.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel.spec?r1=1.20&r2=1.21&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xulrunner.spec?r1=1.78&r2=1.79&f=u
More information about the pld-cvs-commit
mailing list