Skip to Content.
Sympa Menu

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

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 (9baa01833070d3a6642abccd9e9d0947a8ef0fef)
  • Date: Sat, 28 Jun 2025 01:10:55 +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 | 12 ------------
3 files changed, 5 insertions(+), 13 deletions(-)

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

devel/rust: version 1.88.0

diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index d970e0d..ea7e400 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,5 +1,5 @@
SPELL=rust
- VERSION=1.87.0
+ VERSION=1.88.0
SECURITY_PATCH=4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/rustc-${VERSION}-src"
TMPFS=off
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 0b48b3f..1dd1c75 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+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
+
2025-05-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.87.0
* BUILD: needs a symlink config.toml -> bootstrap.toml
diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
deleted file mode 100644
index 9e2595f..0000000
--- a/devel/rust/patches/0001-libressl-3.4.x.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/vendor/openssl-sys-0.9.106/build/main.rs
b/vendor/openssl-sys-0.9.106/build/main.rs
---- a/vendor/openssl-sys-0.9.106/build/main.rs
-+++ b/vendor/openssl-sys-0.9.106/build/main.rs
-@@ -383,6 +383,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 (9baa01833070d3a6642abccd9e9d0947a8ef0fef), Pavel Vinogradov, 06/27/2025

Archive powered by MHonArc 2.6.24.

Top of Page