Skip to Content.
Sympa Menu

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

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 (eb9cbfa4d841e3d750b11b818ef2a291fbc95d7a)
  • Date: Fri, 21 Jan 2022 08:43:08 +0000

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

devel/rust/DETAILS | 17 +++++++++--------
devel/rust/HISTORY | 4 ++++
2 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit eb9cbfa4d841e3d750b11b818ef2a291fbc95d7a
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

devel/rust: SECURITY_PATCH++, reworked SOURCE_URLs

diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index 005309a..e396f05 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,5 +1,6 @@
SPELL=rust
VERSION=1.58.1
+ SECURITY_PATCH=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/rustc-$VERSION-src
TMPFS=off
SOURCE=rustc-$VERSION-src.tar.xz
@@ -12,14 +13,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/rustc-$VERSION-src
SOURCE7=$SOURCE4.asc
SOURCE8=$SOURCE5.asc
DIST_URL=https://static.rust-lang.org/dist
- SOURCE_URL=("$DIST_URL/$SOURCE")
- SOURCE2_URL=("${SOURCE_URL[0]}.asc")
- SOURCE3_URL=("$DIST_URL/$SOURCE3")
- SOURCE4_URL=("$DIST_URL/$SOURCE4")
- SOURCE5_URL=("$DIST_URL/$SOURCE5")
- SOURCE6_URL=("$DIST_URL/$SOURCE6")
- SOURCE7_URL=("$DIST_URL/$SOURCE7")
- SOURCE8_URL=("$DIST_URL/$SOURCE8")
+ SOURCE_URL[0]="$DIST_URL/$SOURCE"
+ SOURCE2_URL[0]="${SOURCE_URL[0]}.asc"
+ SOURCE3_URL[0]="$DIST_URL/$SOURCE3"
+ SOURCE4_URL[0]="$DIST_URL/$SOURCE4"
+ SOURCE5_URL[0]="$DIST_URL/$SOURCE5"
+ SOURCE6_URL[0]="${SOURCE3_URL[0]}.asc"
+ SOURCE7_URL[0]="${SOURCE4_URL[0]}.asc"
+ SOURCE8_URL[0]="${SOURCE5_URL[0]}.asc"
SOURCE_GPG=rust.gpg:$SOURCE.asc:UPSTREAM_KEY
SOURCE3_GPG=rust.gpg:$SOURCE6:UPSTREAM_KEY
SOURCE4_GPG=rust.gpg:$SOURCE7:UPSTREAM_KEY
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 7626932..5f9524c 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2022-01-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: SECURITY_PATCH++, (CVE-2022-21658), reduced subshelling and
+ substituting in SOURCE_URLs
+
2022-01-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.58.1, switched to GPG checking completely




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (eb9cbfa4d841e3d750b11b818ef2a291fbc95d7a), Pavel Vinogradov, 01/21/2022

Archive powered by MHonArc 2.6.24.

Top of Page