2007-01-08 12:23:18 +01:00
|
|
|
#
|
2008-11-17 17:28:15 +01:00
|
|
|
# spec file for package MozillaFirefox (Version 3.0.4)
|
2007-01-08 12:23:18 +01:00
|
|
|
#
|
2008-01-17 23:51:26 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-08 12:23:18 +01:00
|
|
|
#
|
2008-08-22 00:53:39 +02:00
|
|
|
# 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.
|
|
|
|
|
2007-01-08 12:23:18 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-15 01:45:38 +01:00
|
|
|
|
2007-01-08 12:23:18 +01:00
|
|
|
Name: MozillaFirefox
|
2008-03-26 16:01:54 +01:00
|
|
|
BuildRequires: gcc-c++ libgnomeui-devel libidl-devel mozilla-xulrunner190-devel orbit-devel python unzip update-desktop-files zip
|
2007-08-27 17:11:41 +02:00
|
|
|
%if %suse_version > 1020
|
|
|
|
BuildRequires: fdupes
|
|
|
|
%endif
|
2007-11-13 21:23:19 +01:00
|
|
|
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
2007-01-08 12:23:18 +01:00
|
|
|
Provides: web_browser
|
|
|
|
Provides: firefox
|
2008-11-17 17:28:15 +01:00
|
|
|
Version: 3.0.4
|
2008-11-25 16:21:38 +01:00
|
|
|
Release: 4
|
2007-01-08 12:23:18 +01:00
|
|
|
Summary: Mozilla Firefox Web Browser
|
2007-09-15 12:06:01 +02:00
|
|
|
Url: http://www.mozilla.org/
|
2007-01-08 12:23:18 +01:00
|
|
|
Group: Productivity/Networking/Web/Browsers
|
|
|
|
Source: firefox-%{version}-source.tar.bz2
|
|
|
|
Source1: MozillaFirefox.desktop
|
2008-09-26 16:53:00 +02:00
|
|
|
Source2: %{name}-rpmlintrc
|
2007-01-08 12:23:18 +01:00
|
|
|
Source3: mozilla.sh.in
|
2008-03-26 16:01:54 +01:00
|
|
|
Source4: find-external-requires.sh
|
2008-11-21 15:36:00 +01:00
|
|
|
Source5: firefox-lockdown.js
|
2007-06-05 10:01:24 +02:00
|
|
|
Source7: l10n-%{version}.tar.bz2
|
2008-03-26 16:01:54 +01:00
|
|
|
Source8: firefox-mimeinfo.xml
|
2007-01-08 12:23:18 +01:00
|
|
|
Source11: firefox48.png
|
|
|
|
Source16: firefox.1
|
|
|
|
Source17: firefox-suse-default-prefs.js
|
2008-03-26 16:01:54 +01:00
|
|
|
Patch1: firefox-libxul-sdk.patch
|
|
|
|
Patch2: firefox-no-update.patch
|
2008-11-25 16:21:38 +01:00
|
|
|
# PATCH-FIX-UPSTREAM firefox-aboutRights.patch bnc#436054 bmo#456439
|
|
|
|
Patch3: firefox-aboutRights.patch
|
2007-01-08 12:23:18 +01:00
|
|
|
Patch14: credits.patch
|
|
|
|
Patch17: firefox-appname.patch
|
2008-10-23 22:35:22 +02:00
|
|
|
# PATCH-FEATURE-SLED firefox-ui-lockdown.patch FATE#302023, FATE#302024 - hfiguiere@novell.com
|
|
|
|
Patch20: firefox-ui-lockdown.patch
|
2007-01-08 12:23:18 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-09-26 16:53:00 +02:00
|
|
|
PreReq: coreutils /bin/sh gconf2 shared-mime-info desktop-file-utils
|
2008-06-23 23:39:45 +02:00
|
|
|
Requires: mozilla-xulrunner190 >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' mozilla-xulrunner190)
|
2008-11-03 12:28:00 +01:00
|
|
|
%ifarch %ix86
|
|
|
|
Requires: mozilla-xulrunner190-32bit >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' mozilla-xulrunner190)
|
|
|
|
%endif
|
2008-08-22 00:53:39 +02:00
|
|
|
Requires: %{name}-branding >= 3.0
|
2007-01-08 12:23:18 +01:00
|
|
|
%define _unpackaged_files_terminate_build 0
|
2008-03-26 16:01:54 +01:00
|
|
|
%define _use_internal_dependency_generator 0
|
|
|
|
%define __find_requires sh %{SOURCE4}
|
|
|
|
%define __find_provides %{nil}
|
2008-11-17 17:28:15 +01:00
|
|
|
%define releasedate 2008103100
|
2007-01-08 12:23:18 +01:00
|
|
|
%define progname firefox
|
2008-09-26 16:53:00 +02:00
|
|
|
%define progdir %{_prefix}/%_lib/%{progname}
|
2007-01-26 00:57:56 +01:00
|
|
|
%if %suse_version > 1020
|
|
|
|
%define gnome_dir %{_prefix}
|
|
|
|
%else
|
|
|
|
%define gnome_dir /opt/gnome
|
|
|
|
%endif
|
2007-01-08 12:23:18 +01:00
|
|
|
### build options
|
2008-09-26 16:53:00 +02:00
|
|
|
%define branding 1
|
|
|
|
%define localize 1
|
2007-01-08 12:23:18 +01:00
|
|
|
### build options end
|
|
|
|
|
|
|
|
%description
|
2008-10-06 17:34:24 +02:00
|
|
|
Mozilla Firefox is a standalone web browser, designed for standards
|
|
|
|
compliance and performance. Its functionality can be enhanced via a
|
|
|
|
plethora of extensions.
|
2007-01-08 12:23:18 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Mozilla Foundation <drivers@mozilla.org>
|
|
|
|
|
2008-09-26 16:53:00 +02:00
|
|
|
%if %localize
|
|
|
|
|
2007-01-08 12:23:18 +01:00
|
|
|
%package translations
|
|
|
|
Summary: Translations for MozillaFirefox
|
2008-08-22 00:53:39 +02:00
|
|
|
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
2008-11-17 17:28:15 +01:00
|
|
|
Provides: locale(%{name}:af;ar;be;bg;bn_IN;ca;cs;cy;da;de;el;en_GB;eo;es_AR;es_ES;eu;fi;fr;fy_NL;ga_IE;gl;gu_IN;he;hi_IN;hu;id;is;it;ja;ka;kn;ko;ku;lt;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;te;th;tr;uk;zh_CN;zh_TW)
|
2008-10-06 17:34:24 +02:00
|
|
|
Group: System/Localization
|
2007-01-08 12:23:18 +01:00
|
|
|
PreReq: %{name} = %{version}
|
2008-06-23 23:39:45 +02:00
|
|
|
Requires: mozilla-xulrunner190-translations
|
2007-01-08 12:23:18 +01:00
|
|
|
|
|
|
|
%description translations
|
|
|
|
This package contains several optional languages for the user interface
|
|
|
|
of MozillaFirefox.
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-08-22 00:53:39 +02:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Mozilla Foundation <drivers@mozilla.org>
|
|
|
|
|
2008-09-26 16:53:00 +02:00
|
|
|
%endif
|
|
|
|
|
2008-10-06 17:34:24 +02:00
|
|
|
%package branding-upstream
|
2008-08-22 00:53:39 +02:00
|
|
|
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
2008-10-06 17:34:24 +02:00
|
|
|
Summary: Upstream branding for MozillaFirefox
|
2008-08-22 00:53:39 +02:00
|
|
|
Group: Productivity/Networking/Web/Browsers
|
2008-10-06 17:34:24 +02:00
|
|
|
Provides: %{name}-branding = %{version}
|
|
|
|
Conflicts: otherproviders(MozillaFirefox-branding)
|
|
|
|
Supplements: packageand(%{name}:branding-upstream)
|
2008-11-10 00:34:00 +01:00
|
|
|
#BRAND: Provide three files -
|
2008-10-06 17:34:24 +02:00
|
|
|
#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
|
2008-11-10 00:34:00 +01:00
|
|
|
#BRAND: /etc/gconf/schemas/firefox.schemas
|
|
|
|
#BRAND: for mapping some Firefox prefs to gconf
|
2008-10-06 17:34:24 +02:00
|
|
|
#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
|
2008-08-22 00:53:39 +02:00
|
|
|
|
2008-10-06 17:34:24 +02:00
|
|
|
%description branding-upstream
|
|
|
|
This package provides upstream look and feel for MozillaFirefox.
|
2008-08-22 00:53:39 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-08 12:23:18 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Mozilla Foundation <drivers@mozilla.org>
|
|
|
|
|
|
|
|
%prep
|
2008-03-26 16:01:54 +01:00
|
|
|
%setup -q -n mozilla -b 7
|
2007-01-08 12:23:18 +01:00
|
|
|
cd $RPM_BUILD_DIR/mozilla
|
|
|
|
%patch1
|
|
|
|
%patch2
|
2008-11-25 16:21:38 +01:00
|
|
|
%patch3 -p1
|
2007-01-08 12:23:18 +01:00
|
|
|
%patch14
|
|
|
|
%patch17
|
2008-11-21 16:06:17 +01:00
|
|
|
%patch20 -p0
|
2007-01-08 12:23:18 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
export MOZ_BUILD_DATE=%{releasedate}
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
export BUILD_OFFICIAL=1
|
2008-09-26 16:53:00 +02:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
|
2007-01-08 12:23:18 +01:00
|
|
|
export CXXFLAGS="$CFLAGS"
|
|
|
|
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
2008-03-26 16:01:54 +01:00
|
|
|
SDKDIR=$(pkg-config --variable=sdkdir libxul)
|
2007-01-08 12:23:18 +01:00
|
|
|
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}
|
2008-03-26 16:01:54 +01:00
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
ac_add_options --with-system-nss
|
|
|
|
ac_add_options --with-libxul-sdk=$SDKDIR
|
2007-01-08 12:23:18 +01:00
|
|
|
ac_add_options --with-system-jpeg
|
2008-03-26 16:01:54 +01:00
|
|
|
#ac_add_options --with-system-png # doesn't work because of missing APNG support
|
2007-01-08 12:23:18 +01:00
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --disable-installer
|
|
|
|
ac_add_options --disable-tests
|
|
|
|
ac_add_options --disable-debug
|
2008-03-26 16:01:54 +01:00
|
|
|
ac_add_options --disable-crashreporter
|
2007-01-08 12:23:18 +01:00
|
|
|
EOF
|
2008-09-26 16:53:00 +02:00
|
|
|
%if %branding
|
2007-01-08 12:23:18 +01:00
|
|
|
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
|
2007-08-28 19:15:52 +02:00
|
|
|
for locale in $(awk '{ print $1; }' browser/locales/shipped-locales); do
|
2007-01-08 12:23:18 +01:00
|
|
|
case $locale in
|
2008-09-26 16:53:00 +02:00
|
|
|
ja-JP-mac|en-US)
|
2007-01-08 12:23:18 +01:00
|
|
|
;;
|
|
|
|
*)
|
2008-11-25 16:21:38 +01:00
|
|
|
# copy aboutRights.* to every packaged locale (remove for FF 3.0.5 again!)
|
|
|
|
cp browser/locales/en-US/chrome/browser/aboutRights.* \
|
|
|
|
../l10n/$locale/browser/chrome/browser/
|
2007-01-08 12:23:18 +01:00
|
|
|
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
|
2008-08-22 00:53:39 +02:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
2007-01-08 12:23:18 +01:00
|
|
|
install -m 644 %{SOURCE1} \
|
2008-09-26 16:53:00 +02:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
2008-03-26 16:01:54 +01:00
|
|
|
# additional mime-types
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/mime/packages
|
2008-09-26 16:53:00 +02:00
|
|
|
cp %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mime/packages/%{progname}.xml
|
2007-01-08 12:23:18 +01:00
|
|
|
# install man-page
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
|
2008-09-26 16:53:00 +02:00
|
|
|
cp %{SOURCE16} $RPM_BUILD_ROOT%{_mandir}/man1/%{progname}.1
|
2007-01-08 12:23:18 +01:00
|
|
|
# apply SUSE defaults
|
2008-08-22 00:53:39 +02:00
|
|
|
sed -e 's,RPM_VERSION,%{version}-%{release},g' \
|
2007-01-08 12:23:18 +01:00
|
|
|
%{SOURCE17} > suse-default-prefs
|
2008-08-22 00:53:39 +02:00
|
|
|
cp suse-default-prefs $RPM_BUILD_ROOT/%{progdir}/defaults/preferences/firefox-build.js
|
2007-01-08 12:23:18 +01:00
|
|
|
rm suse-default-prefs
|
2008-11-21 15:36:00 +01:00
|
|
|
cp %{SOURCE5} $RPM_BUILD_ROOT/%{progdir}/defaults/preferences/
|
2007-01-08 12:23:18 +01:00
|
|
|
# use correct locale for useragent
|
2008-03-26 16:01:54 +01:00
|
|
|
cat > $RPM_BUILD_ROOT%{progdir}/defaults/preferences/firefox-l10n.js << EOF
|
2007-01-08 12:23:18 +01:00
|
|
|
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
|
|
|
|
EOF
|
|
|
|
##########
|
|
|
|
# ADDONS
|
|
|
|
#
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/
|
2008-09-26 16:53:00 +02:00
|
|
|
%if %branding
|
|
|
|
cp -f other-licenses/branding/firefox/mozicon128.png $RPM_BUILD_ROOT/usr/share/pixmaps/%{progname}.png
|
2008-03-26 16:01:54 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{gnome_dir}/share/icons/hicolor/48x48/apps/
|
2008-09-26 16:53:00 +02:00
|
|
|
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
|
2007-01-08 12:23:18 +01:00
|
|
|
%else
|
2008-09-26 16:53:00 +02:00
|
|
|
cp -f $RPM_BUILD_ROOT%{progdir}/icons/mozicon50.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/%{progname}.xpm
|
2007-01-08 12:23:18 +01:00
|
|
|
%endif
|
2007-06-05 16:31:41 +02:00
|
|
|
%suse_update_desktop_file %{name} Network WebBrowser X-Ximian-Main X-Ximian-Toplevel GTK
|
2007-08-27 17:11:41 +02:00
|
|
|
%if %suse_version > 1020
|
2008-03-26 16:01:54 +01:00
|
|
|
%fdupes $RPM_BUILD_ROOT%{progdir}
|
|
|
|
%fdupes $RPM_BUILD_ROOT%{_datadir}
|
|
|
|
%endif
|
2008-09-26 16:53:00 +02:00
|
|
|
%if %branding
|
|
|
|
chmod -x $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{progname}.png
|
2007-08-27 17:11:41 +02:00
|
|
|
%endif
|
2007-01-08 12:23:18 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-03-13 00:58:50 +01:00
|
|
|
|
2007-01-08 12:23:18 +01:00
|
|
|
%post
|
2008-03-26 16:01:54 +01:00
|
|
|
# update mime and desktop database
|
2008-02-15 01:45:38 +01:00
|
|
|
if [ -f usr/bin/update-mime-database ] ; then
|
2008-03-26 16:01:54 +01:00
|
|
|
usr/bin/update-mime-database %{_datadir}/mime > /dev/null || :
|
2008-02-15 01:45:38 +01:00
|
|
|
fi
|
|
|
|
%if %suse_version >= 1030
|
|
|
|
if [ -f usr/bin/update-desktop-database ] ; then
|
2008-03-26 16:01:54 +01:00
|
|
|
usr/bin/update-desktop-database > /dev/null || :
|
2008-02-15 01:45:38 +01:00
|
|
|
fi
|
|
|
|
%else
|
|
|
|
if [ -f opt/gnome/bin/update-mime-database ] ; then
|
2008-03-26 16:01:54 +01:00
|
|
|
opt/gnome/bin/update-mime-database > /dev/null || :
|
2008-02-15 01:45:38 +01:00
|
|
|
fi
|
|
|
|
%endif
|
2007-01-08 12:23:18 +01:00
|
|
|
# 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
|
2007-03-13 00:58:50 +01:00
|
|
|
|
2008-02-15 01:45:38 +01:00
|
|
|
%postun
|
|
|
|
if [ -f usr/bin/update-mime-database ] ; then
|
2008-03-26 16:01:54 +01:00
|
|
|
usr/bin/update-mime-database %{_datadir}/mime > /dev/null || :
|
2008-02-15 01:45:38 +01:00
|
|
|
fi
|
|
|
|
%if %suse_version >= 1030
|
|
|
|
if [ -f usr/bin/update-desktop-database ] ; then
|
2008-03-26 16:01:54 +01:00
|
|
|
usr/bin/update-desktop-database > /dev/null || :
|
2008-02-15 01:45:38 +01:00
|
|
|
fi
|
|
|
|
%else
|
|
|
|
if [ -f opt/gnome/bin/update-mime-database ] ; then
|
2008-03-26 16:01:54 +01:00
|
|
|
opt/gnome/bin/update-mime-database > /dev/null || :
|
2008-02-15 01:45:38 +01:00
|
|
|
fi
|
|
|
|
%endif
|
2008-03-26 16:01:54 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2007-01-08 12:23:18 +01:00
|
|
|
%dir %{progdir}
|
|
|
|
%dir %{progdir}/chrome/
|
|
|
|
%{progdir}/chrome/browser.*
|
|
|
|
%{progdir}/chrome/classic.*
|
|
|
|
%{progdir}/chrome/en-US.*
|
|
|
|
%{progdir}/chrome/reporter.*
|
|
|
|
%{progdir}/chrome/icons
|
|
|
|
%{progdir}/components/
|
2008-08-22 00:53:39 +02:00
|
|
|
%exclude %{progdir}/defaults/profile/bookmarks.html
|
2007-01-08 12:23:18 +01:00
|
|
|
%{progdir}/defaults/
|
|
|
|
%{progdir}/extensions/
|
|
|
|
%{progdir}/icons/
|
|
|
|
%{progdir}/searchplugins/
|
2008-03-26 16:01:54 +01:00
|
|
|
%{progdir}/modules/
|
2007-01-08 12:23:18 +01:00
|
|
|
%attr(755,root,root) %{progdir}/%{progname}.sh
|
2008-03-26 16:01:54 +01:00
|
|
|
%{progdir}/application.ini
|
|
|
|
%{progdir}/firefox
|
2008-04-03 02:56:06 +02:00
|
|
|
%{progdir}/blocklist.xml
|
2008-03-26 16:01:54 +01:00
|
|
|
%exclude %{progdir}/updater.ini
|
2007-01-08 12:23:18 +01:00
|
|
|
%exclude %{progdir}/removed-files
|
2008-03-26 16:01:54 +01:00
|
|
|
%exclude %{progdir}/README.txt
|
|
|
|
%exclude %{progdir}/old-homepage-default.properties
|
|
|
|
%exclude %{progdir}/components/libnkgnomevfs.so
|
|
|
|
%exclude %{progdir}/run-mozilla.sh
|
2008-06-23 23:39:45 +02:00
|
|
|
%exclude %{progdir}/libjemalloc.so
|
2008-04-03 02:56:06 +02:00
|
|
|
%{_datadir}/applications/%{name}.desktop
|
2008-09-26 16:53:00 +02:00
|
|
|
%{_datadir}/mime/packages/%{progname}.xml
|
2008-06-23 23:39:45 +02:00
|
|
|
%{_datadir}/pixmaps/firefox*
|
2008-09-26 16:53:00 +02:00
|
|
|
%if %branding
|
2007-01-26 00:57:56 +01:00
|
|
|
%{gnome_dir}/share/icons/hicolor/
|
2007-01-08 12:23:18 +01:00
|
|
|
%endif
|
2008-06-23 23:39:45 +02:00
|
|
|
%{_bindir}/%{progname}
|
2008-09-26 16:53:00 +02:00
|
|
|
%doc %{_mandir}/man1/%{progname}.1.gz
|
2007-01-08 12:23:18 +01:00
|
|
|
%if %localize
|
|
|
|
|
|
|
|
%files translations -f %{_tmppath}/translations.list
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%endif
|
2008-04-03 02:56:06 +02:00
|
|
|
|
2008-08-22 00:53:39 +02:00
|
|
|
%files branding-upstream
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{progdir}/browserconfig.properties
|
|
|
|
%{progdir}/defaults/profile/bookmarks.html
|
2008-10-06 17:34:24 +02:00
|
|
|
|
2007-02-25 23:32:56 +01:00
|
|
|
%changelog
|
2008-11-25 16:21:38 +01:00
|
|
|
* 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)
|
2008-11-21 16:06:17 +01:00
|
|
|
* 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
|
2008-11-21 15:36:00 +01:00
|
|
|
* Thu Nov 20 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
|
2008-11-17 17:28:15 +01:00
|
|
|
* Wed Nov 12 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)
|
2008-11-10 00:34:00 +01:00
|
|
|
* Fri Nov 07 2008 maw@suse.de
|
|
|
|
- Review and approve changes.
|
|
|
|
* Tue Nov 04 2008 wr@rosenauer.org
|
|
|
|
- moved gconf schema into branding packages (bnc#441646)
|
2008-11-03 12:28:00 +01:00
|
|
|
* 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)
|
2008-10-23 22:35:22 +02:00
|
|
|
* Thu Oct 23 2008 hfiguiere@suse.de
|
|
|
|
- Added firefox-ui-lockdown.patch and gecko-lockdown.patch
|
|
|
|
* Lockdown: FATE#302023, FATE#302024
|
2008-10-06 17:34:24 +02:00
|
|
|
* Mon Oct 06 2008 sbrabec@suse.cz
|
|
|
|
- Conflict with other branding providers (FATE#304881).
|
2008-09-30 02:09:40 +02:00
|
|
|
* 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)
|
2008-09-26 16:53:00 +02:00
|
|
|
* 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
|
2008-10-23 22:35:22 +02:00
|
|
|
* Fri Aug 15 2008 maw@novell.com
|
2008-08-22 00:53:39 +02:00
|
|
|
- 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
|
2008-08-04 00:38:31 +02:00
|
|
|
* 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)
|
2008-06-23 23:39:45 +02:00
|
|
|
* 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
|
2008-05-15 14:47:08 +02:00
|
|
|
* Thu May 15 2008 aj@suse.de
|
|
|
|
- Add Planet SUSE, forums.o.o and How to participate to default
|
|
|
|
URLs.
|
2008-05-05 00:58:01 +02:00
|
|
|
* 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).
|
2008-10-23 22:35:22 +02:00
|
|
|
* Wed Apr 02 2008 maw@suse.de
|
2008-04-03 02:56:06 +02:00
|
|
|
- Update to Firefox 3.0b5 (2.9.95) (thanks, Wolfgang).
|
2008-10-23 22:35:22 +02:00
|
|
|
* Tue Mar 25 2008 maw@suse.de
|
2008-03-26 16:01:54 +01:00
|
|
|
- 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.
|
2008-02-15 01:45:38 +01:00
|
|
|
* 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.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jan 17 2008 maw@suse.de
|
|
|
|
- Add mozilla-maxpathlen.patch (#354150 and bmo #412610).
|
2008-02-15 01:45:38 +01:00
|
|
|
* Fri Dec 21 2007 maw@suse.de
|
|
|
|
- Add firefox-348446-empty-lists.patch (bnc#348446).
|
2008-10-23 22:35:22 +02:00
|
|
|
* Tue Dec 04 2007 maw@suse.de
|
2008-02-15 01:45:38 +01:00
|
|
|
- Respin proxy-dev.patch (bnc#340678) -- thanks, Anders!
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Nov 27 2007 maw@suse.de
|
2007-11-29 18:25:24 +01:00
|
|
|
- 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).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Nov 26 2007 maw@suse.de
|
2007-11-26 21:28:28 +01:00
|
|
|
- Build with -ftree-vrp -fwrapv, per advice in #342603#c17.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Nov 13 2007 maw@suse.de
|
2007-11-13 21:23:19 +01:00
|
|
|
- Add firefox-gcc4.3-fixes.patch.
|
2008-10-23 22:35:22 +02:00
|
|
|
* Thu Oct 18 2007 maw@suse.de
|
2007-10-19 10:31:20 +02:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sun Sep 23 2007 maw@suse.de
|
2007-09-24 19:00:31 +02:00
|
|
|
- Don't explicitly require libaoss.so (#326751).
|
2008-10-23 22:35:22 +02:00
|
|
|
* Fri Sep 14 2007 maw@suse.de
|
2007-09-15 12:06:01 +02:00
|
|
|
- Update the Novell Support search plugin in search-addons.tar.bz2
|
|
|
|
(#297261)
|
|
|
|
- Set the browser.tabs.loadFolderAndReplace preference to false
|
|
|
|
by default (#230759).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Sep 12 2007 dmueller@suse.de
|
2007-09-12 16:55:01 +02:00
|
|
|
- fix hardlinks accross partitions
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Sep 06 2007 maw@suse.de
|
2007-09-10 12:42:27 +02:00
|
|
|
- Add http://software.opensuse.org/search?baseproject=openSUSE:10.3
|
|
|
|
to the default bookmarks (#308223).
|
2008-10-23 22:35:22 +02:00
|
|
|
* Mon Sep 03 2007 ro@suse.de
|
2007-09-03 22:33:48 +02:00
|
|
|
- move last change a bit further in specfile
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Aug 31 2007 maw@suse.de
|
2007-08-31 18:42:47 +02:00
|
|
|
- Mark a .png file as nonexecutable.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Aug 28 2007 maw@suse.de
|
2007-08-28 19:15:52 +02:00
|
|
|
- Minor .spec update (#305193)
|
|
|
|
+ Remove two obsolete patches
|
|
|
|
+ Correct releasedate
|
|
|
|
+ Include only the officially supported locales.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Aug 22 2007 maw@suse.de
|
2007-08-27 17:11:41 +02:00
|
|
|
- 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.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Aug 21 2007 aj@suse.de
|
2007-08-27 17:11:41 +02:00
|
|
|
- Adjust bookmarks: Add news.opensuse.org, use new software.o.o
|
|
|
|
page.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Aug 16 2007 mauro@suse.de
|
2007-08-16 18:19:51 +02:00
|
|
|
- Revert previous change.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Aug 14 2007 mauro@suse.de
|
2007-08-16 14:19:32 +02:00
|
|
|
- Added support for ymp in the mimetypes.rdf
|
|
|
|
- Added OneClickInstallUrlHandler for handing the actual call from firefox.
|
2007-08-16 14:26:18 +02:00
|
|
|
- Fixes bnc #295677
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Jul 23 2007 maw@suse.de
|
2007-07-24 07:13:53 +02:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jun 21 2007 adrian@suse.de
|
2007-06-21 22:44:00 +02:00
|
|
|
- fix changelog entry order
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Jun 18 2007 maw@suse.de
|
2007-06-19 00:19:42 +02:00
|
|
|
- Use mozilla.sh.in from the build service (#230681).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Jun 05 2007 sbrabec@suse.cz
|
2007-06-05 16:31:41 +02:00
|
|
|
- Removed invalid desktop category "Application" (#254654).
|
2008-10-23 22:35:22 +02:00
|
|
|
* Mon Jun 04 2007 maw@suse.de
|
2007-06-05 10:01:24 +02:00
|
|
|
- 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.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Apr 30 2007 ro@suse.de
|
2007-04-30 16:51:41 +02:00
|
|
|
- added unzip to BuildRequires
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Apr 18 2007 mfabian@suse.de
|
2007-04-18 18:35:43 +02:00
|
|
|
- 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).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Mar 12 2007 maw@suse.de
|
2007-03-13 00:58:50 +01:00
|
|
|
- Package gconf stuff.
|
2008-10-23 22:35:22 +02:00
|
|
|
* Wed Feb 21 2007 maw@suse.de
|
2007-02-25 23:32:56 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jan 25 2007 maw@suse.de
|
2007-01-26 00:57:56 +01:00
|
|
|
- Fixup the Gnome paths, keeping in closer sync with the
|
|
|
|
buildservice.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jan 18 2007 maw@suse.de
|
2007-01-19 01:14:21 +01:00
|
|
|
- Gnome is now in /usr, so remove references to /opt/gnome
|
|
|
|
- Install firefox.png with the executable bit not set.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Jan 10 2007 meissner@suse.de
|
2007-01-10 17:53:06 +01:00
|
|
|
- readd MozillaFirebird provides (was incorrect in removing it).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Jan 08 2007 meissner@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Do not provide MozillaFirebird, just obsolete it.
|
2008-10-23 22:35:22 +02:00
|
|
|
* Thu Nov 30 2006 maw@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Update gecko-lockdown.patch (#220616).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Nov 30 2006 maw@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Update firefox-suse-default-prefs.js, adding
|
|
|
|
'pref("browser.backspace_action", 2);' (#217374)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Nov 30 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Fix last change (#224431).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Nov 29 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Change download bookmark (#224431).
|
|
|
|
- Rename bookmark folder to openSUSE.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Nov 28 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Sync from Buildservice with following critical fixes (thanks
|
|
|
|
Wolfgang Rosenauer!):
|
|
|
|
* fixed system-proxies.patch to actually work (#223881).
|
|
|
|
* Rearrange Bookmarks to pass trademark review.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Nov 27 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Fix tango theme (#223796).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Nov 27 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Use www.opensuse.org as home page.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sun Nov 12 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Nov 09 2006 jhargadon@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- updated tango theme
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sun Oct 29 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Another fix for 214125, patch by Wolfgang Rosenauer.
|
2008-11-10 00:34:00 +01:00
|
|
|
* Wed Oct 25 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Oct 23 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Update to current CVS version of 2.0.
|
|
|
|
- Use www.opensuse.org as default home page for now (#203547).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Oct 21 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Disable non-working plasticfox and tango themes.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Oct 20 2006 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Fix building of locales.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Oct 20 2006 mkoenig@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Oct 17 2006 meissner@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- disabled debugging.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Sep 12 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- security update to version 1.5.0.7
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Aug 21 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added greasemonkey helper change (#199920)
|
|
|
|
- fixed packager.mk for new make version
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Aug 11 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed crash in dbus component (patch by thoenig #197928)
|
|
|
|
- use external adresses for PAC configuration (#196506)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Aug 07 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added symlink for Firefox 1.0.x compatibility
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Jul 29 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to regression release 1.5.0.6 (#195043)
|
2008-11-10 00:34:00 +01:00
|
|
|
* Wed Jul 26 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jun 29 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed printing crash if the last used printer is not available
|
|
|
|
anymore (#187013)
|
2008-10-23 22:35:22 +02:00
|
|
|
* Fri Jun 16 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added 48x48 icon (#185777)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Jun 12 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jun 01 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to security/stability release 1.5.0.4 (#179011)
|
|
|
|
- moved locale-global prefs to browserconfig.properties (#177881)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue May 23 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- complete implementation of startup-notification (#115417)
|
|
|
|
(including autoconf and remote support)
|
|
|
|
- different home-pages for SLE10 and SL (#177881)
|
2008-11-10 00:34:00 +01:00
|
|
|
* Mon May 15 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed potential deadlock in nsObserverList::RemoveObserver
|
|
|
|
(#173986, bmo #338069)
|
|
|
|
- base startup notification on libstartup-notification (#115417)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu May 11 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon May 08 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- preconfigure the theme according to the used desktop (#151163)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Apr 27 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- last minute change for 1.5.0.3
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Apr 26 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- security update to 1.5.0.3
|
|
|
|
- fix for typo in postscript.patch
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Apr 25 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed iframe crash (#169039, bmo #334515)
|
|
|
|
- fixed img tag misuse (#168710, bmo #334341)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Apr 24 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Apr 11 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Apr 03 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed keyword fixup patch (#162532)
|
2008-11-21 16:06:17 +01:00
|
|
|
* Tue Mar 28 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- don't use keyword fixup for pasted text (#160034, bmo #331522)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Mar 20 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added Tango theme
|
|
|
|
- fixed reading proxies from gconf (#132398)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sun Mar 12 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- tweaked bookmarks (fixed URLs)
|
|
|
|
- added Khmer (km-*) to pango locales (#157397)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Mar 04 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed crash with multipart JPEGs (bmo #328684) (#140416)
|
|
|
|
- got latest security fixes from upstream (#148876)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Feb 22 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-11-21 16:06:17 +01:00
|
|
|
* Tue Feb 14 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- modified lockdown patches (#67281, #67282)
|
|
|
|
- applied set of security patches (#148876)
|
|
|
|
bmo bugs: 282105, 307989, 315625, 320459, 323634, 325403, 325947
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Feb 07 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed disabling of Pango (#148788)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Feb 02 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- define gssapi lib explicitely (#147670)
|
|
|
|
- use only official Firefox-Icon
|
|
|
|
- changed home-download patch
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sun Jan 29 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- throbber URL is default again
|
|
|
|
- removed firefox-showpass patch
|
|
|
|
- removed additional CA certs from builtin NSS
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Jan 27 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- got some l10n changes from 1.8.0 branch
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Jan 27 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- final 1.5.0.1 version
|
|
|
|
- make it possible to choose $HOME as download directory
|
|
|
|
(#144894, bmo #300856)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sun Jan 22 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- disable Pango if MOZ_ENABLE_PANGO is not set
|
|
|
|
and no typical language which needs Pango is used (#143428)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Jan 18 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed DumpStackToFile() for glibc 2.4
|
|
|
|
- added default (font) settings
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jan 12 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Jan 02 2006 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added unixproxy component written by Robert O'Callahan (#132398)
|
|
|
|
(bmo #66057)
|
|
|
|
- added official translations
|
|
|
|
- preload libaoss for plugin sound (#117079)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Dec 28 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Dec 14 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed patch for parsing -remote parameter
|
|
|
|
- removed default-plugin patch (not needed anymore)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Dec 09 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fix to ignore X composite extension (#135373)
|
|
|
|
- fixed parsing of -remote parameters (#134396)
|
|
|
|
- activated locales as released
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Nov 29 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Nov 18 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 1.5rc3 (20051117)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Oct 31 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- updated l10n archive (20051030)
|
|
|
|
- fixed postinstall script to copy plugin links instead of files
|
2008-11-10 00:34:00 +01:00
|
|
|
* Thu Oct 27 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 1.5rc1 (20051027)
|
|
|
|
- fixed profile locking on FAT partitions (bmo #313360)
|
|
|
|
- introduced an rpath again
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Oct 19 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Oct 06 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to Firefox 1.5b2 (20051005)
|
|
|
|
- added supported translations
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Oct 01 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Sep 20 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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 <implements>
|
|
|
|
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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Sep 13 2005 aj@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Change SUSE bookmarks.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sun Sep 11 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- disable IDN per default (#116070)
|
|
|
|
- unlocalize bookmarks (#114279)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Sep 08 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed some filemodes (#114849)
|
2008-10-23 22:35:22 +02:00
|
|
|
* Sat Sep 03 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed gconf-backend patch to be able to use
|
|
|
|
system prefs (#114054)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Sep 01 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- changed default font to sans-serif (#114464)
|
|
|
|
- removed de-de parts of the bookmark-links (#114279)
|
2008-11-10 00:34:00 +01:00
|
|
|
* Sun Aug 21 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Aug 18 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Aug 05 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed profile locking (bmo #151188)
|
|
|
|
- install beagle extension globally
|
2008-11-10 00:34:00 +01:00
|
|
|
* Thu Jul 28 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- don't require and provide NSS libs (#98002)
|
|
|
|
- fixed printing error 'You cannot print while in print preview'
|
|
|
|
(#96991, bmo #302445)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Jul 27 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed Firefox on ppc (stack-direction.patch) (#97359)
|
|
|
|
- removed open-pref from startscript as it is done
|
|
|
|
automatically now (#73042)
|
|
|
|
- updated Novell searchplugins
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Jul 25 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- GTK filechooser is now modal (#8533)
|
|
|
|
- backed out patch to add tooltips to print-preview
|
|
|
|
because it breaks localization
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Jul 22 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed another problem in printing patch
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Jul 19 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed error in ft-xft-ps2.patch
|
|
|
|
- disabled stripping in spec instead of patch
|
|
|
|
- added NSPR to PreReq
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Jul 18 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Jul 15 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- searchplugins can now be installed per profile (#8176)
|
2008-11-10 00:34:00 +01:00
|
|
|
* Thu Jul 14 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 1.0.6 which restores API compatibility
|
2008-11-10 00:34:00 +01:00
|
|
|
* Mon Jul 11 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 1.0.5 final (#88509)
|
|
|
|
- don't strip explicitely
|
|
|
|
- don't ship beagle.xpi
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Jul 06 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Jul 05 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed regression from security update (#95069, bmo #298478)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Jun 27 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-11-21 16:06:17 +01:00
|
|
|
* Wed Jun 22 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- new NLD lockdown patch which is syncing user prefs to gconf
|
|
|
|
- update to 1.0.5pre security-release
|
2008-11-10 00:34:00 +01:00
|
|
|
* Wed Jun 08 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- new revision of NLD lockdown patch
|
|
|
|
- fixed remote usage behaviour in start script (bnc #41903)
|
|
|
|
- got more bugfixes from the branch
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jun 02 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed neededforbuild
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Jun 01 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed IDN for 64bit platforms (bmo #236425, bnc #46268)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri May 20 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed keybinding for KP separator (bnc #84147)
|
|
|
|
- pulled security related patch from upstream branch
|
|
|
|
- update plastikfox theme to version 1.6
|
2008-11-10 00:34:00 +01:00
|
|
|
* Wed May 11 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to final 1.0.4 release
|
2008-11-10 00:34:00 +01:00
|
|
|
* Mon May 09 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 1.0.4 security release
|
|
|
|
- removed s390(x) patches (upstream)
|
|
|
|
- made two more files %%verify (81692)
|
|
|
|
- updated NLD lockdown patch (81304)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Apr 28 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- use static NSPR libs from new location
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Apr 23 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- activate usage of system NSPR for distributions after 9.3
|
|
|
|
- add patch to be able to use systen NSPR at all
|
2008-10-23 22:35:22 +02:00
|
|
|
* Thu Apr 21 2005 ro@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- use mozilla-gcc4.patch
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Apr 21 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- don't execute gconf magic within build environment
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Apr 16 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to final 1.0.3 release
|
2008-10-23 22:35:22 +02:00
|
|
|
* Thu Apr 14 2005 ro@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fix problem in postinstall script
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Apr 14 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Apr 02 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to security pre-release 1.0.3 (#75692)
|
|
|
|
* Manual plug-in install, javascript vulnerability (bmo #288556)
|
|
|
|
* Access memory vulnerability (bmo #288688)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Apr 01 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added advanced lockdown features for ZLM integration (NLD-only)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Mar 22 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Mar 22 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- don't register beagle automatically (#74062)
|
|
|
|
- added default bookmarks for SUSE LINUX
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Mar 21 2005 max@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Fixed a typo in the shell code that handles inclusion of the
|
|
|
|
Acrobat Reader plugin (#70861).
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Mar 17 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Mar 12 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed more security related bugs
|
|
|
|
(bmo #284551, #284627, #285595)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Mar 09 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update also GNOME desktop file (#71810)
|
|
|
|
- added firefox-gnome.png to filelist
|
|
|
|
- use correct Firefox icon
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Mar 07 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- disable inclusion of acrobat plugin again (#70861)
|
|
|
|
- don't use gconfd in registration phase (#66381)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Mar 07 2005 adrian@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Mar 04 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- extend add-plugins to recognize Java 1.5 (#66909)
|
|
|
|
- changed comment in desktop-file (#66867)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Feb 22 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- make --display parameter working in all cases (bnc #66043)
|
|
|
|
- revised postscript patch
|
|
|
|
- final 1.0.1 codebase
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Feb 21 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Feb 18 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- got more patches from branch to get another IDN fix and to
|
|
|
|
fix bug #51019
|
|
|
|
- enabled IDN again
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Feb 16 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- bumped version number to 1.0.1
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Feb 15 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- got updates from 1.0.1 branch
|
2008-11-21 16:06:17 +01:00
|
|
|
* Thu Feb 10 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- additional fireflashing fix (#50635, bmo #280664)
|
|
|
|
- some more security related fixes
|
|
|
|
(bmo #268483, #273498, #277322)
|
|
|
|
- fire up GTK2 filepicker if GNOME is running
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Feb 08 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- some prefs are ignored (bmo #261934)
|
|
|
|
- disabled default IDN (#50566)
|
|
|
|
- fixed some more bugzilla.mozilla.org bugs:
|
|
|
|
[#276482], #280056, #280603
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sun Feb 06 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- use same desktop categories for Professional and NLD
|
|
|
|
- added some lockdown stuff for printing and page saving
|
|
|
|
(bmo #280488)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Feb 02 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- modified gconf.diff to honor ignore_hosts (bmo #280742)
|
|
|
|
- added a JS crasher fix (bmo #268535)
|
|
|
|
- added more fixes (bmo #255441, #273024, #275405, #275634)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Jan 28 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added gplflash inclusion
|
|
|
|
- improved JRE inclusion
|
|
|
|
- reactivated usage of Acrobat Reader plugin
|
|
|
|
(ready for acroread 7)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Jan 22 2005 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added some backported bugfixes
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Dec 18 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- updated industrial theme to 1.0.9
|
|
|
|
- use slightly changed icon for menu-entry (bnc #275)
|
|
|
|
- use original desktop file for NLD again
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Dec 16 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- newer patch for GNOME associations (bnc #362)
|
|
|
|
- fix overwriting of files with GTK picker (Ximian #65068)
|
|
|
|
- readded the industrial default theme patch for NLD
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Dec 15 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- activate GTK filepicker for NLD again
|
|
|
|
- fix for GNOME helper applications with parameters
|
|
|
|
- make GNOME associations the default on NLD
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Dec 04 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed build on s390/s390x
|
|
|
|
- added patch to be able to install-global without running X
|
|
|
|
(bmo #265859)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Nov 18 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Nov 11 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- made initial window height smaller again
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Nov 09 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to final 1.0 release (20041109)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Nov 04 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 1.0rc2
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Oct 30 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added missing s390(x) patch
|
2008-11-21 16:06:17 +01:00
|
|
|
* Wed Oct 27 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Oct 15 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- inherit locale from system
|
|
|
|
- fixed chrome registration
|
2008-10-23 22:35:22 +02:00
|
|
|
* Wed Oct 06 2004 joeshaw@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- disable gconf settings as default (Ximian #67718)
|
2008-11-21 16:06:17 +01:00
|
|
|
* Wed Oct 06 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed inclusion of RealPlayer plugin again
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Oct 05 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- small important fix in firefox-download.patch (Ximian #65472)
|
2008-10-23 22:35:22 +02:00
|
|
|
* Sat Oct 02 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added security-fix from 0.10.1 (mozilla.org #259708) (#46687)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Oct 01 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- final fix for downloading to Desktop folder (Ximian #65756)
|
|
|
|
- remove Postscript from printer names (Ximian #65560)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Sep 30 2004 shprasad@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Modified the MozillaFirefox.desktop file.
|
|
|
|
Changed the name 'Firefox' to 'Firefox Web Browser'.
|
|
|
|
Also changed it for all languages.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Sep 29 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fix inclusion of RealPlayer plugin (Ximian #65711)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Sep 27 2004 joeshaw@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Update the industrial default patch, for some reason it didn't
|
|
|
|
take before.
|
2008-11-21 16:06:17 +01:00
|
|
|
* Fri Sep 24 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fix for Ximian #65176 (mozilla.org #240068)
|
|
|
|
- revised patch for update function (Ximian #65615)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Sep 23 2004 joeshaw@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Uncomment the patch which tells the UI that industrial is the
|
|
|
|
default.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Sep 23 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Sep 22 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-10-23 22:35:22 +02:00
|
|
|
* Mon Sep 20 2004 joeshaw@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Sep 20 2004 federico@ximian.com
|
2007-01-08 12:23:18 +01:00
|
|
|
- Added MozillaFirefox-toplevel-window-height.diff for
|
|
|
|
http://bugzilla.ximian.com/show_bug.cgi?id=65543
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sun Sep 19 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- use GNOME system prefs only for NLD by default
|
|
|
|
(fixes bug #45575)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Sep 17 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Sep 11 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to official 1.0PR (0.10)
|
|
|
|
- adopted gnome-filepicker patch
|
|
|
|
- removed obsolete CUPS hack from start-script
|
|
|
|
(Ximian #65635, #65560)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Sep 09 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed endianess on AMD64 in JS component (#34743)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Sep 06 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed filelist
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Sep 06 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 1.0PR (aka 0.10)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Sep 03 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added ppc64 patch
|
2008-10-23 22:35:22 +02:00
|
|
|
* Wed Sep 01 2004 dave@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Fixed up the .desktop installation on nld
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Sep 01 2004 shprasad@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- Doesn't ask to set Firefox as default web-browser.
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Aug 31 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- next new version for filepicker stuff
|
|
|
|
- deactivated native filepicker for NLD
|
|
|
|
- update to snapshot (20040831)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Aug 24 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- new version of gnome-filepicker patch
|
|
|
|
- added patch for config
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Aug 20 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to snapshot (20040820)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Aug 19 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added workaround for mozilla bug #246313
|
|
|
|
(Firefox does not start: getting "cannot open display" error)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Aug 18 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added some patches from Ximian
|
|
|
|
- use GNOME filepicker
|
|
|
|
- use more gconf settings
|
|
|
|
- set startup homepage to Novell
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Aug 17 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to pre-1.0.0 (20040817)
|
2008-11-10 00:34:00 +01:00
|
|
|
* Wed Aug 04 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- security update to 0.9.3
|
|
|
|
(including #43312 and others)
|
|
|
|
- handle RealPlayer 9 plugin
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Aug 02 2004 ro@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- recode desktop file to utf-8
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Jul 28 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- added fix against certificate spoofing (#43312)
|
2008-11-10 00:34:00 +01:00
|
|
|
* Thu Jul 22 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 0.9.2
|
|
|
|
- added workaround for extension registry
|
|
|
|
- removed old (incompatible) mozex extension
|
2008-11-10 00:34:00 +01:00
|
|
|
* Mon Jun 28 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 0.9.1
|
|
|
|
- added hint to run as root first
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Jun 15 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 0.9
|
|
|
|
- added patch for newer freetype
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Apr 02 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- removing relocation of TEMP directory (#34391)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Mar 29 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Mar 26 2004 uli@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed hang during build on s390* (bug #35440)
|
2008-11-21 16:06:17 +01:00
|
|
|
* Wed Mar 03 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- removed unused patches for GTK2 build
|
|
|
|
- more fixes for (#35179)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Mar 01 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- improved start-script to interact with thunderbird (#35179)
|
2008-11-21 16:06:17 +01:00
|
|
|
* Thu Feb 26 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- use official releasedate
|
|
|
|
- added official (trademarked) artwork
|
|
|
|
- added firefox icon to /usr/share/pixmaps
|
|
|
|
- cleaned up spec-file (there will be no GTK1 version)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Feb 24 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- fixed optimization for non-x86 archs
|
2008-01-17 23:51:26 +01:00
|
|
|
* Tue Feb 24 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- 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
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon Feb 09 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- renamed to MozillaFirefox
|
|
|
|
- update to final version 0.8
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Feb 06 2004 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to Firebird 0.8 (20040205)
|
|
|
|
- added mips build fix
|
|
|
|
- set PS printer list in MozillaFirebird.sh
|
|
|
|
- use lib64 again for biarch platforms
|
2008-01-17 23:51:26 +01:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- build as user
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Aug 22 2003 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- upstream sync for 0.6.1post
|
2008-10-23 22:35:22 +02:00
|
|
|
* Sun Aug 10 2003 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- removed dmoz from searchplugins-filelist
|
2008-01-17 23:51:26 +01:00
|
|
|
* Fri Aug 08 2003 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 0.6.1post (TRUNK)
|
|
|
|
- use -fno-strict-aliasing
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jul 31 2003 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to 0.6.1 (MOZILLA_1_4_BRANCH)
|
|
|
|
- synchronized with mozilla-source
|
|
|
|
- created file-list
|
2008-01-17 23:51:26 +01:00
|
|
|
* Thu Jul 10 2003 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to snapshot 20030709
|
|
|
|
- fixed generation of symlink MozillaFirebird-xremote-client
|
2008-11-10 00:34:00 +01:00
|
|
|
* Thu Jun 19 2003 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to snapshot 20030622 (0.7pre)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Mon May 19 2003 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to snapshot 20030518 (0.6)
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed May 07 2003 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- update to snapshot 20030507
|
2008-01-17 23:51:26 +01:00
|
|
|
* Wed Apr 30 2003 stark@suse.de
|
2007-01-08 12:23:18 +01:00
|
|
|
- initial SuSE package
|