From 18521dbc1767f7c5ae631dd21e254ac09329560f Mon Sep 17 00:00:00 2001 From: asac Date: Sat, 24 Feb 2007 21:22:41 +0100 Subject: [PATCH] ubuntu-debian-pkg-2.0.0.2+1-0ubuntu1 + debian/* related changes for package version 2.0.0.1+1-0ubuntu2 and 2.0.0.2+1-0ubuntu1 --- debian/changelog | 39 +++++++++++++++++++++++++++++++++++++++ debian/rules | 3 +++ 2 files changed, 42 insertions(+), 0 deletions(-) diff --git a/debian/changelog b/debian/changelog index 44087a7..eb5fd45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +firefox (2.0.0.2+1-0ubuntu1) feisty; urgency=low + + * new upstream release 2.0.0.2 + * MFSA2007-01 - Crashes with evidence of memory corruption + (rv:1.8.0.10/1.8.1.2): + - CVE-2007-0775 - layout engine crashes + - CVE-2007-0776 - SVG + - CVE-2007-0777 - javascript engine corruption + * MFSA2007-02 - Improvements to help protect against Cross-Site + Scripting attacks: + - CVE-2007-0995 - Invalid trailing characters in HTML tag attributes + - CVE-2007-0996 - Child frame character set inheritance + - CVE-2006-6077 - Injected password forms + * MFSA2007-03 aka CVE-2007-0778: Information disclosure through cache + collisions + * MFSA2007-04 aka CVE-2007-0779: Spoofing using custom cursor and CSS3 + hotspot + * MFSA2007-05 aka CVE-2007-0780, CVE-2007-0800: XSS and local file access + by opening blocked popups + * MFSA2007-06 aka CVE-2007-0008, CVE-2007-0009: Mozilla Network Security + Services (NSS) SSLv2 buffer overflow + * MFSA2007-07 aka CVE-2007-0981: Embedded nulls in location.hostname + confuse same-domain checks + + -- Alexander Sack Sat, 24 Feb 2007 23:00:00 +0100 + +firefox (2.0.0.1+1-0ubuntu2) feisty; urgency=low + + * browser/components/feeds/src/FeedWriter.js: fix + RSS preview/subscription for flat chrome + (Closes LP#61182) + * browser/app/Makefile.in: regression; reenable -Wl,--no-as-needed + for libxpcom.so (Closes: LP#85112). Note: this patch will be + removed in feisty+1 + * debian/rules: set BUILD_OFFICIAL and MOZILLA_OFFICIAL environment + so build gets a proper BUILD_ID (Closes LP#68459). + + -- Alexander Sack Mon, 19 Feb 2007 12:45:00 +0100 + firefox (2.0.0.1+1-0ubuntu1) feisty; urgency=low * repackage with new upstream mozilla.org and split up patches diff --git a/debian/rules b/debian/rules index 9c6bd98..f876356 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export BUILD_OFFICIAL=1 +export MOZILLA_OFFICIAL=1 + # These are used for cross-compiling and for saving the configure script # # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -- 1.4.4.4