forked from pool/MozillaFirefox
- update to minor release 7.0.1
* fixed staged addon updates * MFSA 2011-36/CVE-2011-2995/CVE-2011-2996/CVE-2011-2997 Miscellaneous memory safety hazards * MFSA 2011-39/CVE-2011-3000 (bmo#655389) Defense against multiple Location headers due to CRLF Injection * MFSA 2011-40/CVE-2011-2372/CVE-2011-3001 Code installation through holding down Enter * MFSA 2011-41/CVE-2011-3002/CVE-2011-3003 (bmo#680840, bmo#682335) Potentially exploitable WebGL crashes * MFSA 2011-42/CVE-2011-3232 (bmo#653672) Potentially exploitable crash in the YARR regular expression library * MFSA 2011-43/CVE-2011-3004 (bmo#653926) loadSubScript unwraps XPCNativeWrapper scope parameter * MFSA 2011-44/CVE-2011-3005 (bmo#675747) Use after free reading OGG headers * MFSA 2011-45 Inferring keystrokes from motion data OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=234
This commit is contained in:
parent
9933e45a18
commit
52ba560f1c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 30 10:52:36 UTC 2011 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- update to minor release 7.0.1
|
||||||
|
* fixed staged addon updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 23 11:22:22 UTC 2011 - wr@rosenauer.org
|
Fri Sep 23 11:22:22 UTC 2011 - wr@rosenauer.org
|
||||||
|
|
||||||
@ -6,6 +12,23 @@ Fri Sep 23 11:22:22 UTC 2011 - wr@rosenauer.org
|
|||||||
* Improve Responsiveness with Memory Reductions
|
* Improve Responsiveness with Memory Reductions
|
||||||
* Instant Sync
|
* Instant Sync
|
||||||
* WebSocket protocol 8
|
* WebSocket protocol 8
|
||||||
|
* MFSA 2011-36/CVE-2011-2995/CVE-2011-2996/CVE-2011-2997
|
||||||
|
Miscellaneous memory safety hazards
|
||||||
|
* MFSA 2011-39/CVE-2011-3000 (bmo#655389)
|
||||||
|
Defense against multiple Location headers due to CRLF Injection
|
||||||
|
* MFSA 2011-40/CVE-2011-2372/CVE-2011-3001
|
||||||
|
Code installation through holding down Enter
|
||||||
|
* MFSA 2011-41/CVE-2011-3002/CVE-2011-3003 (bmo#680840, bmo#682335)
|
||||||
|
Potentially exploitable WebGL crashes
|
||||||
|
* MFSA 2011-42/CVE-2011-3232 (bmo#653672)
|
||||||
|
Potentially exploitable crash in the YARR regular expression
|
||||||
|
library
|
||||||
|
* MFSA 2011-43/CVE-2011-3004 (bmo#653926)
|
||||||
|
loadSubScript unwraps XPCNativeWrapper scope parameter
|
||||||
|
* MFSA 2011-44/CVE-2011-3005 (bmo#675747)
|
||||||
|
Use after free reading OGG headers
|
||||||
|
* MFSA 2011-45
|
||||||
|
Inferring keystrokes from motion data
|
||||||
- removed obsolete mozilla-cairo-lcd.patch
|
- removed obsolete mozilla-cairo-lcd.patch
|
||||||
- rebased patches
|
- rebased patches
|
||||||
- removed XLIB_SKIP_ARGB_VISUALS=1 from environment in
|
- removed XLIB_SKIP_ARGB_VISUALS=1 from environment in
|
||||||
|
@ -33,9 +33,9 @@ BuildRequires: mozilla-nspr-devel >= 4.8.8
|
|||||||
BuildRequires: mozilla-nss-devel >= 3.12.10
|
BuildRequires: mozilla-nss-devel >= 3.12.10
|
||||||
BuildRequires: nss-shared-helper-devel
|
BuildRequires: nss-shared-helper-devel
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Version: %{mainver}
|
Version: %{mainver}.1
|
||||||
Release: 1
|
Release: 1
|
||||||
%define releasedate 2011092200
|
%define releasedate 2011092900
|
||||||
Provides: web_browser
|
Provides: web_browser
|
||||||
Provides: firefox = %{version}-%{release}
|
Provides: firefox = %{version}-%{release}
|
||||||
Provides: firefox = %{mainver}
|
Provides: firefox = %{mainver}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:06bff322fffe3c28f59acd11752faccef00c061858acca2f7384601aaa198f03
|
oid sha256:873db0259c66f9bab193470cb2b407b7c33080638efc0c98dbf08a0f3cf21156
|
||||||
size 25646
|
size 25677
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
BRANCH="releases/mozilla-release"
|
BRANCH="releases/mozilla-release"
|
||||||
RELEASE_TAG="FIREFOX_7_0_RELEASE"
|
RELEASE_TAG="FIREFOX_7_0_1_RELEASE"
|
||||||
VERSION="7.0"
|
VERSION="7.0.1"
|
||||||
|
|
||||||
# mozilla
|
# mozilla
|
||||||
hg clone http://hg.mozilla.org/$BRANCH mozilla
|
hg clone http://hg.mozilla.org/$BRANCH mozilla
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f7356206395e3745211684effe24973c4e34d826d2aa33b81ba8c9b4fded14f
|
|
||||||
size 68813405
|
|
3
firefox-7.0.1-source.tar.bz2
Normal file
3
firefox-7.0.1-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:47bd239a09caa0f8f866030f1190b1db81376022083e065fb8e4420aadfc8a4e
|
||||||
|
size 68815916
|
3
l10n-7.0.1.tar.bz2
Normal file
3
l10n-7.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:373695147d9e0ab2113a39acbf12d3346967c5a6bc209aa83aba6b2b26e3e35e
|
||||||
|
size 44018341
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1adf9a05374e96e270dbd9be480462e223dbf37f535e3a7ae3c8b71a067e4ad2
|
|
||||||
size 44023591
|
|
@ -1,2 +1,2 @@
|
|||||||
REV=273977a2c0ea
|
REV=a6c276265898
|
||||||
REPO=http://hg.mozilla.org/releases/mozilla-release
|
REPO=http://hg.mozilla.org/releases/mozilla-release
|
||||||
|
Loading…
Reference in New Issue
Block a user