Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (188bb2fc15680b0dd8b856198a2299f2e64807f5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (188bb2fc15680b0dd8b856198a2299f2e64807f5)
  • Date: Sat, 6 Jul 2019 00:15:18 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/gnutls/DETAILS | 6 +-----
crypto/gnutls/HISTORY | 5 +++++
crypto/gnutls/PREPARE | 5 ++---
3 files changed, 8 insertions(+), 8 deletions(-)

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 &&

# backporting legacy branch selection
-if [[ "$GNUTLS_BRANCH" != stable ]] && [[ "$GNUTLS_BRANCH" != stable-old ]]
&&
- [[ "$GNUTLS_BRANCH" != stable-next ]]; then
+if [[ "$GNUTLS_BRANCH" != stable ]] && [[ "$GNUTLS_BRANCH" != stable-old ]];
then
GNUTLS_BRANCH="stable"
fi &&
-prepare_select_branch stable stable-old stable-next
+prepare_select_branch stable stable-old



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (188bb2fc15680b0dd8b856198a2299f2e64807f5), Eric Sandall, 07/05/2019

Archive powered by MHonArc 2.6.24.

Top of Page