Changeset 5fff3896


Ignore:
Timestamp:
08/10/2018 08:58:19 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
feb7c00
Parents:
6121fe5
Message:

Update to xorg-server-1.20.1
Update to libxkbcommon-0.8.2
Update to systemd-239

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6121fe5 r5fff3896  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "10">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 9th, &year;">
     9<!ENTITY releasedate  "August 10th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/js52.xml

    r6121fe5 r5fff3896  
    3232    <para>
    3333      <application>JS</application> is Mozilla's JavaScript engine
    34       written in C. This package is present for GJS.
     34      written in C. This package is present for GJS and polkit.
    3535    </para>
    3636
  • general/genlib/libxkbcommon.xml

    r6121fe5 r5fff3896  
    77  <!ENTITY libxkbcommon-download-http "https://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz">
    88  <!ENTITY libxkbcommon-download-ftp  " ">
    9   <!ENTITY libxkbcommon-md5sum        "7d0e4c4a137d0ac45bf6b328c84c3a81">
     9  <!ENTITY libxkbcommon-md5sum        "5f7f8533f907ebcfb1cf8dceb9501264">
    1010  <!ENTITY libxkbcommon-size          "632 KB">
    11   <!ENTITY libxkbcommon-buildsize     "35 MB (with tests)">
    12   <!ENTITY libxkbcommon-time          "0.2 SBU (with tests)">
     11  <!ENTITY libxkbcommon-buildsize     "39 MB (with tests)">
     12  <!ENTITY libxkbcommon-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    8181    <bridgehead renderas="sect4">Recommended</bridgehead>
    8282    <para role="recommended">
    83       <xref linkend="libxcb"/>
     83       <xref linkend="libxcb"/> and
     84       <xref linkend="wayland"/>
    8485    </para>
    8586
  • general/sysutils/systemd.xml

    r6121fe5 r5fff3896  
    77  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    88  <!ENTITY systemd-download-ftp  " ">
    9   <!ENTITY systemd-md5sum        "76db8004647283b779234364cd637d3c">
    10   <!ENTITY systemd-size          "6.6 MB">
    11   <!ENTITY systemd-buildsize     "250 MB (an additional 3 MB for tests)">
     9  <!ENTITY systemd-md5sum        "6137e3f50390391cf34521d071a1a078">
     10  <!ENTITY systemd-size          "6.9 MB">
     11  <!ENTITY systemd-buildsize     "206 MB (with tests)">
    1212  <!ENTITY systemd-time          "0.6 SBU at -j4 (&lt; 0.1 SBU for tests)">
    1313
     
    7070        <para>
    7171          Required patch:
    72           <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
     72          <ulink url="&patch-root;/systemd-&systemd-version;-glibc_statx_fix-1.patch"/>
    7373        </para>
    7474      </listitem>
     
    9191      <xref linkend="make-ca"/>,
    9292      <xref linkend="curl"/>,
    93 <!--      <xref linkend="elfutils"/>, -->
     93      <xref linkend="git"/>,
    9494      <xref linkend="gnutls"/>,
    9595      <xref linkend="iptables"/>,
     
    126126    <title>Installation of systemd</title>
    127127
    128     <para>First, add in upstream fixes:</para>
    129 
    130 <screen><userinput remap="pre">patch -Np1 -i ../systemd-238-upstream_fixes-1.patch</userinput></screen>
    131 
     128    <para>First, apply a fix for glibc-2.28:</para>
     129
     130<screen><userinput remap="pre">patch -Np1 -i ../systemd-238-glibc_statx_fix-1.patch</userinput></screen>
     131
     132<!--
    132133    <para>Fix an issue with newer headers:</para>
    133134
     
    135136sed -i '24 d'                       src/core/load-fragment.c
    136137sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.c</userinput></screen>
     138-->
    137139
    138140    <para>Remove an unneeded group,
  • introduction/welcome/changelog.xml

    r6121fe5 r5fff3896  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>August 10th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to libxkbcommon-0.8.2. Fixes
     49          <ulink url="&blfs-ticket-root;10990">#10990</ulink>.</para>
     50        </listitem>
     51        <listitem revision="systemd">
     52          <para>[renodr] - Update to systemd-239. Fixes
     53          <ulink url="&blfs-ticket-root;10893">#10893</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to xorg-server-1.20.1. Fixes
     57          <ulink url="&blfs-ticket-root;10992">#10992</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
    4462    <listitem>
    4563      <para>August 9th, 2018</para>
  • packages.ent

    r6121fe5 r5fff3896  
    164164<!ENTITY libusb-compat-version        "0.1.5">
    165165<!ENTITY libuv-version                "1.22.0">
    166 <!ENTITY libxkbcommon-version         "0.8.0">
     166<!ENTITY libxkbcommon-version         "0.8.2">
    167167<!-- the libxml2-version is also used for the python2 module,
    168168which is built separately after libxml2.so has been installed,
     
    291291<!ENTITY strigi-version               "0.7.8">
    292292<!ENTITY sysstat-version              "11.6.3">
    293 <!ENTITY systemd-version              "238">
     293<!ENTITY systemd-version              "239">
    294294<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    295295<!ENTITY udisks2-version              "2.7.6">    <!-- stable lt .90 micro version -->
     
    547547<!ENTITY xcb-util-wm-version          "0.4.1">
    548548<!ENTITY xcb-util-cursor-version      "0.1.3">
    549 <!ENTITY xorg-server-version          "1.20.0">
     549<!ENTITY xorg-server-version          "1.20.1">
    550550<!ENTITY twm-version                  "1.0.10">
    551551<!ENTITY xterm-version                "333">
  • x/installing/xorg-server.xml

    r6121fe5 r5fff3896  
    77  <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    88  <!ENTITY xorg-server-download-ftp  "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    9   <!ENTITY xorg-server-md5sum        "c1ca1ea0a905ea788da03c77cc38b06e">
     9  <!ENTITY xorg-server-md5sum        "e525846d1d0af5732ba835f2e2ec066d">
    1010  <!ENTITY xorg-server-size          "5.8 MB">
    11   <!ENTITY xorg-server-buildsize     "255 MB">
     11  <!ENTITY xorg-server-buildsize     "426 MB">
    1212  <!-- don't mention the tests, people will think they take a long time instead of seconds -->
    13   <!ENTITY xorg-server-time          "0.8 SBU (using parallelism=4)">
     13  <!ENTITY xorg-server-time          "1.0 SBU (using parallelism=4)">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.