Changeset 03e3a0b


Ignore:
Timestamp:
02/28/2019 04:15:23 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4aed078
Parents:
d9d315f0
Message:

Merge to HEAD 21262.

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

Files:
26 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd9d315f0 r03e3a0b  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 25th, &year;">
     9<!ENTITY releasedate  "February 27th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    9191     relates to the version of LFS it will build/work against -->
    9292
    93 <!ENTITY lfs83_checked        "<para>This package is known to build and work
    94                               properly using an LFS-8.3 platform.</para>">
    95 <!ENTITY lfs83_built          "<para>This package is known to build using an LFS
    96                               8.3 platform but has not been tested.</para>">
    97 
    9893<!ENTITY lfs84_checked        "<para>This package is known to build and work
    9994                              properly using an LFS-8.4 platform.</para>">
  • general/genlib/wayland.xml

    rd9d315f0 r03e3a0b  
    108108
    109109    <para>
    110       To test the results, issue: <command>make check</command>.
     110      To test the results, issue: <command>make check</command>. If a Desktop
     111      Environment has not been started that uses XDG, it's possible that 90%
     112      of the test suite will fail. To rectify this, create the directory listed
     113      in $XDG_RUNTIME_DIR first, if required.
    111114    </para>
    112115
  • general/genutils/lsof.xml

    rd9d315f0 r03e3a0b  
    1111
    1212<!ENTITY lsof-download-http  " ">
    13 <!ENTITY lsof-download-ftp  "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.gz">
     13<!ENTITY lsof-download-ftp  "https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.gz">
    1414<!ENTITY lsof-md5sum        "10e1353aa4bf2fd5bbed65db9ef6fd47">
    1515<!ENTITY lsof-size          "1.1 MB">
  • general/graphlib/freetype2.xml

    rd9d315f0 r03e3a0b  
    145145    </para>
    146146
    147 <screen role="root"><userinput>make install &amp;&amp;
    148 cp builds/unix/freetype-config /usr/bin</userinput></screen>
     147<screen role="root"><userinput>make install</userinput></screen>
    149148
    150149    <para>If you downloaded the optional documentation, install it as the
     
    152151
    153152<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
    154 cp -v -R docs/*     /usr/share/doc/freetype-&freetype2-version;</userinput></screen>
     153cp -v -R docs/*     /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
     154rm -v /usr/share/doc/freetype-&freetype2-version;/freetype-config.1</userinput></screen>
    155155
    156156  </sect2>
  • general/graphlib/opencv.xml

    rd9d315f0 r03e3a0b  
    9595      performance primitives) will be automatically downloaded during the
    9696      cmake portion of the build procedure.  This download is specific to the
    97       system architectorue.</para>
     97      system architecture.</para>
    9898    </note>
    9999
  • general/prog/autoconf-archive.xml

    rd9d315f0 r03e3a0b  
    3434    and open source projects.</para>
    3535
    36     &lfs83_checked;
     36    &lfs84_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/perl-deps/perl-net-ssleay.xml

    rd9d315f0 r03e3a0b  
    55  %general-entities;
    66
    7   <!ENTITY my-download-http "&metacpan_authors;/M/MI/MIKEM/Net-SSLeay-&Net-SSLeay-version;.tar.gz">
    8   <!ENTITY my-md5sum "d602bdce4e0531c6efc276e3e429ca69">
     7<!--<!ENTITY my-download-http "&metacpan_authors;/M/MI/MIKEM/Net-SSLeay-&Net-SSLeay-version;.tar.gz"> author will probably change for next release -->
     8  <!ENTITY my-download-http "https://github.com/rurban/Net-SSLeay/archive/&Net-SSLeay-version;/Net-SSLeay-&Net-SSLeay-version;.tar.gz">
     9  <!ENTITY my-md5sum "888b770e65f894f394ff253d0d42cd5a">
    910
    1011]>
     
    2627      </para>
    2728
     29      <!--
    2830      <bridgehead renderas="sect4">Additional Download</bridgehead>
    2931      <itemizedlist spacing="compact">
     
    3436          </para>
    3537        </listitem>
    36       </itemizedlist>
     38      </itemizedlist>-->
    3739
    3840      &lfs84_checked;
     
    5254      </itemizedlist>
    5355
     56      <note>
     57        <para>
     58          This is a development version which is required to work properly with
     59          <xref linkend="perl-io-socket-ssl"/>
     60        </para>
     61<!--
     62        <para>
     63          The source tarball shown above downloads with the correct name if using
     64          a browser such as Firefox. If you prefer to use a command line program
     65          such as wget, you normally would obtain &Net-SSLeay-version;.tar.gz
     66          To obtain this package with the proper filename, run:
     67
     68<screen><userinput>wget -c https://github.com/rurban/Net-SSLeay/archive/&Net-SSLeay-version;.tar.gz \
     69     -O Net-SSLeay-&Net-SSLeay-version;.tar.gz</userinput></screen>.
     70        </para>i-->
     71      </note>
     72
    5473    </sect3>
    5574
    5675    <sect3 role="installation">
    5776      <title>Installation of Net::SSLeay</title>
    58 
    59       <para>
    60         <emphasis>Unless</emphasis> you are still using the 1.1.0 series,
    61         apply a patch to allow the tests to complete with
    62         <application>openssl-1.1.1</application>.
    63       </para>
    64 
    65 <screen><userinput>patch -Np1 -i ../Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch</userinput></screen>
    6677
    6778      <para>
  • general/prog/perl-modules/perl-io-socket-ssl.xml

    rd9d315f0 r03e3a0b  
    66
    77  <!ENTITY my-download-http "&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
    8   <!ENTITY my-md5sum "97fa6cd64f15db60f810cd8ab02d57fc">
     8  <!ENTITY my-md5sum "66140688195a5d47abba8cca1f998aed">
    99
    1010  <!ENTITY IO-Socket-SSL-download-http "&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
     
    5353      </para>
    5454
     55      <bridgehead renderas="sect5">Recommended</bridgehead>
     56      <para role="recommended">
     57        <xref linkend="perl-uri"/> (to access international domain names)
     58      </para>
     59
    5560    </sect3>
    5661
     
    5863      <title>Installation of IO::Socket::SSL</title>
    5964
     65      <!-- fixed, for me, if NET-SSLeay-1.86_06 development version is used: ken
    6066      <note>
    6167        <para>
     
    6975          option to avoid running the tests.
    7076        </para>
    71       </note>
     77      </note>-->
    7278
    7379      <para>
     
    7682
    7783<screen><userinput>yes | perl Makefile.PL &amp;&amp;
    78 make</userinput></screen>
    79 <!--
    8084make             &amp;&amp;
    81 make test</userinput></screen>-->
     85make test</userinput></screen>
    8286
    8387        Now, as the <systemitem class="username">root</systemitem> user:
  • general/sysutils/accountsservice.xml

    rd9d315f0 r03e3a0b  
    165165    <title>Configuring AccountsService</title>
    166166
    167     <sect3  id="accountsservice-init">
     167    <para>
     168      To allow users in the adm group to be listed as Administrators,
     169      execute the following commands as the
     170      <systemitem class="username">root</systemitem> user:
     171    </para>
     172
     173<screen role="root"><userinput>cat &gt; /etc/polkit-1/rules.d/40-adm.rules &lt;&lt; "EOF"
     174<literal>polkit.addAdminRule(function(action, subject) {
     175   return ["unix-group:adm"];
     176   });</literal>
     177EOF</userinput></screen>
     178
     179    <sect3 id="accountsservice-init">
    168180      <title>Systemd Units</title>
    169181
  • general/sysutils/elogind.xml

    rd9d315f0 r03e3a0b  
    4242    </para>
    4343
    44     &lfs83_checked;
     44    &lfs84_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/unrar.xml

    rd9d315f0 r03e3a0b  
    77  <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
    88  <!ENTITY unrar-download-ftp  " ">
    9   <!ENTITY unrar-md5sum        "1695c966688dd26f7ba34f6f9f279d0c">
     9  <!ENTITY unrar-md5sum        "1726c7747a6308c2c9d26c6cb56f9c16">
    1010  <!ENTITY unrar-size          "224 KB">
    11   <!ENTITY unrar-buildsize     "2.4 MB">
     11  <!ENTITY unrar-buildsize     "2.1 MB">
    1212  <!ENTITY unrar-time          "0.1 SBU">
    1313]>
  • introduction/important/building-notes.xml

    rd9d315f0 r03e3a0b  
    414414    </para>
    415415
    416 <screen><userinput>find /{,usr/}{bin,lib,sbin} -type f -exec strip --strip-unneeded {} \;</userinput></screen>
     416<screen><userinput>find /{,usr/}{bin,lib,sbin} \
     417    -type f \( -name \*.so* -a ! -name \*dbg \) \
     418    -exec strip --strip-unneeded {} \;</userinput></screen>
    417419
    418420    <para>
  • introduction/welcome/changelog.xml

    rd9d315f0 r03e3a0b  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>February 26th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to IO::Socket::SSL-2.062 with
     49          Net::SSLeay-1.86_06. Fixes
     50          <ulink url="&blfs-ticket-root;11712">#11712</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to mariadb-10.3.13. Fixes
     54          <ulink url="&blfs-ticket-root;11705">#11705</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to unrar-5.7.2. Fixes
     58          <ulink url="&blfs-ticket-root;11703">#11703</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[renodr] - Remove rendundant commands in Freetype.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[bdubbs] - Update to NetworkManager-1.14.6. Fixes
     65          <ulink url="&blfs-ticket-root;11713">#11713</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[bdubbs] - Update to bind-9.12.3-P4. Fixes
     69          <ulink url="&blfs-ticket-root;11704">#11704</ulink>.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[timtas] - Update to thunderbird-60.5.2. Fixes
     73          <ulink url="&blfs-ticket-root;11721">#11721</ulink>.</para>
     74        </listitem>
     75      </itemizedlist>
     76    </listitem>
     77
    4478    <listitem>
    4579      <para>February 25th, 2019</para>
  • kde/phonon-backend-vlc.xml

    rd9d315f0 r03e3a0b  
    7474    <title>Installation of Phonon-backend-vlc</title>
    7575
    76 
     76<!-- This is no longer true.
    7777    <note><para>This package unpacks to the directory
    7878      phonon-vlc-&phonon-backend-vlc-version;.
    7979    </para></note>
     80-->
    8081
    8182    <para>Install
  • kde/plasma5/plasma-all.xml

    rd9d315f0 r03e3a0b  
    9797    <ulink url="http://distributions.freedesktop.org/wiki/AppStream">appstream-qt</ulink>,
    9898    <ulink url="https://www.kdevelop.org/">KDevPlatform</ulink>,
    99     <ulink url="http://gpsd.berlios.de">libgps</ulink>,
     99    <ulink url="http://www.catb.org/gpsd/libgps.html">libgps</ulink>,
    100100    <ulink url="https://github.com/libhybris/libhybris">libhybris</ulink>,
    101101    <ulink url="http://sourceforge.net/projects/libraw1394/">libraw1394</ulink>,
    102102    <ulink url="https://bitbucket.org/godsme/mockcpp">mockcpp</ulink>,
    103103    <ulink url="https://www.freedesktop.org/software/PackageKit/releases/">packagekit-qt</ulink>,
    104     <ulink url="http://qalculate.sourceforge.net">Qalculate</ulink>,
     104    <ulink url="http://qalculate.github.io/">Qalculate</ulink>,
    105105    <ulink url="https://launchpad.net/qapt">Qapt</ulink>,
    106106    <ulink url="https://github.com/osiam/osiam">SCIM</ulink>, and
  • multimedia/libdriv/frei0r.xml

    rd9d315f0 r03e3a0b  
    6262    <bridgehead renderas="sect4">Recommended</bridgehead>
    6363    <para>
    64       <xref linkend='gavl'/> and
    65       <xref linkend='opencv'/>
     64       <xref linkend='gavl'/> <!--and
     65       <xref linkend='opencv'/> -->
    6666    </para>
    6767
     
    8989cmake -DCMAKE_INSTALL_PREFIX=/usr    \
    9090      -DCMAKE_BUILD_TYPE=Release     \
    91       -DOpenCV_DIR=/usr/share/OpenCV \
    9291      -Wno-dev ..                    &amp;&amp;
    9392
     
    107106    <para><command>sed ... facebl0r.cpp</command>: This command fixes a build
    108107    problem with the current opencv dependency.  </para>
    109 
     108<!--
    110109    <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
    111110    helps the make procedure to find the <filename>libippicv.a</filename>
    112111    library, installed under that directory tree.</para>
    113 
     112-->
    114113    <para><option>-DWITHOUT_GAVL=ON</option>: This option instructs the make
    115114    procedure to disable building plugins dependent upon gavl.</para>
    116 
     115<!-- Option is enabled by default with our build.
    117116    <para><option>-DWITHOUT_OPENCV=ON</option>: This option instructs the make
    118117    procedure to disable building plugins dependent upon OpenCV.</para>
    119 
     118-->
    120119  </sect2>
    121120
  • networking/netprogs/wget.xml

    rd9d315f0 r03e3a0b  
    112112    <para>
    113113      To test the results, issue: <command>make check</command>.
    114       Six HTTPS tests fail due to missing support in OpenSSL as shipped in LFS.
    115114    </para>
    116115
  • networking/netutils/bind-utils.xml

    rd9d315f0 r03e3a0b  
    77  <!ENTITY bind-download-http   " ">
    88  <!ENTITY bind-download-ftp    "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    9   <!ENTITY bind-md5sum          "6a73280ad5ad0dfeab611de04aefd35e">
     9  <!ENTITY bind-md5sum          "601a91c5bfb5b8e9b863b5e16ef546c1">
    1010  <!ENTITY bind-size            "8.2 MB">
    11   <!ENTITY bind-utils-buildsize "121 MB">
     11  <!ENTITY bind-utils-buildsize "122 MB">
    1212  <!ENTITY bind-utils-time      "0.7 SBU">
    1313]>
  • networking/netutils/networkmanager.xml

    rd9d315f0 r03e3a0b  
    99  <!ENTITY NetworkManager-download-ftp
    1010           "&gnome-download-ftp;/NetworkManager/1.14/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "54ce62f0aa18ef6c5e754eaac47494ac">
     11  <!ENTITY NetworkManager-md5sum        "6881d04fe72e09a98bd9bfb26813544b">
    1212  <!ENTITY NetworkManager-size          "4.2 MB">
    13   <!ENTITY NetworkManager-buildsize     "721 MB (with tests)">
    14   <!ENTITY NetworkManager-time          "0.5 SBU (with tests)">
     13  <!ENTITY NetworkManager-buildsize     "662 MB (with tests)">
     14  <!ENTITY NetworkManager-time          "1.0 SBU (with tests)">
    1515]>
    1616
  • packages.ent

    rd9d315f0 r03e3a0b  
    299299<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    300300<!ENTITY udisks2-version              "2.8.1">    <!-- stable lt .90 micro version -->
    301 <!ENTITY unrar-version                "5.7.1">
     301<!ENTITY unrar-version                "5.7.2">
    302302<!ENTITY unzip-version                "6.0">
    303303<!ENTITY upower-version               "0.99.9">
     
    390390<!ENTITY HTML-Parser-version          "3.72">
    391391<!ENTITY HTTP-Daemon-version          "6.01">
    392 <!ENTITY IO-Socket-SSL-version        "2.060">
     392<!ENTITY IO-Socket-SSL-version        "2.062">
    393393<!ENTITY IPC-Run3-version             "0.048">
    394394<!ENTITY Lingua-Translit-version      "0.28">
     
    469469<!ENTITY namespace-clean-version      "0.27">
    470470<!ENTITY Net-HTTP-version             "6.18">
    471 <!ENTITY Net-SSLeay-version           "1.85">
     471<!ENTITY Net-SSLeay-version           "1.86_06">
    472472<!ENTITY Number-Compare-version       "0.03">
    473473<!ENTITY Package-DeprecationManager-version "0.17">
     
    565565<!ENTITY avahi-version                "0.7">
    566566<!ENTITY bind-minor-version           "9.12">
    567 <!ENTITY bind-version                 "&bind-minor-version;.3-P1">
     567<!ENTITY bind-version                 "&bind-minor-version;.3-P4">
    568568<!ENTITY mod_dnssd-version            "0.6">
    569 <!ENTITY NetworkManager-version       "1.14.4">
     569<!ENTITY NetworkManager-version       "1.14.6">
    570570<!ENTITY nmap-version                 "7.70">
    571571<!ENTITY traceroute-version           "2.1.0">
     
    631631<!ENTITY db-version                   "5.3.28">
    632632<!ENTITY lmdb-version                 "0.9.23">
    633 <!ENTITY mariadb-version              "10.3.12">
     633<!ENTITY mariadb-version              "10.3.13">
    634634<!ENTITY postgresql-version           "11.2">
    635635<!ENTITY sqlite-version               "3.27.1">
     
    880880<!ENTITY rox-filer-version            "2.11">
    881881<!ENTITY rxvt-unicode-version         "9.22">
    882 <!ENTITY thunderbird-version          "60.5.1">
     882<!ENTITY thunderbird-version          "60.5.2">
    883883<!ENTITY tigervnc-version             "1.9.0">
    884884<!ENTITY transmission-version         "2.94">
  • server/databases/mariadb.xml

    rd9d315f0 r03e3a0b  
    88  <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    99  <!ENTITY mariadb-download-ftp  "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    10   <!ENTITY mariadb-md5sum        "67a30089fcb21e3c5f3b6c4a2c94c77e">
     10  <!ENTITY mariadb-md5sum        "603ce42e35b9a688f2cca05275acb5cb">
    1111  <!ENTITY mariadb-size          "67 MB">
    1212  <!ENTITY mariadb-buildsize     "1.4 GB">
    13   <!ENTITY mariadb-time          "12 SBU (with parallelism=4, add 0.4 SBU for tests)">
     13  <!ENTITY mariadb-time          "13 SBU (with parallelism=4, add 0.4 SBU for tests)">
    1414]>
    1515
  • server/major/bind.xml

    rd9d315f0 r03e3a0b  
    77  <!ENTITY bind-download-http " ">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    9   <!ENTITY bind-md5sum        "6a73280ad5ad0dfeab611de04aefd35e">
     9  <!ENTITY bind-md5sum        "601a91c5bfb5b8e9b863b5e16ef546c1">
    1010  <!ENTITY bind-size          "8.2 MB">
    1111  <!ENTITY bind-buildsize     "113 MB (add 12 MB for tests)">
    12   <!ENTITY bind-time          "1.1 SBU (with parallelism=4; add 30+ minutes, processor independent, to run the complete test suite)">
     12  <!ENTITY bind-time          "1.0 SBU (with parallelism=4; add 30+ minutes, processor independent, to run the complete test suite)">
    1313]>
    1414
  • x/installing/x7driver-vmmouse.xml

    rd9d315f0 r03e3a0b  
    5151      </note>
    5252
    53       &lfs83_checked;
     53      &lfs84_checked;
    5454      <!-- I used this with both VMWare and QEMU. -->
    5555
  • x/installing/x7driver-vmware.xml

    rd9d315f0 r03e3a0b  
    3737      </para>
    3838
    39       &lfs83_checked;
     39      &lfs84_checked;
    4040
    4141      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/wm/fluxbox.xml

    rd9d315f0 r03e3a0b  
    131131
    132132      <para>Or alternatively, if you use a login manager like
    133       <application>GDM</application> or <application>KDM</application> and would
     133      <application>GDM</application> or <application>LightDM</application> and would
    134134      like to be able to choose <application>Fluxbox</application> at the login
    135135      prompt, create a <filename>fluxbox.desktop</filename> file like this.</para>
  • xsoft/other/thunderbird.xml

    rd9d315f0 r03e3a0b  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "d0f7a7d878febe2f776d9b79e2dd5552">
     9  <!ENTITY thunderbird-md5sum        "be6ac172f951a961a0dc4f359d255764">
    1010  <!ENTITY thunderbird-size          "272 MB">
    11   <!ENTITY thunderbird-buildsize     "6.6 GB (133 MB installed)">
     11  <!ENTITY thunderbird-buildsize     "6.6 GB (134 MB installed)">
    1212  <!ENTITY thunderbird-time          "31 SBU (with -j4, 75 SBU with -j1)">
    1313  <!-- Verified the time at -j1 on another system for posterity's sake. -->
Note: See TracChangeset for help on using the changeset viewer.