mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Libgcrypt-1.4.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7774 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a90cb6ad6d
commit
390e0d76b8
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "22"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2009">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "February &day;nd, &year;">
|
||||
<!ENTITY releasedate "February &day;rd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -132,7 +132,7 @@ $Date$
|
||||
<!ENTITY pth-version "2.0.7">
|
||||
<!ENTITY libassuan-version "1.0.4">
|
||||
<!ENTITY libgpg-error-version "1.7">
|
||||
<!ENTITY libgcrypt-version "1.2.4">
|
||||
<!ENTITY libgcrypt-version "1.4.4">
|
||||
<!ENTITY libksba-version "1.0.2">
|
||||
<!ENTITY libmowgli-version "0.7.0">
|
||||
<!ENTITY libmcs-version "0.7.1">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libgcrypt-download-http "&sources-anduin-http;/l/libgcrypt-&libgcrypt-version;.tar.bz2">
|
||||
<!ENTITY libgcrypt-download-ftp "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2">
|
||||
<!ENTITY libgcrypt-md5sum "3675d3e74c3a44aed629d9b12a30bb51">
|
||||
<!ENTITY libgcrypt-size "799 KB">
|
||||
<!ENTITY libgcrypt-buildsize "19 MB">
|
||||
<!ENTITY libgcrypt-time "0.3 SBU">
|
||||
<!ENTITY libgcrypt-md5sum "34105aa927e23c217741966496b97e67">
|
||||
<!ENTITY libgcrypt-size "1.1 MB">
|
||||
<!ENTITY libgcrypt-buildsize "25 MB">
|
||||
<!ENTITY libgcrypt-time "0.6 SBU (additional 0.6 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="libgcrypt" xreflabel="Libgcrypt-&libgcrypt-version;">
|
||||
@ -62,6 +62,10 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="libgpg-error"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><ulink url="http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/">
|
||||
Linux Capabilities (libcap)</ulink></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libgcrypt"/></para>
|
||||
|
||||
@ -78,8 +82,8 @@ make</userinput></screen>
|
||||
|
||||
<para>Only <command>info</command> documentation is shipped in the package
|
||||
tarball. If you wish to build alternate formats of the documentation, you
|
||||
must have <xref linkend="tetex"/> installed, then issue the following
|
||||
commands:</para>
|
||||
must have <xref linkend="tetex"/> installed (to build the PDF, PostScript
|
||||
and chunked HTML docs), then issue the following commands:</para>
|
||||
|
||||
<screen><userinput>make -C doc pdf ps html &&
|
||||
makeinfo --html --no-split -o doc/gcrypt_nochunks.html doc/gcrypt.texi &&
|
||||
@ -100,7 +104,7 @@ install -v -m644 -D README /usr/share/doc/libgcrypt-&libgcrypt-version;/README</
|
||||
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libgcrypt-&libgcrypt-version;/html &&
|
||||
install -v -m644 doc/gcrypt.html/* \
|
||||
/usr/share/doc/libgcrypt-&libgcrypt-version;/html &&
|
||||
install -v -m644 doc/gcrypt_*.html \
|
||||
install -v -m644 doc/gcrypt_nochunks.html \
|
||||
/usr/share/doc/libgcrypt-&libgcrypt-version; &&
|
||||
install -v -m644 doc/gcrypt.{pdf,ps,dvi,txt,texi} \
|
||||
/usr/share/doc/libgcrypt-&libgcrypt-version;</userinput></screen>
|
||||
@ -111,12 +115,12 @@ install -v -m644 doc/gcrypt.{pdf,ps,dvi,txt,texi} \
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>libgcrypt-config</seg>
|
||||
<seg>dumpsexp, hmac256 and libgcrypt-config</seg>
|
||||
<seg>libgcrypt.{so,a}</seg>
|
||||
<seg>/usr/share/doc/libgcrypt-&libgcrypt-version;</seg>
|
||||
</seglistitem>
|
||||
|
@ -42,7 +42,16 @@
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>February 22th, 2009</para>
|
||||
<para>February 23rd, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Libgcrypt-1.4.4</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 22nd, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[thomas] - Fix configure issues in a2ps.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user