Changeset 8f6f10e


Ignore:
Timestamp:
01/02/2019 07:00:52 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
d60cd837
Parents:
4199730
Message:

Merge to HEAD 20905.

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

Files:
1 added
21 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4199730 r8f6f10e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 1st, &year;">
     9<!ENTITY releasedate  "January 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/gtk-doc.xml

    r4199730 r8f6f10e  
    107107make</userinput></screen>
    108108
    109     <para>To test the results, issue: <command>make check</command>.</para>
     109    <para>To test the results, issue: <command>make check</command>. On some systems, the tests
     110    may either hang indefinitely or fail.</para>
    110111
    111112    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/sysutils/pciutils.xml

    r4199730 r8f6f10e  
    163163/usr/sbin/update-pciids</literal>
    164164EOF
    165 chmod 754 /etc/cron.weekly/update-pciids</userinput></screen>
     165chmod 754 /etc/cron.weekly/update-pciids.sh</userinput></screen>
    166166
    167167<screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-pciids.service &lt;&lt; "EOF" &amp;&amp;
  • general/sysutils/sysutils.xml

    r4199730 r8f6f10e  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autofs.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bluez.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bubblewrap.xml"/>
    2930  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="colord.xml"/>
    3031  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cpio.xml"/>
  • general/sysutils/usbutils.xml

    r4199730 r8f6f10e  
    168168/usr/bin/wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</literal>
    169169EOF
    170 chmod 754 /etc/cron.weekly/update-usbids</userinput></screen>
     170chmod 754 /etc/cron.weekly/update-usbids.sh</userinput></screen>
    171171
    172172<screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-usbids.service &lt;&lt; "EOF" &amp;&amp;
  • gnome.ent

    r4199730 r8f6f10e  
    1818<!ENTITY gcr-version                       "3.28.0">
    1919<!ENTITY gsettings-desktop-schemas-version "3.28.1">
    20 <!ENTITY libsecret-version                 "0.18.6">
     20<!ENTITY libsecret-version                 "0.18.7">
    2121<!ENTITY rest-version                      "0.8.1">
    2222<!ENTITY totem-pl-parser-version           "3.26.1">
    23 <!ENTITY vte-version                       "0.54.2">
     23<!ENTITY vte-version                       "0.54.3">
    2424<!ENTITY yelp-xsl-version                  "3.30.1">
    2525<!ENTITY GConf-version                     "3.2.6">
    2626<!ENTITY geocode-glib-version              "3.26.0">
    27 <!ENTITY gjs-version                       "1.54.1">
     27<!ENTITY gjs-version                       "1.54.3">
    2828<!ENTITY gnome-autoar-version              "0.2.3">
    29 <!ENTITY gnome-desktop-version             "3.28.2">
     29<!ENTITY gnome-desktop-version             "3.30.2">
    3030<!ENTITY gnome-menus-version               "3.13.3">
    3131<!ENTITY gnome-online-accounts-version     "3.28.0">
  • gnome/platform/gjs.xml

    r4199730 r8f6f10e  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.54/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.54/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "54530c44fef502ac5a0fbc5772d77ace">
     9  <!ENTITY gjs-md5sum        "387dd08d40d4f1f1ffec9546b52e7619">
    1010  <!ENTITY gjs-size          "636 KB">
    1111  <!ENTITY gjs-buildsize     "78 MB (with tests)">
    12   <!-- 100 MB less - seems fishy, but seems to work. -->
    1312  <!ENTITY gjs-time          "1.0 SBU (with tests)">
    1413]>
     
    117116      use Unicode are known to fail, as C.UTF-8 isn't defined as a locale
    118117      in our environment.
     118      <!-- I sent a mail to the lists regarding this on 2019-01-01 -renodr -->
    119119    </para>
    120120
  • gnome/platform/gnome-desktop.xml

    r4199730 r8f6f10e  
    66
    77<!ENTITY gnome-desktop-download-http
    8            "&gnome-download-http;/gnome-desktop/&gnome-minor-28;/gnome-desktop-&gnome-desktop-version;.tar.xz">
     8           "&gnome-download-http;/gnome-desktop/&gnome-minor-30;/gnome-desktop-&gnome-desktop-version;.tar.xz">
    99  <!ENTITY gnome-desktop-download-ftp
    10            "&gnome-download-ftp;/gnome-desktop/&gnome-minor-28;/gnome-desktop-&gnome-desktop-version;.tar.xz">
    11   <!ENTITY gnome-desktop-md5sum        "ad9b66210300239d0a2d0854e9c906d0">
    12   <!ENTITY gnome-desktop-size          "1.0 MB">
     10           "&gnome-download-ftp;/gnome-desktop/&gnome-minor-30;/gnome-desktop-&gnome-desktop-version;.tar.xz">
     11  <!ENTITY gnome-desktop-md5sum        "afcee5e8506bcdc1daaac9e6c3682685">
     12  <!ENTITY gnome-desktop-size          "1.1 MB">
    1313  <!ENTITY gnome-desktop-buildsize     "24 MB">
    14   <!ENTITY gnome-desktop-time          "0.2 SBU">
     14  <!ENTITY gnome-desktop-time          "0.3 SBU">
    1515]>
    1616
     
    8989    <bridgehead renderas="sect4">Recommended</bridgehead>
    9090    <para role="recommended">
     91      <xref linkend="bubblewrap"/> (needed for thumbnailers in Nautilus) and
    9192      <xref linkend="gobject-introspection"/>
    9293    </para>
     
    120121      This package does not come with a test suite.
    121122    </para>
     123    <!-- With 3.30.x, test files do exist - the test suite just has not been implemented yet.
     124    Upstream had a lot of problems with the new WallClock() API that was implemented with 3.28, which
     125    is why a test suite is being implemented.-->
    122126
    123127    <para>
  • gnome/platform/libsecret.xml

    r4199730 r8f6f10e  
    77  <!ENTITY libsecret-download-http "&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    88  <!ENTITY libsecret-download-ftp  "&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    9   <!ENTITY libsecret-md5sum        "c6cf132a56bd346fbf49a43abb02e5c2">
    10   <!ENTITY libsecret-size          "480 KB">
    11   <!ENTITY libsecret-buildsize     "12 MB">
    12   <!ENTITY libsecret-time          "0.2 SBU">
     9  <!ENTITY libsecret-md5sum        "376153ece17081eb5410870e0dc5c031">
     10  <!ENTITY libsecret-size          "500 KB">
     11  <!ENTITY libsecret-buildsize     "17 MB">
     12  <!ENTITY libsecret-time          "0.1 SBU">
    1313]>
    1414
  • gnome/platform/totem-pl-parser.xml

    r4199730 r8f6f10e  
    117117
    118118    <para>
    119       To test the results, issue: <command>ninja test</command>. One test,
    120       /parser/parsing/podcast_medium, is known to fail in a LFS environment.
     119       To test the results, issue: <command>ninja test</command>. <!-- One test,
     120       /parser/parsing/podcast_medium, is known to fail in a LFS environment.
     121       With 3.26.1 and SVN-20190101, this is no longer true. Check back at 8.4/9.0
     122       release time.-->
    121123    </para>
    122124
  • gnome/platform/vte.xml

    r4199730 r8f6f10e  
    77  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.54/vte-&vte-version;.tar.xz">
    88  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.54/vte-&vte-version;.tar.xz">
    9   <!ENTITY vte-md5sum        "054a8a46b9de9078f81931311cf27a68">
     9  <!ENTITY vte-md5sum        "fc0e9de2b6199c69e529ff3629fa35c8">
    1010  <!ENTITY vte-size          "1.0 MB">
    1111  <!ENTITY vte-buildsize     "37 MB (with tests)">
  • introduction/welcome/changelog.xml

    r4199730 r8f6f10e  
    4343-->
    4444    <listitem>
     45      <para>January 2nd, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to make-ca-1.2 and adjust p11-kit configuration
     49          for new copy-trust-modifications script.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Correct weekly cron job commands for update-pciids.sh
     53          and update-usbids.sh, as well as add update-pki.sh.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4559      <para>January 1st, 2019</para>
    4660      <itemizedlist>
     61        <listitem>
     62          <para>[renodr] - Update to gnome-desktop-3.30.2. Partially fixes
     63          <ulink url="&blfs-ticket-root;11090">#11090</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[renodr] - Added Bubblewrap. Fixes
     67          <ulink url="&blfs-ticket-root;11501">#11501</ulink>. Note that this
     68          is only used for gnome-desktop.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[renodr] - Update to vte-0.54.3. Fixes
     72          <ulink url="&blfs-ticket-root;11435">#11435</ulink>.</para>
     73        </listitem>
     74        <listitem>
     75          <para>[renodr] - Update to WebKitGTK+-2.22.5. Fixes
     76          <ulink url="&blfs-ticket-root;11374">#11374</ulink>.</para>
     77        </listitem>
     78        <listitem>
     79          <para>[renodr] - Update to libsecret-0.18.7. Fixes
     80          <ulink url="&blfs-ticket-root;11491">#11491</ulink>.</para>
     81        </listitem>
     82        <listitem>
     83          <para>[renodr] - Update to gjs-1.54.3. Fixes
     84          <ulink url="&blfs-ticket-root;11276">#11276</ulink>.</para>
     85        </listitem>
     86        <listitem>
     87          <para>[dj] - Update to make-ca-1.1. Complete configuration of P11-Kit
     88          trust-extract-compat to utilize both P11-kit and make-ca.</para>
     89        </listitem>
    4790        <listitem>
    4891          <para>[bdubbs] - Update to nasm-2.14.02. Fixes
  • multimedia/libdriv/faac.xml

    r4199730 r8f6f10e  
    105105
    106106    <!-- 1.28: This is still broken, it causes a segfault. -->
    107 
    108     <para><option>--enable-drm</option>: This option is supposed to enable
     107    <!--
     108    <para><option>- -enable-drm</option>: This option is supposed to enable
    109109    support for encoding files for
    110110    <ulink url="http://www.drm.org/">Digital Radio Mondiale</ulink>, but
     
    113113    by <xref linkend="faad2"/>, even if compiled with DRM support).
    114114    Don't use it.</para>
    115 
     115    -->
     116    <!-- Since we say "Don't use it", let's not even list it. That would open up
     117    the possibility of a user seeing it and enabling it anyway. -->
    116118  </sect2>
    117119
  • networking/netlibs/neon.xml

    r4199730 r8f6f10e  
    8787      <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
    8888      <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink>
    89       <!-- Note - this URL is broken as of 08-16-2018 -->
     89      <!-- Note - this URL is broken as of 08-16-2018
     90      01-01-2019 - still broken.  -->
    9091    </para>
    9192
  • packages.ent

    r4199730 r8f6f10e  
    2525<!ENTITY linux-pam-docs-version       "1.2.0">
    2626<!ENTITY libpwquality-version         "1.4.0">
    27 <!ENTITY make-ca-version              "1.0">
     27<!ENTITY make-ca-version              "1.2">
    2828<!ENTITY mitkrb-major-version         "1.16">
    2929<!ENTITY mitkrb-version               "1.16.2">
     
    271271<!ENTITY autofs-version               "5.1.5">
    272272<!ENTITY bluez-version                "5.50">
     273<!ENTITY bubblewrap-version           "0.3.1">
    273274<!ENTITY colord-version               "1.4.3">
    274275<!ENTITY cpio-version                 "2.12">
     
    709710<!ENTITY shared-mime-info-version     "1.10">
    710711<!ENTITY startup-notification-version "0.12">
    711 <!ENTITY webkitgtk-version            "2.22.2">    <!-- Even minors only -->
     712<!ENTITY webkitgtk-version            "2.22.5">    <!-- Even minors only -->
    712713
    713714<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • postlfs/security/make-ca.xml

    r4199730 r8f6f10e  
    1212  <!ENTITY make-ca-download      "https://github.com/djlucas/make-ca/releases/download/v&make-ca-version;/make-ca-&make-ca-version;.tar.xz">
    1313  <!ENTITY make-ca-size          "28 KB">
    14   <!ENTITY make-ca-md5sum        "b038d38233f970aad60c29dfc0502021">
     14  <!ENTITY make-ca-md5sum        "5b68cf77b02d5681f8419b8acfd139c0">
    1515]>
    1616
     
    174174    either manually, or via a <phrase revision="sysv">cron job.</phrase>
    175175    <phrase revision="systemd">systemd timer. A timer is installed at
    176     <filename>/etc/systemd/system/update-pki.timer</filename> that, if enabled,
    177     will check for updates weekly.</phrase></para>
     176    <filename>/usr/lib/systemd/system/update-pki.timer</filename> that, if
     177    enabled, will check for updates weekly. </phrase><phrase revision="sysv">If
     178    you've installed <xref linkend="fcron"/> and completed the section on
     179    periodic jobs, execute</phrase><phrase revision="systemd">Execute</phrase>
     180    the following commands, as the
     181    <systemitem class="username">root</systemitem> user, to
     182    <phrase revision="sysv">create a weekly cron job:</phrase>
     183    <phrase revision="systemd">enable the systemd timer:</phrase>
     184    </para>
     185
     186<screen role="root" revision="sysv"><userinput>cat &gt; /etc/cron.weekly/update-pki.sh &lt;&lt; "EOF" &amp;&amp;
     187<literal>#!/bin/bash
     188/usr/sbin/make-ca -g</literal>
     189EOF
     190chmod 754 /etc/cron.weekly/update-pki.sh</userinput></screen>
     191
     192<screen role="root" revision="systemd"><userinput>systemctl enable update-pki.timer</userinput></screen>
    178193
    179194  </sect2>
  • postlfs/security/p11-kit.xml

    r4199730 r8f6f10e  
    9898<screen><userinput>sed '20,$ d' -i trust/trust-extract-compat.in &amp;&amp;
    9999cat &gt;&gt; trust/trust-extract-compat.in &lt;&lt; "EOF"
    100 echo "Please create an OpenSSL Trusted Certificate with appropriate"
    101 echo "trust arguments in /etc/ssl/local/ and run '/usr/sbin/make-ca -f'"
    102 echo "as the root user."
    103 exit 1
     100<literal># Copy existing anchor modifications to /etc/ssl/local
     101/usr/libexec/make-ca/copy-trust-modifications
     102
     103# Generate a new trust store
     104/usr/sbin/make-ca -f -g</literal>
    104105EOF</userinput></screen>
    105106
     
    123124    </para>
    124125
    125 <screen role="root"><userinput>make install</userinput></screen>
     126<screen role="root"><userinput>make install &amp;&amp;
     127ln -s /usr/libexec/p11-kit/trust-extract-compat \
     128      /usr/bin/update-ca-certificates</userinput></screen>
    126129
    127130  </sect2>
     
    225228      </varlistentry>
    226229
     230      <varlistentry id="update-ca-certificates">
     231        <term><command>update-ca-certificates</command></term>
     232        <listitem>
     233          <para>
     234            is a command line tool to both extract local certificates from an
     235            upadated anchor store, and regenerate all anchors and certificate
     236            stores on the system.
     237          </para>
     238          <indexterm zone="p11-kit update-ca-certificates">
     239            <primary sortas="b-trust">update-ca-certificates</primary>
     240          </indexterm>
     241        </listitem>
     242      </varlistentry>
    227243
    228244      <varlistentry id="libp11-kit">
  • x/installing/libinput.xml

    r4199730 r8f6f10e  
    221221    </para>
    222222
    223     <para>
     223    <para revision="sysv">
    224224      <option>-Dlibwacom=false</option>: Remove this
    225225      option if you have the external library libwacom installed.
     226    </para>
     227
     228    <para revision="systemd">
     229      <option>-Dlibwacom=false</option>: Remove this option if you
     230      have <xref linkend="libwacom"/> installed, or if you are installing
     231      GNOME.
    226232    </para>
    227233
     
    238244      <seglistitem>
    239245        <seg>
    240           libinput,
     246          libinput
    241247          <!-- libinput-debug-events, libinput-list-devices, libinput-measure*,
    242248          libinput-record, libinput-replay Library Executables -->
  • x/lib/cogl.xml

    r4199730 r8f6f10e  
    140140      To test the results, issue: <command>make check</command>. The
    141141      tests should be run from an X terminal on the hardware accelerated
    142       Xorg Server.
     142      Xorg Server. A few tests will use all CPUs in parallel, regardless of
     143      parallellism settings.
    143144    </para>
    144145
  • x/lib/webkitgtk.xml

    r4199730 r8f6f10e  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "207d50d313c07b03726f3a7f22643934">
     9  <!ENTITY webkitgtk-md5sum        "96a731522b800f38e70f85c22f8de477">
    1010  <!ENTITY webkitgtk-size          "16 MB">
    11   <!ENTITY webkitgtk-buildsize     "788 MB (128 MB installed)">
    12   <!ENTITY webkitgtk-time          "16 SBU (using parallelism=4, 50 SBUs using one core)">
     11  <!ENTITY webkitgtk-buildsize     "789 MB (128 MB installed)">
     12  <!ENTITY webkitgtk-time          "20 SBU (using parallelism=4, 65 SBUs using one core)">
    1313]>
    1414
  • x/wm/openbox.xml

    r4199730 r8f6f10e  
    100100    </note>
    101101
    102     <para>If you installed only Python 3 PyXDG module convert one of the
     102    <para>If you only installed the Python 3 PyXDG module convert one of the
    103103    scripts to Python 3:</para>
    104104
Note: See TracChangeset for help on using the changeset viewer.