Changeset 3b03219


Ignore:
Timestamp:
08/13/2018 02:58:10 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c5eaf41
Parents:
76db8d6
Message:

Update to dbus-1.12.10.
Add a note to glibc about using libidn2.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11447 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r76db8d6 r3b03219  
    4646      <para>2018-08-12</para>
    4747      <itemizedlist>
     48        <listitem revision="systemd">
     49          <para>[bdubbs] - Update to dbus-1.12.10. Fixes
     50          <ulink url="&lfs-ticket-root;4328">#4328</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Add a note to glibc about using libidn2.</para>
     54        </listitem>
    4855        <listitem>
    4956          <para>[bdubbs] - Add LANG to vim test instructions.</para>
  • chapter06/glibc.xml

    r76db8d6 r3b03219  
    289289    <filename>glibc-&glibc-version;/localedata/SUPPORTED</filename> file
    290290    in the unlikely case you need them.</para>
     291
     292    <note><para>Glibc now uses libidn2 when resolving internationalized
     293    domain names.  This is a run time dependency.  If this capability
     294    is needed, the instrucions for installing libidn2 are in the
     295    <ulink url="&blfs-book;general/libidn2.html">BLFS libidn2 page</ulink>.
     296    </para></note>
    291297
    292298  </sect2>
  • packages.ent

    r76db8d6 r3b03219  
    109109<!ENTITY coreutils-ch6-sbu "3.3 SBU">
    110110
    111 <!ENTITY dbus-version "1.12.8">
    112 <!ENTITY dbus-size "2,024 KB">
     111<!ENTITY dbus-version "1.12.10">
     112<!ENTITY dbus-size "2,025 KB">
    113113<!ENTITY dbus-url "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    114 <!ENTITY dbus-md5 "2764bf150e5aa8005b7bc0d6c388756a">
     114<!ENTITY dbus-md5 "c3e12b4206e2a7da39d7cc42567790ef">
    115115<!ENTITY dbus-home "https://www.freedesktop.org/wiki/Software/dbus">
    116116<!ENTITY dbus-ch6-du "18 MB">
Note: See TracChangeset for help on using the changeset viewer.