Skip to Content.
Sympa Menu

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

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 (f6d135e9403c0264b70e381a624aa2ebd78e607c)
  • Date: Sat, 18 Sep 2021 00:50:20 +0000

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

devel/rust/HISTORY | 3 +++
devel/rust/patches/0001-libressl-3.4.x.patch | 11 +++++++++++
2 files changed, 14 insertions(+)

New commits:
commit f6d135e9403c0264b70e381a624aa2ebd78e607c
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

devel/rust: added patch for building with libressl 3.4.x

diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 4d6073b..ea8bd53 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,6 @@
+2021-09-17 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/0001-libressl-3.4.x.patch: added, for libressl 3.4.x
+
2021-09-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.55.0
* patches/0001-Allow-to-build-against-libressl-3.2.x-and-3.3.x.patch:
dropped
diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
new file mode 100644
index 0000000..0d50f05
--- /dev/null
+++ b/devel/rust/patches/0001-libressl-3.4.x.patch
@@ -0,0 +1,11 @@
+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
+@@ -237,6 +237,7 @@ See rust-openssl README for more information:
+ (3, 3, 0) => ('3', '3', '0'),
+ (3, 3, 1) => ('3', '3', '1'),
+ (3, 3, _) => ('3', '3', 'x'),
++ (3, 4, _) => ('3', '4', 'x'),
+ _ => version_error(),
+ };
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f6d135e9403c0264b70e381a624aa2ebd78e607c), Pavel Vinogradov, 09/17/2021

Archive powered by MHonArc 2.6.24.

Top of Page