Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (8d1d8b67f81c8fdf3b0ba31fea1a78ff93a5cd2f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (8d1d8b67f81c8fdf3b0ba31fea1a78ff93a5cd2f)
  • Date: Tue, 3 Aug 2021 02:14:17 +0000

GIT changes to master binary grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

bin-net/consul-bin/DETAILS | 7 ++++---
bin-net/consul-bin/HISTORY | 3 +++
bin-security/vault-bin/DETAILS | 6 +++---
bin-security/vault-bin/HISTORY | 3 +++
bin-utils/terraform-tool-bin/DETAILS | 6 +++---
bin-utils/terraform-tool-bin/HISTORY | 3 +++
6 files changed, 19 insertions(+), 9 deletions(-)

New commits:
commit 8d1d8b67f81c8fdf3b0ba31fea1a78ff93a5cd2f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

terraform-tool-bin: => 1.0.3

commit 8cb11e8ad2e03c41f2ccb588d5bdd80488f74f30
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

consul-bin: => 1.10.1 [security]

commit 8cc2a5357bc1368307f6e4739459b1bc371cb114
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

vault-bin: => 1.8.0

diff --git a/bin-net/consul-bin/DETAILS b/bin-net/consul-bin/DETAILS
index 671950d..b93fbec 100755
--- a/bin-net/consul-bin/DETAILS
+++ b/bin-net/consul-bin/DETAILS
@@ -1,12 +1,13 @@
SPELL=consul-bin
SPELLX=${SPELL/-bin/}
- VERSION=1.10.0
+ VERSION=1.10.1
+ SECURITY_PATCH=1
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" ==
"em64t" ]]; then
ARCH=amd64
-
SOURCE_HASH=sha256:7cd2e67ce2779c74ce18d880ccdfdc00a655eb71a6a7a956e6d3b71e7937ca0f:UPSTREAM_HASH
+
SOURCE_HASH=sha256:abd9a7696e2eeed66fdb28965c220a2ba45ee5cd79ff263557f5392291aab730:UPSTREAM_HASH
else
ARCH=386
-
SOURCE_HASH=sha256:c3276f6b87035691d7dee13e18c5e8e4aa2c9fa506a5182eaa1fb9dde547e3aa:UPSTREAM_HASH
+
SOURCE_HASH=sha256:8f4f0806562965bf86017f77d787b7077bc455d5fa3150ec85246f19daaf81dd:UPSTREAM_HASH
fi
SOURCE=${SPELLX}_${VERSION}_linux_${ARCH}.zip

SOURCE_URL[0]=https://releases.hashicorp.com/${SPELLX}/${VERSION}/${SOURCE}
diff --git a/bin-net/consul-bin/HISTORY b/bin-net/consul-bin/HISTORY
index 1e4af64..d7d2a4d 100644
--- a/bin-net/consul-bin/HISTORY
+++ b/bin-net/consul-bin/HISTORY
@@ -1,3 +1,6 @@
+2021-08-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.10.1; SECURITY_PATCH=1
+
2021-07-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, init.d, files: created
spell, version 1.10.0
diff --git a/bin-security/vault-bin/DETAILS b/bin-security/vault-bin/DETAILS
index b2fc01a..3c9e31a 100755
--- a/bin-security/vault-bin/DETAILS
+++ b/bin-security/vault-bin/DETAILS
@@ -1,12 +1,12 @@
SPELL=vault-bin
SPELLX=${SPELL/-bin/}
- VERSION=1.7.3
+ VERSION=1.8.0
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" ==
"em64t" ]]; then
ARCH=amd64
-
SOURCE_HASH=sha256:8453132a93b755c0a89dd4b2f1a99bd4af06f8167b81917f117080839031e03f:UPSTREAM_HASH
+
SOURCE_HASH=sha256:1fe90f0c4f31baeda580435fe2dfaf09bf939e2f8286407c2b9644808637272a:UPSTREAM_HASH
else
ARCH=386
-
SOURCE_HASH=sha256:bc68f2e611097e08f1d6c045a787036383085b51b85073c8f0a78ae5dc5f8b0b:UPSTREAM_HASH
+
SOURCE_HASH=sha256:760ef25c039275850719d6001d0d8bd1a8cef963d71038f3eba1da92fd6987a5:UPSTREAM_HASH
fi
SOURCE=${SPELLX}_${VERSION}_linux_${ARCH}.zip

SOURCE_URL[0]=https://releases.hashicorp.com/${SPELLX}/${VERSION}/${SOURCE}
diff --git a/bin-security/vault-bin/HISTORY b/bin-security/vault-bin/HISTORY
index 9ed209f..22e78b3 100644
--- a/bin-security/vault-bin/HISTORY
+++ b/bin-security/vault-bin/HISTORY
@@ -1,3 +1,6 @@
+2021-08-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.0
+
2021-07-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, init.d, files: created
spell, version 1.7.3
diff --git a/bin-utils/terraform-tool-bin/DETAILS
b/bin-utils/terraform-tool-bin/DETAILS
index a32ecf0..919a567 100755
--- a/bin-utils/terraform-tool-bin/DETAILS
+++ b/bin-utils/terraform-tool-bin/DETAILS
@@ -1,12 +1,12 @@
SPELL=terraform-tool-bin
SPELLX=${SPELL/-tool-bin/}
- VERSION=1.0.1
+ VERSION=1.0.3
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" ==
"em64t" ]]; then
ARCH=amd64
-
SOURCE_HASH=sha256:da94657593636c8d35a96e4041136435ff58bb0061245b7d0f82db4a7728cef3:UPSTREAM_HASH
+
SOURCE_HASH=sha256:99c4866ffc4d3a749671b1f74d37f907eda1d67d7fc29ed5485aeff592980644:UPSTREAM_HASH
else
ARCH=386
-
SOURCE_HASH=sha512:ffb5ee921984bc3c97d948d6de0b26cad21ee40c871fb91cf8021054d0c1849d:UPSTREAM_HASH
+
SOURCE_HASH=sha256:b094927dd3993c6ddb1aca763b94465d4196fee3d6ea92ec40e8ba05e28ccda3:UPSTREAM_HASH
fi
SOURCE=${SPELLX}_${VERSION}_linux_${ARCH}.zip

SOURCE_URL[0]=https://releases.hashicorp.com/${SPELLX}/${VERSION}/${SOURCE}
diff --git a/bin-utils/terraform-tool-bin/HISTORY
b/bin-utils/terraform-tool-bin/HISTORY
index fcc6e6e..1eae158 100644
--- a/bin-utils/terraform-tool-bin/HISTORY
+++ b/bin-utils/terraform-tool-bin/HISTORY
@@ -1,3 +1,6 @@
+2021-08-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.3
+
2021-07-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.1




  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (8d1d8b67f81c8fdf3b0ba31fea1a78ff93a5cd2f), Vlad Glagolev, 08/02/2021

Archive powered by MHonArc 2.6.24.

Top of Page