Update to umockdev-0.15.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24033 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2020-12-31 03:19:13 +00:00
parent b7a6574b1c
commit 233946c115
3 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<!ENTITY umockdev-download-http "https://github.com/martinpitt/umockdev/releases/download/&umockdev-version;/umockdev-&umockdev-version;.tar.xz">
<!ENTITY umockdev-download-ftp " ">
<!ENTITY umockdev-md5sum "14b123ae61908272faff0539887a8967">
<!ENTITY umockdev-md5sum "f81bd54acb3f14830e4f7e3d5c6edfc8">
<!ENTITY umockdev-size "448 KB">
<!ENTITY umockdev-buildsize "7.1 MB (with tests)">
<!ENTITY umockdev-time "0.2 SBU (with tests)">
@ -108,7 +108,8 @@ ninja</userinput></screen>
To test the results, issue: <command>PATH=$PATH:/sbin:/usr/sbin ninja
test</command>. The addition to <envar>PATH</envar> is needed if you
use the starting scripts in <xref linkend="postlfs-config-profile"/>,
because some tests need to run <command>udevadm</command>.
because some tests need to run <command>udevadm</command>. One test
needs to be run in an X session.
</para>
<para>

View File

@ -44,6 +44,10 @@
<listitem>
<para>December 30th, 2020</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to umockdev-0.15.3. Fixes
<ulink url="&blfs-ticket-root;14438">#14438</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to OpenJPEG-2.4.0 (Security Update). Fixes
<ulink url="&blfs-ticket-root;14445">#14445</ulink>.</para>

View File

@ -193,7 +193,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY talloc-version "2.3.1">
<!ENTITY telepathy-glib-version "0.24.1">
<!ENTITY uchardet-version "0.0.7">
<!ENTITY umockdev-version "0.15.2">
<!ENTITY umockdev-version "0.15.3">
<!ENTITY wayland-version "1.18.0">
<!ENTITY wayland-protocols-version "1.20">
<!ENTITY wv-version "1.2.9">