Changeset 85465d9


Ignore:
Timestamp:
03/20/2019 07:09:21 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
0a561d8
Parents:
daf08a9
Message:

Update to glib-networking-2.60.0.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    rdaf08a9 r85465d9  
    4343-->
    4444    <listitem>
    45       <para>March 18th, 2019</para>
     45      <para>March 20th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to glib-networking-2.60.0.1. Part of
     49          <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>March 19th, 2019</para>
    4656      <itemizedlist>
    4757        <listitem>
  • networking/netlibs/glib-networking.xml

    rdaf08a9 r85465d9  
    66
    77  <!ENTITY glib-networking-download-http
    8     "&gnome-download-http;/glib-networking/2.58/glib-networking-&glib-networking-version;.tar.xz">
     8    "&gnome-download-http;/glib-networking/2.60/glib-networking-&glib-networking-version;.tar.xz">
    99  <!ENTITY glib-networking-download-ftp
    10     "&gnome-download-ftp;/glib-networking/2.58/glib-networking-&glib-networking-version;.tar.xz">
    11   <!ENTITY glib-networking-md5sum        "75b14b7e73a67753be9ce307751c661d">
    12   <!ENTITY glib-networking-size          "172 KB">
    13   <!ENTITY glib-networking-buildsize     "6.4 MB (with tests)">
     10    "&gnome-download-ftp;/glib-networking/2.60/glib-networking-&glib-networking-version;.tar.xz">
     11  <!ENTITY glib-networking-md5sum        "b41b94a3f84e63437760fe49774431bb">
     12  <!ENTITY glib-networking-size          "184 KB">
     13  <!ENTITY glib-networking-buildsize     "5.8 MB (with tests)">
    1414  <!ENTITY glib-networking-time          "0.1 SBU (with tests)">
    1515]>
     
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="make-ca"/> and
    87       <xref linkend="p11-kit"/>
     86      <xref linkend="make-ca"/>
     87      <!-- p11-kit option no longer exists, and is pulled in by GnuTLS anyway -->
    8888    </para>
    8989
     
    101101    <title>Installation of GLib Networking</title>
    102102
     103    <!-- 2.60.0 of glib-networking introduced an experimental OpenSSL backend.
     104    Since it is not tested well upstream yet, and it is recommended by upstream
     105    to use the GnuTLS backend on Linux, we will continue using the GnuTLS
     106    backend and not mention the OpenSSL backend to prevent confusion. -->
    103107    <para>
    104108      Install <application>GLib Networking</application> by running the following
     
    109113cd    build &amp;&amp;
    110114
    111 meson --prefix=/usr            \
    112       -Dlibproxy_support=false \
    113       -Dpkcs11_support=true .. &amp;&amp;
     115meson --prefix=/usr     \
     116      -Dlibproxy=false  .. &amp;&amp;
    114117ninja</userinput></screen>
    115118
  • packages.ent

    rdaf08a9 r85465d9  
    578578<!ENTITY curl-version                 "7.64.0">
    579579<!ENTITY geoclue2-version             "2.5.2">
    580 <!ENTITY glib-networking-version      "2.58.0">
     580<!ENTITY glib-networking-version      "2.60.0.1">
    581581<!ENTITY ldns-version                 "1.7.0">
    582582<!ENTITY libevent-version             "2.1.8">
Note: See TracChangeset for help on using the changeset viewer.