OSDN Git Service

[lfsja-git] r11.0-188 対応。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Sun, 20 Feb 2022 01:15:50 +0000 (10:15 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Sun, 20 Feb 2022 01:15:50 +0000 (10:15 +0900)
configure
src/chapter01/changelog.ch
src/chapter01/jchangelog.ch
src/chapter02/hostreqs.ch
src/chapter05/gcc-pass1.ch
src/general.ch
version.ac

index 3dc07c1..0665948 100755 (executable)
--- a/configure
+++ b/configure
@@ -4737,7 +4737,7 @@ fi
 
 
 
-TARGETVER=r11.0-186
+TARGETVER=r11.0-188
 if test "x$revspec" = "xsystemd"; then
   TARGETVER="$TARGETVER-systemd"
 fi
index 3a5a999..63f8519 100644 (file)
@@ -63,7 +63,7 @@
           <ulink url="&lfs-ticket-root;5008">#5008</ulink>.</para>
         </listitem>
         <listitem>
-          <para>[bdubbs] - Update to vim-8.2.4383. Addresses
+          <para>[bdubbs] - Update to vim-8.2.4383 (Security Update). Addresses
           <ulink url="&lfs-ticket-root;4500">#4500</ulink>.</para>
         </listitem>
         <listitem>
@@ -91,7 +91,7 @@
           <ulink url="&lfs-ticket-root;5008">#5008</ulink> を Fix に。</para>
         </listitem>
         <listitem>
-          <para>[bdubbs] - vim-8.2.4383 へのアップデート。
+          <para>[bdubbs] - vim-8.2.4383(セキュリティアップデート)へのアップデート。
           <ulink url="&lfs-ticket-root;4500">#4500</ulink> において言及。</para>
         </listitem>
         <listitem>
index 399ccac..b4e5855 100644 (file)
 
 -->
    <listitem>
+      <para>2022-02-20</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          r11.0-188 (<ulink url="&lfs-changeset;a8ac5440a">a8ac5440a</ulink>) までの対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2022-02-19</para>
       <itemizedlist>
         <listitem>
index c58453e..36c2ce4 100644 (file)
 @z
 
 @x
-      <para><emphasis role="strong">Binutils-2.25</emphasis> (Versions
+      <para><emphasis role="strong">Binutils-2.13.1</emphasis> (Versions
       greater than &binutils-version; are not recommended as they have
       not been tested)</para>
 @y
       <para>
-      <emphasis role="strong">Binutils-2.25</emphasis> (&binutils-version; 以上のバージョンは、テストしていないためお勧めしません。)
+      <emphasis role="strong">Binutils-2.13.1</emphasis> (&binutils-version; 以上のバージョンは、テストしていないためお勧めしません。)
       </para>
 @z
 
 @z
 
 @x
-      <para><emphasis role="strong">GCC-6.2</emphasis> including the C++
+      <para><emphasis role="strong">GCC-4.8</emphasis> including the C++
       compiler, <command>g++</command> (Versions greater than &gcc-version; are
-      not recommended as they have not been tested)</para>
+      not recommended as they have not been tested). C and C++ standard
+      libraries (with headers) must also be present so the C++ compiler can
+      build hosted programs</para>
 @y
       <para>
-      <emphasis role="strong">GCC-5.2</emphasis> と C++ コンパイラである <command>g++</command> (&gcc-version; 以上のバージョンは、テストしていないためお勧めしません。)
-      </para>
-@z
-
-@x
-      <para><emphasis role="strong">Glibc-2.11</emphasis> (Versions
-      greater than &glibc-version; are not recommended as they have
-      not been tested)</para>
-@y
-      <para>
-      <emphasis role="strong">Glibc-2.11</emphasis> (&glibc-version; 以上のバージョンは、テストしていないためお勧めしません。)
+      <emphasis role="strong">GCC-4.8</emphasis> と C++ コンパイラーである <command>g++</command>
+      (&gcc-version; 以上のバージョンは、テストしていないためお勧めしません。)
+      ホストされたプログラムを C++ コンパイラーがビルドできるように、C および C++ の標準ライブラリ(ヘッダーを含む)が存在しなければなりません。
       </para>
 @z
 
index 317cb44..b768eb5 100644 (file)
 
 @x --with-glibc-version=&glibc-version;
           <para>This option specifies the version of glibc which will be
-          used on the target. It is not relevant to the minimum glibc
-          requirement specified in the
-          <xref linkend="ch-partitioning-hostreqs"/> because everything
-          compiled by pass1 gcc will run in the chroot environment,
-          which is isolated from glibc of the host distro.</para>
+          used on the target. It is not relevant to the libc of the host
+          distro because everything compiled by pass1 gcc will run in the
+          chroot environment, which is isolated from libc of the host
+          distro.</para>
 @y
           <para>
           このオプションは、ターゲットにおいて用いられることになる glibc のバージョンを指定します。
-          これは <xref linkend="ch-partitioning-hostreqs"/> に示している glibc の最低バージョンとは関係がありません。
-          1 回めの gcc によってコンパイルされるものは、すべて chroot 環境内で実行されるものであって、ホストにある glibc とは切り離されているためです。
+          これはホストディストリビューションにある libc のバージョンとは関係がありません。
+          1 回めの gcc によってコンパイルされるものは、すべて chroot 環境内で実行されるものであって、ホストにある libc とは切り離されているためです。
           </para>
 @z
 
index 92b0fa4..4d73300 100644 (file)
@@ -47,9 +47,9 @@
 <!ENTITY copyrightdate   "%crdate;">
 ]]>
 
-<!ENTITY jversion        "20220219">
-<!ENTITY jversiond       "20220219">
-<!ENTITY jcorrespondSHA  "9904ecb1d"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
+<!ENTITY jversion        "20220220">
+<!ENTITY jversiond       "20220220">
+<!ENTITY jcorrespondSHA  "a8ac5440a"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
 <!ENTITY dir-jversion    "git-ja">
 <!ENTITY dir-jversiond   "git-sysdja">
 @z
index fd8c96e..319faa7 100644 (file)
@@ -2,4 +2,4 @@ dnl
 dnl  This is part of LFSbookja package.
 dnl 
 dnl m4-include this file to define the current LFS version
-m4_define([lfs_version], [r11.0-186])
+m4_define([lfs_version], [r11.0-188])