Changeset 269f619
- Timestamp:
- 07/07/2018 05:59:02 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 8f167461
- Parents:
- 94bb565
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r94bb565 r269f619 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 6"> <!-- Always 2 digits -->3 <!ENTITY day "07"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 6th, &year;">9 <!ENTITY releasedate "July 7th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r94bb565 r269f619 43 43 --> 44 44 <listitem> 45 <para>July 07th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[thomas] - Update to bind-9.13.1. Fixes 49 <ulink url="&blfs-ticket-root;10872">#10872</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>July 06th, 2018</para> 46 56 <itemizedlist> -
networking/netutils/bind-utils.xml
r94bb565 r269f619 7 7 <!ENTITY bind-download-http " "> 8 8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 9 <!ENTITY bind-md5sum " 16298b171be0e31bddbe6ffe37cfd40c">10 <!ENTITY bind-size " 7.4 MB">9 <!ENTITY bind-md5sum "579b5a7e04470ef66f2901dc2a4beab6"> 10 <!ENTITY bind-size "8.4 MB"> 11 11 <!ENTITY bind-utils-buildsize "125 MB"> 12 12 <!ENTITY bind-utils-time "0.6 SBU"> -
packages.ent
r94bb565 r269f619 452 452 <!ENTITY avahi-version "0.7"> 453 453 <!ENTITY bind-minor-version "9.13"> 454 <!ENTITY bind-version "&bind-minor-version;. 0">454 <!ENTITY bind-version "&bind-minor-version;.1"> 455 455 <!ENTITY mod_dnssd-version "0.6"> 456 456 <!ENTITY NetworkManager-version "1.10.8"> -
server/major/bind.xml
r94bb565 r269f619 7 7 <!ENTITY bind-download-http " "> 8 8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 9 <!ENTITY bind-md5sum " 16298b171be0e31bddbe6ffe37cfd40c">10 <!ENTITY bind-size " 9.6MB">9 <!ENTITY bind-md5sum "579b5a7e04470ef66f2901dc2a4beab6"> 10 <!ENTITY bind-size "8.4 MB"> 11 11 <!ENTITY bind-buildsize "103 MB (add 12 MB for tests)"> 12 12 <!ENTITY bind-time "0.8 SBU (with parallelism=4; add 30+ minutes, processor independent, to run the complete test suite)"> … … 57 57 </listitem> 58 58 </itemizedlist> 59 59 <!-- 60 60 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 61 61 <itemizedlist spacing='compact'> … … 66 66 </listitem> 67 67 </itemizedlist> 68 68 --> 69 69 <bridgehead renderas="sect3">BIND Dependencies</bridgehead> 70 70 … … 88 88 <bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead> 89 89 <para role="optional"> 90 <xref linkend="perl-net-dns"/> and 90 <xref linkend="perl-net-dns"/> 91 <!-- and 91 92 <xref linkend="net-tools"/> (you may omit net-tools by using the optional 92 93 patch to utilize iproute2, but the IPv6 tests will fail) 94 --> 93 95 </para> 94 96 … … 107 109 <sect2 role="installation"> 108 110 <title>Installation of BIND</title> 109 111 <!-- 110 112 <para>If you have chosen not to install net-tools, apply the iproute2 111 113 patch with the following command:</para> 112 114 113 115 <screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen> 114 116 --> 115 117 <para>Install <application>BIND</application> by running the 116 118 following commands:</para>
Note:
See TracChangeset
for help on using the changeset viewer.