Author: pierre
Date: Sun Sep 9 06:44:35 2018
New Revision: 20481
Log:
Merge r20475 to r20480 from trunk
Added:
branches/perl-modules/general/genlib/js60.xml
- copied unchanged from r20480, trunk/BOOK/general/genlib/js60.xml
Modified:
branches/perl-modules/general.ent
branches/perl-modules/general/genlib/genlib.xml
branches/perl-modules/general/genlib/keyutils.xml
branches/perl-modules/general/prog/gdb.xml
branches/perl-modules/general/sysutils/unrar.xml
branches/perl-modules/gnome.ent
branches/perl-modules/gnome/platform/gjs.xml
branches/perl-modules/introduction/welcome/changelog.xml
branches/perl-modules/networking/netlibs/geoclue2.xml
branches/perl-modules/networking/netprogs/nfs-utils.xml
branches/perl-modules/networking/textweb/links.xml
branches/perl-modules/packages.ent
branches/perl-modules/x/lib/atk.xml
Modified: branches/perl-modules/general.ent
==============================================================================
--- branches/perl-modules/general.ent Sat Sep 8 17:31:35 2018 (r20480)
+++ branches/perl-modules/general.ent Sun Sep 9 06:44:35 2018 (r20481)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "06"> <!-- Always 2 digits -->
+<!ENTITY day "08"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "September 6th, &year;">
+<!ENTITY releasedate "September 8th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: branches/perl-modules/general/genlib/genlib.xml
==============================================================================
--- branches/perl-modules/general/genlib/genlib.xml Sat Sep 8 17:31:35
2018 (r20480)
+++ branches/perl-modules/general/genlib/genlib.xml Sun Sep 9 06:44:35
2018 (r20481)
@@ -69,6 +69,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/>
-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keyutils.xml"/>
Copied: branches/perl-modules/general/genlib/js60.xml (from r20480,
trunk/BOOK/general/genlib/js60.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/perl-modules/general/genlib/js60.xml Sun Sep 9 06:44:35
2018 (r20481, copy of r20480, trunk/BOOK/general/genlib/js60.xml)
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY js60-download-http
"http://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-&JS60-version;.tar.bz2">
+ <!ENTITY js60-download-ftp
"ftp://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-&JS60-version;.tar.bz2">
+ <!ENTITY js60-md5sum "202f71313e53d9b92e7c578107541539">
+ <!ENTITY js60-size "31 MB">
+ <!ENTITY js60-buildsize "640 MB"> <!-- The buildsize is over 4GB!
Actually installed is much smaller. -->
+ <!ENTITY js60-time "6.6 SBU">
+]>
+
+<sect1 id="js60" xreflabel="js60-&JS60-version;">
+ <?dbhtml filename="js60.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>JS-&JS60-version;</title>
+
+ <indexterm zone="js60">
+ <primary sortas="a-js60">js60</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to JS</title>
+
+ <para>
+ <application>JS</application> is Mozilla's JavaScript engine
+ written in C. This package is present for GJS.
+ </para>
+
+ &lfs83_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&js60-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&js60-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &js60-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &js60-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &js60-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &js60-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">JS60 Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="autoconf213"/>,
+ <xref linkend="icu"/>,
+ <xref linkend="nspr"/>,
+ <xref linkend="python2"/>,
+ <xref linkend="xorg7-lib"/>,
+ <xref linkend="yasm"/>, and
+ <xref linkend="zip"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="doxygen"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/js60"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of JS</title>
+
+ <para>
+ Install <application>JS</application> by running the following
+ commands:
+ </para>
+
+ &shell-env;
+
+<screen><userinput>mkdir mozjs-build &&
+cd mozjs-build &&
+
+../js/src/configure --prefix=/usr \
+ --with-intl-api \
+ --with-system-zlib \
+ --with-system-nspr \
+ --with-system-icu \
+ --disable-jemalloc
+ --enable-readline &&
+make</userinput></screen>
+
+ <para>
+ This package does not come with a working test suite.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <parameter>--with-*</parameter>: These parameters allow the build system
+ to use system versions of the above libriares. These are required for
+ stability.
+ </para>
+
+ <para>
+ <parameter>--enable-readline</parameter>: This switch enables Readline
+ support in the JS shell.
+ </para>
+
+ <para>
+ <parameter>--disable-jemalloc</parameter>: This switch disables the
+ internal memory allocator used in JS60. jemalloc causes a conflict with
glibc.
+ </para>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries)</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ js60 and js60-config
+ </seg>
+ <!-- Yes, the static library is required. -->
+ <seg>
+ libmozjs-60.so and libjs_static.ajs <!-- These two may conflict,
can't
+ verify without a rebuild unfortunately :-( -->
+ </seg>
+ <seg>
+ /usr/include/mozjs-60
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="js6-js60">
+ <term><command>js60</command></term>
+ <listitem>
+ <para>
+ provides a command line interface to the
+ <application>JavaScript</application> engine.
+ </para>
+ <indexterm zone="js60 js60">
+ <primary sortas="b-js60">js60</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="js60-config">
+ <term><command>js60-config</command></term>
+ <listitem>
+ <para>
+ is used to find the JS compiler and linker flags.
+ </para>
+ <indexterm zone="js60 js60-config">
+ <primary sortas="b-js60-config">js60-config</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libmozjs-60">
+ <term><filename class="libraryfile">libmozjs-60.so</filename></term>
+ <listitem>
+ <para>
+ contains the Mozilla JavaScript API functions.
+ </para>
+ <indexterm zone="js60 libmozjs-60">
+ <primary sortas="c-libmozjs60">libmozjs-60.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
Modified: branches/perl-modules/general/genlib/keyutils.xml
==============================================================================
--- branches/perl-modules/general/genlib/keyutils.xml Sat Sep 8 17:31:35
2018 (r20480)
+++ branches/perl-modules/general/genlib/keyutils.xml Sun Sep 9 06:44:35
2018 (r20481)
@@ -71,12 +71,15 @@
<screen><userinput>make</userinput></screen>
- <para>This package does not come with a test suite.</para>
- <!-- Actually it does, but need to /usr\/bin/ s|/usr|| test/ tests/Makefile
+ <para>To test the results, issue, as the
+ <systemitem class="username">root</systemitem> user: </para>
- Also there are some needed kernel options. I've not checked it out yet,
- but I think CONFIG_KEY_DH_OPERATIONS need to be set. There may be some
- additional options needed. - Bruce -->
+<screen role="root"><userinput>sed -i '/find/s:/usr/bin/::' tests/Makefile
&&
+make -k test </userinput></screen>
+
+ <para>Note that several tests will fail if certain uncommon kernel options
+ were not used when the kernel was built. These include CONFIG_BIG_KEYS,
+ CONFIG_KEY_DH_OPERATIONS, and CONFIG_CRYPTO_DH.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
Modified: branches/perl-modules/general/prog/gdb.xml
==============================================================================
--- branches/perl-modules/general/prog/gdb.xml Sat Sep 8 17:31:35 2018
(r20480)
+++ branches/perl-modules/general/prog/gdb.xml Sun Sep 9 06:44:35 2018
(r20481)
@@ -6,10 +6,10 @@
<!ENTITY gdb-download-http "&gnu-http;/gdb/gdb-&gdb-version;.tar.xz">
<!ENTITY gdb-download-ftp "&gnu-ftp;/gdb/gdb-&gdb-version;.tar.xz">
- <!ENTITY gdb-md5sum "372fa63a53adeee1bfbfd581d8da9e34">
+ <!ENTITY gdb-md5sum "b5a49dbff00d9a87fbe114d14b3101c0">
<!ENTITY gdb-size "19 MB">
- <!ENTITY gdb-buildsize "667 MB (add 753 MB for tests, add 757 MB for
docs)">
- <!ENTITY gdb-time "5.0 SBU (add 56 SBU for tests, add 0.8 for
docs)">
+ <!ENTITY gdb-buildsize "600 MB (add 59 MB for tests, add 728 MB for
docs)">
+ <!ENTITY gdb-time "1.8 SBU (Using parallelism=4; add 65 SBU for
tests, add 0.6 SBU for docs)">
]>
<sect1 id="gdb" xreflabel="GDB-&gdb-version;">
Modified: branches/perl-modules/general/sysutils/unrar.xml
==============================================================================
--- branches/perl-modules/general/sysutils/unrar.xml Sat Sep 8 17:31:35
2018 (r20480)
+++ branches/perl-modules/general/sysutils/unrar.xml Sun Sep 9 06:44:35
2018 (r20481)
@@ -6,9 +6,9 @@
<!ENTITY unrar-download-http
"http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
<!ENTITY unrar-download-ftp " ">
- <!ENTITY unrar-md5sum "ef013fc6a31cf8bb9943e2f88f3dc70d">
+ <!ENTITY unrar-md5sum "f54fdf142f0981ae1840a32fc9220e45">
<!ENTITY unrar-size "224 KB">
- <!ENTITY unrar-buildsize "2.4 MB">
+ <!ENTITY unrar-buildsize "2.1 MB">
<!ENTITY unrar-time "less than 0.1 SBU">
]>
Modified: branches/perl-modules/gnome.ent
==============================================================================
--- branches/perl-modules/gnome.ent Sat Sep 8 17:31:35 2018 (r20480)
+++ branches/perl-modules/gnome.ent Sun Sep 9 06:44:35 2018 (r20481)
@@ -24,7 +24,7 @@
<!ENTITY yelp-xsl-version "3.28.0">
<!ENTITY GConf-version "3.2.6">
<!ENTITY geocode-glib-version "3.26.0">
-<!ENTITY gjs-version "1.52.3">
+<!ENTITY gjs-version "1.54.0">
<!ENTITY gnome-autoar-version "0.2.3">
<!ENTITY gnome-desktop-version "3.28.2">
<!ENTITY gnome-menus-version "3.13.3">
Modified: branches/perl-modules/gnome/platform/gjs.xml
==============================================================================
--- branches/perl-modules/gnome/platform/gjs.xml Sat Sep 8 17:31:35
2018 (r20480)
+++ branches/perl-modules/gnome/platform/gjs.xml Sun Sep 9 06:44:35
2018 (r20481)
@@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY gjs-download-http
"&gnome-download-http;/gjs/1.52/gjs-&gjs-version;.tar.xz">
- <!ENTITY gjs-download-ftp
"&gnome-download-ftp;/gjs/1.52/gjs-&gjs-version;.tar.xz">
- <!ENTITY gjs-md5sum "a94375e3a1ec49735ca9116dbc1b1494">
- <!ENTITY gjs-size "612 KB">
- <!ENTITY gjs-buildsize "68 MB (with tests)">
- <!ENTITY gjs-time "0.7 SBU (with tests)">
+ <!ENTITY gjs-download-http
"&gnome-download-http;/gjs/1.54/gjs-&gjs-version;.tar.xz">
+ <!ENTITY gjs-download-ftp
"&gnome-download-ftp;/gjs/1.54/gjs-&gjs-version;.tar.xz">
+ <!ENTITY gjs-md5sum "d1511700758439e76704b28ac033a465">
+ <!ENTITY gjs-size "636 KB">
+ <!ENTITY gjs-buildsize "175 MB (with tests)">
+ <!ENTITY gjs-time "0.8 SBU (with tests)">
]>
<sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
@@ -77,7 +77,7 @@
<xref linkend="cairo"/>,
<xref linkend="dbus"/>,
<xref linkend="gobject-introspection"/>, and
- <xref linkend="js52"/>
+ <xref linkend="js60"/>
</para>
<bridgehead revision="systemd" renderas="sect4">Recommended (required for
GNOME)</bridgehead>
Modified: branches/perl-modules/introduction/welcome/changelog.xml
==============================================================================
--- branches/perl-modules/introduction/welcome/changelog.xml Sat Sep 8
17:31:35 2018 (r20480)
+++ branches/perl-modules/introduction/welcome/changelog.xml Sun Sep 9
06:44:35 2018 (r20481)
@@ -42,6 +42,48 @@
</listitem>
-->
<listitem>
+ <para>September 8th, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to gdb-8.2. Fixes
+ <ulink url="&blfs-ticket-root;11112">#11112</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to unrar-5.6.6. Fixes
+ <ulink url="&blfs-ticket-root;11101">#11101</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to links-2.17. Fixes
+ <ulink url="&blfs-ticket-root;11126">#11126</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to nfs-utils-2.3.3. Fixes
+ <ulink url="&blfs-ticket-root;11125">#11125</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Add instructions for regression tests to keyutils.
+ Completes <ulink url="&blfs-ticket-root;11073">#11073</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to atk-2.30.0. Fixes
+ <ulink url="&blfs-ticket-root;11070">#11070</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to gjs-1.54.0. Fixes
+ <ulink url="&blfs-ticket-root;11093">#11093</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to geoclue-2.4.12. Fixes
+ <ulink url="&blfs-ticket-root;11027">#11027</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Add mozjs60 for gjs. Fixes
+ <ulink url="&blfs-ticket-root;11110">#11110</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 6th, 2018</para>
<itemizedlist>
<listitem>
Modified: branches/perl-modules/networking/netlibs/geoclue2.xml
==============================================================================
--- branches/perl-modules/networking/netlibs/geoclue2.xml Sat Sep 8
17:31:35 2018 (r20480)
+++ branches/perl-modules/networking/netlibs/geoclue2.xml Sun Sep 9
06:44:35 2018 (r20481)
@@ -7,9 +7,9 @@
<!ENTITY geoclue2-download-http
"https://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-&geoclue2-version;.tar.xz">
<!ENTITY geoclue2-download-ftp " ">
- <!ENTITY geoclue2-md5sum "8bc64e7b9a18c7bf12c48b1c4323cf14">
- <!ENTITY geoclue2-size "368 KB">
- <!ENTITY geoclue2-buildsize "16 MB">
+ <!ENTITY geoclue2-md5sum "469bfcebef36723b34aaa5816de93e18">
+ <!ENTITY geoclue2-size "392 KB">
+ <!ENTITY geoclue2-buildsize "17 MB">
<!ENTITY geoclue2-time "0.1 SBU">
]>
Modified: branches/perl-modules/networking/netprogs/nfs-utils.xml
==============================================================================
--- branches/perl-modules/networking/netprogs/nfs-utils.xml Sat Sep 8
17:31:35 2018 (r20480)
+++ branches/perl-modules/networking/netprogs/nfs-utils.xml Sun Sep 9
06:44:35 2018 (r20481)
@@ -6,9 +6,9 @@
<!ENTITY nfs-utils-download-http
"&sourceforge-dl;/nfs/nfs-utils-&nfs-utils-version;.tar.xz">
<!ENTITY nfs-utils-download-ftp " ">
- <!ENTITY nfs-utils-md5sum "5f952810747674ef4737e4956c297808">
- <!ENTITY nfs-utils-size "644 KB">
- <!ENTITY nfs-utils-buildsize "18 MB">
+ <!ENTITY nfs-utils-md5sum "11490e3f85a8676c647fe1bddbf32f99">
+ <!ENTITY nfs-utils-size "648 KB">
+ <!ENTITY nfs-utils-buildsize "16 MB">
<!ENTITY nfs-utils-time "0.2 SBU">
]>
@@ -166,20 +166,12 @@
<command>rpc.statd</command>.</para>
</note>
- <para>First, fix a build problem caused by gcc-8:</para>
-
-<screen><userinput>sed -i '/strict-prototypes/d' configure.ac &&
-autoreconf -fiv</userinput></screen>
-
<para>Install <application>NFS Utilities</application> by running
the following commands:</para>
-<!--
-<screen><userinput>sed -i '/fcntl.h/a#include <stdint.h>'
support/nsm/rpc.c &&-->
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--sbindir=/sbin \
- --without-tcp-wrappers \
--disable-nfsv4 \
--disable-gss &&
make</userinput></screen>
@@ -213,9 +205,6 @@
<para><command>sed ... support/nsm/rpc.c</command>: This sed it required
to fix a build issue with glibc-2.26 and later.</para>
-->
- <para><parameter>--without-tcp-wrappers</parameter>: This option is
- needed because TCP Wrappers is not in BLFS.</para>
-
<para><parameter>--disable-nfsv4</parameter>: This allows the package to be
built when libnfsidmap has not been installed.</para>
Modified: branches/perl-modules/networking/textweb/links.xml
==============================================================================
--- branches/perl-modules/networking/textweb/links.xml Sat Sep 8 17:31:35
2018 (r20480)
+++ branches/perl-modules/networking/textweb/links.xml Sun Sep 9 06:44:35
2018 (r20481)
@@ -6,7 +6,7 @@
<!ENTITY links-download-http
"http://links.twibright.com/download/links-&links-version;.tar.bz2">
<!ENTITY links-download-ftp " ">
- <!ENTITY links-md5sum "645fb0c0294e4c3268f94d307d394ffb">
+ <!ENTITY links-md5sum "e0cd5582b99a678b5ad3b112e9b42f7e">
<!ENTITY links-size "6.4 MB">
<!ENTITY links-buildsize "47 MB (with --enable-graphics)">
<!ENTITY links-time "0.4 SBU (with --enable-graphics)">
Modified: branches/perl-modules/packages.ent
==============================================================================
--- branches/perl-modules/packages.ent Sat Sep 8 17:31:35 2018 (r20480)
+++ branches/perl-modules/packages.ent Sun Sep 9 06:44:35 2018 (r20481)
@@ -116,10 +116,11 @@
<!ENTITY icu-dl-version "&icu-major;_&icu-minor;"><!--
_&icu-patch;-->
<!ENTITY iso-codes-version "4.1">
-<!ENTITY JS-version "17.0.0">
+<!-- <!ENTITY JS-version "17.0.0">
<!ENTITY JS2-version "24.2.0">
-<!ENTITY JS38-version "38.2.1">
+<!ENTITY JS38-version "38.2.1"> -->
<!ENTITY JS52-version "52.2.1gnome1">
+<!ENTITY JS60-version "60.1.0">
<!ENTITY json-c-version "0.13.1">
<!ENTITY json-glib-version "1.4.2">
<!ENTITY keyutils-version "1.5.11">
@@ -293,7 +294,7 @@
<!ENTITY systemd-version "239">
<!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro
version -->
<!ENTITY udisks2-version "2.8.0"> <!-- stable lt .90 micro
version -->
-<!ENTITY unrar-version "5.6.5">
+<!ENTITY unrar-version "5.6.6">
<!ENTITY unzip-version "6.0">
<!ENTITY upower-version "0.99.7">
<!ENTITY usbutils-version "010">
@@ -317,7 +318,7 @@
<!ENTITY gcc-version "8.2.0">
<!ENTITY gcc-ada-version "8.2.0">
<!ENTITY gc-version "7.6.4">
-<!ENTITY gdb-version "8.1.1">
+<!ENTITY gdb-version "8.2">
<!ENTITY git-version "2.18.0">
<!ENTITY guile-version "2.2.4">
<!ENTITY librep-version "0.92.7">
@@ -450,7 +451,7 @@
<!ENTITY cifsutils-version "6.8">
<!ENTITY ncftp-version "3.2.6">
<!ENTITY net-tools-version "CVS_20101030">
-<!ENTITY nfs-utils-version "2.3.2">
+<!ENTITY nfs-utils-version "2.3.3">
<!ENTITY ntp-version "4.2.8p12">
<!ENTITY rpcbind-version "1.2.5">
<!ENTITY rsync-version "3.1.3">
@@ -476,7 +477,7 @@
<!-- Chapter 17 -->
<!ENTITY c-ares-version "1.14.0">
<!ENTITY curl-version "7.61.0">
-<!ENTITY geoclue2-version "2.4.11">
+<!ENTITY geoclue2-version "2.4.12">
<!ENTITY glib-networking-version "2.58.0">
<!ENTITY ldns-version "1.7.0">
<!ENTITY libevent-version "2.1.8">
@@ -496,7 +497,7 @@
<!ENTITY uhttpmock-version "0.5.1">
<!-- Chapter 18 -->
-<!ENTITY links-version "2.16">
+<!ENTITY links-version "2.17">
<!ENTITY lynx-version "2.8.9rel.1">
<!ENTITY w3m-version "0.5.3">
@@ -567,7 +568,7 @@
<!-- Chapter 25 -->
<!ENTITY agg-version "2.5">
-<!ENTITY atk-version "2.29.2">
+<!ENTITY atk-version "2.30.0">
<!ENTITY atkmm-version "2.24.2">
<!ENTITY at-spi2-core-version "2.30.0">
<!ENTITY at-spi2-atk-version "2.30.0">
Modified: branches/perl-modules/x/lib/atk.xml
==============================================================================
--- branches/perl-modules/x/lib/atk.xml Sat Sep 8 17:31:35 2018 (r20480)
+++ branches/perl-modules/x/lib/atk.xml Sun Sep 9 06:44:35 2018 (r20481)
@@ -4,9 +4,9 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY atk-download-http
"&gnome-download-http;/atk/2.29/atk-&atk-version;.tar.xz">
- <!ENTITY atk-download-ftp
"&gnome-download-ftp;/atk/2.29/atk-&atk-version;.tar.xz">
- <!ENTITY atk-md5sum "5bbf717d2534251dc72736704148da30">
+ <!ENTITY atk-download-http
"&gnome-download-http;/atk/2.30/atk-&atk-version;.tar.xz">
+ <!ENTITY atk-download-ftp
"&gnome-download-ftp;/atk/2.30/atk-&atk-version;.tar.xz">
+ <!ENTITY atk-md5sum "769c85005d392ad17ffbc063f2d26454">
<!ENTITY atk-size "284 KB">
<!ENTITY atk-buildsize "11 MB">
<!ENTITY atk-time "less than 0.1 SBU">
@@ -136,8 +136,7 @@
libatk-1.0.so
</seg>
<seg>
- /usr/include/atk-1.0 and
- /usr/share/gtk-doc/html/atk
+ /usr/include/atk-1.0
</seg>
</seglistitem>
</segmentedlist>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page