Skip to Content.
Sympa Menu

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

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 (c7216ea489e5e51e75d316f4bc54fa4aa16cf7e2)
  • Date: Sat, 18 Oct 2025 19:18:05 +0000

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

devel/rust/HISTORY | 3 +++
devel/rust/patches/0001-libressl-4.2.x.patch | 13 +++++++++++++
2 files changed, 16 insertions(+)

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

devel/rust: added patch to build with LibreSSL >= 4.2.x

diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 5cbf4a6..c325074 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,6 @@
+2025-10-18 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/0001-libressl-4.2.x.patch: added to build with LibreSSL >=
4.2.x
+
2025-09-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.90.0
* patches/0001-libressl-3.4.x.patch: removed
diff --git a/devel/rust/patches/0001-libressl-4.2.x.patch
b/devel/rust/patches/0001-libressl-4.2.x.patch
new file mode 100644
index 0000000..8778de2
--- /dev/null
+++ b/devel/rust/patches/0001-libressl-4.2.x.patch
@@ -0,0 +1,13 @@
+diff --git a/vendor/openssl-sys-0.9.109/build/main.rs
b/vendor/openssl-sys-0.9.109/build/main.rs
+index 4007a26..65c8ce9 100644
+--- a/vendor/openssl-sys-0.9.109/build/main.rs
++++ b/vendor/openssl-sys-0.9.109/build/main.rs
+@@ -451,6 +451,8 @@ See rust-openssl documentation for more information:
+ (4, 0, _) => ('4', '0', 'x'),
+ (4, 1, 0) => ('4', '1', '0'),
+ (4, 1, _) => ('4', '1', 'x'),
++ (4, 2, 0) => ('4', '2', '0'),
++ (4, 2, _) => ('4', '2', 'x'),
+ _ => version_error(),
+ };
+


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (c7216ea489e5e51e75d316f4bc54fa4aa16cf7e2), Pavel Vinogradov, 10/18/2025

Archive powered by MHonArc 2.6.24.

Top of Page