diff -u firefox-3.0-3.0.1+build1+nobinonly/debian/changelog firefox-3.0-3.0.1+build1+nobinonly/debian/changelog --- firefox-3.0-3.0.1+build1+nobinonly/debian/changelog +++ firefox-3.0-3.0.1+build1+nobinonly/debian/changelog @@ -1,3 +1,10 @@ +firefox-3.0 (3.0.1+build1+nobinonly-0ubuntu3) intrepid; urgency=low + + * debian/rules: revert -U_FORTIFY_SOURCE. xulrunner-1.9 has been fixed + for MAXPATHLEN < PATH_MAX crashes in realpath(). + + -- Kees Cook Sat, 30 Aug 2008 08:27:24 -0700 + firefox-3.0 (3.0.1+build1+nobinonly-0ubuntu2) intrepid; urgency=low RELEASE 3.0.1+build1+nobinonly-0ubuntu2 to ubuntu/intrepid diff -u firefox-3.0-3.0.1+build1+nobinonly/debian/control firefox-3.0-3.0.1+build1+nobinonly/debian/control --- firefox-3.0-3.0.1+build1+nobinonly/debian/control +++ firefox-3.0-3.0.1+build1+nobinonly/debian/control @@ -17,7 +17,7 @@ binutils (>= 2.17-1) [mips mipsel], libhunspell-dev, libdbus-glib-1-dev (>= 0.60), - xulrunner-1.9-dev (>= 1.9.0.1) + xulrunner-1.9-dev (>= 1.9.0.1+build1+nobinonly-0ubuntu2) libnspr4-dev, libnss3-dev, mozilla-devscripts (>= 0.06~), lsb-release diff -u firefox-3.0-3.0.1+build1+nobinonly/debian/rules firefox-3.0-3.0.1+build1+nobinonly/debian/rules --- firefox-3.0-3.0.1+build1+nobinonly/debian/rules +++ firefox-3.0-3.0.1+build1+nobinonly/debian/rules @@ -55,9 +55,9 @@ # workaround multiple crashes in Intrepid caused by Intrepid shipping gcc 4.3 # with -D_FORTIFY_SOURCE=2 by default -CPPFLAGS=-U_FORTIFY_SOURCE -export CPPFLAGS -$(warning export CPPFLAGS=$(CPPFLAGS)) +#CPPFLAGS=-U_FORTIFY_SOURCE +#export CPPFLAGS +#$(warning export CPPFLAGS=$(CPPFLAGS)) DEB_AUTO_UPDATE_AUTOCONF=2.13