Changeset 2c6c92d6
- Timestamp:
- 09/29/2022 03:47:10 PM (8 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk
- Children:
- 766c8d79
- Parents:
- 193807ab
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r193807ab r2c6c92d6 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[pierre] - Update to gnutls-3.7.8. Fixes 49 <ulink url="&blfs-ticket-root;17132">#17132</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[pierre] - Update to gspell-1.12.0. Fixes 49 53 <ulink url="&blfs-ticket-root;17131">#17131</ulink>.</para> -
packages.ent
r193807ab r2c6c92d6 7 7 <!ENTITY cyrus-sasl-version "2.1.28"> 8 8 <!ENTITY gnupg2-version "2.3.7"> 9 <!ENTITY gnutls-version "3.7. 7">9 <!ENTITY gnutls-version "3.7.8"> 10 10 <!ENTITY gpgme-version "1.18.0"> 11 11 <!ENTITY iptables-version "1.8.8"> -
postlfs/security/gnutls.xml
r193807ab r2c6c92d6 8 8 <!ENTITY gnutls-download-ftp "&gnupg-ftp;/gnutls/v3.7/gnutls-&gnutls-version;.tar.xz"> 9 9 <!ENTITY gnutls-download-ftp " "> 10 <!ENTITY gnutls-md5sum " 39e5c71af7f444bdf175094a787843a2">11 <!ENTITY gnutls-size " 6.1MB">12 <!ENTITY gnutls-buildsize "1 42 MB (add 110MB for tests)">13 <!ENTITY gnutls-time "0. 8 SBU (add 2.4SBU for tests; both using parallelism=4)">10 <!ENTITY gnutls-md5sum "c7b749bae243c341e6be717baf7ffbad"> 11 <!ENTITY gnutls-size "5.8 MB"> 12 <!ENTITY gnutls-buildsize "167 MB (add 111 MB for tests)"> 13 <!ENTITY gnutls-time "0.9 SBU (add 2.6 SBU for tests; both using parallelism=4)"> 14 14 ]> 15 15 … … 35 35 layer. Currently the <application>GnuTLS</application> library implements 36 36 the proposed standards by the IETF's TLS working group. Quoting from the 37 TLS protocol specification: 38 </para> 39 40 <para> 41 <quote>The TLS protocol provides communications privacy over the 42 Internet. The protocol allows client/server applications to communicate in 43 a way that is designed to prevent eavesdropping, tampering, or message 44 forgery.</quote> 45 </para> 46 47 <para> 48 <application>GnuTLS</application> provides support for TLS 1.3, TLS 1.2, TLS 1.1, 49 TLS 1.0, and SSL 3.0 protocols, TLS extensions, including server name and max 50 record size. Additionally, the library supports authentication using the 51 SRP protocol, X.509 certificates and OpenPGP keys, along with support for 52 the TLS Pre-Shared-Keys (PSK) extension, the Inner Application (TLS/IA) 53 extension and X.509 and OpenPGP certificate handling. 37 <ulink url="https://datatracker.ietf.org/doc/rfc8446/"> 38 TLS 1.3 protocol specification 39 </ulink>: 40 </para> 41 42 <para> 43 <quote> 44 TLS allows client/server applications to communicate over the Internet 45 in a way that is designed to prevent eavesdropping, tampering, and 46 message forgery. 47 </quote> 48 </para> 49 50 <para> 51 <application>GnuTLS</application> provides support for TLS 1.3, TLS 1.2, 52 TLS 1.1, TLS 1.0, and (optionally) SSL 3.0 protocols. It also supports 53 TLS extensions, including server name and max record size. Additionally, 54 the library supports authentication using the SRP protocol, X.509 55 certificates, and OpenPGP keys, along with support for the TLS 56 Pre-Shared-Keys (PSK) extension, the Inner Application (TLS/IA) 57 extension, and X.509 and OpenPGP certificate handling. 54 58 </para> 55 59 … … 145 149 <screen><userinput>./configure --prefix=/usr \ 146 150 --docdir=/usr/share/doc/gnutls-&gnutls-version; \ 147 --disable-guile \148 151 --disable-rpath \ 149 152 --with-default-trust-store-pkcs11="pkcs11:" && … … 185 188 186 189 <para> 187 <parameter>--disable-guile</parameter>: This switch disables GUILE support,188 since GnuTLS does not support Guile-2.2.x yet.189 </para>190 191 <para>192 190 <parameter>--disable-rpath</parameter>: This switch prevents building 193 191 GnuTLS utilities and tests with hardcoded runtime library search path. … … 220 218 libunistring, instead of the system one. Use this switch if you have not 221 219 installed <xref linkend="libunistring"/>. 220 </para> 221 222 <para> 223 <option>--disable-guile</option>: If guile is installed, bindings for 224 that languages are built. This prevents building them. 222 225 </para> 223 226 … … 238 241 </seg> 239 242 <seg> 240 libgnutls.so, libgnutls-dane.so, libgnutlsxx.so, and241 libgnutls-openssl.so (optional) <!-- disabled, and242 /usr/lib/guile/ 2.2/guile-gnutls-v-2.so -->243 libgnutls.so, libgnutls-dane.so, libgnutlsxx.so, 244 libgnutls-openssl.so (optional), and 245 /usr/lib/guile/3.0/extensions/guile-gnutls-v-2.so 243 246 </seg> 244 247 <seg> 245 248 /usr/include/gnutls, 246 /usr/ share/gtk-doc/html/gnutls, and247 <!-- disabled /usr/share/guile/2.2/gnutls --> 249 /usr/lib/guile/3.0/site-ccache/gnutls, 250 /usr/share/guile/site/3.0/gnutls, and 248 251 /usr/share/doc/gnutls-&gnutls-version; 249 252 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.