Updated to Firefox-3.6 and XULRunner-1.9.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8261 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2010-02-18 06:44:20 +00:00
parent a0516cfd97
commit 6d1bf0e714
4 changed files with 24 additions and 48 deletions

View File

@ -508,7 +508,7 @@ $Date$
<!ENTITY goffice-version "0.6.1">
<!ENTITY mesalib-version "7.6">
<!-- The xulrunner version also appears in the firefox mozconfig as a literal -->
<!ENTITY xulrunner-version "1.9.1.2">
<!ENTITY xulrunner-version "1.9.2">
<!ENTITY webkitgtk-version "1.1.15.1">
<!-- Chapter 27 -->
@ -673,7 +673,7 @@ $Date$
<!-- Chapter 36 -->
<!ENTITY seamonkey-version "2.0">
<!ENTITY firefox-version "3.5.2">
<!ENTITY firefox-version "3.6">
<!ENTITY galeon-version "2.0.1">
<!-- Obsolete

View File

@ -44,6 +44,9 @@
<listitem>
<para>February 18th, 2010</para>
<itemizedlist>
<listitem>
<para>[dj] - Updated to Firefox-3.6/XULRunner-1.9.2.</para>
</listitem>
<listitem>
<para>[dj] - Updated CA Certificates to 3.12.5.</para>
</listitem>

View File

@ -7,10 +7,10 @@
<!ENTITY xulrunner-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
<!ENTITY xulrunner-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
<!-- md5sum and size should match firefox, but the buildize and time will differ -->
<!ENTITY xulrunner-md5sum "136867f95c86f3988b7f825e874b85de">
<!ENTITY xulrunner-size "45 MB">
<!ENTITY xulrunner-buildsize "318 MB">
<!ENTITY xulrunner-time "11 SBU">
<!ENTITY xulrunner-md5sum "458051557ff49e6a352c1d56eee5782a">
<!ENTITY xulrunner-size "47 MB">
<!ENTITY xulrunner-buildsize "309 MB">
<!ENTITY xulrunner-time "12 SBU">
]>
<sect1 id="xulrunner" xreflabel="Xulrunner-&xulrunner-version;">
@ -74,7 +74,7 @@
<itemizedlist spacing="compact">
<listitem>
<para>Optional patch: <ulink
url="&patch-root;/firefox-&firefox-version;-provide_system_nspr_nss-2.patch"/>
url="&patch-root;/firefox-&firefox-version;-provide_system_nspr_nss-1.patch"/>
(Required if using the included NSPR and NSS libs as system versions for
other packages)</para>
</listitem>
@ -220,6 +220,10 @@ ac_add_options --disable-dbus
# integrate xulrunner into your gnome desktop
ac_add_options --disable-gnomevfs
# Comment this if you have wireless-tools installed and wish to use the new
# Necko WiFi scanning.
ac_add_options --disable-necko-wifi
# This option is added so that the Mozilla Installer program is not
# built or installed. The program is not required for a BLFS
# installation of Xulrunner.
@ -228,9 +232,6 @@ ac_add_options --disable-installer
# If you enable javaxpcom, you must have a java compiler installed.
ac_add_options --disable-javaxpcom
# mochitest often causes problems
ac_add_options --disable-mochitest
# This option is added so that test libraries and programs are not
# built. These would only be required for debugging purposes.
ac_add_options --disable-tests
@ -239,20 +240,6 @@ ac_add_options --disable-tests
ac_add_options --disable-updater
# (options to add extra parts of the package)
# This option is used to enable source tree included LDAP support in
# the Xulrunner binaries.
###################################################################
#
# NOTE: You must uncomment this option if there is any chance of
# compiling the OpenOffice package from source code using this copy
# of Xulrunner for your Mozilla support.
#
# This has NOT been tested, the current status of OpenOffice
# and xulrunner is unknown! (Remove this comment before release)
#
###################################################################
#ac_add_options --enable-ldap
# Use the anti-phishing measures (a blacklist of sites).
ac_add_options --enable-safe-browsing

View File

@ -6,10 +6,10 @@
<!ENTITY firefox-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
<!ENTITY firefox-md5sum "136867f95c86f3988b7f825e874b85de">
<!ENTITY firefox-size " MB">
<!ENTITY firefox-buildsize "322 MB (stand-alone) or 291 MB (on xulrunner)">
<!ENTITY firefox-time "11 SBU (stand-alone) or 0.2 SBU (on xulrunner)">
<!ENTITY firefox-md5sum "458051557ff49e6a352c1d56eee5782a">
<!ENTITY firefox-size "47 MB">
<!ENTITY firefox-buildsize "321 MB (stand-alone) or 303 MB (on xulrunner)">
<!ENTITY firefox-time "12 SBU (stand-alone) or 0.1 SBU (on xulrunner)">
]>
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
@ -81,7 +81,7 @@
<itemizedlist spacing="compact">
<listitem>
<para>Optional patch: <ulink
url="&patch-root;/firefox-&firefox-version;-provide_system_nspr_nss-2.patch"/>
url="&patch-root;/firefox-&firefox-version;-provide_system_nspr_nss-1.patch"/>
(Required if using the included NSPR and NSS libs as system versions for
other packages)</para>
</listitem>
@ -229,9 +229,13 @@ ac_add_options --disable-accessibility
ac_add_options --disable-dbus
# Comment this if you have gnome-vfs and libgnomeui, and wish to
# integrate xulrunner into your gnome desktop
# integrate firefox into your gnome desktop
ac_add_options --disable-gnomevfs
# Comment this if you have wireless-tools installed and wish to use the new
# Necko WiFi scanning.
ac_add_options --disable-necko-wifi
# This option is added so that the Mozilla Installer program is not
# built or installed. The program is not required for a BLFS
# installation of Xulrunner.
@ -240,9 +244,6 @@ ac_add_options --disable-installer
# If you enable javaxpcom, you must have a java compiler installed.
ac_add_options --disable-javaxpcom
# mochitest often causes problems
ac_add_options --disable-mochitest
# This option is added so that test libraries and programs are not
# built. These would only be required for debugging purposes.
ac_add_options --disable-tests
@ -251,25 +252,10 @@ ac_add_options --disable-tests
ac_add_options --disable-updater
# (options to add extra parts of the package)
# This option is used to enable source tree included LDAP support in
# the Xulrunner binaries.
###################################################################
#
# NOTE: You must uncomment this option if there is any chance of
# compiling the OpenOffice package from source code using this copy
# of Xulrunner for your Mozilla support.
#
# This has NOT been tested, the current status of OpenOffice
# and xulrunner is unknown! (Remove this comment before release)
#
###################################################################
#ac_add_options --enable-ldap
# This option causes the installed binaries to have the official
# Firefox name embedded in them. Due to license restrictions, you
# may not distribute binaries created using this option. It also
# means you get a popup EULA when you first run firefox.
# If you disable this, the browser will call itself Shiretoki.
ac_add_options --enable-official-branding
# Use the anti-phishing measures (a blacklist of sites).