Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (40ff0dd83685f2cc3ca255a58ee228a4415dae06)
  • Date: Thu, 24 Aug 2023 16:42:03 +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 | 37
---------------------------
3 files changed, 5 insertions(+), 38 deletions(-)

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

devel/rust: version 1.72.0

diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index bb1baca..cb1eb26 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,5 +1,5 @@
SPELL=rust
- VERSION=1.71.1
+ VERSION=1.72.0
SECURITY_PATCH=3
SOURCE_DIRECTORY=$BUILD_DIRECTORY/rustc-$VERSION-src
TMPFS=off
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index a59ed53..9fab0da 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2023-08-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.72.0
+ * patches/0001-libressl-3.4.x.patch: updated
+
2023-08-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.71.1, SECURITY_PATCH++, (CVE-2023-38497)

diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
index 62256e3..8ba8603 100644
--- a/devel/rust/patches/0001-libressl-3.4.x.patch
+++ b/devel/rust/patches/0001-libressl-3.4.x.patch
@@ -1,15 +1,3 @@
-diff --git a/vendor/openssl-sys/build/main.rs
b/vendor/openssl-sys/build/main.rs
---- a/vendor/openssl-sys/build/main.rs
-+++ b/vendor/openssl-sys/build/main.rs
-@@ -285,6 +285,8 @@ See rust-openssl documentation for more information:
- (3, 7, 0) => ('3', '7', '0'),
- (3, 7, 1) => ('3', '7', '1'),
- (3, 7, _) => ('3', '7', 'x'),
-+ (3, 8, 0) => ('3', '8', '0'),
-+ (3, 8, _) => ('3', '8', 'x'),
- _ => version_error(),
- };
-
diff --git a/vendor/openssl-sys/build/cfgs.rs
b/vendor/openssl-sys/build/cfgs.rs
index 960515f..f901e5a 100644
--- a/vendor/openssl-sys/build/cfgs.rs
@@ -24,29 +12,4 @@ index 960515f..f901e5a 100644
} else {
let openssl_version = openssl_version.unwrap();

-diff --git a/vendor/openssl-sys-0.9.85/build/main.rs
b/vendor/openssl-sys-0.9.85/build/main.rs
---- a/vendor/openssl-sys-0.9.85/build/main.rs
-+++ b/vendor/openssl-sys-0.9.85/build/main.rs
-@@ -285,6 +285,8 @@ See rust-openssl documentation for more information:
- (3, 7, 0) => ('3', '7', '0'),
- (3, 7, 1) => ('3', '7', '1'),
- (3, 7, _) => ('3', '7', 'x'),
-+ (3, 8, 0) => ('3', '8', '0'),
-+ (3, 8, _) => ('3', '8', 'x'),
- _ => version_error(),
- };
-
-diff --git a/vendor/openssl-sys-0.9.85/build/cfgs.rs
b/vendor/openssl-sys-0.9.85/build/cfgs.rs
-index 960515f..f901e5a 100644
---- a/vendor/openssl-sys-0.9.85/build/cfgs.rs
-+++ b/vendor/openssl-sys-0.9.85/build/cfgs.rs
-@@ -52,6 +52,9 @@ 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 {
-+ cfgs.push("libressl380");
-+ }
- } else {
- let openssl_version = openssl_version.unwrap();




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (40ff0dd83685f2cc3ca255a58ee228a4415dae06), Pavel Vinogradov, 08/24/2023

Archive powered by MHonArc 2.6.24.

Top of Page