Changeset 5fff3896
- Timestamp:
- 08/10/2018 08:58:19 PM (6 years ago)
- 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
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r6121fe5 r5fff3896 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 09"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 9th, &year;">9 <!ENTITY releasedate "August 10th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/js52.xml
r6121fe5 r5fff3896 32 32 <para> 33 33 <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. 35 35 </para> 36 36 -
general/genlib/libxkbcommon.xml
r6121fe5 r5fff3896 7 7 <!ENTITY libxkbcommon-download-http "https://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz"> 8 8 <!ENTITY libxkbcommon-download-ftp " "> 9 <!ENTITY libxkbcommon-md5sum " 7d0e4c4a137d0ac45bf6b328c84c3a81">9 <!ENTITY libxkbcommon-md5sum "5f7f8533f907ebcfb1cf8dceb9501264"> 10 10 <!ENTITY libxkbcommon-size "632 KB"> 11 <!ENTITY libxkbcommon-buildsize "3 5MB (with tests)">12 <!ENTITY libxkbcommon-time "0. 2SBU (with tests)">11 <!ENTITY libxkbcommon-buildsize "39 MB (with tests)"> 12 <!ENTITY libxkbcommon-time "0.1 SBU (with tests)"> 13 13 ]> 14 14 … … 81 81 <bridgehead renderas="sect4">Recommended</bridgehead> 82 82 <para role="recommended"> 83 <xref linkend="libxcb"/> 83 <xref linkend="libxcb"/> and 84 <xref linkend="wayland"/> 84 85 </para> 85 86 -
general/sysutils/systemd.xml
r6121fe5 r5fff3896 7 7 <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> 8 8 <!ENTITY systemd-download-ftp " "> 9 <!ENTITY systemd-md5sum " 76db8004647283b779234364cd637d3c">10 <!ENTITY systemd-size "6. 6MB">11 <!ENTITY systemd-buildsize "2 50 MB (an additional 3 MB fortests)">9 <!ENTITY systemd-md5sum "6137e3f50390391cf34521d071a1a078"> 10 <!ENTITY systemd-size "6.9 MB"> 11 <!ENTITY systemd-buildsize "206 MB (with tests)"> 12 12 <!ENTITY systemd-time "0.6 SBU at -j4 (< 0.1 SBU for tests)"> 13 13 … … 70 70 <para> 71 71 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"/> 73 73 </para> 74 74 </listitem> … … 91 91 <xref linkend="make-ca"/>, 92 92 <xref linkend="curl"/>, 93 <!-- <xref linkend="elfutils"/>, --> 93 <xref linkend="git"/>, 94 94 <xref linkend="gnutls"/>, 95 95 <xref linkend="iptables"/>, … … 126 126 <title>Installation of systemd</title> 127 127 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 <!-- 132 133 <para>Fix an issue with newer headers:</para> 133 134 … … 135 136 sed -i '24 d' src/core/load-fragment.c 136 137 sed -i '53 a#include <sys/mount.h>' src/shared/bus-unit-util.c</userinput></screen> 138 --> 137 139 138 140 <para>Remove an unneeded group, -
introduction/welcome/changelog.xml
r6121fe5 r5fff3896 42 42 </listitem> 43 43 --> 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 44 62 <listitem> 45 63 <para>August 9th, 2018</para> -
packages.ent
r6121fe5 r5fff3896 164 164 <!ENTITY libusb-compat-version "0.1.5"> 165 165 <!ENTITY libuv-version "1.22.0"> 166 <!ENTITY libxkbcommon-version "0.8. 0">166 <!ENTITY libxkbcommon-version "0.8.2"> 167 167 <!-- the libxml2-version is also used for the python2 module, 168 168 which is built separately after libxml2.so has been installed, … … 291 291 <!ENTITY strigi-version "0.7.8"> 292 292 <!ENTITY sysstat-version "11.6.3"> 293 <!ENTITY systemd-version "23 8">293 <!ENTITY systemd-version "239"> 294 294 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> 295 295 <!ENTITY udisks2-version "2.7.6"> <!-- stable lt .90 micro version --> … … 547 547 <!ENTITY xcb-util-wm-version "0.4.1"> 548 548 <!ENTITY xcb-util-cursor-version "0.1.3"> 549 <!ENTITY xorg-server-version "1.20. 0">549 <!ENTITY xorg-server-version "1.20.1"> 550 550 <!ENTITY twm-version "1.0.10"> 551 551 <!ENTITY xterm-version "333"> -
x/installing/xorg-server.xml
r6121fe5 r5fff3896 7 7 <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2"> 8 8 <!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"> 10 10 <!ENTITY xorg-server-size "5.8 MB"> 11 <!ENTITY xorg-server-buildsize " 255MB">11 <!ENTITY xorg-server-buildsize "426 MB"> 12 12 <!-- don't mention the tests, people will think they take a long time instead of seconds --> 13 <!ENTITY xorg-server-time " 0.8SBU (using parallelism=4)">13 <!ENTITY xorg-server-time "1.0 SBU (using parallelism=4)"> 14 14 ]> 15 15
Note:
See TracChangeset
for help on using the changeset viewer.