Changeset ddc02883


Ignore:
Timestamp:
12/20/2015 06:43:13 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
473f435
Parents:
924fcd6
Message:
  • Update to firefox-43.0.1.
  • iptables-1.6.0: typo.
  • libarchive-3.1.2 bsdtar OOM error.
  • Update to ffmpeg-2.8.4.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r924fcd6 rddc02883  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 19th &year;">
     9<!ENTITY releasedate  "December 20th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libarchive.xml

    r924fcd6 rddc02883  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink
     79            url="&patch-root;/libarchive-&libarchive-version;-upstream_fixes-1.patch"/>
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83
    7384    <bridgehead renderas="sect3">libarchive Dependencies</bridgehead>
    7485
     
    94105    </para>
    95106
    96 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     107<screen><userinput>patch -Np1 -i ../libarchive-&libarchive-version;-upstream_fixes-1.patch &amp;&amp;
     108
     109./configure --prefix=/usr --disable-static               &amp;&amp;
     110
    97111make</userinput></screen>
    98112
  • introduction/welcome/changelog.xml

    r924fcd6 rddc02883  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>December 20th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to ffmpeg-2.8.4.
     52          Fixes <ulink url="&blfs-ticket-root;7275">#7275</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - libarchive-3.1.2 bsdtar OOM error. Fixes
     56          <ulink url="&blfs-ticket-root;7274">#7274</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to firefox-43.0.1. Fixes
     60          <ulink url="&blfs-ticket-root;7272">#7272</ulink>.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
    4664
    4765    <listitem>
  • multimedia/videoutils/ffmpeg.xml

    r924fcd6 rddc02883  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "2af2723dd53364ac0635efd20cf6e34e">
     9  <!ENTITY ffmpeg-md5sum        "ac1e3d6934f9efd8b67713677c7fd99f">
    1010  <!ENTITY ffmpeg-size          "6.9 MB">
    11   <!ENTITY ffmpeg-buildsize     "156 MB (additional 2435 MB to run the FATE suite)">
    12   <!ENTITY ffmpeg-time          "1.3 SBU, with -j4 (additional 3.1 SBU, with THREADS=4,
     11  <!ENTITY ffmpeg-buildsize     "156 MB (additional 2439 MB to run the FATE suite)">
     12  <!ENTITY ffmpeg-time          "1.2 SBU, with -j4 (additional 3.1 SBU, with THREADS=4,
    1313    to run the FATE suite, after sample files are downloaded)">
    1414]>
     
    265265      installed and follow the instructions for the <ulink
    266266      url="http://www.ffmpeg.org/fate.html"> FFmpeg Automated Testing
    267       Environment</ulink> (FATE). First, about 944 MB of sample files used to
     267      Environment</ulink> (FATE). First, about 947 MB of sample files used to
    268268      run FATE are downloaded with the command:
    269269    </para>
  • packages.ent

    r924fcd6 rddc02883  
    646646<!-- Chapter 43 -->
    647647<!ENTITY seamonkey-version            "2.39">
    648 <!ENTITY firefox-version              "43.0">
     648<!ENTITY firefox-version              "43.0.1">
    649649
    650650<!-- Chapter 44 -->
     
    752752
    753753<!-- Chapter 48 -->
    754 <!ENTITY ffmpeg-version               "2.8.3">
     754<!ENTITY ffmpeg-version               "2.8.4">
    755755<!ENTITY mplayer-version              "SVN-r37561">
    756756<!ENTITY xine-ui-version              "0.99.9">
  • postlfs/security/iptables.xml

    r924fcd6 rddc02883  
    162162
    163163    <para>
    164       <parameter>--disable-nftables</parameter>: This switch disbles building
     164      <parameter>--disable-nftables</parameter>: This switch disables building
    165165      nftables compat.
    166166    </para>
  • xsoft/graphweb/firefox.xml

    r924fcd6 rddc02883  
    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        "a49c7f286a87112a5da836675200b060">
     11  <!ENTITY firefox-md5sum        "d1fdf640b35dc2a674cda4a0d416d545">
    1212  <!ENTITY firefox-size          "168 MB">
    13   <!ENTITY firefox-buildsize     "4.1 GB (81 MB installed)">
    14   <!ENTITY firefox-time          "9.7 SBU (with parallelism=4)">
     13  <!ENTITY firefox-buildsize     "4.1 GB (82 MB installed)">
     14  <!ENTITY firefox-time          "9.8 SBU (with parallelism=4)">
    1515]>
    1616
Note: See TracChangeset for help on using the changeset viewer.