Skip to Content.
Sympa Menu

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

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 (fcb973330803aafc987eb24f5dfc40ea1b1b1ff2)
  • Date: Mon, 5 Aug 2019 22:41:09 +0000

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

crypto/libressl/DETAILS | 9 ++++-----
crypto/libressl/HISTORY | 4 ++++
2 files changed, 8 insertions(+), 5 deletions(-)

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

crypto/libressl: added devel 3.0.0, shifted other branches

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 429cd43..eb033ce 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,13 +1,12 @@
SPELL=libressl
if [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
- VERSION=2.9.2
+ VERSION=3.0.0
elif [[ "$LIBRESSL_BRANCH" == "stable" ]]; then
- VERSION=2.8.3
- SECURITY_PATCH=8
+ VERSION=2.9.2
else
- VERSION=2.7.5
- SECURITY_PATCH=8
+ VERSION=2.8.3
fi
+ SECURITY_PATCH=8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$SOURCE
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 2800824..b13fe8d 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,7 @@
+2019-08-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: added devel 3.0.0, shifted 2.9.2 to stable, 2.8.3 to old,
+ 2.7.5 is deprecated
+
2019-05-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 2.9.2





Archive powered by MHonArc 2.6.24.

Top of Page