Changeset ec9db95
- Timestamp:
- 07/14/2018 04:45:40 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 138858f
- Parents:
- 2a9884a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r2a9884a rec9db95 48 48 <para>[ken] - Update to firefox-61.0.1. Fixes 49 49 <ulink url="&blfs-ticket-root;10946">#10946</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[thomas] - Update to bind-9.13.2. Fixes 53 <ulink url="&blfs-ticket-root;10936">#10936</ulink>.</para> 50 54 </listitem> 51 55 <listitem revision="systemd"> -
networking/netutils/bind-utils.xml
r2a9884a rec9db95 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 " 579b5a7e04470ef66f2901dc2a4beab6">10 <!ENTITY bind-size "8. 4MB">11 <!ENTITY bind-utils-buildsize "1 25MB">9 <!ENTITY bind-md5sum "01d0524016ac15ea3f4b6c77d99db0b2"> 10 <!ENTITY bind-size "8.1 MB"> 11 <!ENTITY bind-utils-buildsize "113 MB"> 12 12 <!ENTITY bind-utils-time "0.6 SBU"> 13 13 ]> -
packages.ent
r2a9884a rec9db95 452 452 <!ENTITY avahi-version "0.7"> 453 453 <!ENTITY bind-minor-version "9.13"> 454 <!ENTITY bind-version "&bind-minor-version;. 1">454 <!ENTITY bind-version "&bind-minor-version;.2"> 455 455 <!ENTITY mod_dnssd-version "0.6"> 456 456 <!ENTITY NetworkManager-version "1.10.8"> -
server/major/bind.xml
r2a9884a rec9db95 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 " 579b5a7e04470ef66f2901dc2a4beab6">10 <!ENTITY bind-size "8. 4MB">9 <!ENTITY bind-md5sum "01d0524016ac15ea3f4b6c77d99db0b2"> 10 <!ENTITY bind-size "8.1 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)"> … … 69 69 <bridgehead renderas="sect3">BIND Dependencies</bridgehead> 70 70 71 <bridgehead renderas="sect4">Recommended</bridgehead> 72 <para role="optional"> 73 <xref linkend="libcap-pam"/> 74 </para> 75 71 76 <bridgehead renderas="sect4">Optional</bridgehead> 72 77 <para role="optional"> 73 <xref linkend="lib cap-pam"/>,78 <xref linkend="libidn2"/>, 74 79 <xref linkend="libxml2"/>, 75 80 <xref linkend="mitkrb"/>, and … … 124 129 --enable-threads \ 125 130 --with-libtool \ 126 --disable-static \ 127 --with-randomdev=/dev/urandom && 131 --disable-static && 128 132 make</userinput></screen> 129 133 … … 176 180 building of dynamic libraries and links the installed binaries to these 177 181 libraries.</para> 178 179 <para><parameter>--with-randomdev=/dev/urandom</parameter>: This parameter 182 183 <para><parameter>--with-libidn2</parameter>: This parameter enables 184 the IDNA2008 (Internationalized Domain Names in Applications) 185 support.</para> 186 187 <!-- no longer available 188 <para><parameter>- -with-randomdev=/dev/urandom</parameter>: This parameter 180 189 specifes a non-blocking random device for use with digital signatures.</para> 181 190 --> 182 191 <para><option>--enable-fetchlimit</option>: Use this option if you want 183 192 to be able to limit the rate of recursive client queries. This may be 184 193 useful on servers which receive a large number of queries.</para> 185 194 195 <para><option>--disable-linux-caps</option>BIND can also be built without 196 capability support by using this option, at the cost of some loss of 197 security.</para> 198 199 <para><option>--with-dlz-{mysql,bdb,filesystem,ldap,odbc,stub}</option>: Use 200 one (or more) of those options to add Dynamically Loadable Zones support. 201 For more information refer to 202 <ulink url="http://bind-dlz.sourceforge.net/">bind-dlz.sourceforge.net</ulink>. 203 </para> 204 186 205 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 187 206 href="../../xincludes/static-libraries.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.