Changeset c60aa10c


Ignore:
Timestamp:
04/03/2019 06:29:33 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:
d4e8cd93
Parents:
e606443a
Message:

Update gnutls and glib-networking

Update to glib-networking-2.60.1
Update to gnutls-3.6.7.1

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re606443a rc60aa10c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 1st, &year;">
     9<!ENTITY releasedate  "April 3rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    re606443a rc60aa10c  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>April 3rd, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to glib-networking-2.60.1.  Fixes
     49          <ulink url="&blfs-ticket-root;11889">#11887</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[xry111] - Update to gnutls-3.6.7.1.  Fixes
     53          <ulink url="&blfs-ticket-root;11889">#11889</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
    4457    <listitem>
    4558      <para>April 1st, 2019</para>
  • networking/netlibs/glib-networking.xml

    re606443a rc60aa10c  
    99  <!ENTITY glib-networking-download-ftp
    1010    "&gnome-download-ftp;/glib-networking/2.60/glib-networking-&glib-networking-version;.tar.xz">
    11   <!ENTITY glib-networking-md5sum        "b41b94a3f84e63437760fe49774431bb">
     11  <!ENTITY glib-networking-md5sum        "83321ffc3c336894b8a5bc18db3fe58d">
    1212  <!ENTITY glib-networking-size          "184 KB">
    13   <!ENTITY glib-networking-buildsize     "5.8 MB (with tests)">
     13  <!ENTITY glib-networking-buildsize     "3.6 MB (with tests)">
    1414  <!ENTITY glib-networking-time          "0.1 SBU (with tests)">
    1515]>
     
    119119    <para>
    120120      To test the results, issue: <command>ninja test</command>.
     121    </para>
     122
     123    <!-- glib-networking/#70 -->
     124    <para>
     125      The test <emphasis>connection-gnutls</emphasis> is known to fail.
    121126    </para>
    122127
  • packages.ent

    re606443a rc60aa10c  
    1616<!ENTITY cyrus-sasl-version           "2.1.27">
    1717<!ENTITY gnupg2-version               "2.2.15">
    18 <!ENTITY gnutls-version               "3.6.7">
     18<!ENTITY gnutls-version               "3.6.7.1">
    1919<!ENTITY gpgme-version                "1.13.0">
    2020<!ENTITY haveged-version              "1.9.2">
     
    578578<!ENTITY curl-version                 "7.64.1">
    579579<!ENTITY geoclue2-version             "2.5.2">
    580 <!ENTITY glib-networking-version      "2.60.0.1">
     580<!ENTITY glib-networking-version      "2.60.1">
    581581<!ENTITY ldns-version                 "1.7.0">
    582582<!ENTITY libevent-version             "2.1.8">
  • postlfs/security/gnutls.xml

    re606443a rc60aa10c  
    66
    77  <!ENTITY gnutls-download-http "&gnupg-http;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz">
    8   <!-- Something is wrong with ftp server and it confuses curl when currency runs it -->
    9   <!-- <!ENTITY gnutls-download-ftp  "&gnupg-ftp;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz"> -->
     8  <!ENTITY gnutls-download-ftp  "&gnupg-ftp;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz">
    109  <!ENTITY gnutls-download-ftp  " ">
    11   <!ENTITY gnutls-md5sum        "c4ac669c500df939d4fbfea722367929">
     10  <!ENTITY gnutls-md5sum        "92a8049e618afa60e2c852da1884c457">
    1211  <!ENTITY gnutls-size          "7.8 MB">
    1312  <!ENTITY gnutls-buildsize     "142 MB (add 99 MB for tests)">
     
    4847
    4948    <para>
    50       <application>GnuTLS</application> provides support for TLS 1.2, TLS 1.1,
     49      <application>GnuTLS</application> provides support for TLS 1.3, TLS 1.2, TLS 1.1,
    5150      TLS 1.0, and SSL 3.0 protocols, TLS extensions, including server name and max
    5251      record size. Additionally, the library supports authentication using the
     
    138137    <title>Installation of GnuTLS</title>
    139138
     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
    140145    <para>
    141146      Install <application>GnuTLS</application> by running the
Note: See TracChangeset for help on using the changeset viewer.