Changeset a3e2a06d


Ignore:
Timestamp:
09/30/2014 01:20:18 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1a60f8aa
Parents:
4edf8452
Message:

Update to bind-9.10.1.
Update to ghostscript-9.15.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14423 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4edf8452 ra3e2a06d  
    4949      <itemizedlist>
    5050        <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>
    5159          <para>[fernando] - Update to dhcpcd-6.4.7.  Fixes
    5260          <ulink url="&blfs-ticket-root;5603">#5603</ulink>.</para>
  • networking/netutils/bind-utils.xml

    r4edf8452 ra3e2a06d  
    66  <!ENTITY bind-download-http   " ">
    77  <!ENTITY bind-download-ftp    "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    8   <!ENTITY bind-md5sum          "85f5bbd655f7fbb946fe128c5adcc9ca">
     8  <!ENTITY bind-md5sum          "82a69faf01b569568d9233f2666e744d">
    99  <!ENTITY bind-size            "8.0 MB">
    10   <!ENTITY bind-utils-buildsize "107 MB">
    11   <!ENTITY bind-utils-time      "0.8 SBU">
     10  <!ENTITY bind-utils-buildsize "128 MB">
     11  <!ENTITY bind-utils-time      "0.6 SBU">
    1212]>
    1313
  • packages.ent

    r4edf8452 ra3e2a06d  
    354354<!-- Chapter 16 -->
    355355<!ENTITY avahi-version                "0.6.31">
    356 <!ENTITY bind-version                 "9.10.0-P2">
     356<!ENTITY bind-version                 "9.10.1">
    357357<!ENTITY mod_dnssd-version            "0.6">
    358358<!ENTITY NetworkManager-version       "0.9.10.0">
     
    707707<!ENTITY cups-version                 "1.7.5">
    708708<!ENTITY cups-filters-version         "1.0.59">
    709 <!ENTITY gs-version                   "9.14">
     709<!ENTITY gs-version                   "9.15">
    710710<!ENTITY gutenprint-version           "5.2.10">
    711711
  • pst/printing/gs.xml

    r4edf8452 ra3e2a06d  
    88  "http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2">
    99  <!ENTITY gs-download-ftp  " ">
    10   <!ENTITY gs-md5sum        "75f2e8ab8891d052ade9b64eb4eb5294">
    11   <!ENTITY gs-size          "30 MB">
     10  <!ENTITY gs-md5sum        "0ee21d975c67a4883ba66bcc332418f5">
     11  <!ENTITY gs-size          "27 MB">
    1212  <!ENTITY gs-buildsize
    13   "212 MB (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)">
    1414  <!ENTITY gs-time
    15   "2.3 SBU (includes building and installing libgs.so)">
     15  "2.5 SBU (includes building and installing libgs.so)">
    1616
    1717  <!ENTITY gs-standard-fonts-download
  • server/major/bind.xml

    r4edf8452 ra3e2a06d  
    88  <!ENTITY bind-download-ftp
    99  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    10   <!ENTITY bind-md5sum        "85f5bbd655f7fbb946fe128c5adcc9ca">
     10  <!ENTITY bind-md5sum        "82a69faf01b569568d9233f2666e744d">
    1111  <!ENTITY bind-size          "8.0 MB">
    12   <!ENTITY bind-buildsize     "101 MB (additional 54 MB to run the test suite)">
    13   <!ENTITY bind-time          "1.6 SBU (additional 24 minutes, 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)">
    1414]>
    1515
     
    122122    -e 's/xfer //'       \
    123123    -i bin/tests/system/conf.sh.in &amp;&amp;
     124
    124125./configure --prefix=/usr           \
    125126            --sysconfdir=/etc       \
     
    136137    some test interfaces:</para>
    137138
     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
    138143<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
    139144
    140145    <para>Now run the test suite as an unprivileged user:</para>
    141146
    142 <screen><userinput>make check 2&gt;&amp;1 | tee check.log</userinput></screen>
     147<screen><userinput>make check</userinput></screen>
    143148
    144149    <para>Again as <systemitem class="username">root</systemitem>, clean up the
     
    146151
    147152<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>
    156153
    157154    <para>Finally, install the package as the <systemitem
Note: See TracChangeset for help on using the changeset viewer.