Ignore:
Timestamp:
03/25/2021 04:45:35 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a7aecd4
Parents:
dd071443
Message:

Update to pdfbox/fontbox-2.0.23
Update to BIND-9.16.13

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    rdd071443 rb62ff55c  
    77  <!ENTITY bind-download-http " ">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    9   <!ENTITY bind-md5sum        "58cbc23121e43ec934d644c4f412ceea">
    10   <!ENTITY bind-size          "4.7 MB">
    11   <!ENTITY bind-buildsize     "129 MB (23 MB installed)">
     9  <!ENTITY bind-md5sum        "d9ae4f2f3c0e2d8f7a50e1bc0097f54c">
     10  <!ENTITY bind-size          "4.8 MB">
     11  <!ENTITY bind-buildsize     "130 MB (23 MB installed)">
    1212  <!ENTITY bind-time          "0.8 SBU (with parallelism=4; add 29+ minutes, somewhat processor independent, to run the complete test suite)">
    1313]>
     
    7272    </itemizedlist>
    7373
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/bind-&bind-version;-upstream_fixes-1.patch"/>
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83
    7484    <bridgehead renderas="sect3">BIND Dependencies</bridgehead>
    7585
     
    137147
    138148    <para>
    139       Fix a security vulnerability:
    140     </para>
    141 
    142 <screen><userinput remap="pre">sed -i '851 s/len/(len + 1)/' lib/dns/spnego.c</userinput></screen>
     149      First, fix a few regressions that were reported upstream:
     150    </para>
     151
     152<screen><userinput remap="pre">patch -Np1 -i ../bind-&bind-version;-upstream_fixes-1.patch</userinput></screen>
    143153
    144154    <para>
     
    323333        controlling <command>named</command> operations with the
    324334        <command>rndc</command> utility. Generate a key for use in the
    325         <filename>named.conf</filename> and <filename>rdnc.conf</filename>
     335        <filename>named.conf</filename> and <filename>rndc.conf</filename>
    326336        with the <command>rndc-confgen</command> command:
    327337      </para>
Note: See TracChangeset for help on using the changeset viewer.