Changeset 193a4fff


Ignore:
Timestamp:
07/13/2022 12:16:18 AM (22 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
026e083
Parents:
11ff30f
Message:

Two security updates

Update to WebKitGTK+-2.36.4
Update to speex-1.2.1

Security advisories to come later.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r11ff30f r193a4fff  
    4545      <para>July 12th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to speex-1.2.1 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;16688">#16688</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to webkitgtk-2.36.4 (Security Update). Fixes
     53          <ulink url="&blfs-ticket-root;16738">#16738</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[renodr] - Fix the documentation directory in VIM.</para>
  • multimedia/libdriv/speex.xml

    r11ff30f r193a4fff  
    77  <!ENTITY speex-download-http "https://downloads.xiph.org/releases/speex/speex-&speex-version;.tar.gz">
    88  <!ENTITY speex-download-ftp  " ">
    9   <!ENTITY speex-md5sum        "8ab7bb2589110dfaf0ed7fa7757dc49c">
    10   <!ENTITY speex-size          "884 KB">
    11   <!ENTITY speex-buildsize     "4.5 MB">
     9  <!ENTITY speex-md5sum        "fe7bf610883ff202092b92c72fe0fe3e">
     10  <!ENTITY speex-size          "1020 KB">
     11  <!ENTITY speex-buildsize     "7.8 MB">
    1212  <!ENTITY speex-time          "less than 0.1 SBU">
    1313
    1414  <!ENTITY speexdsp-download-http "https://downloads.xiph.org/releases/speex/speexdsp-&speexdsp-version;.tar.gz">
    1515  <!ENTITY speexdsp-download-ftp  " ">
    16   <!ENTITY speexdsp-md5sum        "b722df341576dc185d897131321008fc">
    17   <!ENTITY speexdsp-size          "900 KB">
    18   <!ENTITY speexdsp-buildsize     "5.2 MB">
     16  <!ENTITY speexdsp-md5sum        "e6eb5ddef743a362c8018f260b91dca5">
     17  <!ENTITY speexdsp-size          "904 KB">
     18  <!ENTITY speexdsp-buildsize     "5.5 MB">
    1919  <!ENTITY speexdsp-time          "less than 0.1 SBU">
    2020
     
    3939    <para>
    4040      <application>Speex</application> is an audio compression format
    41       designed especially for speech. It is well-adapted to internet
     41      designed specifically for speech. It is well-adapted to internet
    4242      applications and provides useful features that are not present in most
    4343      other CODECs.
     
    196196      href="../../xincludes/static-libraries.xml"/>
    197197
    198     <para>
    199       <option>--enable-binaries</option>: Builds two binaries to encode and
     198<!-- Included by default as of 1.2.1
     199    <para>
     200      <option>- -enable-binaries</option>: Builds two binaries to encode and
    200201      decode to and from the speex format.
    201202    </para>
     203-->
     204
    202205  </sect2>
    203206
     
    211214
    212215      <seglistitem>
    213         <seg>(optional) speexenc and speexdec</seg>
     216        <seg>speexenc and speexdec</seg>
    214217        <seg>libspeex.so and libspeexdsp.so</seg>
    215218        <seg>
     
    242245        <listitem>
    243246          <para>
    244             encodes a WAV or raw files using <application>Speex</application>
     247            encodes a WAV or raw file using <application>Speex</application>
    245248          </para>
    246249          <indexterm zone="speex speexenc">
  • packages.ent

    r11ff30f r193a4fff  
    801801<!ENTITY startup-notification-version "0.12">
    802802<!--<!ENTITY tepl-version                 "6.00.0">-->
    803 <!ENTITY webkitgtk-version            "2.36.3">    <!-- Even minors only -->
     803<!ENTITY webkitgtk-version            "2.36.4">    <!-- Even minors only -->
    804804
    805805<!ENTITY gtk2-libdir                  "2.0/2.10.0">
     
    10531053<!ENTITY sound-theme-freedesktop-version "0.8">
    10541054<!ENTITY soundtouch-version           "2.3.1">
    1055 <!ENTITY speex-version                "1.2.0">
    1056 <!ENTITY speexdsp-version             "1.2.0">
     1055<!ENTITY speex-version                "1.2.1">
     1056<!ENTITY speexdsp-version             "1.2.1">
    10571057<!ENTITY taglib-version               "1.12">
    10581058<!ENTITY v4l-utils-version            "1.22.1">
  • x/lib/webkitgtk.xml

    r11ff30f r193a4fff  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "8ad4b1bfbbe3115ee163a8b2ba7b908f">
     9  <!ENTITY webkitgtk-md5sum        "bb5f96d54804e22fd52478665d1dac7a">
    1010  <!ENTITY webkitgtk-size          "25 MB">
    11   <!ENTITY webkitgtk-buildsize     "850 MB (136 MB installed)">
    12   <!ENTITY webkitgtk-time          "32 SBU (using parallelism=4, estimated 107 SBU using one core)">
     11  <!ENTITY webkitgtk-buildsize     "987 MB (133 MB installed)">
     12  <!ENTITY webkitgtk-time          "35 SBU (using parallelism=4, estimated 125 SBU using one core)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.