Wolfgang Rosenauer 2011-06-21 17:03:55 +00:00 committed by Git OBS Bridge
parent e9318ac70b
commit 27dab48eb6
9 changed files with 45 additions and 24 deletions

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Jun 20 19:37:01 UTC 2011 - wr@rosenauer.org
- update to 5.0 final
- included fixes for security issues: (bnc#701296, bnc#700578)
* MFSA 2011-19/CVE-2011-2374 CVE-2011-2375
Miscellaneous memory safety hazards
* MFSA 2011-20/CVE-2011-2373 (bmo#617247)
Use-after-free vulnerability when viewing XUL document with
script disabled
* MFSA 2011-21/CVE-2011-2377 (bmo#638018, bmo#639303)
Memory corruption due to multipart/x-mixed-replace images
* MFSA 2011-22/CVE-2011-2371 (bmo#664009)
Integer overflow and arbitrary code execution in
Array.reduceRight()
* MFSA 2011-25/CVE-2011-2366
Stealing of cross-domain images using WebGL textures
* MFSA 2011-26/CVE-2011-2367 CVE-2011-2368
Multiple WebGL crashes
* MFSA 2011-27/CVE-2011-2369 (bmo#650001)
XSS encoding hazard with inline SVG
* MFSA 2011-28/CVE-2011-2370 (bmo#645699)
Non-whitelisted site can trigger xpinstall
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 20 09:17:42 UTC 2011 - wr@rosenauer.org Mon Jun 20 09:17:42 UTC 2011 - wr@rosenauer.org

View File

@ -18,11 +18,11 @@
# norootforbuild # norootforbuild
%define major 4 %define major 5
%define mainver %major.99 %define mainver %major.0
Name: MozillaFirefox Name: MozillaFirefox
BuildRequires: Mesa-devel autoconf213 fdupes gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files yasm zip BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files zip fdupes Mesa-devel yasm
%if %suse_version > 1110 %if %suse_version > 1110
BuildRequires: libiw-devel BuildRequires: libiw-devel
BuildRequires: libproxy-devel BuildRequires: libproxy-devel
@ -34,8 +34,8 @@ BuildRequires: mozilla-nss-devel >= 3.12.8
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}
Release: 5 Release: 1
%define releasedate 2011061400 %define releasedate 2011061500
Provides: web_browser Provides: web_browser
Provides: firefox = %{version}-%{release} Provides: firefox = %{version}-%{release}
Provides: firefox = %{mainver} Provides: firefox = %{mainver}
@ -132,7 +132,6 @@ Requires: perl(Archive::Zip)
Development files for Firefox to make packaging of addons easier. Development files for Firefox to make packaging of addons easier.
%if %localize %if %localize
%package translations-common %package translations-common
Summary: Common translations for MozillaFirefox Summary: Common translations for MozillaFirefox
License: MPLv1.1 or GPLv2+ or LGPLv2+ License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -180,7 +179,6 @@ This package provides upstream look and feel for MozillaFirefox.
%if %crashreporter %if %crashreporter
%package buildsymbols %package buildsymbols
License: MPLv1.1 or GPLv2+ or LGPLv2+ License: MPLv1.1 or GPLv2+ or LGPLv2+
Summary: Breakpad buildsymbols for %{name} Summary: Breakpad buildsymbols for %{name}
@ -191,6 +189,7 @@ This subpackage contains the Breakpad created and compatible debugging
symbols meant for upload to Mozilla's crash collector database. symbols meant for upload to Mozilla's crash collector database.
%endif %endif
%prep %prep
%setup -q -n mozilla -b 7 -b 10 %setup -q -n mozilla -b 7 -b 10
cd $RPM_BUILD_DIR/mozilla cd $RPM_BUILD_DIR/mozilla
@ -272,7 +271,7 @@ ac_add_options --disable-updater
ac_add_options --disable-tests ac_add_options --disable-tests
ac_add_options --disable-debug ac_add_options --disable-debug
#ac_add_options --enable-chrome-format=jar #ac_add_options --enable-chrome-format=jar
ac_add_options --enable-update-channel=beta ac_add_options --enable-update-channel=default
EOF EOF
%if %suse_version > 1130 %if %suse_version > 1130
cat << EOF >> $MOZCONFIG cat << EOF >> $MOZCONFIG
@ -537,7 +536,6 @@ exit 0
%config /etc/rpm/macros.%{progname} %config /etc/rpm/macros.%{progname}
%if %localize %if %localize
%files translations-common -f %{_tmppath}/translations.common %files translations-common -f %{_tmppath}/translations.common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{progdir} %dir %{progdir}
@ -556,7 +554,6 @@ exit 0
#%{progdir}/defaults/profile/bookmarks.html #%{progdir}/defaults/profile/bookmarks.html
%if %crashreporter %if %crashreporter
%files buildsymbols %files buildsymbols
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/mozilla/*.zip %{_datadir}/mozilla/*.zip

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d75b5963522398528102263d8da2d57d5eadae3611853b74f58728605a8e69be oid sha256:975887be612f645ef36442a32bfc4eb39d04ceda612f77aaff18c336e4815238
size 25677 size 25684

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
BRANCH="mozilla-beta" BRANCH="releases/mozilla-release"
RELEASE_TAG="FIREFOX_5_0b7_RELEASE" RELEASE_TAG="FIREFOX_5_0_RELEASE"
VERSION="4.99" VERSION="5.0"
# mozilla # mozilla
hg clone http://hg.mozilla.org/$BRANCH mozilla hg clone http://hg.mozilla.org/$BRANCH mozilla
@ -23,7 +23,7 @@ for locale in $(awk '{ print $1; }' mozilla/browser/locales/shipped-locales); do
ja-JP-mac|en-US) ja-JP-mac|en-US)
;; ;;
*) *)
hg clone http://hg.mozilla.org/releases/l10n/mozilla-beta/$locale l10n/$locale hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$locale l10n/$locale
[ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG [ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG
;; ;;
esac esac

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:887d410a35fb4583e0cf6c469a3a076c3d312d0014086af7ecb727d3b2003fd0
size 68757199

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73693461ffe498055577d6d7d211b42f2ad71577124dfb6cb566ee52603eafa7
size 68756958

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f4f7a156e88171389beba130f56353f7801803670b7b640eb430d491d852573
size 43094243

3
l10n-5.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6a3577a86ff535815031ecdb957b24f55cf10ff615c5c99f15209d62e0e8afa
size 43102319

View File

@ -1,2 +1,2 @@
REV=3fb6ad7c725e REV=7b56ff900c2a
REPO=http://hg.mozilla.org/mozilla-beta REPO=http://hg.mozilla.org/releases/mozilla-release