Changeset b62ff55c
- Timestamp:
- 03/25/2021 04:45:35 AM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a7aecd4
- Parents:
- dd071443
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdd071443 rb62ff55c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "25"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 2 3rd, &year;">9 <!ENTITY releasedate "March 25th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rdd071443 rb62ff55c 43 43 --> 44 44 <listitem> 45 <para>March 25th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to BIND (and BIND-Utilities)-9.16.13. Fixes 49 <ulink url="&blfs-ticket-root;14694">#14694</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update the PDFBox/FontBox JARs to 2.0.23 in FOP. 53 Patches against two security vulnerabilities. Fixes 54 <ulink url="&blfs-ticket-root;14805">#14805</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 59 <listitem> 45 60 <para>March 23rd, 2021</para> 46 61 <itemizedlist> -
networking/netutils/bind-utils.xml
rdd071443 rb62ff55c 7 7 <!ENTITY bind-download-http " "> 8 8 <!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. 7MB">11 <!ENTITY bind-utils-buildsize "15 4MB">9 <!ENTITY bind-md5sum "d9ae4f2f3c0e2d8f7a50e1bc0097f54c"> 10 <!ENTITY bind-size "4.8 MB"> 11 <!ENTITY bind-utils-buildsize "155 MB"> 12 12 <!ENTITY bind-utils-time "0.6 SBU"> 13 13 ]> -
packages.ent
rdd071443 rb62ff55c 605 605 <!ENTITY avahi-version "0.8"> 606 606 <!ENTITY bind-minor-version "9.16"> 607 <!ENTITY bind-version "&bind-minor-version;.1 1">607 <!ENTITY bind-version "&bind-minor-version;.13"> 608 608 <!ENTITY mod_dnssd-version "0.6"> 609 609 <!ENTITY NetworkManager-minor "1.30"> -
pst/ps/fop.xml
rdd071443 rb62ff55c 12 12 <!ENTITY fop-time "0.4 SBU"> 13 13 14 <!ENTITY pdfbox-version "2.0.2 2">14 <!ENTITY pdfbox-version "2.0.23"> 15 15 <!ENTITY pdfbox-download "http://archive.apache.org/dist/pdfbox/&pdfbox-version;/pdfbox-&pdfbox-version;.jar"> 16 <!ENTITY pdfbox-md5sum " 7de0d7e4c89e5e07d0298ca112907921">17 <!ENTITY pdfbox-size "2. 6MB">16 <!ENTITY pdfbox-md5sum "6b71c42c567d419f068f46f410dcc3a5"> 17 <!ENTITY pdfbox-size "2.7 MB"> 18 18 19 19 <!ENTITY fontbox-download "http://archive.apache.org/dist/pdfbox/&pdfbox-version;/fontbox-&pdfbox-version;.jar"> 20 <!ENTITY fontbox-md5sum " dba672a1fa1386423d94aced4b573e22">20 <!ENTITY fontbox-md5sum "f9aa90c666c88ff29e3cd34c15d538ca"> 21 21 <!ENTITY fontbox-size "1.5 MB"> 22 22 -
server/major/bind.xml
rdd071443 rb62ff55c 7 7 <!ENTITY bind-download-http " "> 8 8 <!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. 7MB">11 <!ENTITY bind-buildsize "1 29MB (23 MB installed)">9 <!ENTITY bind-md5sum "d9ae4f2f3c0e2d8f7a50e1bc0097f54c"> 10 <!ENTITY bind-size "4.8 MB"> 11 <!ENTITY bind-buildsize "130 MB (23 MB installed)"> 12 12 <!ENTITY bind-time "0.8 SBU (with parallelism=4; add 29+ minutes, somewhat processor independent, to run the complete test suite)"> 13 13 ]> … … 72 72 </itemizedlist> 73 73 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 74 84 <bridgehead renderas="sect3">BIND Dependencies</bridgehead> 75 85 … … 137 147 138 148 <para> 139 Fi x 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> 143 153 144 154 <para> … … 323 333 controlling <command>named</command> operations with the 324 334 <command>rndc</command> utility. Generate a key for use in the 325 <filename>named.conf</filename> and <filename>r dnc.conf</filename>335 <filename>named.conf</filename> and <filename>rndc.conf</filename> 326 336 with the <command>rndc-confgen</command> command: 327 337 </para>
Note:
See TracChangeset
for help on using the changeset viewer.