forked from pool/gnutls
Accepting request 962891 from home:pmonrealgonzalez:branches:security:tls
- Update to 3.7.4: * libgnutls: Added support for certificate compression as defined in RFC8879. * certtool: Added option --compress-cert that allows user to specify compression methods for certificate compression. * libgnutls: GnuTLS can now be compiled with --enable-strict-x509 configure option to enforce stricter certificate sanity checks that are compliant with RFC5280. * libgnutls: Removed IA5String type from DirectoryString within issuer and subject name to make DirectoryString RFC5280 compliant. * libgnutls: Added function to retrieve the name of current ciphersuite from session. * Bump libgnutlsxx soname due to ABI break * API and ABI modifications: - GNUTLS_COMP_BROTLI: New gnutls_compression_method_t enum member - GNUTLS_COMP_ZSTD: New gnutls_compression_method_t enum member - gnutls_compress_certificate_get_selected_method: Added - gnutls_compress_certificate_set_methods: Added * Update gnutls.keyring OBS-URL: https://build.opensuse.org/request/show/962891 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=60
This commit is contained in:
parent
7441e8b33b
commit
b1e657b45b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc59c43bc31ab20a6977ff083029277a31935b8355ce387b634fa433f8f6c49a
|
||||
size 6119292
|
Binary file not shown.
3
gnutls-3.7.4.tar.xz
Normal file
3
gnutls-3.7.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6adbebcfbc95867de01060d93c789938cf89cc1d1f6ef9ef661890f6217451f
|
||||
size 6131772
|
BIN
gnutls-3.7.4.tar.xz.sig
Normal file
BIN
gnutls-3.7.4.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:59:49 UTC 2022 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 3.7.4:
|
||||
* libgnutls: Added support for certificate compression as defined
|
||||
in RFC8879.
|
||||
* certtool: Added option --compress-cert that allows user to
|
||||
specify compression methods for certificate compression.
|
||||
* libgnutls: GnuTLS can now be compiled with --enable-strict-x509
|
||||
configure option to enforce stricter certificate sanity checks
|
||||
that are compliant with RFC5280.
|
||||
* libgnutls: Removed IA5String type from DirectoryString within
|
||||
issuer and subject name to make DirectoryString RFC5280 compliant.
|
||||
* libgnutls: Added function to retrieve the name of current
|
||||
ciphersuite from session.
|
||||
* Bump libgnutlsxx soname due to ABI break
|
||||
* API and ABI modifications:
|
||||
- GNUTLS_COMP_BROTLI: New gnutls_compression_method_t enum member
|
||||
- GNUTLS_COMP_ZSTD: New gnutls_compression_method_t enum member
|
||||
- gnutls_compress_certificate_get_selected_method: Added
|
||||
- gnutls_compress_certificate_set_methods: Added
|
||||
* Update gnutls.keyring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 27 07:52:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1684,3 +1684,17 @@ EIO6onUt+miSB15Qg7DF7/rvFPnDIZYr3t+MkaPlmjpXEUV/psdnytVWFcGxHdY0
|
||||
NA+R/e4eeyThgRet5M+0+9Duynj/ACpfWq/dxXbWRfY=
|
||||
=Q7yu
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
mDMEYcRaoxYJKwYBBAHaRw8BAQdA5U8Cb4ZMYCjuAa6tqNKbRxXzycS2iLvNzWki
|
||||
bGD2fe60JVpvbHRhbiBGcmlkcmljaCA8emZyaWRyaWNAcmVkaGF0LmNvbT6ImgQT
|
||||
FgoAQhYhBF1Gyw92NAWnBTVW9Hp1pkiz+SIMBQJhxFqjAhsDBQkDwmcABQsJCAcC
|
||||
AyICAQYVCgkICwIEFgIDAQIeBwIXgAAKCRB6daZIs/kiDGnYAQCiU94/eIspZzzx
|
||||
V17pylayAEv23s5uKvlGo1Ml1ySrZAEA8Q2rACBmdTpUfoW3LG3MJI0l1XP3kMEu
|
||||
WDBiM84D2gK4OARhxFqjEgorBgEEAZdVAQUBAQdAxKg6y4A69qT7doTni8/zKuKy
|
||||
QKXEORZTCNxkcnz3dXoDAQgHiH4EGBYKACYWIQRdRssPdjQFpwU1VvR6daZIs/ki
|
||||
DAUCYcRaowIbDAUJA8JnAAAKCRB6daZIs/kiDM/EAP0VN87WwaMcNwZcyocG/B9f
|
||||
419IojEx70PzMIBBlPctAgD/R/qamAlnggADzmS1PCF8+2W6Erc+HV2W/u2+wVJu
|
||||
7w0=
|
||||
=6FAm
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define gnutls_sover 30
|
||||
%define gnutlsxx_sover 28
|
||||
%define gnutlsxx_sover 30
|
||||
%define gnutls_dane_sover 0
|
||||
# unbound isn't in SLE (bsc#1086428)
|
||||
%if 0%{?is_opensuse}
|
||||
@ -34,7 +34,7 @@
|
||||
%bcond_with tpm
|
||||
%bcond_without guile
|
||||
Name: gnutls
|
||||
Version: 3.7.3
|
||||
Version: 3.7.4
|
||||
Release: 0
|
||||
Summary: The GNU Transport Layer Security Library
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
@ -250,8 +250,6 @@ export BRP_FIPSHMAC_FILES=%{buildroot}%{_libdir}/libgnutls.so.%{gnutls_sover}
|
||||
# install docs
|
||||
mkdir -p %{buildroot}%{_docdir}/libgnutls-devel/
|
||||
cp doc/gnutls.html doc/*.png %{buildroot}%{_docdir}/libgnutls-devel/
|
||||
mkdir -p %{buildroot}%{_docdir}/libgnutls-devel/reference
|
||||
cp doc/reference/html/* %{buildroot}%{_docdir}/libgnutls-devel/reference/
|
||||
mkdir -p %{buildroot}%{_docdir}/libgnutls-devel/examples
|
||||
cp doc/examples/*.{c,h} %{buildroot}%{_docdir}/libgnutls-devel/examples/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user