forked from pool/MozillaFirefox
This commit is contained in:
parent
308bfb2167
commit
20c4ec86af
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 20:54:22 CEST 2008 - mauro@suse.de
|
||||
|
||||
- Update to stability/security release 3.0.1 (bnc#407573)
|
||||
(thanks, Wolfgang)
|
||||
+ MFSA 2008-36 Crash with malformed GIF file on Mac OS X
|
||||
+ MFSA 2008-35 Command-line URLs launch multiple tabs when
|
||||
Firefox not running
|
||||
+ MFSA 2008-34 Remote code execution by overflowing CSS reference counter
|
||||
- Set browser.shell.checkDefaultBrowser to true (bnc#404119)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 18:49:33 CEST 2008 - maw@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package MozillaFirefox (Version 3.0)
|
||||
# spec file for package MozillaFirefox (Version 3.0.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -19,7 +19,7 @@ BuildRequires: fdupes
|
||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Provides: web_browser
|
||||
Provides: firefox
|
||||
Version: 3.0
|
||||
Version: 3.0.1
|
||||
Release: 1
|
||||
Summary: Mozilla Firefox Web Browser
|
||||
Url: http://www.mozilla.org/
|
||||
@ -48,7 +48,7 @@ Requires: mozilla-xulrunner190 >= %(rpm -q --queryformat '%{VERSION}-%{REL
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_requires sh %{SOURCE4}
|
||||
%define __find_provides %{nil}
|
||||
%define releasedate 2008061600
|
||||
%define releasedate 2008070400
|
||||
%define progname firefox
|
||||
%define progdir %{_prefix}/%_lib/firefox
|
||||
%define libgssapi libgssapi_krb5.so.2
|
||||
@ -336,6 +336,14 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 28 2008 mauro@suse.de
|
||||
- Update to stability/security release 3.0.1 (bnc#407573)
|
||||
(thanks, Wolfgang)
|
||||
+ MFSA 2008-36 Crash with malformed GIF file on Mac OS X
|
||||
+ MFSA 2008-35 Command-line URLs launch multiple tabs when
|
||||
Firefox not running
|
||||
+ MFSA 2008-34 Remote code execution by overflowing CSS reference counter
|
||||
- Set browser.shell.checkDefaultBrowser to true (bnc#404119)
|
||||
* Tue Jun 17 2008 maw@suse.de
|
||||
- Merge changes from the build service (thanks, Wolfgang)
|
||||
(bnc#400001 and SWAMP#18164).
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30eb8f6ca201bb489aeeeb5b7f235e4ab85e7641ebedde9b0bb91de2c96f02ca
|
||||
size 36847008
|
3
firefox-3.0.1-source.tar.bz2
Normal file
3
firefox-3.0.1-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcc36107fc8d44228637785f77e96b4457e2a34f8b21f5f89508875b7d9f02a0
|
||||
size 36809914
|
@ -16,3 +16,4 @@ pref("print.print_edge_bottom", 14); // 1/100 of an inch
|
||||
pref("startup.homepage_override_url", "resource:/browserconfig.properties");
|
||||
pref("browser.backspace_action", 2);
|
||||
pref("browser.tabs.loadFolderAndReplace", false);
|
||||
pref("browser.shell.checkDefaultBrowser", true);
|
||||
|
3
l10n-3.0.1.tar.bz2
Normal file
3
l10n-3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dee7af1fa9fb00e83dac00f4199884561729bcb6d3d04db08c17023af7527ad
|
||||
size 28668988
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b5ea52614f5bcded7249904df3e31419149d2c99ec71c494881d60d3b5f7f57
|
||||
size 28718359
|
Loading…
Reference in New Issue
Block a user