mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Update to libcap-2.28.
Update to bison-3.5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ce2c730d5b
commit
957ce6b7af
@ -42,6 +42,20 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2019-12-12</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libcap-2.28. Fixes
|
||||
<ulink url="&lfs-ticket-root;4559">#4559</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to bison-3.5. Fixes
|
||||
<ulink url="&lfs-ticket-root;4561">#4561</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2019-12-10</para>
|
||||
<itemizedlist>
|
||||
|
@ -146,9 +146,9 @@
|
||||
<!--<listitem>
|
||||
<para>LFS-Bootscripts-&lfs-bootscripts-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Libcap-&libcap-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Libelf-&elfutils-version; (from elfutils)</para>
|
||||
</listitem>
|
||||
|
@ -39,19 +39,24 @@
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Bison</title>
|
||||
|
||||
<!--
|
||||
<para>First, fix a build problem with the current version:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i '9327 s/mv/cp/' Makefile.in</userinput></screen>
|
||||
|
||||
-->
|
||||
<para>Prepare Bison for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
|
||||
|
||||
<!-- I could not find a race condidtion in the current version.
|
||||
<para>Compile the package, but work around a race condition in the
|
||||
current version:</para>
|
||||
|
||||
<screen><userinput remap="make">make -j1</userinput></screen>
|
||||
<screen><userinput remap="make">make -j1</userinput></screen>-->
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
|
||||
<!--
|
||||
<para>To test the results (about 2.2 SBU), issue:</para>
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!ENTITY version "SVN-20191210">
|
||||
<!ENTITY version "SVN-20191212">
|
||||
<!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 "20191210-systemd">
|
||||
<!ENTITY versiond "20191212-systemd">
|
||||
<!ENTITY short-versiond "systemd">
|
||||
<!ENTITY generic-versiond "systemd">
|
||||
|
||||
<!ENTITY releasedate "December 10th, 2019">
|
||||
<!ENTITY releasedate "December 12th, 2019">
|
||||
|
||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "9.0">
|
||||
|
12
packages.ent
12
packages.ent
@ -69,10 +69,10 @@
|
||||
<!ENTITY binutils-ch6-du "5.1 GB">
|
||||
<!ENTITY binutils-ch6-sbu "7.4 SBU">
|
||||
|
||||
<!ENTITY bison-version "3.4.2">
|
||||
<!ENTITY bison-size "2,189 KB">
|
||||
<!ENTITY bison-version "3.5">
|
||||
<!ENTITY bison-size "2,287 KB">
|
||||
<!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
|
||||
<!ENTITY bison-md5 "d1ceb9dfde2d03b24a4c1137f7f1b572">
|
||||
<!ENTITY bison-md5 "c0230be066069f33c8445766833f3205">
|
||||
<!ENTITY bison-home "&gnu-software;bison/">
|
||||
<!ENTITY bison-ch5-du "39 MB">
|
||||
<!ENTITY bison-ch5-sbu "0.3 SBU">
|
||||
@ -388,10 +388,10 @@
|
||||
<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB">
|
||||
<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY libcap-version "2.27">
|
||||
<!ENTITY libcap-size "67 KB">
|
||||
<!ENTITY libcap-version "2.28">
|
||||
<!ENTITY libcap-size "93 KB">
|
||||
<!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
|
||||
<!ENTITY libcap-md5 "2e8f9fab32eb5ccb37969fe317fd17aa">
|
||||
<!ENTITY libcap-md5 "4066ddca53fb7e146f98372c8e43afc4">
|
||||
<!ENTITY libcap-home "https://sites.google.com/site/fullycapable/">
|
||||
<!ENTITY libcap-ch6-du "1.5 MB">
|
||||
<!ENTITY libcap-ch6-sbu "less than 0.1 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user