Changeset 8125d49
- Timestamp:
- 08/03/2018 09:36:40 PM (5 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 059c79e
- Parents:
- efca30a
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
refca30a r8125d49 43 43 appropriate for the entry or if needed the entire day's listitem. 44 44 --> 45 <listitem revision="systemd"> 46 <para>2018-08-03</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Add patch to systemd to fix a build failure with 50 glibc-2.28.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 45 55 <listitem> 46 56 <para>2018-08-02</para> -
chapter03/patches.xml
refca30a r8125d49 127 127 --> 128 128 129 <varlistentry revision="systemd"> 130 <term>systemd glibc patch - <token>&systemd-glibc-patch-size;</token>:</term> 131 <listitem> 132 <para>Download: <ulink url="&patches-root;&systemd-glibc-patch;"/></para> 133 <para>MD5 sum: <literal>&systemd-glibc-patch-md5;</literal></para> 134 </listitem> 135 </varlistentry> 136 129 137 </variablelist> 130 138 -
chapter06/systemd.xml
refca30a r8125d49 53 53 <screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen> 54 54 55 <!-- These are from upstream. There will probably be a new release shortly, 56 so don't bother with a patch. 57 <para>Make some fixes from upstream:</para> 58 59 <screen><userinput remap="pre">sed -i '527,565 d' src/basic/missing.h 60 sed -i '24 d' src/core/load-fragment.c 61 sed -i '53 a#include <sys/mount.h>' src/shared/bus-unit-util.c</userinput></screen> 62 --> 55 <para>Apply a patch to fix a build failure with glibc-2.28:</para> 56 57 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen> 63 58 64 59 <para>Remove an unneeded group, -
general.ent
refca30a r8125d49 1 <!ENTITY version "SVN-2018080 2">1 <!ENTITY version "SVN-20180803"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2018080 1-systemd">6 <!ENTITY versiond "20180803-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "August 2, 2018">10 <!ENTITY releasedate "August 3, 2018"> 11 11 12 12 <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> -
patches.ent
refca30a r8125d49 63 63 <!ENTITY systemd-security-patch-size "4 KB"> 64 64 --> 65 66 <!ENTITY systemd-glibc-patch "systemd-&systemd-version;-glibc_statx_fix-1.patch"> 67 <!ENTITY systemd-glibc-patch-md5 "a44057d6a6ca69760bafc126458d89e5"> 68 <!ENTITY systemd-glibc-patch-size "4 KB">
Note:
See TracChangeset
for help on using the changeset viewer.