コミットメタ情報

リビジョンa7875afcaf82b792d36f3d123a7893e83525545d (tree)
日時2021-07-18 08:24:38
作者matsuand <30614168+matsuand@user...>
コミッターmatsuand

ログメッセージ

[lfsja-git] r10.1-122 対応。

変更サマリ

差分

--- a/configure
+++ b/configure
@@ -4720,7 +4720,7 @@ fi
47204720
47214721
47224722
4723-TARGETVER=r10.1-121
4723+TARGETVER=r10.1-122
47244724
47254725 (cd ${bookdir} && sh git-version.sh)
47264726 if test -f ${bookdir}/version.ent; then
--- a/src/appendices/dependencies.ch
+++ b/src/appendices/dependencies.ch
@@ -1888,9 +1888,9 @@
18881888 <seg>GDBM, Glibc</seg>
18891889 @z
18901890 @x
1891- <seg>Iana-Etc and Procps-ng</seg>
1891+ <seg>Iana-Etc, Less. and Procps-ng</seg>
18921892 @y
1893- <seg>Iana-Etc, Procps-ng</seg>
1893+ <seg>Iana-Etc, Less, Procps-ng</seg>
18941894 @z
18951895 @x
18961896 <seg>Autoconf</seg>
--- a/src/chapter01/changelog.ch
+++ b/src/chapter01/changelog.ch
@@ -50,6 +50,26 @@
5050 @z
5151
5252 @x
53+ <para>2021-07-17</para>
54+ <itemizedlist>
55+ <listitem>
56+ <para>[ken] - Fix test failures in perl-5.34.0 by building less before
57+ perl and by patching perl for a problem highlighted by gdbm-1.20. Fixes
58+ <ulink url="&lfs-ticket-root;4885">#4885</ulink>.</para>
59+ </listitem>
60+ </itemizedlist>
61+@y
62+ <para>2021-07-17</para>
63+ <itemizedlist>
64+ <listitem>
65+ <para>[ken] - perl の前に less をビルドすることで、perl-5.34.0 のテスト失敗を修正。
66+ また gdbm-1.20 において明らかになった問題に対して perl へのパッチ適用とする。
67+ <ulink url="&lfs-ticket-root;4885">#4885</ulink> を Fix に。</para>
68+ </listitem>
69+ </itemizedlist>
70+@z
71+
72+@x
5373 <para>2021-07-15</para>
5474 <itemizedlist>
5575 <listitem>
--- a/src/chapter01/jchangelog.ch
+++ b/src/chapter01/jchangelog.ch
@@ -60,6 +60,17 @@
6060 -->
6161
6262 <listitem>
63+ <para>2021-07-18</para>
64+ <itemizedlist>
65+ <listitem>
66+ <para>[matsuand] -
67+ r10.1-122 (<ulink url="&lfs-changeset;ac9f3952a">ac9f3952a</ulink>) までの対応。
68+ </para>
69+ </listitem>
70+ </itemizedlist>
71+ </listitem>
72+
73+ <listitem>
6374 <para>2021-07-16</para>
6475 <itemizedlist>
6576 <listitem>
--- a/src/chapter03/patches.ch
+++ b/src/chapter03/patches.ch
@@ -97,6 +97,12 @@
9797 <para>&Download;: <ulink url="&patches-root;&libpipeline-checks-patch;"/></para>
9898 @z
9999
100+@x Perl Upstream Fix Patch
101+ <para>Download: <ulink url="&patches-root;&perl-fix-patch;"/></para>
102+@y
103+ <para>&Download;: <ulink url="&patches-root;&perl-fix-patch;"/></para>
104+@z
105+
100106 @x Sysvinit Consolidated Patch
101107 <para>Download: <ulink url="&patches-root;&sysvinit-consolidated-patch;"/></para>
102108 @y
--- a/src/chapter08/perl.ch
+++ b/src/chapter08/perl.ch
@@ -3,10 +3,6 @@
33 %
44 % This is a CTIE change file for the original XML source of the LFSbook.
55 %
6-% $Author$
7-% $Rev$
8-% $Date:: $
9-%
106 @x
117 <?xml version="1.0" encoding="ISO-8859-1"?>
128 @y
@@ -29,6 +25,15 @@
2925 @z
3026
3127 @x
28+ <para>First, apply a patch that fixes an issue highlighted by recent
29+ versions of gdbm:</para>
30+@y
31+ <para>
32+ はじめに、gdbm の最新版において明らかになった問題を修正するためのパッチを適用します。
33+ </para>
34+@z
35+
36+@x
3237 <para>This version of Perl now builds the Compress::Raw::Zlib and
3338 Compress::Raw::BZip2 modules. By
3439 default Perl will use an internal copy of the sources for the build.
--- a/src/general.ch
+++ b/src/general.ch
@@ -24,9 +24,9 @@
2424 <!ENTITY releasedate "August 26th, 2021">
2525 <!ENTITY copyrightdate "1999-2021">
2626 -->
27-<!ENTITY jversion "20210716">
28-<!ENTITY jversiond "20210716">
29-<!ENTITY jcorrespondSHA "f3997370c"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
27+<!ENTITY jversion "20210718">
28+<!ENTITY jversiond "20210718">
29+<!ENTITY jcorrespondSHA "ac9f3952a"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
3030 <!ENTITY dir-jversion "git-ja">
3131 <!ENTITY dir-jversiond "git-sysdja">
3232 @z
--- a/version.ac
+++ b/version.ac
@@ -2,5 +2,5 @@ dnl
22 dnl This is part of LFSbookja package.
33 dnl
44 dnl m4-include this file to define the current LFS version
5-m4_define([lfs_version], [r10.1-121])
6-m4_define([lfsd_version], [r10.1-121-systemd])
5+m4_define([lfs_version], [r10.1-122])
6+m4_define([lfsd_version], [r10.1-122-systemd])
旧リポジトリブラウザで表示