Changeset 822cc4a6


Ignore:
Timestamp:
08/08/2016 07:37:17 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
5ffb9f5
Parents:
fca0f4cc
Message:

Update to nfs-utils-1.3.4.
Update wpa service script.
Update wpa_supplicant configuration intormation.
Fix some md5sums and a url.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfca0f4cc r822cc4a6  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 7th &year;">
     9<!ENTITY releasedate  "August 8th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    7575<!-- End LFS versions -->
    7676
    77 <!ENTITY blfs-bootscripts-version     "20160415">
     77<!ENTITY blfs-bootscripts-version     "20160808">
    7878<!ENTITY systemd-units-version        "20160602">
    7979
  • general/graphlib/libpng.xml

    rfca0f4cc r822cc4a6  
    106106    </para>
    107107
    108 <screen><userinput>gzip -cd ../libpng-&apng-version;-apng.patch.gz | patch -p1</userinput></screen>
     108<screen><userinput>gzip -cd ../libpng-&apng-version;-apng.patch.gz | patch -p0</userinput></screen>
    109109
    110110    <para>
  • general/prog/perl-modules.xml

    rfca0f4cc r822cc4a6  
    123123
    124124  <!ENTITY XML-LibXML-Simple-download-http "http://cpan.org/authors/id/M/MA/MARKOV/XML-LibXML-Simple-&XML-LibXML-Simple-version;.tar.gz">
    125   <!ENTITY XML-LibXML-Simple-md5sum "adf26f5195e18087c89ef3e7f7d97c43">
     125  <!ENTITY XML-LibXML-Simple-md5sum "0914abddfce749453ed89b54029f2643">
    126126
    127127  <!ENTITY XML-LibXSLT-download-http "http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-&XML-LibXSLT-version;.tar.gz">
    128   <!ENTITY XML-LibXSLT-md5sum "a32045699c001d960d6f94891f9e853c">
     128  <!ENTITY XML-LibXSLT-md5sum "adf26f5195e18087c89ef3e7f7d97c43">
    129129
    130130  <!ENTITY XML-Parser-download-http "http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-&XML-Parser-version;.tar.gz">
  • introduction/welcome/changelog.xml

    rfca0f4cc r822cc4a6  
    4444
    4545-->
     46    <listitem>
     47      <para>August 8th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to nfs-utils-1.3.4. Fixes
     51          <ulink url="&blfs-ticket-root;8158">#8158</ulink>.</para>
     52        </listitem>
     53        <listitem revision="sysv">
     54          <para>[bdubbs] - Update wpa service script. Fixes
     55          <ulink url="&blfs-ticket-root;8149">#8149</ulink>.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
    4660    <listitem>
    4761      <para>August 7th, 2016</para>
  • networking/netprogs/nfs-utils.xml

    rfca0f4cc r822cc4a6  
    77  <!ENTITY nfs-utils-download-http "&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2">
    88  <!ENTITY nfs-utils-download-ftp  " ">
    9   <!ENTITY nfs-utils-md5sum        "9b87d890669eaaec8e97a2b0a35b2665">
    10   <!ENTITY nfs-utils-size          "776 KB">
     9  <!ENTITY nfs-utils-md5sum        "2fabdadb8ff415a1eafcfb12ab1bf781">
     10  <!ENTITY nfs-utils-size          "796 KB">
    1111  <!ENTITY nfs-utils-buildsize     "14 MB">
    1212  <!ENTITY nfs-utils-time          "0.2 SBU">
  • networking/netprogs/wpa_supplicant.xml

    rfca0f4cc r822cc4a6  
    323323        <command>wpa_supplicant</command> is started, it will scan for the
    324324        SSIDs it can see and choose the appropriate password to connect.
    325         </para>
     325      </para>
    326326
    327327      <para>
    328328        If you want to connect to an access point that isn't password
    329329        protected, put an entry like this in
    330         <phrase revision="sysv"><filename>/etc/sysconfig/wpa_supplicant-<replaceable>wifi0</replaceable>.conf</filename></phrase>
     330        <phrase revision="sysv"   ><filename>/etc/sysconfig/wpa_supplicant-<replaceable>wifi0</replaceable>.conf</filename></phrase>
    331331        <phrase revision="systemd"><filename>/etc/sysconfig/wpa_supplicant-<replaceable>wifi0</replaceable>.conf</filename></phrase>.
    332332        Replace "Some-SSID" with the SSID of the access point/router.
     
    337337  key_mgmt=NONE
    338338}</screen>
     339
     340      <para>Connecting to a new access point that is not in the configuration
     341      file can be accomplished manually via the command line or GUI, but it
     342      must be done via a privileged user. To do that, add the following to the
     343      configuration file:</para>
     344
     345<screen>ctrl_interface=DIR=/run/wpa_supplicant GROUP=&lt;priviledged group&gt;
     346update_config=1</screen>
     347
     348      <para>
     349        Replace the &lt;priviledged group&gt; above with a system group where
     350        members have the ability to connect to a wireless access point.
     351      </para>
    339352
    340353      <para>
  • packages.ent

    rfca0f4cc r822cc4a6  
    390390<!ENTITY ncftp-version                "3.2.5">
    391391<!ENTITY net-tools-version            "CVS_20101030">
    392 <!ENTITY nfs-utils-version            "1.3.3">
     392<!ENTITY nfs-utils-version            "1.3.4">
    393393<!ENTITY ntp-version                  "4.2.8p8">
    394394<!ENTITY rpcbind-version              "0.2.3">
  • xfce/core/exo.xml

    rfca0f4cc r822cc4a6  
    66
    77  <!ENTITY exo-download-http
    8            "http://archive.xfce.org/src/xfce/exo/0.10/exo-&exo-version;.tar.bz2">
     8           "http://archive.xfce.org/src/xfce/exo/0.11/exo-&exo-version;.tar.bz2">
    99  <!ENTITY exo-download-ftp  " ">
    1010  <!ENTITY exo-md5sum        "d30266073238bdc604174f596d99040a">
Note: See TracChangeset for help on using the changeset viewer.