gnutls: Update to 3.7.8

Message ID aff18dd3-1375-3732-99a1-533635b401b7@ipfire.org
State Accepted
Commit d88fed27a7fa4a755c405f5dae97c6c500125ec9
Headers
Series gnutls: Update to 3.7.8 |

Commit Message

Peter Müller Nov. 30, 2022, 4:48 p.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 gnutls/gnutls.nm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Patch

diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm
index ebc8b6d90..3bf75d029 100644
--- a/gnutls/gnutls.nm
+++ b/gnutls/gnutls.nm
@@ -5,12 +5,12 @@ 
 
 name       = gnutls
 version    = %{ver_maj}.%{ver_min}
-ver_maj    = 3.6
-ver_min    = 7
+ver_maj    = 3.7
+ver_min    = 8
 release    = 1
 
 groups     = System/Libraries
-url        = http://www.gnu.org/software/gnutls/
+url        = https://gnutls.org/
 license    = LGPLv2.1+
 summary    = A general-purpose cryptography library.
 
@@ -21,7 +21,7 @@  description
 	TLS working group.
 end
 
-source_dl  = ftp://ftp.gnutls.org/gcrypt/gnutls/v%{ver_maj}/
+source_dl  = https://www.gnupg.org/ftp/gcrypt/gnutls/v%{ver_maj}/
 sources    = %{thisapp}.tar.xz
 
 build