mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to unbound-1.9.3.
Update to cbindgen-0.9.1. Update to cups-2.3.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22092 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
059e4c353e
commit
461d7f7ed8
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
|
||||
<!ENTITY cbindgen-download-ftp " ">
|
||||
<!ENTITY cbindgen-md5sum "81cb95f5c254fdcbba01a105cf41372f">
|
||||
<!ENTITY cbindgen-size "132 KB">
|
||||
<!ENTITY cbindgen-buildsize "87 MB (add 497 MB for tests) ">
|
||||
<!ENTITY cbindgen-time "1.0 SBU (Using paralleism=4; add 0.5 SBU for tests)">
|
||||
<!ENTITY cbindgen-md5sum "36ec45a92f886fbec2e036bf70b13f21">
|
||||
<!ENTITY cbindgen-size "136 KB">
|
||||
<!ENTITY cbindgen-buildsize "88 MB (add 504 MB for tests) ">
|
||||
<!ENTITY cbindgen-time "1.2 SBU (Using paralleism=4; add 0.5 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="cbindgen" xreflabel="Cbindgen-&cbindgen-version;">
|
||||
|
@ -44,6 +44,18 @@
|
||||
<listitem>
|
||||
<para>September 3rd, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to unbound-1.9.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;12447">#12447</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to cbindgen-0.9.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;12445">#12445</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to cups-2.3.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;12439">#12439</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to ibus-1.5.21. Fixes
|
||||
<ulink url="&blfs-ticket-root;12437">#12437</ulink>.</para>
|
||||
|
@ -305,7 +305,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- Chapter 13 -->
|
||||
<!ENTITY autoconf213-version "2.13">
|
||||
<!ENTITY bazaar-version "2.5.1">
|
||||
<!ENTITY cbindgen-version "0.9.0">
|
||||
<!ENTITY cbindgen-version "0.9.1">
|
||||
<!ENTITY check-version "0.12.0">
|
||||
<!ENTITY clisp-version "2.49">
|
||||
<!ENTITY cmake-major-version "3.15">
|
||||
@ -632,7 +632,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- Chapter 23 -->
|
||||
<!ENTITY openldap-version "2.4.48">
|
||||
<!ENTITY soprano-version "2.9.4">
|
||||
<!ENTITY unbound-version "1.9.2">
|
||||
<!ENTITY unbound-version "1.9.3">
|
||||
<!ENTITY virtuoso-version "6.1.8">
|
||||
<!ENTITY xinetd-version "2.3.15">
|
||||
|
||||
@ -992,7 +992,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
|
||||
<!-- Part XII -->
|
||||
<!-- Chapter 46 -->
|
||||
<!ENTITY cups-version "2.2.12">
|
||||
<!ENTITY cups-version "2.3.0">
|
||||
<!ENTITY cups-filters-version "1.25.4">
|
||||
<!ENTITY gs-version "9.27">
|
||||
<!ENTITY gutenprint-version "5.3.3">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY cups-download-http "https://github.com/apple/cups/releases/download/v&cups-version;/cups-&cups-version;-source.tar.gz">
|
||||
<!ENTITY cups-download-ftp " ">
|
||||
<!ENTITY cups-md5sum "e763689f7735d3fe95a2943397189e40">
|
||||
<!ENTITY cups-size "9.9 MB">
|
||||
<!ENTITY cups-buildsize "61 MB (Add 38 MB for tests)">
|
||||
<!ENTITY cups-time "0.5 SBU (Add 0.8 SBU for tests)">
|
||||
<!ENTITY cups-md5sum "644f374573f5433fb8a8af3880db6a98">
|
||||
<!ENTITY cups-size "7.8 MB">
|
||||
<!ENTITY cups-buildsize "64 MB (Add 42 MB for tests)">
|
||||
<!ENTITY cups-time "0.5 SBU (Add 0.9 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="cups" xreflabel="Cups-&cups-version;">
|
||||
@ -207,11 +207,7 @@
|
||||
|
||||
|
||||
<screen revision="sysv"><userinput>sed -i 's:444:644:' Makedefs.in &&
|
||||
sed -i '/MAN.EXT/s:.gz::' configure config-scripts/cups-manpages.m4 &&
|
||||
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' test/ipptool.c &&
|
||||
|
||||
aclocal -I config-scripts &&
|
||||
autoconf -I config-scripts &&
|
||||
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c &&
|
||||
|
||||
CC=gcc CXX=g++ \
|
||||
./configure --libdir=/usr/lib \
|
||||
@ -222,11 +218,7 @@ CC=gcc CXX=g++ \
|
||||
make</userinput></screen>
|
||||
|
||||
<screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in &&
|
||||
sed -i '/MAN.EXT/s:.gz::' configure config-scripts/cups-manpages.m4 &&
|
||||
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' test/ipptool.c &&
|
||||
|
||||
aclocal -I config-scripts &&
|
||||
autoconf -I config-scripts &&
|
||||
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c &&
|
||||
|
||||
CC=gcc CXX=g++ \
|
||||
./configure --libdir=/usr/lib \
|
||||
@ -256,7 +248,7 @@ ln -svnf ../cups/doc-&cups-version; /usr/share/doc/cups-&cups-version;</userinpu
|
||||
class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>echo "ServerName /var/run/cups/cups.sock" > /etc/cups/client.conf</userinput></screen>
|
||||
<screen role="root"><userinput>echo "ServerName /run/cups/cups.sock" > /etc/cups/client.conf</userinput></screen>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-update-icon-cache.xml"/>
|
||||
@ -272,12 +264,7 @@ ln -svnf ../cups/doc-&cups-version; /usr/share/doc/cups-&cups-version;</userinpu
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed ... cups-manpages.m4</command>: This sed prevents
|
||||
compression of the man pages by default.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed ... test/ipptool.c</command>: This sed fixes a bug caused
|
||||
<command>sed ... tools/ipptool.c</command>: This sed fixes a bug caused
|
||||
by glibc-2.30 changing the user-space API for sockets.
|
||||
</para>
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz">
|
||||
<!ENTITY unbound-download-ftp " ">
|
||||
<!ENTITY unbound-md5sum "244e10977d1453dff669caa3c0efba18">
|
||||
<!ENTITY unbound-md5sum "fe1af630616d7d88d621e300fb87e5d5">
|
||||
<!ENTITY unbound-size "5.4 MB">
|
||||
<!ENTITY unbound-buildsize "52 MB (add 9 MB for tests and 71 MB for documentation)">
|
||||
<!ENTITY unbound-time "0.4 SBU (Using parallelism=4; add 0.3 SBU for tests)">
|
||||
<!ENTITY unbound-buildsize "52 MB (with docs; add 9 MB for tests)">
|
||||
<!ENTITY unbound-time "0.4 SBU (Using parallelism=4; with docs; add 0.3 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="unbound" xreflabel="Unbound-&unbound-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user