New commits:
commit 188bb2fc15680b0dd8b856198a2299f2e64807f5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
gnutls: Set 3.6.8 as new stable, 3.5.19 to stable-old, remove 3.4.17
3.5.19 no longer compiles on test grimoire with gcc 9.1.0.
Remove stable-next from PREPARE.
diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS
index ecbce7e..9f552fe 100755
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -6,14 +6,10 @@ fi
case $GNUTLS_BRANCH in
stable-old)
- VERSION=3.4.17
- SECURITY_PATCH=18
- ;;
- stable)
VERSION=3.5.19
SECURITY_PATCH=5
;;
- stable-next)
+ stable)
VERSION=3.6.8
SECURITY_PATCH=2
;;
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 7e45805..0f144e1 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,8 @@
+2019-07-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Set 3.6.8 as new stable, 3.5.19 to stable-old, remove
3.4.17
+ 3.5.19 no longer compiles on test grimoire with gcc 9.1.0.
+ * PREPARE: Remove stable-next.
+
2019-05-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.6.8, SOURCE_DIRECTORY is now the same for all
* DEPENDS: gettext -> GETTEXT
diff --git a/crypto/gnutls/PREPARE b/crypto/gnutls/PREPARE
index 39f5698..2865db7 100755
--- a/crypto/gnutls/PREPARE
+++ b/crypto/gnutls/PREPARE
@@ -1,8 +1,7 @@
. ${GRIMOIRE}/FUNCTIONS &&