mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Libgcrypt-1.4.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8668 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
bfbff42834
commit
acb57a0cf8
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2010">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
@ -178,7 +178,7 @@ $Date$
|
||||
<!ENTITY pth-version "2.0.7">
|
||||
<!ENTITY libassuan-version "2.0.0">
|
||||
<!ENTITY libgpg-error-version "1.10">
|
||||
<!ENTITY libgcrypt-version "1.4.5">
|
||||
<!ENTITY libgcrypt-version "1.4.6">
|
||||
<!ENTITY libksba-version "1.0.7">
|
||||
<!ENTITY libmowgli-version "0.7.0">
|
||||
<!ENTITY libmcs-version "0.7.1">
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!-- <!ENTITY libgcrypt-download-http "&sources-anduin-http;/l/libgcrypt-&libgcrypt-version;.tar.bz2"> -->
|
||||
<!ENTITY libgcrypt-download-http " ">
|
||||
<!ENTITY libgcrypt-download-ftp "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2">
|
||||
<!ENTITY libgcrypt-md5sum "cc2017ad09b4543f8b3b5e9a53cfd89d">
|
||||
<!ENTITY libgcrypt-md5sum "dbf99425a4fe9217c84ce3a35d938634">
|
||||
<!ENTITY libgcrypt-size "1.1 MB">
|
||||
<!ENTITY libgcrypt-buildsize "23 MB">
|
||||
<!ENTITY libgcrypt-time "0.4 SBU (additional 0.8 SBU to run the test suite)">
|
||||
<!ENTITY libgcrypt-buildsize "29 MB">
|
||||
<!ENTITY libgcrypt-time "0.5 SBU (additional 0.5 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="libgcrypt" xreflabel="Libgcrypt-&libgcrypt-version;">
|
||||
@ -36,7 +36,7 @@
|
||||
interface to cryptographic building blocks using an extendable and flexible
|
||||
API.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
<para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -98,7 +98,9 @@ makeinfo --plaintext -o doc/gcrypt.txt doc/gcrypt.texi</userinpu
|
||||
user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
install -v -m644 -D README /usr/share/doc/libgcrypt-&libgcrypt-version;/README</userinput></screen>
|
||||
install -v -m755 -d /usr/share/doc/libgcrypt-&libgcrypt-version; &&
|
||||
install -v -m644 README doc/{README.apichanges,fips*,libgcrypt*} \
|
||||
/usr/share/doc/libgcrypt-&libgcrypt-version;</userinput></screen>
|
||||
|
||||
<para>If you built the additional documentation, install it by issuing the
|
||||
following commands as the <systemitem class="username">root</systemitem>
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>November 5th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Libgcrypt-1.4.6.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Libgpg-error-1.10.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user