mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
MultiLib: Merge changes from trunk
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5066dee828
commit
b2c61c6500
2
Makefile
2
Makefile
@ -202,7 +202,7 @@ $(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml \
|
|||||||
stylesheets/md5sum.xsl \
|
stylesheets/md5sum.xsl \
|
||||||
$(RENDERTMP)/sysv-md5sum.xml
|
$(RENDERTMP)/sysv-md5sum.xml
|
||||||
$(Q)sed -i -e \
|
$(Q)sed -i -e \
|
||||||
"s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.bz2 | cut -d' ' -f1)/" \
|
"s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.xz | cut -d' ' -f1)/" \
|
||||||
$(BASEDIR)/md5sums
|
$(BASEDIR)/md5sums
|
||||||
|
|
||||||
#dump-commands: validate
|
#dump-commands: validate
|
||||||
|
@ -10,8 +10,8 @@ FILE=$1
|
|||||||
./make-aux-files.sh
|
./make-aux-files.sh
|
||||||
|
|
||||||
# Bootscript data
|
# Bootscript data
|
||||||
bootscripts=$(ls lfs-bootscripts*.bz2)
|
bootscripts=$(ls lfs-bootscripts*.xz)
|
||||||
base=$(basename $bootscripts .tar.bz2)
|
base=$(basename $bootscripts .tar.xz)
|
||||||
bootsize=$(ls -l --block-size=1024 $bootscripts | cut -f5 -d" ")
|
bootsize=$(ls -l --block-size=1024 $bootscripts | cut -f5 -d" ")
|
||||||
bootmd5=$(md5sum $bootscripts | cut -f1 -d" ")
|
bootmd5=$(md5sum $bootscripts | cut -f1 -d" ")
|
||||||
|
|
||||||
|
@ -44,6 +44,53 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2019-06-24</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Fixed issue with installing Check's documentation
|
||||||
|
in a verisoned directory. Thanks goes to Ryan Marsaw for the report.
|
||||||
|
This was fixed be removing the unrecognized/unused --docdir
|
||||||
|
and replacing it with a "docdir=" in the make install command.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2019-06-16</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Properly initialize a data structure in
|
||||||
|
OpenSSL to avoid valgrind uninitialized value errors. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4491">#4491</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to meson-0.51.0. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4483">#4483</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to gawk-5.0.1. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4486">#4486</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to expat-2.2.7. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4488">#4488</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to linux-5.1.15. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4487">#4487</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem revision="sysv">
|
||||||
|
<para>[bdubbs] - Update to sysvinit-2.95. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4484">#4484</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to bzip2-1.0.7. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4490">#4490</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2019-06-18</para>
|
<para>2019-06-18</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -70,7 +117,7 @@
|
|||||||
<para>[bdubbs] - Update to linux-5.1.10. Fixes
|
<para>[bdubbs] - Update to linux-5.1.10. Fixes
|
||||||
<ulink url="&lfs-ticket-root;4478">#4478</ulink>.</para>
|
<ulink url="&lfs-ticket-root;4478">#4478</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem revision="sysv">
|
<listitem>
|
||||||
<para>[bdubbs] - Update to less-551. Fixes
|
<para>[bdubbs] - Update to less-551. Fixes
|
||||||
<ulink url="&lfs-ticket-root;4477">#4477</ulink>.</para>
|
<ulink url="&lfs-ticket-root;4477">#4477</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -50,9 +50,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Bison-&bison-version;</para>
|
<para>Bison-&bison-version;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Bzip2-&bzip2-version;</para>
|
<para>Bzip2-&bzip2-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Check-&check-version;</para>
|
<para>Check-&check-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
@ -74,9 +74,9 @@
|
|||||||
<listitem revision="sysv">
|
<listitem revision="sysv">
|
||||||
<para>Eudev-&eudev-version;</para>
|
<para>Eudev-&eudev-version;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Expat-&expat-version;</para>
|
<para>Expat-&expat-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!-- <listitem>
|
<!-- <listitem>
|
||||||
<para>Expect-&expect-version;</para>
|
<para>Expect-&expect-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
|
@ -42,8 +42,7 @@
|
|||||||
|
|
||||||
<para>Prepare Check for compilation:</para>
|
<para>Prepare Check for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||||
--docdir=/usr/share/doc/check-&check-version;</userinput></screen>
|
|
||||||
|
|
||||||
<para>Build the package:</para>
|
<para>Build the package:</para>
|
||||||
|
|
||||||
@ -59,7 +58,7 @@
|
|||||||
|
|
||||||
<para>Install the package and fix a script:</para>
|
<para>Install the package and fix a script:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install
|
<screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install
|
||||||
sed -i '1 s/tools/usr/' /usr/bin/checkmk</userinput></screen>
|
sed -i '1 s/tools/usr/' /usr/bin/checkmk</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
<para>To test the results (about 11.0 SBU), issue:</para>
|
<para>To test the results<!--(about 11.0 SBU)-->, issue:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">make check</userinput></screen>
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
|
@ -43,6 +43,11 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of OpenSSL</title>
|
<title>Installation of OpenSSL</title>
|
||||||
|
|
||||||
|
<para>First, fix a problem identified upstream:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -i '/\} data/s/ =.*$/;\n memset(\&data, 0, sizeof(data));/' \
|
||||||
|
crypto/rand/rand_lib.c</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare OpenSSL for compilation:</para>
|
<para>Prepare OpenSSL for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./config --prefix=/usr \
|
<screen><userinput remap="configure">./config --prefix=/usr \
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20190618">
|
<!ENTITY version "SVN-20190629">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20190618-systemd">
|
<!ENTITY versiond "20190629-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "June 18, 2019">
|
<!ENTITY releasedate "June 29, 2019">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.5">
|
<!ENTITY milestone "8.5">
|
||||||
|
BIN
lfs-bootscripts-20190524.tar.xz
Normal file
BIN
lfs-bootscripts-20190524.tar.xz
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rm -f lfs-bootscripts*.tar.bz2
|
rm -f lfs-bootscripts*.tar.?z*
|
||||||
|
|
||||||
# Get base file name and move bootscripts directory to that name
|
# Get base file name and move bootscripts directory to that name
|
||||||
version=`grep "ENTITY lfs-bootscripts-version" packages.ent |cut -d'"' -f2`
|
version=`grep "ENTITY lfs-bootscripts-version" packages.ent |cut -d'"' -f2`
|
||||||
mv bootscripts lfs-bootscripts-$version
|
mv bootscripts lfs-bootscripts-$version
|
||||||
|
|
||||||
# Create the tarball and clean up
|
# Create the tarball and clean up
|
||||||
tar -cjf lfs-bootscripts-$version.tar.bz2 --exclude .svn lfs-bootscripts-$version
|
tar -cJf lfs-bootscripts-$version.tar.xz --exclude .svn lfs-bootscripts-$version
|
||||||
mv lfs-bootscripts-$version bootscripts
|
mv lfs-bootscripts-$version bootscripts
|
||||||
|
|
||||||
#rm -f udev-config*.bz2
|
#rm -f udev-config*.bz2
|
||||||
|
50
packages.ent
50
packages.ent
@ -80,10 +80,10 @@
|
|||||||
<!ENTITY bison-ch6-du "37 MB">
|
<!ENTITY bison-ch6-du "37 MB">
|
||||||
<!ENTITY bison-ch6-sbu "0.3 SBU">
|
<!ENTITY bison-ch6-sbu "0.3 SBU">
|
||||||
|
|
||||||
<!ENTITY bzip2-version "1.0.6">
|
<!ENTITY bzip2-version "1.0.7">
|
||||||
<!ENTITY bzip2-size "764 KB">
|
<!ENTITY bzip2-size "791 KB">
|
||||||
<!ENTITY bzip2-url "https://www.sourceware.org/pub/bzip2/bzip2-&bzip2-version;.tar.gz">
|
<!ENTITY bzip2-url "https://www.sourceware.org/pub/bzip2/bzip2-&bzip2-version;.tar.gz">
|
||||||
<!ENTITY bzip2-md5 "00b516f4704d4a7cb50a1d97e6e8e15b">
|
<!ENTITY bzip2-md5 "1a6a61cc867be4f3d6549037a09bf13e">
|
||||||
<!--<!ENTITY bzip2-home "http://www.bzip.org/">-->
|
<!--<!ENTITY bzip2-home "http://www.bzip.org/">-->
|
||||||
<!ENTITY bzip2-ch5-du "5.5 MB">
|
<!ENTITY bzip2-ch5-du "5.5 MB">
|
||||||
<!ENTITY bzip2-ch5-sbu "less than 0.1 SBU">
|
<!ENTITY bzip2-ch5-sbu "less than 0.1 SBU">
|
||||||
@ -167,10 +167,10 @@
|
|||||||
<!ENTITY eudev-ch6-du "82 MB">
|
<!ENTITY eudev-ch6-du "82 MB">
|
||||||
<!ENTITY eudev-ch6-sbu "0.2 SBU">
|
<!ENTITY eudev-ch6-sbu "0.2 SBU">
|
||||||
|
|
||||||
<!ENTITY expat-version "2.2.6">
|
<!ENTITY expat-version "2.2.7">
|
||||||
<!ENTITY expat-size "502 KB">
|
<!ENTITY expat-size "415 KB">
|
||||||
<!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.bz2">
|
<!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.xz">
|
||||||
<!ENTITY expat-md5 "ca047ae951b40020ac831c28859161b2">
|
<!ENTITY expat-md5 "3659bc0938db78815b5f5a9c24d732aa">
|
||||||
<!ENTITY expat-home "https://libexpat.github.io/">
|
<!ENTITY expat-home "https://libexpat.github.io/">
|
||||||
<!ENTITY expat-ch6-du "11 MB">
|
<!ENTITY expat-ch6-du "11 MB">
|
||||||
<!ENTITY expat-ch6-sbu "0.1 SBU">
|
<!ENTITY expat-ch6-sbu "0.1 SBU">
|
||||||
@ -212,10 +212,10 @@
|
|||||||
<!ENTITY flex-ch6-du "35 MB">
|
<!ENTITY flex-ch6-du "35 MB">
|
||||||
<!ENTITY flex-ch6-sbu "0.4 SBU">
|
<!ENTITY flex-ch6-sbu "0.4 SBU">
|
||||||
|
|
||||||
<!ENTITY gawk-version "5.0.0">
|
<!ENTITY gawk-version "5.0.1">
|
||||||
<!ENTITY gawk-size "2,931 KB">
|
<!ENTITY gawk-size "3,063 KB">
|
||||||
<!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.xz">
|
<!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.xz">
|
||||||
<!ENTITY gawk-md5 "129d061e362778cad070d1bbfe2b1183">
|
<!ENTITY gawk-md5 "f9db3f6715207c6f13719713abc9c707">
|
||||||
<!ENTITY gawk-home "&gnu-software;gawk/">
|
<!ENTITY gawk-home "&gnu-software;gawk/">
|
||||||
<!ENTITY gawk-ch5-du "43 MB">
|
<!ENTITY gawk-ch5-du "43 MB">
|
||||||
<!ENTITY gawk-ch5-sbu "0.2 SBU">
|
<!ENTITY gawk-ch5-sbu "0.2 SBU">
|
||||||
@ -391,7 +391,7 @@
|
|||||||
|
|
||||||
<!ENTITY lfs-bootscripts-version "20190524"> <!-- Scripts depend on this format -->
|
<!ENTITY lfs-bootscripts-version "20190524"> <!-- Scripts depend on this format -->
|
||||||
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">
|
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">
|
||||||
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
|
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz">
|
||||||
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">
|
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">
|
||||||
<!ENTITY lfs-bootscripts-home " ">
|
<!ENTITY lfs-bootscripts-home " ">
|
||||||
<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB">
|
<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB">
|
||||||
@ -431,12 +431,12 @@
|
|||||||
|
|
||||||
<!ENTITY linux-major-version "5">
|
<!ENTITY linux-major-version "5">
|
||||||
<!ENTITY linux-minor-version "1">
|
<!ENTITY linux-minor-version "1">
|
||||||
<!ENTITY linux-patch-version "11">
|
<!ENTITY linux-patch-version "15">
|
||||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||||
<!ENTITY linux-size "103,772 KB">
|
<!ENTITY linux-size "103,784 KB">
|
||||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||||
<!ENTITY linux-md5 "4f1eda4b7f6a4a6e2d66563cba307ce8">
|
<!ENTITY linux-md5 "373a50ac09f662469fe1c699b2cb2520">
|
||||||
<!ENTITY linux-home "https://www.kernel.org/">
|
<!ENTITY linux-home "https://www.kernel.org/">
|
||||||
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
|
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
|
||||||
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
||||||
@ -468,9 +468,9 @@
|
|||||||
<!ENTITY m4-ch6-sbu "0.4 SBU">
|
<!ENTITY m4-ch6-sbu "0.4 SBU">
|
||||||
|
|
||||||
<!ENTITY make-version "4.2.1">
|
<!ENTITY make-version "4.2.1">
|
||||||
<!ENTITY make-size "1,375 KB">
|
<!ENTITY make-size "1,932 KB">
|
||||||
<!ENTITY make-url "&gnu;make/make-&make-version;.tar.bz2">
|
<!ENTITY make-url "&gnu;make/make-&make-version;.tar.gz">
|
||||||
<!ENTITY make-md5 "15b012617e7c44c0ed482721629577ac">
|
<!ENTITY make-md5 "7d0dcb6c474b258aab4d54098f2cf5a7">
|
||||||
<!ENTITY make-home "&gnu-software;make/">
|
<!ENTITY make-home "&gnu-software;make/">
|
||||||
<!ENTITY make-ch5-du "13 MB">
|
<!ENTITY make-ch5-du "13 MB">
|
||||||
<!ENTITY make-ch5-sbu "0.1 SBU">
|
<!ENTITY make-ch5-sbu "0.1 SBU">
|
||||||
@ -493,10 +493,10 @@
|
|||||||
<!ENTITY man-pages-ch6-du "28 MB">
|
<!ENTITY man-pages-ch6-du "28 MB">
|
||||||
<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
|
<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY meson-version "0.50.1">
|
<!ENTITY meson-version "0.51.0">
|
||||||
<!ENTITY meson-size "1,370 KB">
|
<!ENTITY meson-size "1,416 KB">
|
||||||
<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
|
<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
|
||||||
<!ENTITY meson-md5 "24a6527796115828d2ebc75880e18d62">
|
<!ENTITY meson-md5 "a091995861e0bc23e3c856b0c8d1ef90">
|
||||||
<!ENTITY meson-home "https://mesonbuild.com">
|
<!ENTITY meson-home "https://mesonbuild.com">
|
||||||
<!ENTITY meson-ch6-du "24 MB">
|
<!ENTITY meson-ch6-du "24 MB">
|
||||||
<!ENTITY meson-ch6-sbu "less than 0.1 SBU">
|
<!ENTITY meson-ch6-sbu "less than 0.1 SBU">
|
||||||
@ -654,10 +654,10 @@
|
|||||||
<!ENTITY systemd-ch6-du "226 MB">
|
<!ENTITY systemd-ch6-du "226 MB">
|
||||||
<!ENTITY systemd-ch6-sbu "2.4 SBU">
|
<!ENTITY systemd-ch6-sbu "2.4 SBU">
|
||||||
|
|
||||||
<!ENTITY sysvinit-version "2.94">
|
<!ENTITY sysvinit-version "2.95">
|
||||||
<!ENTITY sysvinit-size "119 KB">
|
<!ENTITY sysvinit-size "122 KB">
|
||||||
<!ENTITY sysvinit-url "&savannah;/releases/sysvinit/sysvinit-&sysvinit-version;.tar.xz">
|
<!ENTITY sysvinit-url "&savannah;/releases/sysvinit/sysvinit-&sysvinit-version;.tar.xz">
|
||||||
<!ENTITY sysvinit-md5 "885ae742d51dbae8d16f535455c0240a">
|
<!ENTITY sysvinit-md5 "66f488c952c70ff4245774fc7e87e529">
|
||||||
<!ENTITY sysvinit-home "https://savannah.nongnu.org/projects/sysvinit">
|
<!ENTITY sysvinit-home "https://savannah.nongnu.org/projects/sysvinit">
|
||||||
<!ENTITY sysvinit-ch6-du "1.3 MB">
|
<!ENTITY sysvinit-ch6-du "1.3 MB">
|
||||||
<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU">
|
<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU">
|
||||||
@ -699,8 +699,8 @@
|
|||||||
|
|
||||||
<!ENTITY udev-lfs-version "udev-lfs-20171102">
|
<!ENTITY udev-lfs-version "udev-lfs-20171102">
|
||||||
<!ENTITY udev-lfs-size "11 KB">
|
<!ENTITY udev-lfs-size "11 KB">
|
||||||
<!ENTITY udev-lfs-url "&anduin-sources;/&udev-lfs-version;.tar.bz2">
|
<!ENTITY udev-lfs-url "&anduin-sources;/&udev-lfs-version;.tar.xz">
|
||||||
<!ENTITY udev-lfs-md5 "d92afb0c6e8e616792068ee4737b0d24">
|
<!ENTITY udev-lfs-md5 "27cd82f9a61422e186b9d6759ddf1634">
|
||||||
<!ENTITY udev-lfs-home " ">
|
<!ENTITY udev-lfs-home " ">
|
||||||
|
|
||||||
<!ENTITY util-linux-minor "2.34">
|
<!ENTITY util-linux-minor "2.34">
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<!ENTITY ninja-limit-jobs-patch-md5 "f537a633532492e805aa342fa869ca45">
|
<!ENTITY ninja-limit-jobs-patch-md5 "f537a633532492e805aa342fa869ca45">
|
||||||
<!ENTITY ninja-limit-jobs-patch-size "2.5 KB">
|
<!ENTITY ninja-limit-jobs-patch-size "2.5 KB">
|
||||||
-->
|
-->
|
||||||
<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-4.patch">
|
<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
|
||||||
<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
|
<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
|
||||||
<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
|
<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user