Changeset 461d7f7
- Timestamp:
- 09/03/2019 10:16:34 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3d571a4
- Parents:
- 059e4c3
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/cbindgen.xml
r059e4c3 r461d7f7 7 7 <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz"> 8 8 <!ENTITY cbindgen-download-ftp " "> 9 <!ENTITY cbindgen-md5sum " 81cb95f5c254fdcbba01a105cf41372f">10 <!ENTITY cbindgen-size "13 2KB">11 <!ENTITY cbindgen-buildsize "8 7 MB (add 497MB for tests) ">12 <!ENTITY cbindgen-time "1. 0SBU (Using paralleism=4; add 0.5 SBU for tests)">9 <!ENTITY cbindgen-md5sum "36ec45a92f886fbec2e036bf70b13f21"> 10 <!ENTITY cbindgen-size "136 KB"> 11 <!ENTITY cbindgen-buildsize "88 MB (add 504 MB for tests) "> 12 <!ENTITY cbindgen-time "1.2 SBU (Using paralleism=4; add 0.5 SBU for tests)"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
r059e4c3 r461d7f7 45 45 <para>September 3rd, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to unbound-1.9.3. Fixes 49 <ulink url="&blfs-ticket-root;12447">#12447</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to cbindgen-0.9.1. Fixes 53 <ulink url="&blfs-ticket-root;12445">#12445</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to cups-2.3.0. Fixes 57 <ulink url="&blfs-ticket-root;12439">#12439</ulink>.</para> 58 </listitem> 47 59 <listitem> 48 60 <para>[bdubbs] - Update to ibus-1.5.21. Fixes -
packages.ent
r059e4c3 r461d7f7 306 306 <!ENTITY autoconf213-version "2.13"> 307 307 <!ENTITY bazaar-version "2.5.1"> 308 <!ENTITY cbindgen-version "0.9. 0">308 <!ENTITY cbindgen-version "0.9.1"> 309 309 <!ENTITY check-version "0.12.0"> 310 310 <!ENTITY clisp-version "2.49"> … … 633 633 <!ENTITY openldap-version "2.4.48"> 634 634 <!ENTITY soprano-version "2.9.4"> 635 <!ENTITY unbound-version "1.9. 2">635 <!ENTITY unbound-version "1.9.3"> 636 636 <!ENTITY virtuoso-version "6.1.8"> 637 637 <!ENTITY xinetd-version "2.3.15"> … … 993 993 <!-- Part XII --> 994 994 <!-- Chapter 46 --> 995 <!ENTITY cups-version "2. 2.12">995 <!ENTITY cups-version "2.3.0"> 996 996 <!ENTITY cups-filters-version "1.25.4"> 997 997 <!ENTITY gs-version "9.27"> -
pst/printing/cups.xml
r059e4c3 r461d7f7 7 7 <!ENTITY cups-download-http "https://github.com/apple/cups/releases/download/v&cups-version;/cups-&cups-version;-source.tar.gz"> 8 8 <!ENTITY cups-download-ftp " "> 9 <!ENTITY cups-md5sum " e763689f7735d3fe95a2943397189e40">10 <!ENTITY cups-size " 9.9MB">11 <!ENTITY cups-buildsize "6 1 MB (Add 38MB for tests)">12 <!ENTITY cups-time "0.5 SBU (Add 0. 8SBU for tests)">9 <!ENTITY cups-md5sum "644f374573f5433fb8a8af3880db6a98"> 10 <!ENTITY cups-size "7.8 MB"> 11 <!ENTITY cups-buildsize "64 MB (Add 42 MB for tests)"> 12 <!ENTITY cups-time "0.5 SBU (Add 0.9 SBU for tests)"> 13 13 ]> 14 14 … … 208 208 209 209 <screen revision="sysv"><userinput>sed -i 's:444:644:' Makedefs.in && 210 sed -i '/MAN.EXT/s:.gz::' configure config-scripts/cups-manpages.m4 && 211 sed -i '/stat.h/a #include <asm-generic/ioctls.h>' test/ipptool.c && 212 213 aclocal -I config-scripts && 214 autoconf -I config-scripts && 210 sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c && 215 211 216 212 CC=gcc CXX=g++ \ … … 223 219 224 220 <screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in && 225 sed -i '/MAN.EXT/s:.gz::' configure config-scripts/cups-manpages.m4 && 226 sed -i '/stat.h/a #include <asm-generic/ioctls.h>' test/ipptool.c && 227 228 aclocal -I config-scripts && 229 autoconf -I config-scripts && 221 sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c && 230 222 231 223 CC=gcc CXX=g++ \ … … 257 249 </para> 258 250 259 <screen role="root"><userinput>echo "ServerName / var/run/cups/cups.sock" > /etc/cups/client.conf</userinput></screen>251 <screen role="root"><userinput>echo "ServerName /run/cups/cups.sock" > /etc/cups/client.conf</userinput></screen> 260 252 261 253 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 273 265 274 266 <para> 275 <command>sed ... cups-manpages.m4</command>: This sed prevents 276 compression of the man pages by default. 277 </para> 278 279 <para> 280 <command>sed ... test/ipptool.c</command>: This sed fixes a bug caused 267 <command>sed ... tools/ipptool.c</command>: This sed fixes a bug caused 281 268 by glibc-2.30 changing the user-space API for sockets. 282 269 </para> -
server/other/unbound.xml
r059e4c3 r461d7f7 7 7 <!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz"> 8 8 <!ENTITY unbound-download-ftp " "> 9 <!ENTITY unbound-md5sum " 244e10977d1453dff669caa3c0efba18">9 <!ENTITY unbound-md5sum "fe1af630616d7d88d621e300fb87e5d5"> 10 10 <!ENTITY unbound-size "5.4 MB"> 11 <!ENTITY unbound-buildsize "52 MB ( add 9 MB for tests and 71 MB for documentation)">12 <!ENTITY unbound-time "0.4 SBU (Using parallelism=4; add 0.3 SBU for tests)">11 <!ENTITY unbound-buildsize "52 MB (with docs; add 9 MB for tests)"> 12 <!ENTITY unbound-time "0.4 SBU (Using parallelism=4; with docs; add 0.3 SBU for tests)"> 13 13 ]> 14 14
Note:
See TracChangeset
for help on using the changeset viewer.