Update to nettle-3.9.

This commit is contained in:
Bruce Dubbs 2023-05-17 19:56:08 -05:00
parent 9b14f4c1bb
commit 875f120843
3 changed files with 9 additions and 5 deletions

View File

@ -41,6 +41,10 @@
<listitem>
<para>May 17th, 2023</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to nettle-3.9. Fixes
<ulink url="&blfs-ticket-root;18046">#18046</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to at-spi2-core-2.48.2. Fixes
<ulink url="&blfs-ticket-root;18041">#18041</ulink>.</para>

View File

@ -18,7 +18,7 @@
<!ENTITY mitkrb-major-version "1.20">
<!ENTITY mitkrb-version "&mitkrb-major-version;.1">
<!--<!ENTITY mitkrb-version "&mitkrb-major-version;">-->
<!ENTITY nettle-version "3.8.1">
<!ENTITY nettle-version "3.9">
<!ENTITY nss-dir "3_89_1">
<!--

View File

@ -6,10 +6,10 @@
<!ENTITY nettle-download-http "&gnu-http;/nettle/nettle-&nettle-version;.tar.gz">
<!ENTITY nettle-download-ftp "&gnu-ftp;/nettle/nettle-&nettle-version;.tar.gz">
<!ENTITY nettle-md5sum "e15c5fd5cc901f5dde6a271d7f2320d1">
<!ENTITY nettle-md5sum "785726c81122bbf230be5a7a359c0094">
<!ENTITY nettle-size "2.3 MB">
<!ENTITY nettle-buildsize "90 MB (with tests)">
<!ENTITY nettle-time "0.1 SBU (with tests; both using parallelism=4)">
<!ENTITY nettle-buildsize "95 MB (with tests)">
<!ENTITY nettle-time "0.2 SBU (with tests; both using parallelism=4)">
]>
<sect1 id="nettle" xreflabel="Nettle-&nettle-version;">
@ -100,7 +100,7 @@ make</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
chmod -v 755 /usr/lib/lib{hogweed,nettle}.so &amp;&amp;
install -v -m755 -d /usr/share/doc/nettle-&nettle-version; &amp;&amp;
install -v -m644 nettle.html /usr/share/doc/nettle-&nettle-version;</userinput></screen>
install -v -m644 nettle.{html,pdf} /usr/share/doc/nettle-&nettle-version;</userinput></screen>
</sect2>