Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8b865c09c7bb24973c29f75126988fd0f31b1fca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8b865c09c7bb24973c29f75126988fd0f31b1fca)
  • Date: Tue, 10 May 2016 20:51:52 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

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

New commits:
commit 8b865c09c7bb24973c29f75126988fd0f31b1fca
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/gnutls: added new branch, version 3.5.0

diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS
index 82fa365..1faac22 100755
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -13,6 +13,9 @@ case $GNUTLS_BRANCH in
VERSION=3.3.22
SECURITY_PATCH=14
;;
+ stable-next)
+ VERSION=3.5.0
+ ;;
esac
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 8b62790..9411bbf 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,6 @@
+2016-05-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added stable-next branch, version 3.5.0
+
2016-04-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: increment SECURITY_PATCH for both branches

diff --git a/crypto/gnutls/PREPARE b/crypto/gnutls/PREPARE
index a121a3f..39f5698 100755
--- a/crypto/gnutls/PREPARE
+++ b/crypto/gnutls/PREPARE
@@ -1,7 +1,8 @@
. ${GRIMOIRE}/FUNCTIONS &&

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8b865c09c7bb24973c29f75126988fd0f31b1fca), Pavel Vinogradov, 05/10/2016

Archive powered by MHonArc 2.6.24.

Top of Page