Skip to Content.
Sympa Menu

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

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 (3320b5cf99fd4ca00c67cafd133356d85b72e80d)
  • Date: Thu, 13 Jul 2023 18:22:28 +0000

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

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

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

devel/rust: version 1.71.0

diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index e01f5fe..f95ca7b 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,5 +1,5 @@
SPELL=rust
- VERSION=1.70.0
+ VERSION=1.71.0
SECURITY_PATCH=2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/rustc-$VERSION-src
TMPFS=off
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index bc09b10..057b66f 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2023-07-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.71.0
+ * patches/0001-libressl-3.4.x.patch: updated
+
2023-06-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.70.0
* BUILD: dropped --disable-llvm-version-check flag
diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
index 0a0816e..6933c79 100644
--- a/devel/rust/patches/0001-libressl-3.4.x.patch
+++ b/devel/rust/patches/0001-libressl-3.4.x.patch
@@ -1,10 +1,10 @@
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
-@@ -284,6 +284,8 @@ See rust-openssl documentation for more information:
- (3, 6, _) => ('3', '6', 'x'),
+@@ -285,6 +285,8 @@ See rust-openssl documentation for more information:
(3, 7, 0) => ('3', '7', '0'),
(3, 7, 1) => ('3', '7', '1'),
+ (3, 7, _) => ('3', '7', 'x'),
+ (3, 8, 0) => ('3', '8', '0'),
+ (3, 8, _) => ('3', '8', 'x'),
_ => version_error(),



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3320b5cf99fd4ca00c67cafd133356d85b72e80d), Pavel Vinogradov, 07/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page