Author: pierre
Date: Tue Jul 7 05:42:50 2020
New Revision: 23367
Log:
libgcrypt-1.18.6
gjs-1.64.4
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/libgcrypt.xml
trunk/BOOK/gnome.ent
trunk/BOOK/gnome/platform/gjs.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Jul 6 11:29:19 2020 (r23366)
+++ trunk/BOOK/general.ent Tue Jul 7 05:42:50 2020 (r23367)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "06"> <!-- Always 2 digits -->
+<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2020">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "July 6th, &year;">
+<!ENTITY releasedate "July 7th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/general/genlib/libgcrypt.xml
==============================================================================
--- trunk/BOOK/general/genlib/libgcrypt.xml Mon Jul 6 11:29:19 2020
(r23366)
+++ trunk/BOOK/general/genlib/libgcrypt.xml Tue Jul 7 05:42:50 2020
(r23367)
@@ -7,10 +7,10 @@
<!ENTITY libgcrypt-download-http
"&gnupg-http;/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2">
<!ENTITY libgcrypt-download-ftp
"&gnupg-ftp;/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2">
<!ENTITY libgcrypt-download-ftp " ">
- <!ENTITY libgcrypt-md5sum "348cc4601ca34307fc6cd6c945467743">
+ <!ENTITY libgcrypt-md5sum "e9dfc1e789a2a42f36917c543fcd7862">
<!ENTITY libgcrypt-size "2.9 MB">
- <!ENTITY libgcrypt-buildsize "44 MB (with tests; add 8 MB for building
docs)">
- <!ENTITY libgcrypt-time "0.3 SBU (with docs; add 0.5 SBU for
tests)">
+ <!ENTITY libgcrypt-buildsize "48 MB (with tests; add 8 MB for
documentation)">
+ <!ENTITY libgcrypt-time "0.3 SBU (with documentation; add 0.4 SBU
for tests)">
]>
<sect1 id="libgcrypt" xreflabel="libgcrypt-&libgcrypt-version;">
Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent Mon Jul 6 11:29:19 2020 (r23366)
+++ trunk/BOOK/gnome.ent Tue Jul 7 05:42:50 2020 (r23367)
@@ -24,7 +24,7 @@
<!ENTITY yelp-xsl-version "3.36.0">
<!ENTITY GConf-version "3.2.6">
<!ENTITY geocode-glib-version "3.26.2">
-<!ENTITY gjs-version "1.64.3">
+<!ENTITY gjs-version "1.64.4">
<!ENTITY gnome-autoar-version "0.2.4">
<!ENTITY gnome-desktop-version "3.36.3.1">
<!ENTITY gnome-menus-version "3.36.0">
Modified: trunk/BOOK/gnome/platform/gjs.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gjs.xml Mon Jul 6 11:29:19 2020 (r23366)
+++ trunk/BOOK/gnome/platform/gjs.xml Tue Jul 7 05:42:50 2020 (r23367)
@@ -6,10 +6,10 @@
<!ENTITY gjs-download-http
"&gnome-download-http;/gjs/1.64/gjs-&gjs-version;.tar.xz">
<!ENTITY gjs-download-ftp
"&gnome-download-ftp;/gjs/1.64/gjs-&gjs-version;.tar.xz">
- <!ENTITY gjs-md5sum "e25ca40cd2c1b88e4778ddb6bb7f4d64">
- <!ENTITY gjs-size "416 KB">
- <!ENTITY gjs-buildsize "273 MB (with tests)">
- <!ENTITY gjs-time "0.6 SBU (with tests)">
+ <!ENTITY gjs-md5sum "dc0d4a0453484c5a77eb0e2bda091704">
+ <!ENTITY gjs-size "413 KB">
+ <!ENTITY gjs-buildsize "65 MB (with tests)">
+ <!ENTITY gjs-time "0.2 SBU (with tests)">
]>
<sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
@@ -101,20 +101,20 @@
<sect2 role="installation">
<title>Installation of Gjs</title>
-
+<!--
<para>
First, work around a bug in meson caused by support for Windows NT:
</para>
- <!-- When scripting, 'ninja install' fails because the 'gjs' symlink is
+ When scripting, 'ninja install' fails because the 'gjs' symlink is
generated before 'gjs-console' is installed. This seems to be due
to adding symbolic link support for Windows NT-based platforms.
This shouldn't affect us, so let's create the symlink manually
like we do in other packages.
Invalid with 1.64.3. Make sure you don't have DESTDIR
- set, such as you'd do in an update script.-->
+ set, such as you'd do in an update script.
-<!--<screen><userinput remap="pre">sed -i '/symlink-gjs.py/s/^/#/g'
meson.build</userinput></screen>-->
+<screen><userinput remap="pre">sed -i '/symlink-gjs.py/s/^/#/g'
meson.build</userinput></screen>-->
<para>
Install <application>Gjs</application> by running the following
@@ -130,10 +130,11 @@
<para>
To test the results, issue: <command>ninja test</command>. The
<application>GTK</application> and <application>Cairo</application>
- tests will fail if not running in an Xorg session. One test,
+ tests will fail if not running in an Xorg session.
+<!-- All 53 tests passed for me with gjs-1.64.4
+ One test,
<filename>gjs: Scripts/CommandLine</filename>, is known to fail.
- On some systems, up to six tests may fail with an error.
- <!-- Still fails with 1.58.5. -->
+ On some systems, up to six tests may fail with an error. -->
</para>
<para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Jul 6 11:29:19
2020 (r23366)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Jul 7 05:42:50
2020 (r23367)
@@ -42,6 +42,20 @@
</listitem>
-->
<listitem>
+ <para>July 7th, 2020</para>
+ <itemizedlist>
+ <listitem>
+ <para>[pierre] - Update to gjs-1.64.4. Fixes
+ <ulink url="&blfs-ticket-root;13780">#13780</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[pierre] - Update to libgcrypt-1.8.6. Fixes
+ <ulink url="&blfs-ticket-root;13779">#13779</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 6th, 2020</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Mon Jul 6 11:29:19 2020 (r23366)
+++ trunk/BOOK/packages.ent Tue Jul 7 05:42:50 2020 (r23367)
@@ -136,7 +136,7 @@
<!ENTITY libepoxy-minor "1.5">
<!ENTITY libepoxy-version "&libepoxy-minor;.4">
<!-- <!ENTITY libesmtp-version "1.0.6"> -->
-<!ENTITY libgcrypt-version "1.8.5">
+<!ENTITY libgcrypt-version "1.8.6">
<!ENTITY libglade-version "2.6.4">
<!ENTITY libgpg-error-version "1.38">
<!ENTITY libgrss-version "0.7.0">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page