1
0
OBS User unknown 2009-08-06 16:37:56 +00:00 committed by Git OBS Bridge
parent e580d2a6de
commit 1c015f8b0c
7 changed files with 30 additions and 11 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 31 09:01:57 CEST 2009 - wr@rosenauer.org
- security update to version 3.5.2
* MFSA 2009-38/CVE-2009-2470 (bmo#459524)
Data corruption with SOCKS5 reply containing DNS name longer
than 15 characters
* MFSA 2009-44/CVE-2009-2654 (bmo#451898)
Location bar and SSL indicator spoofing via window.open() on
invalid URL
* MFSA 2009-45
Crashes with evidence of memory corruption
* MFSA 2009-46 (bmo#498897)
Chrome privilege escalation due to incorrectly cached wrapper
* various other stability fixes
- export MOZ_APP_LAUNCHER in the startscript (bmo#453689)
-------------------------------------------------------------------
Tue Jul 28 14:54:46 CEST 2009 - wr@rosenauer.org

View File

@ -1,5 +1,5 @@
#
# spec file for package MozillaFirefox (Version 3.5.1)
# spec file for package MozillaFirefox (Version 3.5.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2006-2009 Wolfgang Rosenauer
@ -21,15 +21,15 @@
Name: MozillaFirefox
BuildRequires: autoconf213 gcc-c++ libgnomeui-devel libidl-devel orbit-devel python unzip update-desktop-files zip
BuildRequires: mozilla-xulrunner191-devel = 1.9.1.1
BuildRequires: mozilla-xulrunner191-devel = 1.9.1.2
%if %suse_version > 1020
BuildRequires: fdupes
%endif
License: GPL v2 or later ; LGPL v2.1 or later ; MPL
Provides: web_browser
Provides: firefox
Version: 3.5.1
Release: 2
Version: 3.5.2
Release: 1
Summary: Mozilla Firefox Web Browser
Url: http://www.mozilla.org/
Group: Productivity/Networking/Web/Browsers
@ -65,7 +65,7 @@ Requires: %{name}-branding = 3.5
%define __find_requires sh %{SOURCE4}
%global provfind sh -c "grep -v '.so' | %__find_provides"
%global __find_provides %provfind
%define releasedate 2009071400
%define releasedate 2009073000
%define progname firefox
%define progdir %{_prefix}/%_lib/%{progname}
%if %suse_version > 1020

View File

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

View File

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

View File

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

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

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

View File

@ -59,6 +59,8 @@ MOZ_DIST_LIB="%PROGDIR"
MOZ_APPNAME="%APPNAME"
MOZ_PROGRAM="$MOZ_DIST_LIB/$MOZ_APPNAME"
export MOZ_APP_LAUNCHER="$MOZ_DIST_LIB/$MOZ_APPNAME.sh"
mozilla_lib=`file $MOZ_PROGRAM`
LIB=lib
echo $mozilla_lib | grep -q -E 'x86-64|s390x|64-bit.PowerPC' && LIB=lib64