Changeset a980725c


Ignore:
Timestamp:
04/26/2016 10:33:19 AM (8 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
55ff77e6
Parents:
2a14cff
Message:

Update to firefox-46.0.
Update to libgpg-error-1.22.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17288 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2a14cff ra980725c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 25th &year;">
     9<!ENTITY releasedate  "April 26th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libgpg-error.xml

    r2a14cff ra980725c  
    77  <!ENTITY libgpg-error-download-http " ">
    88  <!ENTITY libgpg-error-download-ftp  "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
    9   <!ENTITY libgpg-error-md5sum        "ab0b5aba6d0a185b41d07bda804fd8b2">
    10   <!ENTITY libgpg-error-size          "748 KB">
     9  <!ENTITY libgpg-error-md5sum        "83c686abe3fa223ec89f3b51da830770">
     10  <!ENTITY libgpg-error-size          "759 KB">
    1111  <!ENTITY libgpg-error-buildsize     "9 MB (with tests)">
    1212  <!ENTITY libgpg-error-time          "less than 0.1 SBU (with tests)">
  • introduction/welcome/changelog.xml

    r2a14cff ra980725c  
    4545-->
    4646    <listitem>
     47      <para>April 26th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Update to libgpg-error-1.22. Fixes
     51          <ulink url="&blfs-ticket-root;7763">#7763</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[igor] - Update to firefox-46.0. Fixes
     55          <ulink url="&blfs-ticket-root;7764">#7764</ulink>.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
     60    <listitem>
    4761      <para>April 25th, 2016</para>
    4862      <itemizedlist>
  • packages.ent

    r2a14cff ra980725c  
    120120<!ENTITY libgcrypt-version            "1.7.0">
    121121<!ENTITY libglade-version             "2.6.4">
    122 <!ENTITY libgpg-error-version         "1.21">
     122<!ENTITY libgpg-error-version         "1.22">
    123123<!ENTITY libgsf-version               "1.14.36">
    124124<!ENTITY libgudev-version             "230">
     
    651651<!-- Chapter 43 -->
    652652<!ENTITY seamonkey-version            "2.40">
    653 <!ENTITY firefox-version              "45.0.2">
     653<!ENTITY firefox-version              "46.0">
    654654
    655655<!-- Chapter 44 -->
  • xsoft/graphweb/firefox.xml

    r2a14cff ra980725c  
    99  <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    1010  <!ENTITY firefox-download-ftp " ">
    11   <!ENTITY firefox-md5sum        "deda5fcd4a41fc63cb8c14102cb8c561">
    12   <!ENTITY firefox-size          "176 MB">
     11  <!ENTITY firefox-md5sum        "8a516da3858b17f55451810efc7a239a">
     12  <!ENTITY firefox-size          "179 MB">
    1313  <!ENTITY firefox-buildsize     "4.4 GB (80 MB installed)">
    1414  <!ENTITY firefox-time          "11 SBU (with parallelism=4)">
     
    189189#ac_add_options --enable-gstreamer=1.0
    190190
    191 # Uncomment this option if you wish to build with gtk+-3
    192 #ac_add_options --enable-default-toolkit=cairo-gtk3
     191# Comment out this option if you wish to build with gtk+-3
     192ac_add_options --enable-default-toolkit=cairo-gtk2
    193193
    194194# Uncomment these lines if you have installed optional dependencies:
Note: See TracChangeset for help on using the changeset viewer.