diff options
-rw-r--r-- | chapter01/changelog.xml | 30 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 13 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter08/coreutils.xml | 8 | ||||
-rw-r--r-- | chapter08/expat.xml | 2 | ||||
-rw-r--r-- | chapter08/glibc.xml | 2 | ||||
-rw-r--r-- | packages.ent | 30 | ||||
-rw-r--r-- | patches.ent | 4 |
8 files changed, 71 insertions, 26 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 24d1b422c..73a5906c9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,36 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2022-02-03</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Add coreutils-9.0 chmod patch. Fixes + <ulink url="&lfs-ticket-root;4992">#4992</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to glibc-2.35. Fixes + <ulink url="&lfs-ticket-root;4999">#4999</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-5.16.5. Fixes + <ulink url="&lfs-ticket-root;4996">#4996</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to findutils-4.9.0. Fixes + <ulink url="&lfs-ticket-root;4995">#4995</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to expat-2.4.4. Fixes + <ulink url="&lfs-ticket-root;4993">#4993</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to iana-etc-20220128. Fixes + <ulink url="&lfs-ticket-root;4994">#4994</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2022-01-29</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index a0b40efef..d0d17f734 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -84,12 +84,12 @@ <!--<listitem> <para>Expect-&expect-version;</para> </listitem>--> - <listitem> + <listitem> <para>File-&file-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Findutils-&findutils-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Flex-&flex-version;</para> </listitem>--> @@ -105,9 +105,9 @@ <!--<listitem> <para>Gettext-&gettext-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Glibc-&glibc-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>GMP-&gmp-version;</para> </listitem>--> @@ -285,6 +285,9 @@ <title>Added:</title> <listitem><para></para></listitem> <!-- satisfy build --> <listitem> + <para>coreutils-9.0-chmod_fix-1.patch</para> + </listitem> + <listitem> <para>file-5.40-upstream_fixes-1.patch</para> </listitem> <listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 30107c6ee..d404035a2 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -59,6 +59,14 @@ <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para> </listitem> </varlistentry> + + <varlistentry> + <term>Coreutils Chmod Fix Patch - <token>&coreutils-chmod-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&coreutils-chmod-patch;"/></para> + <para>MD5 sum: <literal>&coreutils-chmod-patch-md5;</literal></para> + </listitem> + </varlistentry> <!-- <varlistentry> <term>File Upstream Fixes Patch - <token>&file-upstream-fixes-patch-size;</token>:</term> diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index f5c4118ad..c84a3f048 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -56,11 +56,11 @@ <!-- this has been fixed in upstream gnulib, when a new version of coreutils is released, please check #4055 to see if the change has been picked up in this package --> -<!-- - <para>Suppress a test which on some machines can loop forever:</para> -<screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen> ---> + <para>Now, fix a problem with chmod return values:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-chmod-patch;</userinput></screen> + <!-- <para>Fix a problem with autoconf-2.70 in an included gnulib .m4 file:</para> diff --git a/chapter08/expat.xml b/chapter08/expat.xml index f4f03aad5..86dd1d287 100644 --- a/chapter08/expat.xml +++ b/chapter08/expat.xml @@ -61,7 +61,7 @@ <para>If desired, install the documentation:</para> -<screen><userinput remap="install">install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen> +<screen><userinput remap="install">install -v -m644 doc/*.{html,css} /usr/share/doc/expat-&expat-version;</userinput></screen> </sect2> diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index fb81526cd..d8ede99a6 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -225,7 +225,7 @@ install -v -Dm644 ../nscd/nscd.service /usr/lib/systemd/system/nscd.service</use testcases.</para> <para>Individual locales can be installed using the - <command>localedef</command> program. E.g., the first + <command>localedef</command> program. E.g., the second <command>localedef</command> command below combines the <filename>/usr/share/i18n/locales/cs_CZ</filename> charset-independent locale definition with the diff --git a/packages.ent b/packages.ent index 18214f471..cc2f56bca 100644 --- a/packages.ent +++ b/packages.ent @@ -163,10 +163,10 @@ <!ENTITY eudev-fin-du "80 MB"> <!ENTITY eudev-fin-sbu "0.2 SBU"> -<!ENTITY expat-version "2.4.3"> -<!ENTITY expat-size "444 KB"> +<!ENTITY expat-version "2.4.4"> +<!ENTITY expat-size "439 KB"> <!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.xz"> -<!ENTITY expat-md5 "b1137f030590b3f0c41c69c6cd68fa90"> +<!ENTITY expat-md5 "a712d23b7afb32e7527cf0b3fd8f12ac"> <!ENTITY expat-home "https://libexpat.github.io/"> <!ENTITY expat-fin-du "13 MB"> <!ENTITY expat-fin-sbu "0.1 SBU"> @@ -190,10 +190,10 @@ <!ENTITY file-fin-du "15 MB"> <!ENTITY file-fin-sbu "0.1 SBU"> -<!ENTITY findutils-version "4.8.0"> -<!ENTITY findutils-size "1,940 KB"> +<!ENTITY findutils-version "4.9.0"> +<!ENTITY findutils-size "1,999 KB"> <!ENTITY findutils-url "&gnu;findutils/findutils-&findutils-version;.tar.xz"> -<!ENTITY findutils-md5 "eeefe2e6380931a77dfa6d9350b43186"> +<!ENTITY findutils-md5 "4a4a547e888a944b2f3af31d789a1137"> <!ENTITY findutils-home "&gnu-software;findutils/"> <!ENTITY findutils-tmp-du "40 MB"> <!ENTITY findutils-tmp-sbu "0.2 SBU"> @@ -258,10 +258,10 @@ <!ENTITY gettext-fin-du "231 MB"> <!ENTITY gettext-fin-sbu "2.9 SBU"> -<!ENTITY glibc-version "2.34"> -<!ENTITY glibc-size "16,896 KB"> +<!ENTITY glibc-version "2.35"> +<!ENTITY glibc-size "17,741 KB"> <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.xz"> -<!ENTITY glibc-md5 "31998b53fb39cb946e96abc310af1c89"> +<!ENTITY glibc-md5 "dd571c67d85d89d7f60b854a4e207423"> <!ENTITY glibc-home "&gnu-software;libc/"> <!ENTITY glibc-tmp-du "744 MB"> <!ENTITY glibc-tmp-sbu "4.2 SBU"> @@ -321,10 +321,10 @@ <!ENTITY gzip-fin-du "19 MB"> <!ENTITY gzip-fin-sbu "0.1 SBU"> -<!ENTITY iana-etc-version "20220120"> -<!ENTITY iana-etc-size "582 KB"> +<!ENTITY iana-etc-version "20220128"> +<!ENTITY iana-etc-size "580 KB"> <!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz"> -<!ENTITY iana-etc-md5 "046bf3f53cbe30636fe50dbf5bfa1c17"> +<!ENTITY iana-etc-md5 "ff7207e953007fe8c96ba7e988122825"> <!ENTITY iana-etc-home "https://www.iana.org/protocols"> <!ENTITY iana-etc-fin-du "4.7 MB"> <!ENTITY iana-etc-fin-sbu "less than 0.1 SBU"> @@ -428,12 +428,12 @@ <!ENTITY linux-major-version "5"> <!ENTITY linux-minor-version "16"> -<!ENTITY linux-patch-version "4"> +<!ENTITY linux-patch-version "5"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "124,547 KB"> +<!ENTITY linux-size "124,563 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "4a6796ff9e020abb3666d40775ab4867"> +<!ENTITY linux-md5 "a43d3e38bc5fb35767fdfbf3075ea7e0"> <!ENTITY linux-home "https://www.kernel.org/"> <!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is allnoconfig rounded down to allow for ongoing cleanups, diff --git a/patches.ent b/patches.ent index d98eb0d9b..11e3e193b 100644 --- a/patches.ent +++ b/patches.ent @@ -24,6 +24,10 @@ <!ENTITY coreutils-i18n-patch-md5 "1eeba2736dfea013509f9975365e4e32"> <!ENTITY coreutils-i18n-patch-size "166 KB"> +<!ENTITY coreutils-chmod-patch "coreutils-&coreutils-version;-chmod_fix-1.patch"> +<!ENTITY coreutils-chmod-patch-md5 "4709df88e68279e6ef357aa819ba5b1a"> +<!ENTITY coreutils-chmod-patch-size "3.8 KB"> + <!-- <!ENTITY flex-fixes-patch "flex-&flex-version;-upstream_fixes-3.patch"> <!ENTITY flex-fixes-patch-md5 "b46f6b0380e502a3dfb8b503227cd680"> |