Changeset 522641a for networking


Ignore:
Timestamp:
11/27/2014 07:08:13 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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, nosym, 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:
e1b673f0
Parents:
5ebfb66
Message:

Update to git-2.2.0.
Update to libgusb-0.2.2.
Update to dhcpcd-6.6.4.
Update to rpcbind-0.2.2.
Update to gnome-themes-standard-3.14.2.1.
Update to flac-1.3.1.

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

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcpcd.xml

    r5ebfb66 r522641a  
    88  <!ENTITY dhcpcd-download-ftp  " ">
    99  <!--<!ENTITY dhcpcd-download-ftp  "ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">-->
    10   <!ENTITY dhcpcd-md5sum        "3f29a85e07bf356c787d30d61530e435">
     10  <!ENTITY dhcpcd-md5sum        "a00be7d82eea62baa600a425059bb53e">
    1111  <!ENTITY dhcpcd-size          "156 KB">
    1212  <!ENTITY dhcpcd-buildsize     "2.3 MB">
  • networking/netprogs/rpcbind.xml

    r5ebfb66 r522641a  
    77  <!ENTITY rpcbind-download-http "&sourceforge-repo;/rpcbind/rpcbind-&rpcbind-version;.tar.bz2">
    88  <!ENTITY rpcbind-download-ftp  " ">
    9   <!ENTITY rpcbind-md5sum        "0a5f9c2142af814c55d957aaab3bcc68">
    10   <!ENTITY rpcbind-size          "109 KB">
    11   <!ENTITY rpcbind-buildsize     "1.9 MB">
     9  <!ENTITY rpcbind-md5sum        "8acf839bfef2364a05fbd6be5f8edf9a">
     10  <!ENTITY rpcbind-size          "112 KB">
     11  <!ENTITY rpcbind-buildsize     "1.5 MB">
    1212  <!ENTITY rpcbind-time          "less than 0.1 SBU">
    1313]>
     
    8484
    8585    <!-- specifying rpcuser only needed in 0.2.1, already fixed upstream -->
    86 <screen><userinput>./configure --prefix=/usr --bindir=/sbin --with-rpcuser=root &amp;&amp;
     86<screen><userinput>./configure --prefix=/usr       \
     87            --bindir=/sbin      \
     88            --with-rpcuser=root \
     89            --without-systemdsystemunitdir &amp;&amp;
    8790make</userinput></screen>
    8891
     
    100103    <para><command>--with-rpcuser=root</command>: This works around an error in
    101104    the configure script.</para>
     105
     106    <para><command>--without-systemdsystemunitdir</command>: BLFS does not
     107    support systemd.</para>
    102108
    103109  </sect2>
Note: See TracChangeset for help on using the changeset viewer.