mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Update to flex-2.6.3.
Update to xz-5.2.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
fc54d2e791
commit
9742edf147
@ -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>2017-01-01</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to flex-2.6.3. Fixes
|
||||
<ulink url="&lfs-ticket-root;4020">#4020</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to xz-5.2.3. Fixes
|
||||
<ulink url="&lfs-ticket-root;4021">#4021</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2016-12-21</para>
|
||||
<itemizedlist>
|
||||
|
@ -230,9 +230,9 @@
|
||||
<!--<listitem>
|
||||
<para>XML-Parser-&xml-parser-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>XZ-Utils &xz-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Zlib &zlib-version;</para>
|
||||
</listitem>-->
|
||||
|
@ -49,7 +49,7 @@
|
||||
<para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<!--
|
||||
<varlistentry>
|
||||
<term>Flex Fixes Patch - <token>&flex-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
@ -57,7 +57,7 @@
|
||||
<para>MD5 sum: <literal>&flex-fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<!--
|
||||
|
||||
<varlistentry>
|
||||
<term>Gccc ASAN Patch - <token>&gcc-asan-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -41,11 +41,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Flex</title>
|
||||
|
||||
<para>Fix an issue that was discovered after release:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&flex-fixes-patch; &&
|
||||
touch src/scan.*</userinput></screen>
|
||||
|
||||
<para>The build procedure assumes the <application>help2man</application>
|
||||
program is available to create a man page from the executable --help option.
|
||||
This is not present, so we use an environment variable to skip this process.
|
||||
|
@ -44,13 +44,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Xz</title>
|
||||
|
||||
<para>First, fix an internal problem:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -e '/mf\.buffer = NULL/a next->coder->mf.size = 0;' \
|
||||
-i src/liblzma/lz/lz_encoder.c</userinput></screen>
|
||||
|
||||
|
||||
|
||||
<para>Prepare Xz for compilation with:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!ENTITY version "SVN-20161221">
|
||||
<!ENTITY version "SVN-20170101">
|
||||
<!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 "20161221-systemd">
|
||||
<!ENTITY versiond "20170101-systemd">
|
||||
<!ENTITY short-versiond "systemd">
|
||||
<!ENTITY generic-versiond "systemd">
|
||||
|
||||
<!ENTITY releasedate "December 21, 2016">
|
||||
<!ENTITY releasedate "January 1, 2016">
|
||||
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.11">
|
||||
|
||||
|
12
packages.ent
12
packages.ent
@ -187,10 +187,10 @@
|
||||
<!ENTITY findutils-ch6-du "48 MB">
|
||||
<!ENTITY findutils-ch6-sbu "1.6 SBU">
|
||||
|
||||
<!ENTITY flex-version "2.6.2">
|
||||
<!ENTITY flex-size "1,370 KB">
|
||||
<!ENTITY flex-version "2.6.3">
|
||||
<!ENTITY flex-size "1,373 KB">
|
||||
<!ENTITY flex-url "https://github.com/westes/flex/releases/download/v&flex-version;/flex-&flex-version;.tar.gz">
|
||||
<!ENTITY flex-md5 "cc6d76c333db7653d5caf423a3335239">
|
||||
<!ENTITY flex-md5 "a5f65570cd9107ec8a8ec88f17b31bb1">
|
||||
<!ENTITY flex-home "http://flex.sourceforge.net">
|
||||
<!ENTITY flex-ch6-du "31 MB">
|
||||
<!ENTITY flex-ch6-sbu "0.4 SBU">
|
||||
@ -632,10 +632,10 @@
|
||||
<!ENTITY xml-parser-ch6-du "2.0 MB">
|
||||
<!ENTITY xml-parser-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY xz-version "5.2.2">
|
||||
<!ENTITY xz-size "993 KB">
|
||||
<!ENTITY xz-version "5.2.3">
|
||||
<!ENTITY xz-size "1009 KB">
|
||||
<!ENTITY xz-url "http://tukaani.org/xz/xz-&xz-version;.tar.xz">
|
||||
<!ENTITY xz-md5 "e26772b69940085c0632589ab1d52e64">
|
||||
<!ENTITY xz-md5 "60fb79cab777e3f71ca43d298adacbd5">
|
||||
<!ENTITY xz-home "http://tukaani.org/xz">
|
||||
<!ENTITY xz-ch5-du "16 MB">
|
||||
<!ENTITY xz-ch5-sbu "0.2 SBU">
|
||||
|
@ -14,11 +14,11 @@
|
||||
<!ENTITY coreutils-i18n-patch-md5 "e1f87b10b23d66344e5e99e7fabfa7a2">
|
||||
<!ENTITY coreutils-i18n-patch-size "168 KB">
|
||||
|
||||
<!--
|
||||
<!ENTITY flex-fixes-patch "flex-&flex-version;-fixes-1.patch">
|
||||
<!ENTITY flex-fixes-patch-md5 "ab07c395c5c96839f4fbc7801ed4cf73">
|
||||
<!ENTITY flex-fixes-patch-size "200 KB">
|
||||
|
||||
<!--
|
||||
<!ENTITY gcc-asan-patch "gcc-&gcc-version;-asan-1.patch">
|
||||
<!ENTITY gcc-asan-patch-md5 "c12ab2e323010fda83bfccc27f58f0b5">
|
||||
<!ENTITY gcc-asan-patch-size "2.8 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user