# # spec file for package MozillaFirefox (Version 3.5b4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: MozillaFirefox BuildRequires: autoconf213 gcc-c++ libgnomeui-devel libidl-devel mozilla-xulrunner191-devel orbit-devel python unzip update-desktop-files zip %if %suse_version > 1020 BuildRequires: fdupes %endif License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Provides: web_browser Provides: firefox Version: 3.5b4 Release: 2 Summary: Mozilla Firefox Web Browser Url: http://www.mozilla.org/ Group: Productivity/Networking/Web/Browsers Source: firefox-%{version}-source.tar.bz2 Source1: MozillaFirefox.desktop Source2: %{name}-rpmlintrc Source3: mozilla.sh.in Source4: find-external-requires.sh Source7: l10n-%{version}.tar.bz2 Source8: firefox-mimeinfo.xml Source11: firefox48.png Source16: firefox.1 Source17: firefox-suse-default-prefs.js Patch1: firefox-libxul-sdk.patch Patch2: firefox-no-update.patch Patch3: toolkit-download-folder.patch Patch14: credits.patch Patch17: firefox-appname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: coreutils /bin/sh gconf2 shared-mime-info desktop-file-utils Requires: mozilla-xulrunner191 >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' mozilla-xulrunner191) %ifarch %ix86 Requires: mozilla-xulrunner191-32bit >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' mozilla-xulrunner191) %endif Requires: %{name}-branding = 3.5 %define _unpackaged_files_terminate_build 0 %define _use_internal_dependency_generator 0 %define __find_requires sh %{SOURCE4} %global provfind sh -c "grep -v '.so' | %__find_provides" %global __find_provides %provfind %define releasedate 2009042600 %define progname firefox %define progdir %{_prefix}/%_lib/%{progname} %if %suse_version > 1020 %define gnome_dir %{_prefix} %else %define gnome_dir /opt/gnome %endif ### build options %define branding 1 %define localize 1 ### build options end %description Mozilla Firefox is a standalone web browser, designed for standards compliance and performance. Its functionality can be enhanced via a plethora of extensions. Authors: -------- Mozilla Foundation %if %localize %package translations Summary: Translations for MozillaFirefox License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Provides: locale(%{name}:af;ar;as;be;bg;bn_BD;bn_IN;ca;cs;cy;da;de;el;en_GB;es_AR;es_ES;ex_MX;et;eu;fa;fi;fr;fy_NL;ga_IE;gl;gu_IN;he;hi_IN;hr;hu;id;is;it;ja;ka;kk;kn;ko;ku;lt;lv;mk;mn;mr;nb_NO;nl;nn_NO;oc;pa_IN;pl;pt_BR;pt_PT;ro;ru;si;sk;sl;sq;sr;sv_SE;ta;te;th;tr;uk;vi;zh_CN;zh_TW) Group: System/Localization PreReq: %{name} = %{version} Requires: mozilla-xulrunner191-translations %description translations This package contains several optional languages for the user interface of MozillaFirefox. Authors: -------- Mozilla Foundation %endif %package branding-upstream License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Summary: Upstream branding for MozillaFirefox Group: Productivity/Networking/Web/Browsers Provides: %{name}-branding = 3.5 Conflicts: otherproviders(%{name}-branding) Supplements: packageand(%{name}:branding-upstream) #BRAND: Provide three files - #BRAND: /usr/lib/firefox/browserconfig.properties that contains the #BRAND: default homepage and some other default configuration options #BRAND: /usr/lib/firefox/defaults/profile/bookmarks.html that contains #BRAND: the list of default bookmarks #BRAND: /etc/gconf/schemas/firefox.schemas #BRAND: for mapping some Firefox prefs to gconf #BRAND: It's also possible to create a file #BRAND: /usr/lib/firefox/defaults/preferences/firefox-$vendor.js to set #BRAND: custom preference overrides. #BRAND: It's also possible to drop files in /usr/lib/firefox/searchplugins %description branding-upstream This package provides upstream look and feel for MozillaFirefox. Authors: -------- Mozilla Foundation %prep %setup -q -n mozilla -b 7 cd $RPM_BUILD_DIR/mozilla %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch14 %patch17 %build export MOZ_BUILD_DATE=%{releasedate} export MOZILLA_OFFICIAL=1 export BUILD_OFFICIAL=1 export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" # 10.3-x86_64 build fails probably because gcc bug %if %suse_version == 1030 %ifarch x86_64 export ac_cv_visibility_hidden="no" %endif %endif export MOZCONFIG=$RPM_BUILD_DIR/mozconfig SDKDIR=$(pkg-config --variable=sdkdir libxul) cat << EOF > $MOZCONFIG mk_add_options MOZILLA_OFFICIAL=1 mk_add_options BUILD_OFFICIAL=1 mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs} . \$topsrcdir/browser/config/mozconfig ac_add_options --prefix=%{_prefix} ac_add_options --libdir=%{_libdir} ac_add_options --sysconfdir=%{_sysconfdir} ac_add_options --mandir=%{_mandir} ac_add_options --includedir=%{_includedir} ac_add_options --with-system-nspr ac_add_options --with-system-nss ac_add_options --with-libxul-sdk=$SDKDIR ac_add_options --with-l10n-base=../l10n ac_add_options --with-system-jpeg #ac_add_options --with-system-png # doesn't work because of missing APNG support ac_add_options --with-system-zlib ac_add_options --disable-installer ac_add_options --disable-tests ac_add_options --disable-debug ac_add_options --disable-crashreporter EOF %if %branding cat << EOF >> $MOZCONFIG ac_add_options --enable-official-branding EOF %endif make -f client.mk build %install make -C browser/installer STRIP=/bin/true # copy tree into RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{progdir} cp -rf $RPM_BUILD_DIR/mozilla/dist/firefox/* $RPM_BUILD_ROOT/%{progdir} # install additional locales %if %localize echo %defattr\(-,root,root\) > %{_tmppath}/translations.list for locale in $(awk '{ print $1; }' browser/locales/shipped-locales); do case $locale in ja-JP-mac|en-US) ;; *) make -C browser/locales libs-$locale cp dist/xpi-stage/locale-$locale/chrome/$locale.jar \ $RPM_BUILD_ROOT/%{progdir}/chrome cp dist/xpi-stage/locale-$locale/chrome/$locale.manifest \ $RPM_BUILD_ROOT/%{progdir}/chrome echo %{progdir}/chrome/$locale.jar >> %{_tmppath}/translations.list echo %{progdir}/chrome/$locale.manifest >> %{_tmppath}/translations.list esac done %endif # overwrite the mozilla start-script and link it to /usr/bin mkdir --parents $RPM_BUILD_ROOT/usr/bin sed "s:%%PREFIX:%{_prefix}:g s:%%PROGDIR:%{progdir}:g s:%%APPNAME:%{progname}:g s:%%PROFILE:.mozilla/firefox:g" \ %{SOURCE3} > $RPM_BUILD_ROOT%{progdir}/%{progname}.sh chmod 755 $RPM_BUILD_ROOT%{progdir}/%{progname}.sh ln -sf ../..%{progdir}/%{progname}.sh $RPM_BUILD_ROOT/usr/bin/%{progname} # desktop definition mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications install -m 644 %{SOURCE1} \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop # additional mime-types mkdir -p $RPM_BUILD_ROOT%{_datadir}/mime/packages cp %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mime/packages/%{progname}.xml # install man-page mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ cp %{SOURCE16} $RPM_BUILD_ROOT%{_mandir}/man1/%{progname}.1 # apply SUSE defaults sed -e 's,RPM_VERSION,%{version}-%{release},g' \ %{SOURCE17} > suse-default-prefs cp suse-default-prefs $RPM_BUILD_ROOT/%{progdir}/defaults/preferences/firefox-build.js rm suse-default-prefs # use correct locale for useragent cat > $RPM_BUILD_ROOT%{progdir}/defaults/preferences/firefox-l10n.js << EOF pref("general.useragent.locale", "chrome://global/locale/intl.properties"); EOF ########## # ADDONS # mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/ %if %branding cp -f other-licenses/branding/firefox/mozicon128.png $RPM_BUILD_ROOT/usr/share/pixmaps/%{progname}.png mkdir -p $RPM_BUILD_ROOT%{gnome_dir}/share/icons/hicolor/48x48/apps/ install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{gnome_dir}/share/icons/hicolor/48x48/apps/%{progname}.png ln -sf %{progname}.png $RPM_BUILD_ROOT/usr/share/pixmaps/%{progname}-gnome.png %else cp -f $RPM_BUILD_ROOT%{progdir}/icons/mozicon50.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/%{progname}.xpm %endif %suse_update_desktop_file %{name} Network WebBrowser X-Ximian-Main X-Ximian-Toplevel GTK %if %suse_version > 1020 %fdupes $RPM_BUILD_ROOT%{progdir} %fdupes $RPM_BUILD_ROOT%{_datadir} %endif %if %branding chmod -x $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{progname}.png %endif %clean rm -rf $RPM_BUILD_ROOT %post # update mime and desktop database if [ -f usr/bin/update-mime-database ] ; then usr/bin/update-mime-database %{_datadir}/mime > /dev/null || : fi %if %suse_version >= 1030 if [ -f usr/bin/update-desktop-database ] ; then usr/bin/update-desktop-database > /dev/null || : fi %else if [ -f opt/gnome/bin/update-mime-database ] ; then opt/gnome/bin/update-mime-database > /dev/null || : fi %endif # move plugins to new location if [ "$1" = "2" ]; then if [ -d /opt/MozillaFirefox/%{_lib}/plugins ]; then rm -rf /opt/MozillaFirefox/%{_lib}/plugins/libnullplugin.so cp -fud /opt/MozillaFirefox/%{_lib}/plugins/* %{progdir}/plugins rm -rf /opt/MozillaFirefox/%{_lib}/plugins fi fi exit 0 %postun if [ -f usr/bin/update-mime-database ] ; then usr/bin/update-mime-database %{_datadir}/mime > /dev/null || : fi %if %suse_version >= 1030 if [ -f usr/bin/update-desktop-database ] ; then usr/bin/update-desktop-database > /dev/null || : fi %else if [ -f opt/gnome/bin/update-mime-database ] ; then opt/gnome/bin/update-mime-database > /dev/null || : fi %endif %files %defattr(-,root,root) %dir %{progdir} %dir %{progdir}/chrome/ %{progdir}/chrome/browser.* %{progdir}/chrome/classic.* %{progdir}/chrome/en-US.* %{progdir}/chrome/reporter.* %{progdir}/chrome/icons %{progdir}/components/ %exclude %{progdir}/defaults/profile/bookmarks.html %{progdir}/defaults/ %{progdir}/extensions/ %{progdir}/icons/ %{progdir}/searchplugins/ %{progdir}/modules/ %attr(755,root,root) %{progdir}/%{progname}.sh %{progdir}/%{progname} %{progdir}/application.ini %{progdir}/blocklist.xml %exclude %{progdir}/updater.ini %exclude %{progdir}/removed-files %exclude %{progdir}/README.txt %exclude %{progdir}/old-homepage-default.properties %exclude %{progdir}/components/libnkgnomevfs.so %exclude %{progdir}/run-mozilla.sh %{_datadir}/applications/%{name}.desktop %{_datadir}/mime/packages/%{progname}.xml %{_datadir}/pixmaps/firefox* %if %branding %{gnome_dir}/share/icons/hicolor/ %endif %{_bindir}/%{progname} %doc %{_mandir}/man1/%{progname}.1.gz %if %localize %files translations -f %{_tmppath}/translations.list %defattr(-,root,root) %endif %files branding-upstream %defattr(-,root,root) %{progdir}/browserconfig.properties %{progdir}/defaults/profile/bookmarks.html %changelog * Mon May 11 2009 wr@rosenauer.org - use non-localized Downloads folder (bnc#501724) * Mon May 04 2009 wr@rosenauer.org - update to new major version 3.5b4 * based on Gecko 1.9.1 (mozilla-xulrunner191) * Private Browsing Mode * TraceMonkey JavaScript engine * Geolocation support * native JSON and web worker threads support * speculative parsing for faster content rendering * Some HTML5 support - updated firefox.schemas - improved firefox-no-update.patch * Tue Apr 28 2009 wr@rosenauer.org - security update to 3.0.10 * MFSA 2009-23/CVE-2009-1313 (bmo#489647) Crash in nsTextFrame::ClearTextRun() * Thu Apr 16 2009 wr@rosenauer.org - security update to 3.0.9 (bnc#495473) * MFSA 2009-14/CVE-2009-1302/CVE-2009-1303/CVE-2009-1304/CVE-2009-1305 Crashes with evidence of memory corruption (rv:1.9.0.9) * MFSA 2009-15/CVE-2009-0652 (bmo#479336) URL spoofing with box drawing character * MFSA 2009-16/CVE-2009-1306 (bmo#474536) jar: scheme ignores the content-disposition: header on the inner URI * MFSA 2009-17/CVE-2009-1307 (bmo#481342) Same-origin violations when Adobe Flash loaded via view-source: scheme * MFSA 2009-18/CVE-2009-1308 (bmo#481558) XSS hazard using third-party stylesheets and XBL bindings * MFSA 2009-19/CVE-2009-1309 (bmo#482206,478433) Same-origin violations in XMLHttpRequest and XPCNativeWrapper.toString * MFSA 2009-20/CVE-2009-1310 (bmo#483086) Malicious search plugins can inject code into arbitrary sites * MFSA 2009-21/CVE-2009-1311 (bmo#471962) POST data sent to wrong site when saving web page with embedded frame * MFSA 2009-22/CVE-2009-1312 (bmo#475636) Firefox allows Refresh header to redirect to javascript: URIs * Fri Mar 27 2009 wr@rosenauer.org - security update to 1.9.0.8 (bnc#488955,489411) * MFSA 2009-12/CVE-2009-1169 (bmo#460090,485217) Crash and remote code execution in XSL transformation * MFSA 2009-13/CVE-2009-1044 (bmo#484320) Arbitrary code execution via XUL tree moveToEdgeShift - allow RPM provides for stuff besides shared libraries (e.g. mime-types) * Sun Mar 01 2009 wr@rosenauer.org - security update to 3.0.7 (bnc#478625) * MFSA 2009-07 - Crashes with evidence of memory corruption CVE-2009-0771 - Layout Engine Crashes CVE-2009-0772 - Layout Engine Crashes CVE-2009-0773 - crashes in the JavaScript engine CVE-2009-0774 - Layout Engine Crashes * MFSA 2009-08/CVE-2009-0775 - (bmo#474456) Mozilla Firefox XUL Linked Clones Double Free Vulnerability * MFSA 2009-09/CVE-2009-0776 (bmo#414540) XML data theft via RDFXMLDataSource and cross-domain redirect * MFSA 2009-10/CVE-2009-0040 (bmo#478901) Upgrade PNG library to fix memory safety hazards * MFSA 2009-11/CVE-2009-0777 (bmo#452979) URL spoofing with invisible control characters * Thu Feb 05 2009 hfiguiere@suse.de - Review and approve changes. * Wed Jan 28 2009 wr@rosenauer.org - security update to 3.0.6 (bnc#470074) * MFSA 2009-06/CVE-2009-0358: Directives to not cache pages ignored (bmo#441751) * MFSA 2009-05/CVE-2009-0357: XMLHttpRequest allows reading HTTPOnly cookies (bmo#380418) * MFSA 2009-04/CVE-2009-0356: Chrome privilege escalation via local .desktop files (bmo#460425) * MFSA 2009-03/CVE-2009-0355: Local file stealing with SessionStore (bmo#466937) * MFSA 2009-02/CVE-2009-0354: XSS using a chrome XBL method and window.eval (bmo#468581) * MFSA 2009-01/CVE-2009-0352 - CVE-2009-0353: Crashes with evidence of memory corruption (rv:1.9.0.6) (bmo#452913, bmo#449006, bmo#331088, bmo#401042, bmo#416461, bmo#422283, bmo#422301, bmo#431705, bmo#437142, bmo#421839, bmo#420697, bmo#461027) * (non security) added lv locale * Thu Jan 22 2009 hfiguiere@suse.de - Fix the wrapper script for PowerPC 64-bits (bnc#464753) * Wed Dec 17 2008 hfiguiere@suse.de - Review and approve changes. * Mon Dec 15 2008 wr@rosenauer.org - security update to 1.9.0.5 (bnc#455804) for details http://www.mozilla.org/security/known-vulnerabilities/firefox30.html * removed aboutRights workaround again * added et locale * Tue Nov 25 2008 hfiguiere@suse.de - Review and approve changes. * Sat Nov 22 2008 wr@rosenauer.org - replace license agreement with about:rights toolbar (backported from upcoming FF 3.0.5) (bnc#436054, bmo#456439) (it's always displayed in en-US) * Fri Nov 21 2008 hfiguiere@suse.de - Update firefox-lockdown-ui.patch * Print Setup is now properly locked down. bnc#431028 * Bookmark editing it now properly locked down. bnc#439335 * Bookmars are properly hidden. * History is properly locked down. bnc#439343 * Make sure the search bar is not put back when resetting the toolbar. bnc#439358 * Fri Nov 21 2008 maw@suse.de - Review and approve changes. * Thu Nov 13 2008 wr@rosenauer.org - lockdown cleanup * removed gecko-lockdown.patch from Firefox (it's in xulrunner) * stripped out some toolkit stuff from firefox-ui-lockdown * added extra default preferences for lockdown * Thu Nov 13 2008 maw@suse.de - Review and approve changes. * Tue Nov 11 2008 wr@rosenauer.org - update to security/maintenance release 3.0.4 (bnc#439841) * support additional locales (bg, cy, eo, oc) - removed obsolete configure option (enable-gconf) * Fri Nov 07 2008 maw@suse.de - Review and approve changes. * Wed Nov 05 2008 wr@rosenauer.org - moved gconf schema into branding packages (bnc#441646) * Tue Oct 28 2008 hfiguiere@suse.de - Fix missing %%endif (for fix for bnc#434283) * Mon Oct 27 2008 hfiguiere@suse.de - Add disable_show_passwords to firefox.schemas. (FATE #301534) * Mon Oct 27 2008 wr@rosenauer.org - make biarch dependencies work correctly (bnc#434283) * Thu Oct 23 2008 hfiguiere@suse.de - Added firefox-ui-lockdown.patch and gecko-lockdown.patch * Lockdown: FATE#302023, FATE#302024 * Mon Oct 06 2008 sbrabec@suse.cz - Conflict with other branding providers (FATE#304881). * Mon Sep 29 2008 maw@suse.de - Review and approve changes. * Mon Sep 29 2008 maw@suse.de - Remove a reference to a stale patch. * Sun Sep 28 2008 wr@rosenauer.org - update to regression fix release 3.0.3 * Fixed a problem where users were unable to retrieve saved passwords or save new passwords (bmo#454708, bnc#429179#c20, CVE-2008-4063, CVE-2008-4064, CVE-2008-3836, andCVE-2008-4070) * Thu Sep 25 2008 maw@suse.de - Review and approve changes. * Mon Sep 15 2008 wr@rosenauer.org - update to security/maintenance release 3.0.2 (bnc#429179) - removed unused files from sources - fix more rpmlint complaints and provide a config file to filter false positives - disable Gnome crashreporter as it has no value - brought man-page up to date for the firefox stub (removing firefox-bin reference) - en-US locale not longer packaged in translations subpackage * Sat Aug 16 2008 maw@novell.com - Review and approve changes. * Mon Aug 04 2008 wr@rosenauer.org - Tweak branding split * Tue Jul 29 2008 vuntz@novell.com - Create branding package (bnc#390752): + search-addons.tar.bz2, bookmarks.html.suse and firefox-suse-default-prefs.js will be moved to MozillaFirefox-branding-openSUSE + create a MozillaFirefox-branding-upstream package * 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). * Tue Jun 17 2008 wr@rosenauer.org - update to version 3.0 - fixed double entry in bookmarks for www.opensuse.org (bnc#396980 * Thu May 15 2008 aj@suse.de - Add Planet SUSE, forums.o.o and How to participate to default URLs. * Fri May 02 2008 maw@suse.de - network.protocol-handler.app.* prefs are no longer supported; remove references to them from firefox-suse-default-prefs.js (bnc#383697). * Thu Apr 03 2008 maw@suse.de - Update to Firefox 3.0b5 (2.9.95) (thanks, Wolfgang). * Wed Mar 26 2008 maw@suse.de - Merge changes from the build service (thanks, Wolfgang) - Update to the fourth Firefox 3.0 Beta (2.9.94): + Based upon the Gecko 1.9 Web rendering platform, which improves performance, stability, and rendering correctness; it also boasts a considerable simplification in its code + Security improvements: * One-click site info * Malware Protection * New Web Forgery Protection page * New SSL error pages * Add-ons and Plugin version check * Secure add-on updates * Effective top-level domain (eTLD) service to better restrict cookies and other restricted content to a single domain * Better protection against cross-site JSON data leaks + Usability improvements: * Easier password management * Simplified add-on installation * New Download Manager * Resumable downloading * Full page zoom * Podcasts and Videocasts can be associated with your media playback tools * Tab scrolling and quickmenu * Save what you were doing: Firefox will prompt users to save tabs on exit * Optimized Open in Tabs behavior * Location and Search bar size can now be customized with a simple resizer item * Text selection improvements * Find toolbar * Improved integration with Linux: Firefox's default icons, buttons, and menu styles now use the native GTK theme + Personalization improvements: * Star button: quickly add bookmarks from the location bar with a single click; a second click lets you file and tag them * Tags: associate keywords with your bookmarks to sort them by topic * Location bar & auto-complete * Smart Bookmarks Folder * Places Organizer: view, organize and search through all of your bookmarks, tags, and browsing history with multiple views and smart folders to store your frequent searches * Web-based protocol handlers * Download & Install Add-ons * Easy to use Download Actions + Improved platform for web developers: * New graphics and font handling: new graphics and text rendering architectures in Gecko 1.9 provides rendering improvements in CSS, SVG as well as improved display of fonts with ligatures and complex scripts * Color management: (set gfx.color_management.enabled on in about:config and restart the browser to enable.); Firefox can now adjust images with embedded color profiles * Offline support: enables web applications to provide offline functionality (website authors must add support for offline browsing to their site for this feature to be available to users) + Improved performance: * Speed: improvements to the JavaScript engine as well as profile guided optimizations have resulted in significant improvements in performance; compared to Firefox 2, web applications like Google Mail and Zoho Office run twice as fast in Firefox 3 Beta 4, and the popular SunSpider test from Apple shows improvements over previous releases * Memory usage: Several new technologies work together to reduce the amount of memory used by Firefox 3 Beta 4 over a web browsing session; memory cycles are broken and collected by an automated cycle collector, a new memory allocator reduces fragmentation, hundreds of leaks have been fixed, and caching strategies have been tuned * Reliability: A user's bookmarks, history, cookies, and preferences are now stored in a transactionally secure database format which will prevent data loss even if their system crashes - This version depends upon the mozilla-xulrunner190 package - Drop various stale packages, respin several that have been kept around, and add a few new ones. * Mon Feb 11 2008 maw@suse.de - Security update to version 2.0.0.12 (bnc#354469): + MFSA 2008-11/CVE-2008-0594 Web forgery overwrite with div overlay + MFSA 2008-10/CVE-2008-0593 URL token stealing via stylesheet redirect + MFSA 2008-09/CVE-2008-0592 Mishandling of locally-saved plain text files + MFSA 2008-08/CVE-2008-0591 File action dialog tampering + MFSA 2008-06/CVE-2008-0419 Web browsing history and forward navigation stealing + MFSA 2008-05/CVE-2008-0418 Directory traversal via chrome: URI + MFSA 2008-04/CVE-2008-0417 Stored password corruption + MFSA 2008-03/CVE-2008-0415 Privilege escalation, XSS, Remote Code Execution + MFSA 2008-02/CVE-2008-0414 Multiple file input focus stealing vulnerabilities + MFSA 2008-01/CVE-2008-0412 Crashes with evidence of memory corruption (rv:1.8.1.12) - Reference libaoss.so in start script (bnc#117079) - Remove mozilla-canvas-1.8.1.10.patch, as it has been upstreamed - Update firefox-ui-lockdown.patch (FATE#301534, FATE#302023, and FATE#302024) - Add application/x-xpinstall mime type to MozillaFirefox.desktop - Add MozillaFirefox.xml to bind .xpi to application/x-xpinstall in desktop. * Thu Jan 17 2008 maw@suse.de - Add mozilla-maxpathlen.patch (#354150 and bmo #412610). * Fri Dec 21 2007 maw@suse.de - Add firefox-348446-empty-lists.patch (bnc#348446). * Wed Dec 05 2007 maw@suse.de - Respin proxy-dev.patch (bnc#340678) -- thanks, Anders! * Tue Nov 27 2007 maw@suse.de - Security update to version 2.0.0.10 (#341905, #341591): + MFSA 2007-39 Referer-spoofing via window.location race condition + MFSA 2007-38 Memory corruption vulnerabilities (rv:1.8.1.10) + MFSA 2007-37 jar: URI scheme XSS hazard + Fixes for regressions introduced in 2.0.0.8 + Updated dbus.patch, startup.patch, misc.dif, and configure.patch - Add mozilla-gcc4.3-fixes.patch - Add mozilla-canvas-1.8.1.10.patch (#341591#c10). * Mon Nov 26 2007 maw@suse.de - Build with -ftree-vrp -fwrapv, per advice in #342603#c17. * Tue Nov 13 2007 maw@suse.de - Add firefox-gcc4.3-fixes.patch. * Fri Oct 19 2007 maw@suse.de - Security update to version 2.0.0.8 (#332512) (thanks, Wolfgang) * MFSA 2007-29 Crashes with evidence of memory corruption * MFSA 2007-30 onUnload Tailgating * MFSA 2007-31 Digest authentication request splitting * MFSA 2007-32 File input focus stealing vulnerability * MFSA 2007-33 XUL pages can hide the window titlebar * MFSA 2007-34 Possible file stealing through sftp protocol * MFSA 2007-35 XPCNativeWraper pollution using Script object complete advisories on http://www.mozilla.org/projects/security/known-vulnerabilities.html * Sun Sep 23 2007 maw@suse.de - Don't explicitly require libaoss.so (#326751). * Fri Sep 14 2007 maw@suse.de - Update the Novell Support search plugin in search-addons.tar.bz2 (#297261) - Set the browser.tabs.loadFolderAndReplace preference to false by default (#230759). * Wed Sep 12 2007 dmueller@suse.de - fix hardlinks accross partitions * Thu Sep 06 2007 maw@suse.de - Add http://software.opensuse.org/search?baseproject=openSUSE:10.3 to the default bookmarks (#308223). * Mon Sep 03 2007 ro@suse.de - move last change a bit further in specfile * Fri Aug 31 2007 maw@suse.de - Mark a .png file as nonexecutable. * Tue Aug 28 2007 maw@suse.de - Minor .spec update (#305193) + Remove two obsolete patches + Correct releasedate + Include only the officially supported locales. * Wed Aug 22 2007 maw@suse.de - Merge changes from the build service (thanks, Wolfgang): + Provide locale dependency information (#302288) + Add x11-session.patch, supporting X11 session management (#227047) + Update to version 2.0.0.6 * MFSA 2007-26 Privilege escalation through chrome-loaded about:blank windows * MFSA 2007-27 Unescaped URIs passed to external programs (only relevant on Windows) - Use %%fdupes. * Tue Aug 21 2007 aj@suse.de - Adjust bookmarks: Add news.opensuse.org, use new software.o.o page. * Thu Aug 16 2007 mauro@suse.de - Revert previous change. * Tue Aug 14 2007 mauro@suse.de - Added support for ymp in the mimetypes.rdf - Added OneClickInstallUrlHandler for handing the actual call from firefox. - Fixes bnc #295677 * Mon Jul 23 2007 maw@suse.de - Security update to version 2.0.0.5 (#288115) which has fixes for: MFSA 2007-18 CVE-2007-3734 - Browser flaws CVE-2007-3735 - Javascript flaws MFSA 2007-19 CVE-2007-3736 MFSA 2007-20 CVE-2007-3089 MFSA 2007-21 CVE-2007-3737 MFSA 2007-22 CVE-2007-3285 MFSA 2007-23 CVE-2007-3670 MFSA 2007-24 CVE-2007-3656 MFSA 2007-25 CVE-2007-3738 * Thu Jun 21 2007 adrian@suse.de - fix changelog entry order * Mon Jun 18 2007 maw@suse.de - Use mozilla.sh.in from the build service (#230681). * Tue Jun 05 2007 sbrabec@suse.cz - Removed invalid desktop category "Application" (#254654). * Tue Jun 05 2007 maw@suse.de - Security update to version 2.0.0.4 - Refresh configure.patch, startup.patch, and visibility.patch - Now use l10n-%%{version}.tar.bz2 instead of l10n.tar.bz2. * Mon Apr 30 2007 ro@suse.de - added unzip to BuildRequires * Wed Apr 18 2007 mfabian@suse.de - add Japanese to the languages which get PANGO enabled in the start script to support the Japanese combining characters U+3099 U+309A (see bugzilla #262718 comment #29). * Mon Mar 12 2007 maw@suse.de - Package gconf stuff. * Thu Feb 22 2007 maw@suse.de - Security update to 2.0.0.2 (#244923), which covers: + mfsa2007-01 * CVE-2007-0775 - layout engine crashes * CVE-2007-0776 - SVG * CVE-2007-0777 - javascript engine corruption + mfsa2007-02 * 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-02 + mfsa2007-03 * CVE-2007-0078 + mfsa2007-04 * CVE-2007-0079 + mfsa2007-05 * CVE-2007-0780 * CVE-2007-0800 + mfsa2007-06 * CVE-2007-0008 - client flaw * CVE-2007-0009 - server flaw + mfsa2007-07 * CVE-2007-0981 - Updates mozilla.sh.in (#230681) - Fixes #232209 - Updates the man page (#243037) - Properly propagates exit codes (#241492) - Adds em-356370.patch (#217374) * Thu Jan 25 2007 maw@suse.de - Fixup the Gnome paths, keeping in closer sync with the buildservice. * Thu Jan 18 2007 maw@suse.de - Gnome is now in /usr, so remove references to /opt/gnome - Install firefox.png with the executable bit not set. * Wed Jan 10 2007 meissner@suse.de - readd MozillaFirebird provides (was incorrect in removing it). * Mon Jan 08 2007 meissner@suse.de - Do not provide MozillaFirebird, just obsolete it. * Fri Dec 01 2006 maw@suse.de - Update gecko-lockdown.patch (#220616). * Thu Nov 30 2006 maw@suse.de - Update firefox-suse-default-prefs.js, adding 'pref("browser.backspace_action", 2);' (#217374) * Thu Nov 30 2006 aj@suse.de - Fix last change (#224431). * Wed Nov 29 2006 aj@suse.de - Change download bookmark (#224431). - Rename bookmark folder to openSUSE. * Tue Nov 28 2006 aj@suse.de - Sync from Buildservice with following critical fixes (thanks Wolfgang Rosenauer!): * fixed system-proxies.patch to actually work (#223881). * Rearrange Bookmarks to pass trademark review. * Mon Nov 27 2006 aj@suse.de - Fix tango theme (#223796). * Mon Nov 27 2006 aj@suse.de - Use www.opensuse.org as home page. * Sun Nov 12 2006 aj@suse.de - Set novell.com as home page. - Update from BuildService (thanks Wolfgang!): - fixed crash in htmlparser (#217257, bmo #358797) - added gconf2 as PreReq (#212505) - added 32bit libaoss.so as requirement (#216266) - Removed SUSE searchplugin (Portal not available anymore) (#216054) - Removed obsolete xul-picker.patch and system-nspr.patch - Fixed building on 10.1 and 10.0 (dbus) - Removed obsolete throbber preference * Thu Nov 09 2006 jhargadon@suse.de - updated tango theme * Sun Oct 29 2006 aj@suse.de - Another fix for 214125, patch by Wolfgang Rosenauer. * Thu Oct 26 2006 aj@suse.de - Fix gcc warnings about undefined operations, patch by Robert O'Callahan. - Update system-proxies.patch to fix error box (214125), patch by Robert O'Callahan. * Mon Oct 23 2006 aj@suse.de - Update to current CVS version of 2.0. - Use www.opensuse.org as default home page for now (#203547). * Sat Oct 21 2006 aj@suse.de - Disable non-working plasticfox and tango themes. * Fri Oct 20 2006 aj@suse.de - Fix building of locales. * Fri Oct 20 2006 mkoenig@suse.de - update to version 2.0rc3: * New features: Visual Refresh, Built-in phishing protection, Enhanced search capabilities, Improved tabbed browsing, Resuming your browsing session, Previewing and subscribing to Web feeds, Inline spell checking, Live Titles, Improved Add-ons manager, JavaScript 1.7, Extended search plugin format, Updates to the extension system, Client-side session and persistent storage, SVG text * Tue Oct 17 2006 meissner@suse.de - disabled debugging. * Tue Sep 12 2006 stark@suse.de - security update to version 1.5.0.7 * Mon Aug 21 2006 stark@suse.de - added greasemonkey helper change (#199920) - fixed packager.mk for new make version * Fri Aug 11 2006 stark@suse.de - fixed crash in dbus component (patch by thoenig #197928) - use external adresses for PAC configuration (#196506) * Mon Aug 07 2006 stark@suse.de - added symlink for Firefox 1.0.x compatibility * Sat Jul 29 2006 stark@suse.de - update to regression release 1.5.0.6 (#195043) * Thu Jul 27 2006 stark@suse.de - security update to version 1.5.0.5 (#195043) * observer-lock.patch integrated now - fixed leak in JS' liveconnect (#186066) - fixed desktop file for old distributions (StartupNotify=false) * Thu Jun 29 2006 stark@suse.de - fixed printing crash if the last used printer is not available anymore (#187013) * Fri Jun 16 2006 stark@suse.de - added 48x48 icon (#185777) * Mon Jun 12 2006 stark@suse.de - fix overwrite confirmation for GTK filesaver (#179531) - get network.negotiate-auth.trusted-uris and network.negotiate-auth.delegation-uris from gconf if system-settings are enabled (#184489) * Thu Jun 01 2006 stark@suse.de - update to security/stability release 1.5.0.4 (#179011) - moved locale-global prefs to browserconfig.properties (#177881) * Tue May 23 2006 stark@suse.de - complete implementation of startup-notification (#115417) (including autoconf and remote support) - different home-pages for SLE10 and SL (#177881) * Tue May 16 2006 stark@suse.de - fixed potential deadlock in nsObserverList::RemoveObserver (#173986, bmo #338069) - base startup notification on libstartup-notification (#115417) * Thu May 11 2006 stark@suse.de - save printer settings properly (#174082, bmo #324072) - added startup notification support for showing load activity in Gnome and to avoid focus stealing prevention (#115417) - added StartupNotify=true to desktop file (#115417) - provide legacy symlink for NLD9 update compatibility (#173138) - fixed system-proxies patch to avoid unwanted wpad requests (#171743, #167613) * Mon May 08 2006 stark@suse.de - preconfigure the theme according to the used desktop (#151163) * Thu Apr 27 2006 stark@suse.de - last minute change for 1.5.0.3 * Wed Apr 26 2006 stark@suse.de - security update to 1.5.0.3 - fix for typo in postscript.patch * Tue Apr 25 2006 stark@suse.de - fixed iframe crash (#169039, bmo #334515) - fixed img tag misuse (#168710, bmo #334341) * Mon Apr 24 2006 stark@suse.de - improved postscript output (bmo #334485) - changed defaults for printer properties (#6534) - overwrite gnome-vfs' file protocol by providing "desktop-launch" (#131501) - get available paper sizes from CUPS (#65482) - replaced/removed complicated gconfd reload in %%post (#167989) - fixed memory leak in clipboard caching (bmo #289897) * Tue Apr 11 2006 stark@suse.de - added (optional) plastikfox theme (#151163) - get some more security related patches (#148876) - finally fixed the default proxy configuration by adding a new UI option (#132398) * Mon Apr 03 2006 stark@suse.de - fixed keyword fixup patch (#162532) * Tue Mar 28 2006 stark@suse.de - don't use keyword fixup for pasted text (#160034, bmo #331522) * Mon Mar 20 2006 stark@suse.de - added Tango theme - fixed reading proxies from gconf (#132398) * Sun Mar 12 2006 stark@suse.de - tweaked bookmarks (fixed URLs) - added Khmer (km-*) to pango locales (#157397) * Sat Mar 04 2006 stark@suse.de - fixed crash with multipart JPEGs (bmo #328684) (#140416) - got latest security fixes from upstream (#148876) * Wed Feb 22 2006 stark@suse.de - fixed plugin loading when launched from Thunderbird (#151614) - merged dbus reconnection patch (#150042) - default to autodetect proxy (network.proxy.type=4) (#151811) - added GTK category to desktop file * Tue Feb 14 2006 stark@suse.de - modified lockdown patches (#67281, #67282) - applied set of security patches (#148876) bmo bugs: 282105, 307989, 315625, 320459, 323634, 325403, 325947 * Tue Feb 07 2006 stark@suse.de - fixed disabling of Pango (#148788) * Thu Feb 02 2006 stark@suse.de - define gssapi lib explicitely (#147670) - use only official Firefox-Icon - changed home-download patch * Sun Jan 29 2006 stark@suse.de - throbber URL is default again - removed firefox-showpass patch - removed additional CA certs from builtin NSS * Fri Jan 27 2006 stark@suse.de - got some l10n changes from 1.8.0 branch * Fri Jan 27 2006 stark@suse.de - final 1.5.0.1 version - make it possible to choose $HOME as download directory (#144894, bmo #300856) * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Sun Jan 22 2006 stark@suse.de - disable Pango if MOZ_ENABLE_PANGO is not set and no typical language which needs Pango is used (#143428) * Wed Jan 18 2006 stark@suse.de - fixed DumpStackToFile() for glibc 2.4 - added default (font) settings * Thu Jan 12 2006 stark@suse.de - update to 1.5.0.1pre (20060111) - updated man-page - fixed hovered tab close button - only Requires mozilla-nspr instead of PreReq since there is no postinstall registration necessary anymore - use system NSS from CODE10 on - use -fstack-protector where available - changed unixproxy component to work on older distributions * Mon Jan 02 2006 stark@suse.de - added unixproxy component written by Robert O'Callahan (#132398) (bmo #66057) - added official translations - preload libaoss for plugin sound (#117079) * Wed Dec 28 2005 stark@suse.de - get some patches from 1.8.0 branch - readded modification to gconf-backend (bmo #321315) - readded lockdown stuff - enable additional extension install directory (#120329) (/usr/lib/browser-extensions/firefox) - added patch to make the XUL filechooser optional (MOZ_XUL_PICKER) * Wed Dec 14 2005 stark@suse.de - fixed patch for parsing -remote parameter - removed default-plugin patch (not needed anymore) * Fri Dec 09 2005 stark@suse.de - fix to ignore X composite extension (#135373) - fixed parsing of -remote parameters (#134396) - activated locales as released * Tue Nov 29 2005 stark@suse.de - update to 1.5 (20051128) - don't override startup URL when changing Gecko versions (#135314) - added patch for GTK2 handling (#134831) - readded add-plugins stuff for compatibility * Fri Nov 18 2005 stark@suse.de - update to 1.5rc3 (20051117) * Mon Oct 31 2005 stark@suse.de - updated l10n archive (20051030) - fixed postinstall script to copy plugin links instead of files * Fri Oct 28 2005 stark@suse.de - update to 1.5rc1 (20051027) - fixed profile locking on FAT partitions (bmo #313360) - introduced an rpath again * Wed Oct 19 2005 stark@suse.de - update to snapshot 1.5 (20051019) - moved installation to /usr/%%{_lib}/firefox - added dbus component to be able to get network status from NetworkManager (bmo #312793) - remove all update UI for application - removed diable-gconf (no registration at build time anymore) - removed rebuild-databases.sh (no system registration anymore) - open links in new windows (#128087) * Thu Oct 06 2005 stark@suse.de - update to Firefox 1.5b2 (20051005) - added supported translations * Sat Oct 01 2005 stark@suse.de - update to Firefox 1.5b1 (20050930) RPM version 1.4.1 - removed rebuild-databases.sh calls - removed add-plugins.sh calls and corresponding triggers - enabled SVG and Canvas support - fixed gconf urlhandler registration * Tue Sep 20 2005 stark@suse.de - security update to 1.0.7 (#117619) * MFSA 2005-57: IDN heap overrun using soft-hyphens (bmo #307259) (enabled IDN pref again) * MFSA 2005-58: CAN-2005-2701 Heap overrun in XBM image processing CAN-2005-2702 Crash on "zero-width non-joiner" sequence CAN-2005-2703 XMLHttpRequest header spoofing CAN-2005-2704 Object spoofing using XBL CAN-2005-2705 JavaScript integer overflow CAN-2005-2706 Privilege escalation using about: scheme CAN-2005-2707 Chrome window spoofing Regression fixes - register beagle extension if it gets installed (#116787) * Tue Sep 13 2005 aj@suse.de - Change SUSE bookmarks. * Sun Sep 11 2005 stark@suse.de - disable IDN per default (#116070) - unlocalize bookmarks (#114279) * Thu Sep 08 2005 stark@suse.de - fixed some filemodes (#114849) * Sun Sep 04 2005 stark@suse.de - fixed gconf-backend patch to be able to use system prefs (#114054) * Thu Sep 01 2005 stark@suse.de - changed default font to sans-serif (#114464) - removed de-de parts of the bookmark-links (#114279) * Mon Aug 22 2005 stark@suse.de - install gconf schema for lockdown also on non-NLD - added backports (firefox-backports.patch) * gtk_im_context_set_cursor_location() is not used (bmo #281339) * fixed crash in imgCacheValidator::OnStartRequest() (bmo #293307) - workaround for linking with pangoxft and pangox (broken by gtk 2.8 update) (#105764) - remove extensions on deinstallation - include dragonegg (kparts) plugin (#105468) * Thu Aug 18 2005 stark@suse.de - fixed regression in profile locking change (bmo #303633) - added rtsp handler to global config (#104434) - don't blacklist help: protocol (bmo #304833) - fixed Gdk-WARNING at startup (gtk.patch) - fixed crash with gtk 2.7 (bmo #300226, bnc #104586) - fixed installation of the beagle plugin - update industrial theme to 1.0.11 (#104564) - included lockdownV2 (removed obsolete gconf.diff) - linked firefox-bin with rpath to progdir * Fri Aug 05 2005 stark@suse.de - fixed profile locking (bmo #151188) - install beagle extension globally * Fri Jul 29 2005 stark@suse.de - don't require and provide NSS libs (#98002) - fixed printing error 'You cannot print while in print preview' (#96991, bmo #302445) * Wed Jul 27 2005 stark@suse.de - fixed Firefox on ppc (stack-direction.patch) (#97359) - removed open-pref from startscript as it is done automatically now (#73042) - updated Novell searchplugins * Mon Jul 25 2005 stark@suse.de - GTK filechooser is now modal (#8533) - backed out patch to add tooltips to print-preview because it breaks localization * Fri Jul 22 2005 stark@suse.de - fixed another problem in printing patch * Tue Jul 19 2005 stark@suse.de - fixed error in ft-xft-ps2.patch - disabled stripping in spec instead of patch - added NSPR to PreReq * Mon Jul 18 2005 stark@suse.de - fixed some more regressions with final 1.0.6 - fixed width calculation in Postscript module (bmo #290292) - fixed plugin event starvation (bnc #94749, #94751, bmo #301161) * Fri Jul 15 2005 stark@suse.de - searchplugins can now be installed per profile (#8176) * Fri Jul 15 2005 stark@suse.de - update to 1.0.6 which restores API compatibility * Tue Jul 12 2005 stark@suse.de - update to 1.0.5 final (#88509) - don't strip explicitely - don't ship beagle.xpi * Wed Jul 06 2005 stark@suse.de - update to 1.0.5-pre (20050705) - use RPM_OPT_FLAGS for NSS component - fixed implicit declarations and uninitialized used variables - added patch for bmo #87969 * Tue Jul 05 2005 stark@suse.de - fixed regression from security update (#95069, bmo #298478) * Mon Jun 27 2005 stark@suse.de - don't use system-prefs by default on NLD - removed basic lockdown stuff for SUSE Linux (it's not needed and caused problems: bnc #75418) - fixed NLD lockdown patch (bnc #75418) - don't write prefs back to gconf for now * Wed Jun 22 2005 stark@suse.de - new NLD lockdown patch which is syncing user prefs to gconf - update to 1.0.5pre security-release * Thu Jun 09 2005 stark@suse.de - new revision of NLD lockdown patch - fixed remote usage behaviour in start script (bnc #41903) - got more bugfixes from the branch * Thu Jun 02 2005 stark@suse.de - fixed neededforbuild * Wed Jun 01 2005 stark@suse.de - fixed IDN for 64bit platforms (bmo #236425, bnc #46268) * Fri May 20 2005 stark@suse.de - fixed keybinding for KP separator (bnc #84147) - pulled security related patch from upstream branch - update plastikfox theme to version 1.6 * Thu May 12 2005 stark@suse.de - update to final 1.0.4 release * Tue May 10 2005 stark@suse.de - update to 1.0.4 security release - removed s390(x) patches (upstream) - made two more files %%verify (81692) - updated NLD lockdown patch (81304) * Thu Apr 28 2005 stark@suse.de - use static NSPR libs from new location * Sat Apr 23 2005 stark@suse.de - activate usage of system NSPR for distributions after 9.3 - add patch to be able to use systen NSPR at all * Fri Apr 22 2005 ro@suse.de - use mozilla-gcc4.patch * Thu Apr 21 2005 stark@suse.de - don't execute gconf magic within build environment * Sat Apr 16 2005 stark@suse.de - update to final 1.0.3 release * Fri Apr 15 2005 ro@suse.de - fix problem in postinstall script * Thu Apr 14 2005 stark@suse.de - included fixed lockdown patch for NLD - linked proxies within Firefox with gnome settings (NLD) - added gconfd restart procedure to install script (only needed if gconf changes are done) (#76852) * Sat Apr 02 2005 stark@suse.de - update to security pre-release 1.0.3 (#75692) * Manual plug-in install, javascript vulnerability (bmo #288556) * Access memory vulnerability (bmo #288688) * Fri Apr 01 2005 stark@suse.de - added advanced lockdown features for ZLM integration (NLD-only) * Tue Mar 22 2005 stark@suse.de - update to final 1.0.2 - use new theme handling on NLD - added default-plugin-less-annoying from mozilla - use GTK2 for Flash - use system NSPR on SUSE releases after 9.3 - made startscript PIS aware - set g-application-name correctly (bmo #281979) - added man-page - use GTK system colors - modify useragent string and add vendor id - activate smooth-scrolling by default (#74310) * Tue Mar 22 2005 stark@suse.de - don't register beagle automatically (#74062) - added default bookmarks for SUSE LINUX * Mon Mar 21 2005 max@suse.de - Fixed a typo in the shell code that handles inclusion of the Acrobat Reader plugin (#70861). * Thu Mar 17 2005 stark@suse.de - updates from upcoming 1.0.2 - added again logic to use Adobe Reader 7 (#70861) - fixed crash in ICO decoding (#67142, bmo #245631) - preinstall beagle extension (#72920) - bugfixes in trigger scripts - fixed industrial theming for Gnome (#72918) * Sat Mar 12 2005 stark@suse.de - fixed more security related bugs (bmo #284551, #284627, #285595) * Wed Mar 09 2005 stark@suse.de - update also GNOME desktop file (#71810) - added firefox-gnome.png to filelist - use correct Firefox icon * Mon Mar 07 2005 stark@suse.de - disable inclusion of acrobat plugin again (#70861) - don't use gconfd in registration phase (#66381) * Mon Mar 07 2005 adrian@suse.de - use standard icon again for the default desktop file and add a Gnome-only desktop file for the Gnome icon - add plastikfox chrome theme to fix button order within KDE - add patch for automatic theme selection for KDE and Gnome - do register extensions in rebuild-databases.sh instead of %%install, to fix needed timestamps * Fri Mar 04 2005 stark@suse.de - extend add-plugins to recognize Java 1.5 (#66909) - changed comment in desktop-file (#66867) * Tue Feb 22 2005 stark@suse.de - make --display parameter working in all cases (bnc #66043) - revised postscript patch - final 1.0.1 codebase * Mon Feb 21 2005 stark@suse.de - added patch to create Postscript level 2 (instead of 3) (special thanks to Jungshik Shin) - disabled freetype explicitly to be able to use the above patch (freetype wasn't used anymore since some time anyway) * Fri Feb 18 2005 stark@suse.de - got more patches from branch to get another IDN fix and to fix bug #51019 - enabled IDN again * Wed Feb 16 2005 stark@suse.de - bumped version number to 1.0.1 * Tue Feb 15 2005 stark@suse.de - got updates from 1.0.1 branch * Thu Feb 10 2005 stark@suse.de - additional fireflashing fix (#50635, bmo #280664) - some more security related fixes (bmo #268483, #273498, #277322) - fire up GTK2 filepicker if GNOME is running * Tue Feb 08 2005 stark@suse.de - some prefs are ignored (bmo #261934) - disabled default IDN (#50566) - fixed some more bugzilla.mozilla.org bugs: [#276482], #280056, #280603 * Sun Feb 06 2005 stark@suse.de - use same desktop categories for Professional and NLD - added some lockdown stuff for printing and page saving (bmo #280488) * Wed Feb 02 2005 stark@suse.de - modified gconf.diff to honor ignore_hosts (bmo #280742) - added a JS crasher fix (bmo #268535) - added more fixes (bmo #255441, #273024, #275405, #275634) * Fri Jan 28 2005 stark@suse.de - added gplflash inclusion - improved JRE inclusion - reactivated usage of Acrobat Reader plugin (ready for acroread 7) * Sat Jan 22 2005 stark@suse.de - added some backported bugfixes * Sat Dec 18 2004 stark@suse.de - updated industrial theme to 1.0.9 - use slightly changed icon for menu-entry (bnc #275) - use original desktop file for NLD again * Thu Dec 16 2004 stark@suse.de - newer patch for GNOME associations (bnc #362) - fix overwriting of files with GTK picker (Ximian #65068) - readded the industrial default theme patch for NLD * Wed Dec 15 2004 stark@suse.de - activate GTK filepicker for NLD again - fix for GNOME helper applications with parameters - make GNOME associations the default on NLD * Sat Dec 04 2004 stark@suse.de - fixed build on s390/s390x - added patch to be able to install-global without running X (bmo #265859) * Thu Nov 18 2004 stark@suse.de - update industrial theme to 1.0.8 (still not activated) - added patch to make home-directory the default download dir (on NLD is still used Desktop) * Thu Nov 11 2004 stark@suse.de - made initial window height smaller again * Tue Nov 09 2004 stark@suse.de - update to final 1.0 release (20041109) * Thu Nov 04 2004 stark@suse.de - update to 1.0rc2 * Sat Oct 30 2004 stark@suse.de - added missing s390(x) patch * Wed Oct 27 2004 stark@suse.de - update to 1.0rc1 codebase - printing via XFT/fontconfig - freetype changes to avoid API conflicts with newer freetype2 - fixed build for s390/s390x - removed AMD64 patch (included upstream) - added translations sub-package - removed "Show folder" patch for NLD (resolved upstream) - don't use gnome-filepicker patch for NLD for now - removed hppa buildfix (included upstream) - removed untitled.patch (bmo #24068) resolved by (bmo #262478) - use make -C browser/installer now to prepare installation - don't check for default browser at startup (#47587) - updated industrial.jar (0.99.13) (disabled) * Fri Oct 15 2004 stark@suse.de - inherit locale from system - fixed chrome registration * Wed Oct 06 2004 joeshaw@suse.de - disable gconf settings as default (Ximian #67718) * Wed Oct 06 2004 stark@suse.de - fixed inclusion of RealPlayer plugin again * Tue Oct 05 2004 stark@suse.de - small important fix in firefox-download.patch (Ximian #65472) * Sun Oct 03 2004 stark@suse.de - added security-fix from 0.10.1 (mozilla.org #259708) (#46687) * Fri Oct 01 2004 stark@suse.de - final fix for downloading to Desktop folder (Ximian #65756) - remove Postscript from printer names (Ximian #65560) * Thu Sep 30 2004 shprasad@suse.de - Modified the MozillaFirefox.desktop file. Changed the name 'Firefox' to 'Firefox Web Browser'. Also changed it for all languages. * Wed Sep 29 2004 stark@suse.de - fix inclusion of RealPlayer plugin (Ximian #65711) * Mon Sep 27 2004 joeshaw@suse.de - Update the industrial default patch, for some reason it didn't take before. * Fri Sep 24 2004 stark@suse.de - fix for Ximian #65176 (mozilla.org #240068) - revised patch for update function (Ximian #65615) * Thu Sep 23 2004 joeshaw@suse.de - Uncomment the patch which tells the UI that industrial is the default. * Thu Sep 23 2004 stark@suse.de - open Nautilus on NLD for 'Show folder' in download settings (Ximian #65472) by sragavan@novell.com - save to Desktop folder if selected (Ximian #65756) by sragavan@novell.com * Wed Sep 22 2004 stark@suse.de - synced NLD package with 9.2 version - GTK2 filepicker does now ask for confirmation when overwriting files (Ximian #65068) by sagarwala@novell.com - no direct update function (Ximian #65615) by rganesan@novell.com - throbber linked to Novell (Ximian #66283) by rganesan@novell.com - make industrial the default theme for NLD (Ximian #65542) by joeshaw@suse.de * Mon Sep 20 2004 joeshaw@suse.de - Add default bookmarks. Ximian #65546. - Add the industrial theme, but it's not the default yet. - Remove acroread from add-plugins because it's badly behaved. Ximian #65499. * Mon Sep 20 2004 federico@ximian.com - Added MozillaFirefox-toplevel-window-height.diff for http://bugzilla.ximian.com/show_bug.cgi?id=65543 * Sun Sep 19 2004 stark@suse.de - use GNOME system prefs only for NLD by default (fixes bug #45575) * Fri Sep 17 2004 stark@suse.de - joeshaw@suse.de: Update GConf patch so that proxy settings work correctly (Ximian #64461) - don't search Java on every path (Ximian #65383) - added some missing fixes for official release - added new java package name for triggers (#45257) * Sat Sep 11 2004 stark@suse.de - update to official 1.0PR (0.10) - adopted gnome-filepicker patch - removed obsolete CUPS hack from start-script (Ximian #65635, #65560) * Thu Sep 09 2004 stark@suse.de - fixed endianess on AMD64 in JS component (#34743) * Mon Sep 06 2004 stark@suse.de - fixed filelist * Mon Sep 06 2004 stark@suse.de - update to 1.0PR (aka 0.10) * Fri Sep 03 2004 stark@suse.de - added ppc64 patch * Thu Sep 02 2004 dave@suse.de - Fixed up the .desktop installation on nld * Wed Sep 01 2004 shprasad@suse.de - Doesn't ask to set Firefox as default web-browser. * Tue Aug 31 2004 stark@suse.de - next new version for filepicker stuff - deactivated native filepicker for NLD - update to snapshot (20040831) * Tue Aug 24 2004 stark@suse.de - new version of gnome-filepicker patch - added patch for config * Fri Aug 20 2004 stark@suse.de - update to snapshot (20040820) * Thu Aug 19 2004 stark@suse.de - added workaround for mozilla bug #246313 (Firefox does not start: getting "cannot open display" error) * Wed Aug 18 2004 stark@suse.de - added some patches from Ximian - use GNOME filepicker - use more gconf settings - set startup homepage to Novell * Tue Aug 17 2004 stark@suse.de - update to pre-1.0.0 (20040817) * Thu Aug 05 2004 stark@suse.de - security update to 0.9.3 (including #43312 and others) - handle RealPlayer 9 plugin * Mon Aug 02 2004 ro@suse.de - recode desktop file to utf-8 * Wed Jul 28 2004 stark@suse.de - added fix against certificate spoofing (#43312) * Fri Jul 23 2004 stark@suse.de - update to 0.9.2 - added workaround for extension registry - removed old (incompatible) mozex extension * Tue Jun 29 2004 stark@suse.de - update to 0.9.1 - added hint to run as root first * Tue Jun 15 2004 stark@suse.de - update to 0.9 - added patch for newer freetype * Fri Apr 02 2004 stark@suse.de - removing relocation of TEMP directory (#34391) * Mon Mar 29 2004 stark@suse.de - update to 0.8.0+ (20040503) - removed firefox logos and activate official branding for milestone builds - changed profile-dir to .firefox - added some needed files - enabled gnomevfs extension * Fri Mar 26 2004 uli@suse.de - fixed hang during build on s390* (bug #35440) * Wed Mar 03 2004 stark@suse.de - removed unused patches for GTK2 build - more fixes for (#35179) * Mon Mar 01 2004 stark@suse.de - improved start-script to interact with thunderbird (#35179) * Thu Feb 26 2004 stark@suse.de - use official releasedate - added official (trademarked) artwork - added firefox icon to /usr/share/pixmaps - cleaned up spec-file (there will be no GTK1 version) * Tue Feb 24 2004 stark@suse.de - fixed optimization for non-x86 archs * Tue Feb 24 2004 stark@suse.de - adopted file-list and build options to original distribution - added prdtoa fix (#32963) - added hook for static firefox build to rebuild-databases.sh - added compiler flags for security/ (nss-opt.patch) - included mozex (mozex.mozdev.org) - added -Os as optimization flag * Mon Feb 09 2004 stark@suse.de - renamed to MozillaFirefox - update to final version 0.8 * Fri Feb 06 2004 stark@suse.de - update to Firebird 0.8 (20040205) - added mips build fix - set PS printer list in MozillaFirebird.sh - use lib64 again for biarch platforms * Sat Jan 10 2004 adrian@suse.de - build as user * Fri Aug 22 2003 stark@suse.de - upstream sync for 0.6.1post * Sun Aug 10 2003 stark@suse.de - removed dmoz from searchplugins-filelist * Fri Aug 08 2003 stark@suse.de - update to 0.6.1post (TRUNK) - use -fno-strict-aliasing * Thu Jul 31 2003 stark@suse.de - update to 0.6.1 (MOZILLA_1_4_BRANCH) - synchronized with mozilla-source - created file-list * Thu Jul 10 2003 stark@suse.de - update to snapshot 20030709 - fixed generation of symlink MozillaFirebird-xremote-client * Fri Jun 20 2003 stark@suse.de - update to snapshot 20030622 (0.7pre) * Mon May 19 2003 stark@suse.de - update to snapshot 20030518 (0.6) * Wed May 07 2003 stark@suse.de - update to snapshot 20030507 * Wed Apr 30 2003 stark@suse.de - initial SuSE package