Skip to Content.
Sympa Menu

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

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 (a521f1a2456a81e99e06f9d146a9fec022dd97db)
  • Date: Fri, 18 Oct 2024 06:20:44 +0000

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

devel/rust/patches/0001-libressl-3.4.x.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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

devel/rust: fixed typo i libressl patch

diff --git a/devel/rust/patches/0001-libressl-3.4.x.patch
b/devel/rust/patches/0001-libressl-3.4.x.patch
index d8f7b68..c5ba1e9 100644
--- a/devel/rust/patches/0001-libressl-3.4.x.patch
+++ b/devel/rust/patches/0001-libressl-3.4.x.patch
@@ -5,7 +5,7 @@ diff --git a/vendor/openssl-sys-0.9.92/build/cfgs.rs
b/vendor/openssl-sys-0.9.92
if libressl_version >= 0x3_07_00_00_0 {
cfgs.push("libressl370");
}
-+ ie libressl_version >= 0x3_08_00_00_0 {
++ if libressl_version >= 0x3_08_00_00_0 {
+ cfgs.push("libressl380");
+ }
+ if libressl_version >= 0x3_09_00_00_0 {


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (a521f1a2456a81e99e06f9d146a9fec022dd97db), Pavel Vinogradov, 10/18/2024

Archive powered by MHonArc 2.6.24.

Top of Page