Changeset 81f2343


Ignore:
Timestamp:
12/20/2008 06:03:07 PM (15 years ago)
Author:
Thomas Trepl <thomas@…>
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:
fefa337
Parents:
32a8ca3
Message:

Upgrade pciutils-3.0.3 (fixes #2586)

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r32a8ca3 r81f2343  
    194194<!ENTITY unzip-version                "5.52">
    195195<!ENTITY zip-version                  "2.32">
    196 <!ENTITY pciutils-version             "2.2.3">
     196<!ENTITY pciutils-version             "3.0.3">
    197197<!ENTITY usbutils-version             "0.72">
    198198<!ENTITY pkgconfig-version            "0.23">
  • general/sysutils/pciutils.xml

    r32a8ca3 r81f2343  
    77  <!ENTITY pciutils-download-http "http://www.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
    88  <!ENTITY pciutils-download-ftp  "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
    9   <!ENTITY pciutils-md5sum        "86cc20eaa0360587497a8105d33e57fc">
    10   <!ENTITY pciutils-size          "1.1 MB">
     9  <!ENTITY pciutils-md5sum        "7c891d039c8e7a7ec73ff2fc8317e21c">
     10  <!ENTITY pciutils-size          "256 KB">
    1111  <!ENTITY pciutils-buildsize     "3.3 MB">
    1212  <!ENTITY pciutils-time          "less than 0.1 SBU">
     
    6767    running the following commands:</para>
    6868
    69 <screen><userinput>sed -i 's/null ;/null 2>\&amp;1 ;/' update-pciids.sh &amp;&amp;
    70 make PREFIX=/usr</userinput></screen>
     69<screen><userinput>make PREFIX=/usr</userinput></screen>
    7170
    7271    <para>This package does not come with a test suite.</para>
     
    8382install -v -m 644 lib/libpci.a /usr/lib &amp;&amp;
    8483install -v -m 644 lib/*.h /usr/include/pci</userinput></screen>
    85 
    86   </sect2>
    87 
    88   <sect2 role="commands">
    89     <title>Command Explanations</title>
    90 
    91     <para><command>sed -i 's/null ;/null 2>\&amp;1 ;/'
    92     update-pciids.sh</command>: This command suppresses some unneeded screen
    93     output from the <command>update-pciids</command> command if you don't have
    94     either <application>Lynx</application>, <application>Wget</application>,
    95     or <application>Curl</application> installed by redirecting the stderr
    96     output of the embedded <command>which</command> command to
    97     <filename>/dev/null</filename>.</para>
    9884
    9985  </sect2>
  • introduction/welcome/changelog.xml

    r32a8ca3 r81f2343  
    5353          <para>[ag] - Updated to zsh-4.3.9.</para>
    5454        </listitem>
     55        <listitem>
     56          <para>[thomas] - Updated to pcutils-3.0.3 (#2586).</para>
     57        </listitem>
    5558      </itemizedlist>
    5659    </listitem>
Note: See TracChangeset for help on using the changeset viewer.