From b1895a9dfdb9a235d03a1e4aa44a20caae47a427189f20b57c3326108424b4ea Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Fri, 20 Oct 2023 12:32:51 +0000 Subject: [PATCH] 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 --- guile-gnutls-3.7.12.tar.gz | 3 --- guile-gnutls-3.7.12.tar.gz.sig | 7 ------- guile-gnutls-4.0.0.tar.gz | 3 +++ guile-gnutls-4.0.0.tar.gz.sig | 7 +++++++ guile-gnutls.changes | 21 +++++++++++++++++++++ guile-gnutls.spec | 2 +- 6 files changed, 32 insertions(+), 11 deletions(-) delete mode 100644 guile-gnutls-3.7.12.tar.gz delete mode 100644 guile-gnutls-3.7.12.tar.gz.sig create mode 100644 guile-gnutls-4.0.0.tar.gz create mode 100644 guile-gnutls-4.0.0.tar.gz.sig diff --git a/guile-gnutls-3.7.12.tar.gz b/guile-gnutls-3.7.12.tar.gz deleted file mode 100644 index f7d3955..0000000 --- a/guile-gnutls-3.7.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d3af11573093de59f258415872e2c5b14cca9dd251a8b2ec1643d6e97fee336 -size 698959 diff --git a/guile-gnutls-3.7.12.tar.gz.sig b/guile-gnutls-3.7.12.tar.gz.sig deleted file mode 100644 index ea58475..0000000 --- a/guile-gnutls-3.7.12.tar.gz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYIAB0WIQSjzJyHC50xCrrUzy9RcisI/kdFogUCZFj8zgAKCRBRcisI/kdF -omacAQCTC0P15k9X01Bso3QwjYrwihPlfVuTPAoF8135I6XpPgEAxkR/eN4wIatP -QA1elL9VYJ8AuY2wLU/kUvAh4cQcpwA= -=4hhq ------END PGP SIGNATURE----- diff --git a/guile-gnutls-4.0.0.tar.gz b/guile-gnutls-4.0.0.tar.gz new file mode 100644 index 0000000..0c725f3 --- /dev/null +++ b/guile-gnutls-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4cb926032076ec346bb5c0bc0d0231f968fe0f565913cc16934bb793afb239 +size 747952 diff --git a/guile-gnutls-4.0.0.tar.gz.sig b/guile-gnutls-4.0.0.tar.gz.sig new file mode 100644 index 0000000..aae845d --- /dev/null +++ b/guile-gnutls-4.0.0.tar.gz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSjzJyHC50xCrrUzy9RcisI/kdFogUCZOdaFAAKCRBRcisI/kdF +ooehAQDOvG7rhH+6eiFLWsO4qWykh2YKwzcK98eqNVr2G9uCvAD+N+2vDiyZuMK0 +xrOXtvxQzfCIQ0EI/W6ICkXcUfO+XAQ= +=6lrV +-----END PGP SIGNATURE----- diff --git a/guile-gnutls.changes b/guile-gnutls.changes index 96415d1..6d73edc 100644 --- a/guile-gnutls.changes +++ b/guile-gnutls.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Oct 20 11:47:18 UTC 2023 - Pedro Monreal + +- 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 diff --git a/guile-gnutls.spec b/guile-gnutls.spec index f89d526..b0c1a22 100644 --- a/guile-gnutls.spec +++ b/guile-gnutls.spec @@ -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