Skip to Content.
Sympa Menu

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

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 (ed75edd01d69d97af9ea03be2f0d6ab12868d960)
  • Date: Fri, 6 Mar 2026 00:22:44 +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-4.2.x.patch | 13 -------------
3 files changed, 5 insertions(+), 14 deletions(-)

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

devel/rust: version 1.94.0

diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index 8aea0e9..bd63fae 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,5 +1,5 @@
SPELL=rust
- VERSION=1.93.1
+ VERSION=1.94.0
SECURITY_PATCH=4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/rustc-${VERSION}-src"
TMPFS=off
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 08fce20..1008f57 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2026-03-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.94.0
+ * patches/0001-libressl-4.2.x.patch: removed, not needed
+
i2026-02-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.93.1

diff --git a/devel/rust/patches/0001-libressl-4.2.x.patch
b/devel/rust/patches/0001-libressl-4.2.x.patch
deleted file mode 100644
index 8778de2..0000000
--- a/devel/rust/patches/0001-libressl-4.2.x.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 (ed75edd01d69d97af9ea03be2f0d6ab12868d960), Pavel Vinogradov, 03/05/2026

Archive powered by MHonArc 2.6.24.

Top of Page