Skip to Content.
Sympa Menu

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

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 (7adb042300329ebefb024cc4289a4f4069f74a35)
  • Date: Fri, 25 Feb 2022 00:44:40 +0000

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

devel/rust/DETAILS | 2 +-
devel/rust/HISTORY | 4 ++++
devel/rust/patches/0001-libressl-3.4.x.patch | 3 ++-
3 files changed, 7 insertions(+), 2 deletions(-)

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

devel/rust: version 1.59.0

diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index e396f05..cff0518 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,5 +1,5 @@
SPELL=rust
- VERSION=1.58.1
+ VERSION=1.59.0
SECURITY_PATCH=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/rustc-$VERSION-src
TMPFS=off
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 5f9524c..c7e134f 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2022-02-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.59.0
+ * patches/0001-libressl-3.4.x.patch: updated for libressl 3.5+ as well
+
2022-01-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: SECURITY_PATCH++, (CVE-2022-21658), reduced subshelling and
substituting in SOURCE_URLs
diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
index 0d50f05..8ff368d 100644
--- a/devel/rust/patches/0001-libressl-3.4.x.patch
+++ b/devel/rust/patches/0001-libressl-3.4.x.patch
@@ -1,11 +1,12 @@
diff --git a/vendor/openssl-sys/build/main.rs
b/vendor/openssl-sys/build/main.rs
--- a/vendor/openssl-sys/build/main.rs
+++ b/vendor/openssl-sys/build/main.rs
-@@ -237,6 +237,7 @@ See rust-openssl README for more information:
+@@ -237,6 +237,8 @@ See rust-openssl README for more information:
(3, 3, 0) => ('3', '3', '0'),
(3, 3, 1) => ('3', '3', '1'),
(3, 3, _) => ('3', '3', 'x'),
+ (3, 4, _) => ('3', '4', 'x'),
++ (3, 5, _) => ('3', '5', 'x'),
_ => version_error(),
};




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7adb042300329ebefb024cc4289a4f4069f74a35), Pavel Vinogradov, 02/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page