Changeset 4f4f272


Ignore:
Timestamp:
06/17/2020 08:37:28 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c9194c7
Parents:
209ca23
Message:

Update to ffmpeg-4.3.
Update to iptables-1.8.5.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r209ca23 r4f4f272  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to ffmpeg-4.3. Fixes
     49          <ulink url="&blfs-ticket-root;13674">#13674</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to iptables-1.8.5. Fixes
     53          <ulink url="&blfs-ticket-root;13675">#13675</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[renodr] - Update to NSS-3.53.1 (security update). Fixes
    4957          <ulink url="&blfs-ticket-root;13676">#13676</ulink>.</para>
  • multimedia/videoutils/ffmpeg.xml

    r209ca23 r4f4f272  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "14820d4a9fd8ec31d8af677bd845f150">
    10   <!ENTITY ffmpeg-size          "8.7 MB">
    11   <!ENTITY ffmpeg-buildsize     "160 MB (add 3.3 GB for the FATE suite/tests, add 655 MB for docs)">
    12   <!ENTITY ffmpeg-time          "1.5 SBU (using parallelism=4; add 3.7 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.5 SBU for docs)">
     9  <!ENTITY ffmpeg-md5sum        "3adcf4f122fcc54624f5d509107d5625">
     10  <!ENTITY ffmpeg-size          "8.9 MB">
     11  <!ENTITY ffmpeg-buildsize     "166 MB (add 3.7 GB for the FATE suite/tests, add 1.3 GB for doxygen docs)">
     12  <!ENTITY ffmpeg-time          "1.5 SBU (using parallelism=4; add 3.8 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 1.1 SBU for doxygen docs)">
    1313]>
    1414
  • packages.ent

    r209ca23 r4f4f272  
    1616<!ENTITY gpgme-version                "1.13.1">
    1717<!ENTITY haveged-version              "1.9.11">
    18 <!ENTITY iptables-version             "1.8.4">
     18<!ENTITY iptables-version             "1.8.5">
    1919<!ENTITY libcap-version               "2.36">
    2020<!ENTITY liboauth-version             "1.0.3">
     
    10151015
    10161016<!-- Chapter 44 -->
    1017 <!ENTITY ffmpeg-version               "4.2.3">
     1017<!ENTITY ffmpeg-version               "4.3">
    10181018<!ENTITY mplayer-version              "1.4">
    10191019<!ENTITY xine-ui-version              "0.99.12">
  • postlfs/security/iptables.xml

    r209ca23 r4f4f272  
    77  <!ENTITY iptables-download-http "http://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2">
    88  <!ENTITY iptables-download-ftp  "ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.bz2">
    9   <!ENTITY iptables-md5sum        "9b201107957fbf62709c3d8226239b0d">
    10   <!ENTITY iptables-size          "688 KB">
     9  <!ENTITY iptables-md5sum        "42cfa96d4ac5eb93ee7ed8dd85cfe8fb">
     10  <!ENTITY iptables-size          "700 KB">
    1111  <!ENTITY iptables-buildsize     "17 MB">
    1212  <!ENTITY iptables-time          "0.2 SBU">
Note: See TracChangeset for help on using the changeset viewer.