diff options
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter06/glibc.xml | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 16 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9b5ad5ba2..6e2be24cc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,13 @@ <listitem> <para>2018-08-12</para> <itemizedlist> + <listitem revision="systemd"> + <para>[bdubbs] - Update to dbus-1.12.10. Fixes + <ulink url="&lfs-ticket-root;4328">#4328</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Add a note to glibc about using libidn2.</para> + </listitem> <listitem> <para>[bdubbs] - Add LANG to vim test instructions.</para> </listitem> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 713fcd01d..bf5a46d17 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -289,6 +289,12 @@ localedef -i zh_CN -f GB18030 zh_CN.GB18030</userinput></screen> <filename>glibc-&glibc-version;/localedata/SUPPORTED</filename> file in the unlikely case you need them.</para> + <note><para>Glibc now uses libidn2 when resolving internationalized + domain names. This is a run time dependency. If this capability + is needed, the instrucions for installing libidn2 are in the + <ulink url="&blfs-book;general/libidn2.html">BLFS libidn2 page</ulink>. + </para></note> + </sect2> <sect2 id="conf-glibc" role="configuration"> diff --git a/packages.ent b/packages.ent index 021b9e94a..849685b68 100644 --- a/packages.ent +++ b/packages.ent @@ -108,10 +108,10 @@ <!ENTITY coreutils-ch6-du "179 MB"> <!ENTITY coreutils-ch6-sbu "3.3 SBU"> -<!ENTITY dbus-version "1.12.8"> -<!ENTITY dbus-size "2,024 KB"> +<!ENTITY dbus-version "1.12.10"> +<!ENTITY dbus-size "2,025 KB"> <!ENTITY dbus-url "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz"> -<!ENTITY dbus-md5 "2764bf150e5aa8005b7bc0d6c388756a"> +<!ENTITY dbus-md5 "c3e12b4206e2a7da39d7cc42567790ef"> <!ENTITY dbus-home "https://www.freedesktop.org/wiki/Software/dbus"> <!ENTITY dbus-ch6-du "18 MB"> <!ENTITY dbus-ch6-sbu "0.2 SBU"> |