Changeset 274c547
- Timestamp:
- 08/27/2014 08:43:34 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 958e2ad
- Parents:
- fa668ec
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rfa668ec r274c547 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 6"> <!-- Always 2 digits -->3 <!ENTITY day "27"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 2 6th, &year;">9 <!ENTITY releasedate "August 27th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rfa668ec r274c547 44 44 45 45 --> 46 47 <listitem> 48 <para>August 27th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[igor] - Update to nmap-6.47. Fixes 52 <ulink url="&blfs-ticket-root;5417">#5417</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
networking/netutils/nmap.xml
rfa668ec r274c547 8 8 <!-- <!ENTITY nmap-download-ftp "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">--> 9 9 <!ENTITY nmap-download-ftp " "> 10 <!ENTITY nmap-md5sum " 5a36ad3a63d5b7ea5514f745a397436a">11 <!ENTITY nmap-size "7. 6MB">12 <!ENTITY nmap-buildsize "1 05MB (additional 1 MB for the tests)">13 <!ENTITY nmap-time " 0.7 SBU (additional 4.3SBU for the tests)">10 <!ENTITY nmap-md5sum "edfe81f6763223c0a29bfa15a8526e2a"> 11 <!ENTITY nmap-size "7.5 MB"> 12 <!ENTITY nmap-buildsize "133 MB (additional 1 MB for the tests)"> 13 <!ENTITY nmap-time "1.3 SBU (additional 0.1 SBU for the tests)"> 14 14 ]> 15 15 … … 56 56 <listitem> 57 57 <para>Estimated build time: &nmap-time;</para> 58 </listitem>59 </itemizedlist>60 61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>62 <itemizedlist spacing="compact">63 <listitem>64 <para>65 Optional patch:66 <ulink url="&patch-root;/nmap-&nmap-version;-fix_tests-1.patch"/>67 </para>68 58 </listitem> 69 59 </itemizedlist> … … 112 102 </note> 113 103 114 <para>If you wish to run the test suite, run the following command:</para>115 116 <screen><userinput>patch -Np1 -i ../nmap-&nmap-version;-fix_tests-1.patch</userinput></screen>117 118 104 <para>Install <application>Nmap</application> by running the following 119 105 commands:</para> … … 121 107 <screen><userinput>./configure --prefix=/usr && 122 108 make -j1</userinput></screen> 109 110 <para>If you wish to run the test suite, run the following command:</para> 111 112 <screen><userinput>sed -i 's/lib./lib/' zenmap/test/run_tests.py</userinput></screen> 123 113 124 114 <para>To test the results, issue: <command>make check</command> as the -
packages.ent
rfa668ec r274c547 328 328 <!ENTITY mod_dnssd-version "0.6"> 329 329 <!ENTITY NetworkManager-version "0.9.10.0"> 330 <!ENTITY nmap-version "6.4 6">330 <!ENTITY nmap-version "6.47"> 331 331 <!ENTITY traceroute-version "2.0.20"> 332 332 <!ENTITY whois-version "5.1.5">
Note:
See TracChangeset
for help on using the changeset viewer.