Changeset b2840c4


Ignore:
Timestamp:
11/12/2013 03:50:02 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a47826c
Parents:
8c003008
Message:

Update to glib-networking-2.38.2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8c003008 rb2840c4  
    454454<!ENTITY curl-version                 "7.33.0">
    455455<!ENTITY geoclue-version              "0.12.0">
    456 <!ENTITY glib-networking-version      "2.38.1">
     456<!ENTITY glib-networking-version      "2.38.2">
    457457<!ENTITY ldns-version                 "1.6.16">
    458458<!ENTITY libevent-version             "2.0.21">
  • introduction/welcome/changelog.xml

    r8c003008 rb2840c4  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to glib-networking-2.38.2. Fixes
     51          <ulink url="&blfs-ticket-root;4307">#4307</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[fernando] - Update to pygobject-3.10.2. Fixes
    5155          <ulink url="&blfs-ticket-root;4312">#4312</ulink>.</para>
  • networking/netlibs/glib-networking.xml

    r8c003008 rb2840c4  
    99  <!ENTITY glib-networking-download-ftp
    1010      "&gnome-download-ftp;/glib-networking/2.38/glib-networking-&glib-networking-version;.tar.xz">
    11   <!ENTITY glib-networking-md5sum        "d4a0cc74265637e945072f079630608b">
     11  <!ENTITY glib-networking-md5sum        "99293f58a8256214b2b9b331afeb1aee">
    1212  <!ENTITY glib-networking-size          "356 KB">
    1313  <!ENTITY glib-networking-buildsize     "8.5 MB">
     
    7373    </itemizedlist>
    7474
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Required patch:
    80           <ulink url="&patch-root;/glib-networking-&glib-networking-version;-install_no_test_data_files-1.patch"/>
    81         </para>
    82       </listitem>
    83     </itemizedlist>
    84 
    8575    <bridgehead renderas="sect3">GLib Networking Dependencies</bridgehead>
    8676
     
    115105    </para>
    116106
    117 <screen><userinput>patch -Np1 -i ../glib-networking-&glib-networking-version;-install_no_test_data_files-1.patch &amp;&amp;
    118 autoreconf -fi &amp;&amp;
    119 ./configure --prefix=/usr \
    120             --libexecdir=/usr/lib/glib-networking \
     107<screen><userinput>./configure --prefix=/usr                                 \
     108            --libexecdir=/usr/lib/glib-networking         \
    121109            --with-ca-certificates=/etc/ssl/ca-bundle.crt \
    122             --disable-static &amp;&amp;
     110            --disable-static                              &amp;&amp;
    123111make</userinput></screen>
    124112
Note: See TracChangeset for help on using the changeset viewer.