mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
MultiLib: Merge changes from trunk
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
95906db003
commit
66a21f1a48
@ -285,7 +285,7 @@
|
||||
<segtitle>&external;</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>Debuginfod</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -44,6 +44,38 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2020-05-21</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Fix a crash at early boot when using
|
||||
CONFIG_STACK_PROTECTOR_STRONG=y in kernel configuration.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2020-05-16</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to meson-0.54.2. Fixes
|
||||
<ulink url="&lfs-ticket-root;4656">#4656</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to Python-3.8.3. Fixes
|
||||
<ulink url="&lfs-ticket-root;4655">#4655</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to bison-3.6.1. Fixes
|
||||
<ulink url="&lfs-ticket-root;4654">#4654</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to linux-5.6.13. Fixes
|
||||
<ulink url="&lfs-ticket-root;4653">#4653</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem revision="systemd">
|
||||
<para>2020-05-09</para>
|
||||
<itemizedlist>
|
||||
|
@ -71,7 +71,7 @@
|
||||
|
||||
<para>Install the package and do some cleanup:</para>
|
||||
|
||||
<screen><userinput remap="install">make lib=lib install
|
||||
<screen><userinput remap="install">make lib=lib PKGCONFIGDIR=/usr/lib/pkgconfig install
|
||||
chmod -v 755 /lib/libcap.so.&libcap-version;
|
||||
mv -v /lib/libpsx.a /usr/lib
|
||||
rm -v /lib/libcap.so
|
||||
|
@ -54,6 +54,16 @@
|
||||
kernel compilation. Do not rely on the source tree being clean after
|
||||
un-tarring.</para>
|
||||
|
||||
<!-- The following paragraph and sed should be only necessary on the 5.6
|
||||
series, but check when 5.7 is out. -->
|
||||
<para>When using <envar>CONFIG_STACKPROTECTOR_STRONG=y</envar>, and
|
||||
compiling with GCC 10 and later, the default optimization is too
|
||||
aggressive, and generates a kernel panic when booting. This can be
|
||||
fixed with:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -e '/cpu_startup/a asm("");' \
|
||||
-i arch/x86/{kernel/smpboot.c,xen/smp_pv.c}</userinput></screen>
|
||||
|
||||
<!-- Support for compiling a keymap into the kernel is deliberately removed -->
|
||||
|
||||
<para>Configure the kernel via a menu-driven interface. For general
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!ENTITY version "SVN-20200508">
|
||||
<!ENTITY version "SVN-20200521">
|
||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||
Change to x.y for release but not -rc releases -->
|
||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||
|
||||
<!ENTITY versiond "20200509-systemd">
|
||||
<!ENTITY versiond "20200521-systemd">
|
||||
<!ENTITY short-versiond "systemd">
|
||||
<!ENTITY generic-versiond "systemd">
|
||||
|
||||
<!ENTITY releasedate "May 9th, 2020">
|
||||
<!ENTITY releasedate "May 21st, 2020">
|
||||
|
||||
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->
|
||||
|
||||
|
28
packages.ent
28
packages.ent
@ -70,10 +70,10 @@
|
||||
<!ENTITY binutils-ch6-du "5.1 GB">
|
||||
<!ENTITY binutils-ch6-sbu "6.7 SBU">
|
||||
|
||||
<!ENTITY bison-version "3.6">
|
||||
<!ENTITY bison-size "2,406 KB">
|
||||
<!ENTITY bison-version "3.6.1">
|
||||
<!ENTITY bison-size "2,407 KB">
|
||||
<!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
|
||||
<!ENTITY bison-md5 "132d05287e2c9f98d848e2366f17a949">
|
||||
<!ENTITY bison-md5 "16fa3e60f2c33888c6ef7af64c89e182">
|
||||
<!ENTITY bison-home "&gnu-software;bison/">
|
||||
<!ENTITY bison-ch5-du "43 MB">
|
||||
<!ENTITY bison-ch5-sbu "0.3 SBU">
|
||||
@ -433,12 +433,12 @@
|
||||
|
||||
<!ENTITY linux-major-version "5">
|
||||
<!ENTITY linux-minor-version "6">
|
||||
<!ENTITY linux-patch-version "11">
|
||||
<!ENTITY linux-patch-version "13">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!ENTITY linux-size "109,179 KB">
|
||||
<!ENTITY linux-size "109,177 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||
<!ENTITY linux-md5 "2af56bf5539b0e21fd6b27e0941a92aa">
|
||||
<!ENTITY linux-md5 "73fa7a9e7c42a9ab2cc8151d20e8d6b6">
|
||||
<!ENTITY linux-home "https://www.kernel.org/">
|
||||
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
|
||||
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
||||
@ -497,10 +497,10 @@
|
||||
<!ENTITY man-pages-ch6-du "31 MB">
|
||||
<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY meson-version "0.54.1">
|
||||
<!ENTITY meson-size "1,648 KB">
|
||||
<!ENTITY meson-version "0.54.2">
|
||||
<!ENTITY meson-size "1,652 KB">
|
||||
<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
|
||||
<!ENTITY meson-md5 "1624d083535ec188adad71ba46d770b3">
|
||||
<!ENTITY meson-md5 "6da6600c230d4124a73ca77ffef69cad">
|
||||
<!ENTITY meson-home "https://mesonbuild.com">
|
||||
<!ENTITY meson-ch6-du "31 MB">
|
||||
<!ENTITY meson-ch6-sbu "less than 0.1 SBU">
|
||||
@ -594,19 +594,19 @@
|
||||
<!-- If python minor version changes, updates in python and
|
||||
meson pages will be needed: python3.6 and python3.6m -->
|
||||
|
||||
<!ENTITY python-version "3.8.2">
|
||||
<!ENTITY python-version "3.8.3">
|
||||
<!ENTITY python-minor "3.8">
|
||||
<!ENTITY python-size "17,452 KB">
|
||||
<!ENTITY python-size "17,494 KB">
|
||||
<!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz">
|
||||
<!ENTITY python-md5 "e9d6ebc92183a177b8e8a58cad5b8d67">
|
||||
<!ENTITY python-md5 "3000cf50aaa413052aef82fd2122ca78">
|
||||
<!ENTITY python-home "https://www.python.org/">
|
||||
<!ENTITY python-ch5-du "409 MB">
|
||||
<!ENTITY python-ch5-sbu "1.3 SBU">
|
||||
<!ENTITY python-ch6-du "426 MB">
|
||||
<!ENTITY python-ch6-sbu "1.2 SBU">
|
||||
<!ENTITY python-docs-url "https://www.python.org/ftp/python/doc/&python-version;/python-&python-version;-docs-html.tar.bz2">
|
||||
<!ENTITY python-docs-md5 "e538aa735bc61e2260fb281aeb890872">
|
||||
<!ENTITY python-docs-size "6,384 KB">
|
||||
<!ENTITY python-docs-md5 "2568df23eb5ad90aabab4b1e84b99fd9">
|
||||
<!ENTITY python-docs-size "6,404 KB">
|
||||
|
||||
<!ENTITY readline-version "8.0">
|
||||
<!ENTITY readline-size "2,907 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user