Skip to Content.
Sympa Menu

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

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 (de14d19466e65df77a91739a00eb8e665729e7b3)
  • Date: Thu, 30 Jun 2022 21:21:51 +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 | 8 ++++----
3 files changed, 9 insertions(+), 5 deletions(-)

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

devel/rust: version 1.62.0

diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index d569fb2..400df58 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,5 +1,5 @@
SPELL=rust
- VERSION=1.61.0
+ VERSION=1.62.0
SECURITY_PATCH=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/rustc-$VERSION-src
TMPFS=off
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 55c0f86..28c274c 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2022-06-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.62.0
+ * patches/0001-libressl-3.4.x.patch: updated
+
2022-05-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.61.0
* BUILD: added option to continue building/installing if any of the
tools
diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
index 8ff368d..cbc9d14 100644
--- a/devel/rust/patches/0001-libressl-3.4.x.patch
+++ b/devel/rust/patches/0001-libressl-3.4.x.patch
@@ -1,11 +1,11 @@
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,8 @@ See rust-openssl README for more information:
- (3, 3, 0) => ('3', '3', '0'),
- (3, 3, 1) => ('3', '3', '1'),
+@@ -254,6 +254,8 @@ See rust-openssl README for more information:
(3, 3, _) => ('3', '3', 'x'),
-+ (3, 4, _) => ('3', '4', 'x'),
+ (3, 4, 0) => ('3', '4', '0'),
+ (3, 4, _) => ('3', '4', 'x'),
++ (3, 5, 0) => ('3', '5', '0'),
+ (3, 5, _) => ('3', '5', 'x'),
_ => version_error(),
};



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (de14d19466e65df77a91739a00eb8e665729e7b3), Pavel Vinogradov, 06/30/2022

Archive powered by MHonArc 2.6.24.

Top of Page