Changeset a3e2a06d
- Timestamp:
- 09/30/2014 01:20:18 AM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, 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:
- 1a60f8aa
- Parents:
- 4edf8452
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r4edf8452 ra3e2a06d 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Update bind-9.10.1. Fixes 52 <ulink url="&blfs-ticket-root;5559">#5559</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[bdubbs] - Update to ghostscript-9.15. Fixes 56 <ulink url="&blfs-ticket-root;5571">#5571</ulink>.</para> 57 </listitem> 58 <listitem> 51 59 <para>[fernando] - Update to dhcpcd-6.4.7. Fixes 52 60 <ulink url="&blfs-ticket-root;5603">#5603</ulink>.</para> -
networking/netutils/bind-utils.xml
r4edf8452 ra3e2a06d 6 6 <!ENTITY bind-download-http " "> 7 7 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 8 <!ENTITY bind-md5sum "8 5f5bbd655f7fbb946fe128c5adcc9ca">8 <!ENTITY bind-md5sum "82a69faf01b569568d9233f2666e744d"> 9 9 <!ENTITY bind-size "8.0 MB"> 10 <!ENTITY bind-utils-buildsize "1 07MB">11 <!ENTITY bind-utils-time "0. 8SBU">10 <!ENTITY bind-utils-buildsize "128 MB"> 11 <!ENTITY bind-utils-time "0.6 SBU"> 12 12 ]> 13 13 -
packages.ent
r4edf8452 ra3e2a06d 354 354 <!-- Chapter 16 --> 355 355 <!ENTITY avahi-version "0.6.31"> 356 <!ENTITY bind-version "9.10. 0-P2">356 <!ENTITY bind-version "9.10.1"> 357 357 <!ENTITY mod_dnssd-version "0.6"> 358 358 <!ENTITY NetworkManager-version "0.9.10.0"> … … 707 707 <!ENTITY cups-version "1.7.5"> 708 708 <!ENTITY cups-filters-version "1.0.59"> 709 <!ENTITY gs-version "9.1 4">709 <!ENTITY gs-version "9.15"> 710 710 <!ENTITY gutenprint-version "5.2.10"> 711 711 -
pst/printing/gs.xml
r4edf8452 ra3e2a06d 8 8 "http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2"> 9 9 <!ENTITY gs-download-ftp " "> 10 <!ENTITY gs-md5sum " 75f2e8ab8891d052ade9b64eb4eb5294">11 <!ENTITY gs-size " 30MB">10 <!ENTITY gs-md5sum "0ee21d975c67a4883ba66bcc332418f5"> 11 <!ENTITY gs-size "27 MB"> 12 12 <!ENTITY gs-buildsize 13 "21 2MB (includes installing libgs.so, add 5 MB if the fonts are installed)">13 "217 MB (includes installing libgs.so, add 5 MB if the fonts are installed)"> 14 14 <!ENTITY gs-time 15 "2. 3SBU (includes building and installing libgs.so)">15 "2.5 SBU (includes building and installing libgs.so)"> 16 16 17 17 <!ENTITY gs-standard-fonts-download -
server/major/bind.xml
r4edf8452 ra3e2a06d 8 8 <!ENTITY bind-download-ftp 9 9 "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 10 <!ENTITY bind-md5sum "8 5f5bbd655f7fbb946fe128c5adcc9ca">10 <!ENTITY bind-md5sum "82a69faf01b569568d9233f2666e744d"> 11 11 <!ENTITY bind-size "8.0 MB"> 12 <!ENTITY bind-buildsize "10 1 MB (additional 54MB to run the test suite)">13 <!ENTITY bind-time "1. 6 SBU (additional 24minutes, processor independent, to run the complete test suite)">12 <!ENTITY bind-buildsize "107 MB (additional 50 MB to run the test suite)"> 13 <!ENTITY bind-time "1.0 SBU (additional 21 minutes, processor independent, to run the complete test suite)"> 14 14 ]> 15 15 … … 122 122 -e 's/xfer //' \ 123 123 -i bin/tests/system/conf.sh.in && 124 124 125 ./configure --prefix=/usr \ 125 126 --sysconfdir=/etc \ … … 136 137 some test interfaces:</para> 137 138 139 <note><para>If IPv6 is not enabled in the kernel, there will be several 140 error messages: "RTNETLINK answers: Operation not permitted". These 141 messages do not afffect the tests.</para></note> 142 138 143 <screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen> 139 144 140 145 <para>Now run the test suite as an unprivileged user:</para> 141 146 142 <screen><userinput>make check 2>&1 | tee check.log</userinput></screen>147 <screen><userinput>make check</userinput></screen> 143 148 144 149 <para>Again as <systemitem class="username">root</systemitem>, clean up the … … 146 151 147 152 <screen role="root"><userinput>bin/tests/system/ifconfig.sh down</userinput></screen> 148 149 <para>Issue the following command to check tests that ran successfully:</para>150 151 <screen><userinput>grep "R:PASS" check.log | wc -l</userinput></screen>152 153 <para>and the following command check tests that failed:</para>154 155 <screen><userinput>grep -A1 "R:FAIL" check.log</userinput></screen>156 153 157 154 <para>Finally, install the package as the <systemitem
Note:
See TracChangeset
for help on using the changeset viewer.