Author: renodr
Date: Tue Sep 25 14:48:55 2018
New Revision: 20535
Log:
Add Jansson
Added:
trunk/BOOK/general/genlib/jansson.xml
- copied, changed from r20534, trunk/BOOK/template/template.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/genlib.xml
trunk/BOOK/gnome/applications/network-manager-applet.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netlibs/nghttp2.xml
trunk/BOOK/networking/netprogs/samba.xml
trunk/BOOK/networking/netutils/networkmanager.xml
trunk/BOOK/packages.ent
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Sep 23 15:47:26 2018 (r20534)
+++ trunk/BOOK/general.ent Tue Sep 25 14:48:55 2018 (r20535)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "23"> <!-- Always 2 digits -->
+<!ENTITY day "25"> <!-- 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 23rd, &year;">
+<!ENTITY releasedate "September 25th, &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/genlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/genlib.xml Sun Sep 23 15:47:26 2018
(r20534)
+++ trunk/BOOK/general/genlib/genlib.xml Tue Sep 25 14:48:55 2018
(r20535)
@@ -67,6 +67,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.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"/>
Copied and modified: trunk/BOOK/general/genlib/jansson.xml (from r20534,
trunk/BOOK/template/template.xml)
==============================================================================
--- trunk/BOOK/template/template.xml Sun Sep 23 15:47:26 2018
(r20534, copy source)
+++ trunk/BOOK/general/genlib/jansson.xml Tue Sep 25 14:48:55 2018
(r20535)
@@ -4,209 +4,89 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- Place this in the packages.ent file
- <!ENTITY TEMPLATE-version "">
- -->
-
- <!ENTITY TEMPLATE-download-http "http://">
- <!ENTITY TEMPLATE-download-ftp "ftp://">
- <!ENTITY TEMPLATE-md5sum "MD5 sum">
- <!ENTITY TEMPLATE-size "?? MB">
- <!ENTITY TEMPLATE-buildsize "?? MB">
- <!ENTITY TEMPLATE-time "?? SBU">
-<!-- SBU should be rounded to integer if greater than 10, to one
- decimal if below 10, and should be "less than 0.1 SBU" if
- below 0.1. If the SBU without parallelisation is too long,
- it is acceptable to give the value "with parallelism=N", where
- N is the number of threads used. Note that some build system
- automatically fix N equal to the number of available CPU cores
- on the machine. -->
+ <!ENTITY jansson-download-http
"http://www.digip.org/jansson/releases/jansson-&jansson-version;.tar.gz">
+ <!ENTITY jansson-download-ftp " ">
+ <!ENTITY jansson-md5sum "7af071db9970441e1eaaf25662310e33">
+ <!ENTITY jansson-size "476 KB">
+ <!ENTITY jansson-buildsize "6.8 MB">
+ <!ENTITY jansson-time "0.1 SBU">
]>
-<!-- Try to keep the indentation used in this file-->
-<sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;">
- <?dbhtml filename="TEMPLATE.html"?>
+<sect1 id="jansson" xreflabel="jansson-&jansson-version;">
+ <?dbhtml filename="jansson.html"?>
<sect1info>
- <!-- this part gets updated when you commit, IFF you set the properties:
- first, svn add path/to/thisfile.xml and then
- svn propset svn:mime-type text/plain path/to/thisfile.xml and
- svn propset svn:keywords "Date LastChangedBy" path/to/thisfile.xml -->
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
+
+ <title>Jansson-&jansson-version;</title>
- <!-- No other tags inside any title.
- Use Title Case in All Titles -->
- <title>TEMPLATE-&TEMPLATE-version;</title>
-
- <indexterm zone="TEMPLATE">
- <primary sortas="a-TEMPLATE">TEMPLATE</primary>
+ <indexterm zone="jansson">
+ <primary sortas="a-jansson">jansson</primary>
</indexterm>
-
- <!--Required section-->
<sect2 role="package">
- <title>Introduction to TEMPLATE</title>
+ <title>Introduction to Jansson</title>
<para>
- The <application>TEMPLATE</application> package contains...
- This is useful for...
+ The <application>Jansson</application> package contains a library used to
+ encode, decode, and manipulate JSON data.
</para>
- <!-- if it builds but hasn't been tested: -->
- &lfs8?_built;
- <!-- if it works: -->
- &lfs8?_checked;
+ &lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
- Download (HTTP): <ulink url="&TEMPLATE-download-http;"/>
+ Download (HTTP): <ulink url="&jansson-download-http;"/>
</para>
</listitem>
<listitem>
<para>
- Download (FTP): <ulink url="&TEMPLATE-download-ftp;"/>
+ Download (FTP): <ulink url="&jansson-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
- Download MD5 sum: &TEMPLATE-md5sum;
+ Download MD5 sum: &jansson-md5sum;
</para>
</listitem>
<listitem>
<para>
- Download size: &TEMPLATE-size;
+ Download size: &jansson-size;
</para>
</listitem>
<listitem>
<para>
- Estimated disk space required: &TEMPLATE-buildsize;
+ Estimated disk space required: &jansson-buildsize;
</para>
</listitem>
<listitem>
<para>
- Estimated build time: &TEMPLATE-time;
- </para>
- </listitem>
- </itemizedlist>
-
- <!-- As required -->
- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
- <itemizedlist spacing="compact">
- <listitem>
- <para>
- Required patch:
- <ulink
url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/>
+ Estimated build time: &jansson-time;
</para>
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
-
- <bridgehead renderas="sect4">Required</bridgehead>
- <para role="required">
- <xref linkend="BLFS_DEPENDENCY"/> <!-- notice no period as this is not
- a sentence. If there are more than two, they must be separated by commas
- with the last member having "and" in front of it. The use of a serial
- comma is preferred (a comma after the next to last member before the
- "and"). BLFS_DEPENDENCY should be an "id" attribute defined somewhere
- in the book (usually in a <sect1>). -->
- <xref role="runtime" linkend="RUNTIME_DEPENDENCY"/> (runtime)
- <!-- Specifying that a dependency is a runtime one, may avoid circular
- dependencies. Add role="runtime" to help jhalfs -->
- </para>
-
- <!-- It may be nice to have a separate section for runtime dependencies.
- Do it as follow. -->
- <bridgehead renderas="sect4">Required at runtime</bridgehead>
- <para role="required">
- <xref role="runtime" linkend="RUNTIME_DEPENDENCY"/>
- </para>
-
- <!-- As required -->
- <bridgehead renderas="sect4">Recommended</bridgehead>
- <para role="recommended">
- <xref linkend="BLFS_DEPENDENCY"/> <!-- notice no period as this is not
- a sentence. See above for the use of "and" and commas. Normally, neither
- required nor recommended dependencies should be <ulink>. -->
- <xref linkend="ANOTHER_RECOMMENDED_DEP"/> (required if building
- <xref role="nodep" linkend="SOME_FANCY_PACKAGE"/>) <!-- You may need
- to refer to another package, which is not a dependency. Use the role
- attibute with value "nodep". -->
- <!-- See above for runtime dependencies -->
- </para>
-
- <!-- As required -->
- <bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional">
- <xref linkend="BLFS_DEPENDENCY"/> and
- <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>
- <!-- notice no period as this is not a sentence. See above for the use
- of commas and "and". The order should <xref> before <ulink>.-->
- <!-- See above how to refer to another package, which is not a
- dependency. -->
- </para>
+ <!-- No dependencies -->
<para condition="html" role="usernotes">
- User Notes: <ulink url="&blfs-wiki;/TEMPLATE"/>
+ User Notes: <ulink url="&blfs-wiki;/jansson"/>
</para>
</sect2>
- <!-- Optional section for packages that need a specific kernel
- configuration-->
- <sect2 role="kernel" id="TEMPLATE-kernel">
- <title>Kernel Configuration</title>
-
- <para>
- Enable the following options in the kernel configuration and recompile
the
- kernel if necessary:
- </para>
-
-<!-- Spaces are significant in <screen> sections -->
-<screen><literal>Master section --->
- Subsection --->
- [*] Required parameter [CONFIG_REQU_PAR]
- <*> Required parameter (not as module) [CONFIG_REQU_PAR_NMOD]
- <*/M> Required parameter (could be a module) [CONFIG_REQU_PAR_MOD]
- <*/M/ > Optional parameter [CONFIG_OPT_PAR]
- [ ] Incompatible parameter [CONFIG_INCOMP_PAR]
- < > Incompatible parameter (even as module)
[CONFIG_INCOMP_PAR_MOD]</literal></screen>
-
- <para>
- Select the appropriate sub-options that appear when the above options are
- selected. As much as possible, the layout should be the same as in
- kernel menus.
- </para>
-
- <indexterm zone="TEMPLATE TEMPLATE-kernel">
- <primary sortas="d-TEMPLATE">TEMPLATE</primary>
- </indexterm>
- </sect2>
-
- <!--Required section-->
<sect2 role="installation">
- <title>Installation of TEMPLATE</title>
+ <title>Installation of Jansson</title>
<para>
- Install <application>TEMPLATE</application> by running the following
+ Install <application>jansson</application> by running the following
commands:
</para>
-<!-- Spaces are significant in <screen> sections -->
<screen><userinput>./configure --prefix=/usr --disable-static &&
make</userinput></screen>
- <!-- Optional section. Use one of the two mentions below about a test
- suite, delete the line that is not applicable. Of course, if the
- test suite uses syntax other than 'make check', revise the
- line to reflect the actual syntax to run the test suite -->
-
- <para>
- This package does not come with a test suite.
- </para>
-
<para>
To test the results, issue: <command>make check</command>.
</para>
@@ -218,136 +98,23 @@
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
- <!--Optional section-->
- <sect2 role="commands">
- <title>Command Explanations</title>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../../xincludes/static-libraries.xml"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../../xincludes/gtk-doc-rebuild.xml"/>
-
- <para>
- <command>COMMAND</command>: This command does something.
- </para>
-
- <para>
- <parameter>--PARAMETER</parameter>: This parameter does something
- mandatory for BLFS purposes. It will be in the instructions above. It is
- not optional and is why it is listed as a parameter and not an option.
- </para>
-
- <para>
- <option>--OPTION</option>: This option does something optionally per the
- user's desires. It is not listed in the instructions above, but instead,
- is listed here because many (some) readers may want to include it.
- </para>
- </sect2>
-
- <sect2 role="using">
- <title>Using TEMPLATE</title>
-
- <para>
- Stuff about how to use TEMPLATE to do something. This section is rarely
- used.
- </para>
- </sect2>
-
- <!--Optional section-->
- <sect2 role="configuration">
- <title>Configuring TEMPLATE</title>
-
- <sect3 id="TEMPLATE-config">
- <title>Config Files</title>
- <para>
- <filename>~/.Configfilename1</filename> and
- <filename>/etc/path/Configfilename2</filename> <!-- notice no period
as this is not a sentence-->
- </para>
-
- <indexterm zone="TEMPLATE TEMPLATE-config">
- <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
- </indexterm>
-
- <indexterm zone="TEMPLATE TEMPLATE-config">
- <primary
- sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
- </indexterm>
- </sect3>
-
- <sect3><title>Configuration Information</title>
-
- <para>
- Blah blah blah about config.
- </para>
-
-<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
-
-<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
-
- <!-- File creation. Add the appropriate <indexterm> block if needed.-->
- <para>
- Create the file .... for ...
- </para>
-
-<screen role="root"><userinput>cat >> /PATH/FILENAME << "EOF"
-<literal># Begin FILENAME
-
-TEXT
-
-# End FILENAME</literal>
-EOF</userinput></screen>
- </sect3>
-
- <sect3 id="TEMPLATE-init">
- <title>Boot Script</title>
-
- <para>
- To automatically start the <command>TEMPLATE</command> daemon when the
- system is rebooted, install the
- <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
- <xref linkend="bootscripts" revision="sysv"/>
- <xref linkend="systemd-units" revision="systemd"/> package as the
- <systemitem class="username">root</systemitem> user:
- </para>
-
- <indexterm zone="TEMPLATE TEMPLATE-init">
- <primary sortas="f-TEMPLATE">TEMPLATE</primary>
- </indexterm>
-
-<screen role="root"><userinput>make install-TEMPLATE</userinput></screen>
- </sect3>
- </sect2>
-
- <!--Required section-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
- <segtitle>Installed Program(s)</segtitle>
- <segtitle>Installed Librar(y,ies)</segtitle>
- <segtitle>Installed Director(y,ies)</segtitle>
-
- <!-- If there were no programs, libraries, or directories created, then
- we would list the section as "None". However, a decision must have
- been made to change the "None" to just removing the whole section
- because I've noticed that many packages have had the "None"
- removed and the section completely removed as well. The reasoning
- was that by putting "None", it appears as we know there are none.
- Without anything it appears as we are not sure. -->
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
- PROGRAM1, PROGRAM2 and PROGRAM3.
+ None
</seg>
<seg>
- libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so.
+ libjansson.so
</seg>
<seg>
- /etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
- /usr/share/TEMPLATE-&TEMPLATE-version;,
- /usr/share/doc/TEMPLATE-&TEMPLATE-version; and
- /var/lib/TEMPLATE.
+ None
</seg>
</seglistitem>
</segmentedlist>
@@ -357,42 +124,14 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
- <!-- If the program or library name conflicts (is the same) as the
- package name, add -prog or -lib to the varlistentry entity id
- and the 2nd entry of the indexterm zone entity -->
-
- <varlistentry id="PROGRAM1">
- <term><command>PROGRAM1</command></term>
- <listitem>
- <para>
- does this ..... (end the sentence with a period).
- </para>
- <indexterm zone="TEMPLATE PROGRAM1">
- <primary sortas="b-PROGRAM1">PROGRAM1</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="PROGRAM2">
- <term><command>PROGRAM2</command></term>
- <listitem>
- <para>
- does this ..... (end the sentence with a period).
- </para>
- <indexterm zone="TEMPLATE PROGRAM2">
- <primary sortas="b-PROGRAM2">PROGRAM2</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="libLIBRARY1">
- <term><filename class="libraryfile">libLIBRARY1.so</filename></term>
+ <varlistentry id="libjansson">
+ <term><filename class="libraryfile">libjansson.so</filename></term>
<listitem>
<para>
- contains functions that ..... (end the sentence with a period).
+ contains an API for encoding, decoding, and manipulating JSON data.
</para>
- <indexterm zone="TEMPLATE libLIBRARY1">
- <primary sortas="c-libLIBRARY1">libLIBRARY1.so</primary>
+ <indexterm zone="jansson libjansson">
+ <primary sortas="c-libjansson">libjansson.so</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: trunk/BOOK/gnome/applications/network-manager-applet.xml
==============================================================================
--- trunk/BOOK/gnome/applications/network-manager-applet.xml Sun Sep 23
15:47:26 2018 (r20534)
+++ trunk/BOOK/gnome/applications/network-manager-applet.xml Tue Sep 25
14:48:55 2018 (r20535)
@@ -100,6 +100,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional" revision="sysv">
<xref linkend="gc"/> (for linker garbage collection),
+ <xref linkend="jansson"/>,
<ulink url="&gnome-download-http;/gnome-bluetooth/">
GNOME Bluetooth</ulink>, and
<ulink url="&gnome-download-http;/mobile-broadband-provider-info">
@@ -108,9 +109,10 @@
<para role="optional" revision="systemd">
<xref linkend="gc"/> (for linker garbage collection),
<xref linkend="gnome-bluetooth"/>,
+ <xref linkend="jansson"/>,
<ulink url="&gnome-download-http;/mobile-broadband-provider-info">
mobile-broadband-provider-info</ulink> (runtime), and
- <ulink url="http://www.digip.org/jansson/">Jansson</ulink> (for the team
configuration editor)
+ <!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink> (for the
team configuration editor) -->
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Sep 23 15:47:26
2018 (r20534)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Sep 25 14:48:55
2018 (r20535)
@@ -42,6 +42,16 @@
</listitem>
-->
<listitem>
+ <para>September 25th, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Add Jansson for Samba. Fixes
+ <ulink url="&blfs-ticket-root;11183">#11183</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 23rd, 2018</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/netlibs/nghttp2.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/nghttp2.xml Sun Sep 23 15:47:26 2018
(r20534)
+++ trunk/BOOK/networking/netlibs/nghttp2.xml Tue Sep 25 14:48:55 2018
(r20535)
@@ -85,6 +85,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="boost"/>, <!--required for the C++ asio library)-->
+ <xref linkend="jansson"/>, <!-- required to build the HPACK tools -->
<xref linkend="libevent"/>, <!--required to build the examples-->
<xref linkend="python2"/>, <!--required for the python bindings)-->
<!--- <phrase revision="systemd">
@@ -94,7 +95,7 @@
the testsuite),
<ulink url="http://cython.org/">Cython</ulink>, <!--required for the
python bindings-->
- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, <!--required
+<!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, <!-
-required
to build the HPACK tools-->
<ulink url="http://www.canonware.com/jemalloc/">jemalloc</ulink>,
<!--required for the example HTTP server-->
Modified: trunk/BOOK/networking/netprogs/samba.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/samba.xml Sun Sep 23 15:47:26 2018
(r20534)
+++ trunk/BOOK/networking/netprogs/samba.xml Tue Sep 25 14:48:55 2018
(r20535)
@@ -87,6 +87,7 @@
<xref linkend="git"/>,
<xref linkend="gnupg2"/> (required for ADS and testsuite),
<xref linkend="gnutls"/>,
+ <xref linkend="jansson"/>,
<xref linkend="libarchive"/>,
<xref linkend="libcap-pam"/>,
<xref linkend="libgcrypt"/>,
@@ -103,7 +104,7 @@
<ulink url="https://ctdb.samba.org/">ctdb</ulink> (included),
<ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>,
<ulink url="http://www.h5l.org/">Heimdal</ulink> (included),
- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>,
+ <!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
<ulink
url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>,
<ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
<ulink url="https://ldb.samba.org/">ldb</ulink> (included),
Modified: trunk/BOOK/networking/netutils/networkmanager.xml
==============================================================================
--- trunk/BOOK/networking/netutils/networkmanager.xml Sun Sep 23 15:47:26
2018 (r20534)
+++ trunk/BOOK/networking/netutils/networkmanager.xml Tue Sep 25 14:48:55
2018 (r20535)
@@ -115,12 +115,13 @@
<para role="optional">
<xref linkend="bluez"/>,
<xref linkend="gtk-doc"/>,
+ <xref linkend="jansson"/>,
<xref linkend="libpsl"/>,
<xref linkend="qt5"/> (for examples),
<xref linkend="ModemManager"/>,
<xref linkend="valgrind"/>,
<ulink
url="http://www.thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>,
+<!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
<ulink url="https://github.com/Distrotech/libaudit">libaudit</ulink>,
<ulink url="https://github.com/jpirko/libteam">libteam</ulink>,
<ulink url="https://www.samba.org/ftp/ppp/">PPP</ulink>, and
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Sun Sep 23 15:47:26 2018 (r20534)
+++ trunk/BOOK/packages.ent Tue Sep 25 14:48:55 2018 (r20535)
@@ -116,6 +116,7 @@
<!ENTITY icu-dl-version "&icu-major;_&icu-minor;"><!--
_&icu-patch;-->
<!ENTITY iso-codes-version "4.1">
+<!ENTITY jansson-version "2.11">
<!-- <!ENTITY JS-version "17.0.0">
<!ENTITY JS2-version "24.2.0">
<!ENTITY JS38-version "38.2.1"> -->
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page