sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (08ebcec1f00ebf89174cfce5be1e1d1cb43ffe31)
- 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 (08ebcec1f00ebf89174cfce5be1e1d1cb43ffe31)
- Date: Fri, 18 Oct 2024 04:39:41 +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, 14 insertions(+), 4 deletions(-)
New commits:
commit 08ebcec1f00ebf89174cfce5be1e1d1cb43ffe31
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/rust: version 1.82.0
diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index d6ae8ec..55e8e37 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,5 +1,5 @@
SPELL=rust
- VERSION=1.81.0
+ VERSION=1.82.0
SECURITY_PATCH=4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/rustc-${VERSION}-src"
TMPFS=off
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 0fe5298..a6623da 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2024-10-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.82.0
+ * patches/0001-libressl-3.4.x.patch: updated
+
`2024-09-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.81.0
* BUILD: disabled usage of ninja and building of lld
diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
index f8e1097..d8f7b68 100644
--- a/devel/rust/patches/0001-libressl-3.4.x.patch
+++ b/devel/rust/patches/0001-libressl-3.4.x.patch
@@ -1,28 +1,34 @@
diff --git a/vendor/openssl-sys-0.9.92/build/cfgs.rs
b/vendor/openssl-sys-0.9.92/build/cfgs.rs
--- a/vendor/openssl-sys-0.9.92/build/cfgs.rs
+++ b/vendor/openssl-sys-0.9.92/build/cfgs.rs
-@@ -53,6 +53,12 @@ pub fn get(openssl_version: Option<u64>,
libressl_version: Option<u64>) -> Vec<&
+@@ -53,6 +53,15 @@ pub fn get(openssl_version: Option<u64>,
libressl_version: Option<u64>) -> Vec<&
if libressl_version >= 0x3_07_00_00_0 {
cfgs.push("libressl370");
}
-+ if libressl_version >= 0x3_08_00_00_0 {
++ ie libressl_version >= 0x3_08_00_00_0 {
+ cfgs.push("libressl380");
+ }
+ if libressl_version >= 0x3_09_00_00_0 {
+ cfgs.push("libressl390");
+ }
++ if libressl_version >= 0x4_00_00_00_0 {
++ cfgs.push("libressl400");
++ }
} else {
let openssl_version = openssl_version.unwrap();
diff --git a/vendor/openssl-sys-0.9.92/build/main.rs
b/vendor/openssl-sys-0.9.92/build/main.rs
--- a/vendor/openssl-sys-0.9.92/build/main.rs
+++ b/vendor/openssl-sys-0.9.92/build/main.rs
-@@ -273,6 +273,9 @@ See rust-openssl documentation for more information:
+@@ -273,6 +273,11 @@ See rust-openssl documentation for more information:
(3, 7, 1) => ('3', '7', '1'),
(3, 7, _) => ('3', '7', 'x'),
(3, 8, 0) => ('3', '8', '0'),
+ (3, 8, _) => ('3', '8', 'x'),
+ (3, 9, 0) => ('3', '9', '0'),
+ (3, 9, _) => ('3', '9', 'x'),
++ (4, 0, 0) => ('4', '0', '0'),
++ (4, 0, _) => ('4', '0', 'x'),
_ => version_error(),
};
+
- [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (08ebcec1f00ebf89174cfce5be1e1d1cb43ffe31), Pavel Vinogradov, 10/18/2024
Archive powered by MHonArc 2.6.24.