diff --git a/util/crypt/gnutls/actions.py b/util/crypt/gnutls/actions.py
index 12d8c81bc0..cb590af180 100644
--- a/util/crypt/gnutls/actions.py
+++ b/util/crypt/gnutls/actions.py
@@ -34,10 +34,10 @@ def setup():
def build():
autotools.make()
-#def check():
+def check():
#some tests fail in emul32
- #if not get.buildTYPE() == "emul32":
- #autotools.make("check")
+ if not get.buildTYPE() == "emul32":
+ autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/util/crypt/gnutls/pspec.xml b/util/crypt/gnutls/pspec.xml
index e0c3f0d854..d69720aed5 100644
--- a/util/crypt/gnutls/pspec.xml
+++ b/util/crypt/gnutls/pspec.xml
@@ -12,7 +12,7 @@
library
GNU TLS Library
gnutls is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group.
- https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.1.tar.xz
+ https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.3.tar.xz
gc-devel
gmp-devel
@@ -105,6 +105,13 @@
+
+ 2024-01-17
+ 3.8.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-08-07
3.8.1