OSDN Git Service

[lfsja-git] r10.1-180 対応。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Mon, 9 Aug 2021 01:57:03 +0000 (10:57 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Mon, 9 Aug 2021 01:57:03 +0000 (10:57 +0900)
configure
src/chapter01/changelog.ch
src/chapter01/jchangelog.ch
src/chapter08/libffi.ch
src/general.ch
src/prologue/why.ch
version.ac

index aaac545..84e408b 100755 (executable)
--- a/configure
+++ b/configure
@@ -4720,7 +4720,7 @@ fi
 
 
 
-TARGETVER=r10.1-176
+TARGETVER=r10.1-180
 
 (cd ${bookdir} && sh git-version.sh)
 if test -f ${bookdir}/version.ent; then
index ef098fc..ea6f68f 100644 (file)
 @z
 
 @x
+      <para>2021-08-08</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to linux-5.13.9. Fixes
+          <ulink url="&lfs-ticket-root;4900">#4900</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libffi-3.4.2. Fixes
+          <ulink url="&lfs-ticket-root;4902">#4902</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+@y
+      <para>2021-08-08</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - linux-5.13.9 へのアップデート。
+          <ulink url="&lfs-ticket-root;4900">#4900</ulink> を Fix に。</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - libffi-3.4.2 へのアップデート。
+          <ulink url="&lfs-ticket-root;4902">#4902</ulink> を Fix に。</para>
+        </listitem>
+      </itemizedlist>
+@z
+
+@x
       <para>2021-08-06</para>
       <itemizedlist>
         <listitem>
index c9ddbb3..db0e93d 100644 (file)
 
 -->
    <listitem>
+      <para>2021-08-09</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          r10.1-180 (<ulink url="&lfs-changeset;c3f8922b5">c3f8922b5</ulink>) までの対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2021-08-07</para>
       <itemizedlist>
         <listitem>
index 4add038..df605f5 100644 (file)
@@ -3,10 +3,6 @@
 %
 % 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
           </para>
 @z
 
+@x --disable-exec-static-tramp
+          <para>Disable static trampoline support.  It's a new security
+          feature in libffi, but some BLFS packages (notably
+          <application>GJS</application> and
+          <application>gobject-introspection</application>) have not been
+          adapted for it.</para>
+@y
+          <para>
+          スタティックなトランポリン (trampoline) サポートを無効にします。
+          これは libffi における新しいセキュリティ機能ですが、BLFS パッケージの中 (特に <application>GJS</application> や <application>gobject-introspection</application> ) では、この機能に対応していないものがあります。
+          </para>
+@z
+
 @x
     <para>Compile the package:</para>
 @y
index f052e96..030a7bb 100644 (file)
@@ -24,9 +24,9 @@
 <!ENTITY releasedate     "August 26th, 2021">
 <!ENTITY copyrightdate   "1999-2021">
 -->
-<!ENTITY jversion        "20210807">
-<!ENTITY jversiond       "20210807">
-<!ENTITY jcorrespondSHA  "26560c186"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
+<!ENTITY jversion        "20210809">
+<!ENTITY jversiond       "20210809">
+<!ENTITY jcorrespondSHA  "c3f8922b5"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
 <!ENTITY dir-jversion    "git-ja">
 <!ENTITY dir-jversiond   "git-sysdja">
 @z
index 1543ca9..0b36807 100644 (file)
 @x Expect
         <para>This package contains a program for carrying out scripted
         dialogues with other interactive programs.  It is commonly used
-        for testing other packages.  It is only installed in the temporary
-        toolchain.</para>
+        for testing other packages.</para>
 @y
         <para>
         このパッケージは、スクリプトで作られた対話型プログラムを通じて、他のプログラムとのやりとりを行うプログラムを提供します。
         通常は他のパッケージをテストするために利用します。
-        本書では一時的なツールチェーンの構築時にしかインストールしません。
         </para>
 @z
 
index a34a450..3410368 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
-m4_define([lfs_version], [r10.1-176])
-m4_define([lfsd_version], [r10.1-176-systemd])
+m4_define([lfs_version], [r10.1-180])
+m4_define([lfsd_version], [r10.1-180-systemd])