Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (00437a99f5b4ef8bf05b2c55a4c68a6a11a8ba5a)
  • Date: Sat, 28 Jun 2025 02:57:53 +0000

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

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

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

devel/rust: readded updated libressl patch for 1.88.0

diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 1dd1c75..2ca1d3f 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,6 +1,6 @@
2025-06-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.88.0
- * patches/0001-libressl-3.4.x.patch: removed, not needed anymore
+ * patches/0001-libressl-3.4.x.patch: updated

2025-05-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.87.0
diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
new file mode 100644
index 0000000..5f792ea
--- /dev/null
+++ b/devel/rust/patches/0001-libressl-3.4.x.patch
@@ -0,0 +1,12 @@
+diff --git a/vendor/openssl-sys-0.9.107/build/main.rs
b/vendor/openssl-sys-0.9.107/build/main.rs
+--- a/vendor/openssl-sys-0.9.107/build/main.rs
++++ b/vendor/openssl-sys-0.9.107/build/main.rs
+@@ -449,6 +449,8 @@ See rust-openssl documentation for more information:
+ (3, 9, _) => ('3', '9', 'x'),
+ (4, 0, 0) => ('4', '0', '0'),
+ (4, 0, _) => ('4', '0', 'x'),
++ (4, 1, 0) => ('4', '1', '0'),
++ (4, 1, _) => ('4', '1', 'x'),
+ _ => version_error(),
+ };
+


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (00437a99f5b4ef8bf05b2c55a4c68a6a11a8ba5a), Pavel Vinogradov, 06/27/2025

Archive powered by MHonArc 2.6.24.

Top of Page