mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Package update and a fix for systemd
Update to thunderbird-91.5.0 Fix CVE-2021-3997 in systemd.
This commit is contained in:
parent
b5db236196
commit
64351cbe6d
@ -77,7 +77,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!--
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -87,7 +87,7 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
-->
|
||||
|
||||
|
||||
<bridgehead renderas="sect3">systemd Dependencies</bridgehead>
|
||||
|
||||
@ -152,13 +152,13 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of systemd</title>
|
||||
|
||||
<!--
|
||||
|
||||
<para>
|
||||
Apply a patch to fix a security vulnerability:
|
||||
Apply a patch to fix a security vulnerability and fix issues with the
|
||||
default hostname on some systems:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Remove two unneeded groups,
|
||||
@ -236,13 +236,14 @@ ninja</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
|
||||
<!-- Included in the patch
|
||||
<para>
|
||||
Fix a problem in a systemd unit that can cause extra delays when
|
||||
changing TTYs:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>sed -i 's/idle/simple/' /usr/lib/systemd/system/getty@.service</userinput></screen>
|
||||
|
||||
-->
|
||||
<!-- No longer needed as of systemd-244.
|
||||
<para>
|
||||
Remove a configuration file that causes some problems with PID files:
|
||||
|
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>January 13th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to thunderbird-91.5.0 (Security Update).
|
||||
Fixes <ulink url="&blfs-ticket-root;15964">#15964</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem revision="systemd">
|
||||
<para>[renodr] - Fix CVE-2021-3997 in systemd. Fixes
|
||||
<ulink url="&blfs-ticket-root;15953">#15953</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to epiphany-41.3 (Security Update). Fixes
|
||||
<ulink url="&blfs-ticket-root;15602">#15602</ulink>.</para>
|
||||
|
@ -964,7 +964,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY pidgin-version "2.14.8">
|
||||
<!ENTITY rox-filer-version "2.11">
|
||||
<!ENTITY rxvt-unicode-version "9.30">
|
||||
<!ENTITY thunderbird-version "91.4.1">
|
||||
<!ENTITY thunderbird-version "91.5.0">
|
||||
<!ENTITY tigervnc-version "1.12.0">
|
||||
<!ENTITY transmission-version "3.00">
|
||||
<!ENTITY xarchiver-version "0.5.4.17">
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
|
||||
<!ENTITY thunderbird-download-ftp " ">
|
||||
<!ENTITY thunderbird-md5sum "fd8d321bfb4dbe6f85fa2bf2d04150dc">
|
||||
<!ENTITY thunderbird-size "390 MB">
|
||||
<!ENTITY thunderbird-md5sum "7a4d6d930a66a1068737bdff18211e00">
|
||||
<!ENTITY thunderbird-size "387 MB">
|
||||
<!ENTITY thunderbird-buildsize "7.0 GB (202 MB installed)">
|
||||
<!ENTITY thunderbird-time "30 SBU (on a 4-core machine)">
|
||||
<!-- Removed the -j1 time because python and rust do not obey it, although
|
||||
|
Loading…
Reference in New Issue
Block a user