Changeset e676cd0 for networking


Ignore:
Timestamp:
12/28/2016 08:55:28 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, lazarus, lxqt, 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:
8b06825a
Parents:
3add494
Message:

Update to zsh-5.3.1.
Update to ldns-1.7.0.
Update to nmap-7.40.

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

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/ldns.xml

    r3add494 re676cd0  
    77  <!ENTITY ldns-download-http "http://www.nlnetlabs.nl/downloads/ldns/ldns-&ldns-version;.tar.gz">
    88  <!ENTITY ldns-download-ftp  " ">
    9   <!ENTITY ldns-md5sum        "a79423bcc4129e6d59b616b1cae11e5e">
    10   <!ENTITY ldns-size          "1.3 MB">
    11   <!ENTITY ldns-buildsize     "18 MB">
    12   <!ENTITY ldns-time          "0.2 SBU">
     9  <!ENTITY ldns-md5sum        "74b75c9ba69fb3af2a0c26244ecfd9f6">
     10  <!ENTITY ldns-size          "1.2 MB">
     11  <!ENTITY ldns-buildsize     "28 MB (with docs)">
     12  <!ENTITY ldns-time          "0.2 SBU (with docs)">
    1313]>
    1414
     
    102102    </para>
    103103
    104 <screen><userinput>sed -i 's/defined(@$also)/@$also/' doc/doxyparse.pl &amp;&amp;
    105 
    106 ./configure --prefix=/usr     \
    107             --sysconfdir=/etc \
    108             --disable-static  \
    109             --with-drill      &amp;&amp;
     104<screen><userinput>./configure --prefix=/usr           \
     105            --sysconfdir=/etc       \
     106            --disable-static        \
     107            --disable-dane-ta-usage \
     108            --with-drill            &amp;&amp;
    110109make</userinput></screen>
    111110
     
    141140
    142141    <para>
    143       <command>sed ... doc/doxyparse.pl</command>: This command fixes an error
    144       introduced with perl-5.22.
     142      <option>--disable-dane-ta-usage</option>: This option disables DANE-TA
     143      (DNS-Based Authentication of Named Entities) support.  Remove this opion
     144      if OpenSSL-1.1.0 or later is installed.
    145145    </para>
    146146
     
    150150    <para>
    151151      <parameter>--with-drill</parameter>: This option enables building of the
    152       <command>drill</command> tool.
     152      <command>drill</command> tool (used for obtaining debug information
     153      from DNS(SEC))
    153154    </para>
    154155
  • networking/netutils/nmap.xml

    r3add494 re676cd0  
    88<!--  <!ENTITY nmap-download-ftp  "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">-->
    99  <!ENTITY nmap-download-ftp  " ">
    10   <!ENTITY nmap-md5sum        "f2f6660142a777862342a58cc54258ea">
     10  <!ENTITY nmap-md5sum        "9c5a28bfb46228bade82b238408c065e">
    1111  <!ENTITY nmap-size          "8.6 MB">
    12   <!ENTITY nmap-buildsize     "122 MB (with tests)">
    13   <!ENTITY nmap-time          "1.0 SBU (with tests)">
     12  <!ENTITY nmap-buildsize     "101 MB (add 22 MB for tests)">
     13  <!ENTITY nmap-time          "0.8 SBU (add 0.2 SBU for tests)">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.