OSDN Git Service

[lfsja-git] r10.1-69 対応。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Sat, 15 May 2021 02:16:29 +0000 (11:16 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Sat, 15 May 2021 02:16:29 +0000 (11:16 +0900)
configure
src/chapter01/changelog.ch
src/chapter01/jchangelog.ch
src/chapter05/glibc.ch
src/chapter08/glibc.ch
src/chapter08/openssl.ch
src/general.ch
version.ac

index bb14eef..74a8d65 100755 (executable)
--- a/configure
+++ b/configure
@@ -4720,7 +4720,7 @@ fi
 
 
 
 
 
 
-TARGETVER=r10.1-63
+TARGETVER=r10.1-69
 
 (cd ${bookdir} && sh git-version.sh)
 if test -f ${bookdir}/version.ent; then
 
 (cd ${bookdir} && sh git-version.sh)
 if test -f ${bookdir}/version.ent; then
index 3997c0b..bd9d958 100644 (file)
 @z
 
 @x
 @z
 
 @x
+      <para>2021-05-14</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Add a Note about upgrading in OpenSSL.</para>
+        </listitem>
+      </itemizedlist>
+@y
+      <para>2021-05-14</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - OpenSSL アップグレード時に関してのメモを追加。</para>
+        </listitem>
+      </itemizedlist>
+@z
+
+@x
       <para>2021-05-12</para>
       <itemizedlist>
         <listitem>
       <para>2021-05-12</para>
       <itemizedlist>
         <listitem>
index 37ded21..db75129 100644 (file)
 -->
 
    <listitem>
 -->
 
    <listitem>
+      <para>2021-05-15</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          r10.1-69 (<ulink url="&lfs-changeset;6df63e484">6df63e484</ulink>) までの対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2021-05-14</para>
       <itemizedlist>
         <listitem>
       <para>2021-05-14</para>
       <itemizedlist>
         <listitem>
index 3333a43..0b7c5d0 100644 (file)
           </para>
 @z
 
           </para>
 @z
 
+@x libc_cv_rtlddir=/usr/lib
+          <para>Fix hardcoded path to the executable loader in the
+            <command>ldd</command> script.</para>
+@y
+          <para><command>ldd</command> スクリプト内にある実行ローダーへのパスがハードコーディングされているので、これを修正します。</para>
+@z
+
 @x libc_cv_include_x86_isa_level=no
           <para>This disables <quote>x86 ISA needed</quote> property in
           Glibc libraries.  Use it <emphasis role="bold">if</emphasis>
 @x libc_cv_include_x86_isa_level=no
           <para>This disables <quote>x86 ISA needed</quote> property in
           Glibc libraries.  Use it <emphasis role="bold">if</emphasis>
index d76e1cd..710a998 100644 (file)
           </para>
 @z
 
           </para>
 @z
 
+@x libc_cv_rtlddir=/usr/lib
+          <para>Fix hardcoded path to the executable loader in the
+            <command>ldd</command> script.</para>
+@y
+          <para><command>ldd</command> スクリプト内にある実行ローダーへのパスがハードコーディングされているので、これを修正します。</para>
+@z
+
 @x libc_cv_include_x86_isa_level=no
           <para>This disables <quote>x86 ISA needed</quote> property in
           Glibc libraries.  Use it <emphasis role="bold">if</emphasis>
 @x libc_cv_include_x86_isa_level=no
           <para>This disables <quote>x86 ISA needed</quote> property in
           Glibc libraries.  Use it <emphasis role="bold">if</emphasis>
index a32b1b2..1fc1e8b 100644 (file)
@@ -3,10 +3,6 @@
 %
 % This is a CTIE change file for the original XML source of the LFSbook.
 %
 %
 % This is a CTIE change file for the original XML source of the LFSbook.
 %
-% $Author$
-% $Rev$
-% $Date::                           $
-%
 @x
 <?xml version="1.0" encoding="ISO-8859-1"?>
 @y
 @x
 <?xml version="1.0" encoding="ISO-8859-1"?>
 @y
 @z
 
 @x
 @z
 
 @x
+        You should update OpenSSL when a new version which fixes vulnerabilities
+        is announced. The releases run in series, with a letter for each release
+        after the initial release (e.g. 1.1.1, 1.1.1a, 1.1.1b, etc). Because LFS
+        installs only the shared libraries, there is no need to recompile packages
+        which link to <filename class="libraryfile">libcrypto.so</filename> or
+        <filename class="libraryfile">libssl.so</filename>
+        <emphasis>when upgrading in the same series.</emphasis>
+@y
+        ぜい弱性への対処を行った新バージョンが公開されたら、OpenSSL をアップデートすることになります。
+        リリースは公開される順に従って、初期リリースバージョンに英字 1 文字をつけて公開されます(たとえば 1.1.1、1.1.1a、1.1.1b、1.1.1c といった具合です)。
+        本パッケージは <filename class="libraryfile">libcrypto.so</filename> または
+        <filename class="libraryfile">libssl.so</filename> へのリンクを行っていますが、LFS では共有ライブラリをインストールだけなので、<emphasis role="bold">同一シリーズ内でのアップグレードである限り</emphasis> は、パッケージを再コンパイルする必要はありません。
+@z
+
+@x
+        However, any running programs linked to those libraries need to be stopped
+        and restarted. The following command, run as
+        <systemitem class="username">root</systemitem> after udating, will list what is
+        using the old versions of those libraries:
+@y
+        そうであっても、それらのライブラリにリンクしているプログラムが稼働中であるなら、一度停止してから再起動することが必要です。
+        アップデートを行った後は、以下のコマンドを <systemitem
+        class="username">root</systemitem> ユーザーで実行すれば、どれが古いバージョンのライブラリを利用しているのかが一覧表示されます。
+@z
+
+@x
+        If you used <application>OpenSSH</application> to login to the system, you
+        need to logout, login again, and rerun that command to confirm nothing is
+        still using the deleted libraries.
+@y
+        <application>OpenSSH</application> を利用してシステムにログインしている場合は、ログアウトが必要です。
+        そして上のコマンドを実行すれば、削除されたライブラリがないかどうかを確認することができます。
+@z
+
+@x
     <title>Contents of OpenSSL</title>
 @y
     <title>&ContentsOf1;OpenSSL&ContentsOf2;</title>
     <title>Contents of OpenSSL</title>
 @y
     <title>&ContentsOf1;OpenSSL&ContentsOf2;</title>
index 48622e6..2616780 100644 (file)
@@ -24,9 +24,9 @@
 <!ENTITY releasedate     "August 26th, 2021">
 <!ENTITY copyrightdate   "1999-2021">
 -->
 <!ENTITY releasedate     "August 26th, 2021">
 <!ENTITY copyrightdate   "1999-2021">
 -->
-<!ENTITY jversion        "20210514">
-<!ENTITY jversiond       "20210514">
-<!ENTITY jcorrespondSHA  "8725caed0"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
+<!ENTITY jversion        "20210515">
+<!ENTITY jversiond       "20210515">
+<!ENTITY jcorrespondSHA  "6df63e484"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
 <!ENTITY dir-jversion    "git-ja">
 <!ENTITY dir-jversiond   "git-sysdja">
 @z
 <!ENTITY dir-jversion    "git-ja">
 <!ENTITY dir-jversiond   "git-sysdja">
 @z
index 5e359e6..3cfbc7b 100644 (file)
@@ -2,5 +2,5 @@ dnl
 dnl  This is part of LFSbookja package.
 dnl 
 dnl m4-include this file to define the current LFS version
 dnl  This is part of LFSbookja package.
 dnl 
 dnl m4-include this file to define the current LFS version
-m4_define([lfs_version], [r10.1-63])
-m4_define([lfsd_version], [r10.1-63-systemd])
+m4_define([lfs_version], [r10.1-69])
+m4_define([lfsd_version], [r10.1-69-systemd])