Skip to Content.
Sympa Menu

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

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 (c00ea4b8d58caefec9725892a972add0ad326be5)
  • Date: Sun, 9 Oct 2022 01:41:27 +0000

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

devel/rust/HISTORY | 3 +++
devel/rust/patches/0001-libressl-3.4.x.patch | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

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

devel/rust: updated libressl patch for libressl 3.6.x

diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index a010177..bc46d46 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,6 @@
+2022-10-08 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/0001-libressl-3.4.x.patch: updated for libressl 3.6
+
2022-09-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.64.0
* patches/0009-llvm-15.patch: dropped
diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
index cbc9d14..6e3b0d4 100644
--- a/devel/rust/patches/0001-libressl-3.4.x.patch
+++ b/devel/rust/patches/0001-libressl-3.4.x.patch
@@ -1,12 +1,14 @@
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
-@@ -254,6 +254,8 @@ See rust-openssl README for more information:
+@@ -254,6 +254,10 @@ See rust-openssl README for more information:
(3, 3, _) => ('3', '3', 'x'),
(3, 4, 0) => ('3', '4', '0'),
(3, 4, _) => ('3', '4', 'x'),
+ (3, 5, 0) => ('3', '5', '0'),
+ (3, 5, _) => ('3', '5', 'x'),
++ (3, 6, 0) => ('3', '6', '0'),
++ (3, 6, _) => ('3', '6', 'x'),
_ => version_error(),
};




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c00ea4b8d58caefec9725892a972add0ad326be5), Pavel Vinogradov, 10/08/2022

Archive powered by MHonArc 2.6.24.

Top of Page