Changeset dbe04ed


Ignore:
Timestamp:
06/07/2019 06:19:31 PM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
8c602db7
Parents:
92897c03
Message:

Update to gnutls-3.6.8 (#12107)

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r92897c03 rdbe04ed  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 6th, &year;">
     9<!ENTITY releasedate  "June 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r92897c03 rdbe04ed  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>June 7th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to gnutls-3.6.8. Fixes
     49          <ulink url="&blfs-ticket-root;12107">#12107</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>June 6th, 2019</para>
  • packages.ent

    r92897c03 rdbe04ed  
    1616<!ENTITY cyrus-sasl-version           "2.1.27">
    1717<!ENTITY gnupg2-version               "2.2.15">
    18 <!ENTITY gnutls-version               "3.6.7.1">
     18<!ENTITY gnutls-version               "3.6.8">
    1919<!ENTITY gpgme-version                "1.13.0">
    2020<!ENTITY haveged-version              "1.9.2">
  • postlfs/security/gnutls.xml

    r92897c03 rdbe04ed  
    88  <!ENTITY gnutls-download-ftp  "&gnupg-ftp;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz">
    99  <!ENTITY gnutls-download-ftp  " ">
    10   <!ENTITY gnutls-md5sum        "92a8049e618afa60e2c852da1884c457">
    11   <!ENTITY gnutls-size          "7.8 MB">
    12   <!ENTITY gnutls-buildsize     "142 MB (add 99 MB for tests)">
     10  <!ENTITY gnutls-md5sum        "9dcf0aa45d1a42e1b3ca5d39ec7c61a8">
     11  <!ENTITY gnutls-size          "5.5 MB">
     12  <!ENTITY gnutls-buildsize     "86 MB (add 80 MB for tests)">
    1313  <!ENTITY gnutls-time          "0.6 SBU (using parallelism=4; add 7.7 SBU for tests)">
    1414]>
     
    137137    <title>Installation of GnuTLS</title>
    138138
    139     <!-- Remove this at 3.6.8 or 3.7.0 -->
    140     <note><para>
    141       The package tarball extracts into directory gnutls-3.6.7, instead of
    142       gnutls-&gnutls-version;.
    143     </para></note>
    144 
    145139    <para>
    146140      Install <application>GnuTLS</application> by running the
Note: See TracChangeset for help on using the changeset viewer.