mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update to GnuTLS-3.6.14. Fixes the root cert bug, and a security fix.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23242 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e5a0894786
commit
ac6b671be5
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>June 3rd, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gnutls-3.6.14 (Security Update).
|
||||
This includes a fix for the expired root certificate (on 5/30/2020)
|
||||
that made several sites inaccessible in Epiphany and other GnuTLS
|
||||
users because of a logic error with regards to using a certificate
|
||||
with the same private key from an alternate vendor. Fixes
|
||||
<ulink url="&blfs-ticket-root;13635">#13635</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to xkeyboard-config-2.30. Fixes
|
||||
<ulink url="&blfs-ticket-root;13630">#13630</ulink>.</para>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<!ENTITY cyrus-sasl-version "2.1.27">
|
||||
<!ENTITY gnupg2-version "2.2.20">
|
||||
<!ENTITY firewalld-version "0.8.1">
|
||||
<!ENTITY gnutls-version "3.6.13">
|
||||
<!ENTITY gnutls-version "3.6.14">
|
||||
<!ENTITY gpgme-version "1.13.1">
|
||||
<!ENTITY haveged-version "1.9.2">
|
||||
<!ENTITY iptables-version "1.8.4">
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!ENTITY gnutls-download-http "&gnupg-http;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz">
|
||||
<!ENTITY gnutls-download-ftp "&gnupg-ftp;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz">
|
||||
<!ENTITY gnutls-download-ftp " ">
|
||||
<!ENTITY gnutls-md5sum "bb1fe696a11543433785b4fc70ca225f">
|
||||
<!ENTITY gnutls-size "5.7 MB">
|
||||
<!ENTITY gnutls-buildsize "149 MB (add 106 MB for tests)">
|
||||
<!ENTITY gnutls-time "0.6 SBU (using parallelism=4; add 7.7 SBU for tests)">
|
||||
<!ENTITY gnutls-md5sum "bf70632d420e421baff482247f01dbfe">
|
||||
<!ENTITY gnutls-size "5.8 MB">
|
||||
<!ENTITY gnutls-buildsize "158 MB (add 115 MB for tests)">
|
||||
<!ENTITY gnutls-time "0.7 SBU (using parallelism=4; add 8.2 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="gnutls" xreflabel="GnuTLS-&gnutls-version;">
|
||||
@ -111,7 +111,8 @@
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="guile"/>,
|
||||
<xref linkend="libidn"/> or
|
||||
<xref linkend="libidn2"/>
|
||||
<xref linkend="libidn2"/>,
|
||||
<xref linkend="libseccomp"/>,
|
||||
<xref linkend="net-tools"/> (used during the test suite),
|
||||
<xref linkend="texlive"/> or <xref linkend="tl-installer"/>,
|
||||
<xref linkend="unbound"/> (to build the DANE library),
|
||||
|
Loading…
Reference in New Issue
Block a user