mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Partially fix #15223 (mdadm, net-tools)
This commit is contained in:
commit
f84c88146d
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
|
||||
<!ENTITY nodejs-download-ftp " ">
|
||||
<!ENTITY nodejs-md5sum "1ef010ffb089290b70b466e217afa1cd">
|
||||
<!ENTITY nodejs-md5sum "fd06aa1ced5c390425ea2f3bb7a8c289">
|
||||
<!ENTITY nodejs-size "32 MB">
|
||||
<!ENTITY nodejs-buildsize "747 MB (add 23 MB for tests)">
|
||||
<!ENTITY nodejs-time "8.4 SBU (using parallelism=4; add 2.0 SBU for tests)">
|
||||
|
@ -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 "9456e33ef32e7c24c99266edc3491922">
|
||||
<!ENTITY umockdev-md5sum "0ac814a517c8289d83b2e340b6f522e9">
|
||||
<!ENTITY umockdev-size "468 KB">
|
||||
<!ENTITY umockdev-buildsize "9.0 MB (with tests)">
|
||||
<!ENTITY umockdev-time "0.1 SBU (with tests)">
|
||||
@ -108,8 +108,7 @@ ninja</userinput></screen>
|
||||
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>. One test
|
||||
needs to be run in an X session. One test, test-umockdev-record.vala,
|
||||
is known to fail.
|
||||
needs to be run in an X session.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -44,6 +44,18 @@
|
||||
<listitem>
|
||||
<para>July 6th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to umockdev-0.16.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;15239">#15239</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to node.js-14.17.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;15240">#15240</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[timtas] - Update to pango-1.48.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;15238">#15238</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[thomas] - Update to libdrm-2.4.107. Fixes
|
||||
<ulink url="&blfs-ticket-root;15236">#15236</ulink>.</para>
|
||||
|
@ -176,7 +176,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libwpe-version "1.10.1">
|
||||
<!ENTITY lzo-version "2.10">
|
||||
<!ENTITY mtdev-version "1.1.6">
|
||||
<!ENTITY nodejs-version "14.17.2">
|
||||
<!ENTITY nodejs-version "14.17.3">
|
||||
<!ENTITY npth-version "1.6">
|
||||
<!ENTITY nspr-version "4.32">
|
||||
<!ENTITY openobex-version "1.7.2">
|
||||
@ -191,7 +191,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY talloc-version "2.3.2">
|
||||
<!ENTITY telepathy-glib-version "0.24.2">
|
||||
<!ENTITY uchardet-version "0.0.7">
|
||||
<!ENTITY umockdev-version "0.16.0">
|
||||
<!ENTITY umockdev-version "0.16.1">
|
||||
<!ENTITY wayland-version "1.19.0">
|
||||
<!ENTITY wayland-protocols-version "1.21">
|
||||
<!ENTITY wpebackend-fdo-version "1.10.0">
|
||||
@ -759,7 +759,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libhandy1-version "1.2.3">
|
||||
<!ENTITY libnotify-version "0.7.9">
|
||||
<!ENTITY libxklavier-version "5.4">
|
||||
<!ENTITY pango-version "1.48.6">
|
||||
<!ENTITY pango-version "1.48.7">
|
||||
<!ENTITY pangomm-version "2.46.1">
|
||||
<!ENTITY qt5-version "5.15.2">
|
||||
<!ENTITY qtwebengine-version "20210401">
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY pango-download-http "&gnome-download-http;/pango/1.48/pango-&pango-version;.tar.xz">
|
||||
<!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.48/pango-&pango-version;.tar.xz">
|
||||
<!ENTITY pango-md5sum "13eccb57eb04fd9a5293c74b792b3a65">
|
||||
<!ENTITY pango-size "1.9 MB">
|
||||
<!ENTITY pango-md5sum "01b2902c42313032784e1d1f99b0d9be">
|
||||
<!ENTITY pango-size "2.0 MB">
|
||||
<!ENTITY pango-buildsize "43 MB (with tests)">
|
||||
<!ENTITY pango-time "0.2 SBU (with tests)">
|
||||
]>
|
||||
|
Loading…
Reference in New Issue
Block a user