SHA256
1
0
forked from pool/guile-gnutls

Accepting request 1119217 from home:pmonrealgonzalez:branches:devel:languages:misc

- Update to 4.0.0:
  * Fix automake warnings.
  * Indent Guile code.
  * Work around GnuTLS 3.8.1 bug wrt missing GNUTLS_NO_EXTENSIONS.
  * Changed encoding of source files from ISO-8859-1 to UTF-8.
- Update to 3.7.14:
  * Fix AEAD self-test failure on macOS.
  * Bind gnutls_record_get_direction.
- Update to 3.7.13:
  * Bind the AEAD authentication-encryption API and the low-level cipher API.
  * Bind a substantial part of the (abstract) public key cryptography API.
  * Bind the pseudo-random number generator.
  * Bind a bunch of X.509 functions.
  * Fix cross-building.
  * Add guix.scm for Guix building.

OBS-URL: https://build.opensuse.org/request/show/1119217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile-gnutls?expand=0&rev=7
This commit is contained in:
Jonathan Brielmaier 2023-10-20 12:32:51 +00:00 committed by Git OBS Bridge
parent bb79e64d36
commit b1895a9dfd
6 changed files with 32 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d3af11573093de59f258415872e2c5b14cca9dd251a8b2ec1643d6e97fee336
size 698959

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQSjzJyHC50xCrrUzy9RcisI/kdFogUCZFj8zgAKCRBRcisI/kdF
omacAQCTC0P15k9X01Bso3QwjYrwihPlfVuTPAoF8135I6XpPgEAxkR/eN4wIatP
QA1elL9VYJ8AuY2wLU/kUvAh4cQcpwA=
=4hhq
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b4cb926032076ec346bb5c0bc0d0231f968fe0f565913cc16934bb793afb239
size 747952

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQSjzJyHC50xCrrUzy9RcisI/kdFogUCZOdaFAAKCRBRcisI/kdF
ooehAQDOvG7rhH+6eiFLWsO4qWykh2YKwzcK98eqNVr2G9uCvAD+N+2vDiyZuMK0
xrOXtvxQzfCIQ0EI/W6ICkXcUfO+XAQ=
=6lrV
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Oct 20 11:47:18 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
- Update to 4.0.0:
* Fix automake warnings.
* Indent Guile code.
* Work around GnuTLS 3.8.1 bug wrt missing GNUTLS_NO_EXTENSIONS.
* Changed encoding of source files from ISO-8859-1 to UTF-8.
- Update to 3.7.14:
* Fix AEAD self-test failure on macOS.
* Bind gnutls_record_get_direction.
- Update to 3.7.13:
* Bind the AEAD authentication-encryption API and the low-level cipher API.
* Bind a substantial part of the (abstract) public key cryptography API.
* Bind the pseudo-random number generator.
* Bind a bunch of X.509 functions.
* Fix cross-building.
* Add guix.scm for Guix building.
-------------------------------------------------------------------
Sun Jun 18 20:48:28 UTC 2023 - Jonathan Brielmaier <jbrielmaier@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: guile-gnutls
Version: 3.7.12
Version: 4.0.0
Release: 0
Summary: Guile bindings to GnuTLS
License: LGPL-2.1-or-later