Changeset b1c1f783


Ignore:
Timestamp:
10/13/2008 09:29:38 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d801c615
Parents:
a4440544
Message:

Updated to Whois-4.7.28

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/whois.xml

    ra4440544 rb1c1f783  
    55  %general-entities;
    66
    7   <!-- <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
    8   <!ENTITY whois-download-ftp  "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> -->
    9   <!ENTITY whois-download-http "&sources-anduin-http;/w/whois_&whois-version;.tar.gz">
    10   <!ENTITY whois-download-ftp  " ">
    11   <!ENTITY whois-md5sum        "f069304ae912ff4fdec59f33de405076">
    12   <!ENTITY whois-size          "67 KB">
     7  <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
     8  <!ENTITY whois-download-ftp  "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
     9  <!-- <!ENTITY whois-download-http "&sources-anduin-http;/w/whois_&whois-version;.tar.gz">
     10  <!ENTITY whois-download-ftp  " "> -->
     11  <!ENTITY whois-md5sum        "90b8f4014d7e2249b74ac0cc56de2360">
     12  <!ENTITY whois-size          "68 KB">
    1313  <!ENTITY whois-buildsize     "1 MB">
    1414  <!ENTITY whois-time          "less than 0.1 SBU">
     
    3434    <para><application>Whois</application> is a client-side application which
    3535    queries the whois directory service for information pertaining to a
    36     particular domain name.</para>
     36    particular domain name. This package by default will install two programs:
     37    <command>whois</command> and <command>mkpasswd</command>. The
     38    <command>mkpasswd</command> command is also installed by the
     39    <xref linkend="expect"/> package.</para>
    3740
    3841    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6669    <title>Installation of Whois</title>
    6770
    68     <para>Install <application>Whois</application> by running the following
    69     commands:</para>
     71    <para>Issue the following command to fix the installation of the
     72    <filename class="extension">.po</filename> locale files:</para>
     73
     74<screen><userinput>sed -i 's/install:/install-pos:/' po/Makefile</userinput></screen>
     75
     76    <para>If you wish to install both the <command>whois</command> and
     77    <command>mkpasswd</command> programs issue the command shown below,
     78    otherwise skip to the <xref linkend="make-whois-only"/> commands:</para>
    7079
    7180<screen><userinput>make</userinput></screen>
    7281
    73     <para>This package does not come with a test suite (that works).</para>
     82    <para id="make-whois-only" xreflabel="make only whois">If you wish to
     83    install just the <command>whois</command> program, issue the follow
     84    commands:</para>
    7485
    75     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     86<screen><userinput>sed -i 's/install-whois.*/&amp; install-pos/' Makefile &amp;&amp;
     87make whois</userinput></screen>
     88
     89    <para>This package does not come with a test suite.</para>
     90
     91    <para>Now, as the <systemitem class="username">root</systemitem> user,
     92    install both programs by issuing the following command. Otherwise,
     93    skip to the <xref linkend="install-whois-only"/> command:</para>
    7694
    7795<screen role='root'><userinput>make prefix=/usr install</userinput></screen>
     96
     97    <para id="install-whois-only" xreflabel="install only whois">To install
     98    just the <command>whois</command> program, issue the following command as
     99    the <systemitem class="username">root</systemitem> user:</para>
     100
     101<screen role='root'><userinput>make prefix=/usr install-whois</userinput></screen>
    78102
    79103  </sect2>
     
    83107
    84108    <segmentedlist>
    85       <segtitle>Installed Program</segtitle>
     109      <segtitle>Installed Programs</segtitle>
    86110      <segtitle>Installed Libraries</segtitle>
    87111      <segtitle>Installed Directories</segtitle>
    88112
    89113      <seglistitem>
    90         <seg>whois</seg>
     114        <seg>whois and mkpasswd</seg>
    91115        <seg>None</seg>
    92116        <seg>None</seg>
  • general.ent

    ra4440544 rb1c1f783  
    358358<!ENTITY traceroute-version           "1.4a12">
    359359<!ENTITY nmap-version                 "4.20">
    360 <!ENTITY whois-version                "4.7.26">
     360<!ENTITY whois-version                "4.7.28">
    361361<!ENTITY bind-version                 "9.4.1-P1">
    362362<!ENTITY wireshark-version            "0.99.6">
  • introduction/welcome/changelog.xml

    ra4440544 rb1c1f783  
    4545      <para>October 13th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Whois-4.7.28.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to CrackLib-2.8.13.</para>
Note: See TracChangeset for help on using the changeset viewer.