sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (9a1df964138dbf1ae369c432f5b7eac317b1db32)
- 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 (9a1df964138dbf1ae369c432f5b7eac317b1db32)
- Date: Tue, 23 Dec 2025 18:52:20 +0000
GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:
ftp/rqbit/BUILD | 2 +-
ftp/rqbit/DETAILS | 4 ++--
ftp/rqbit/HISTORY | 4 ++++
ftp/rqbit/patches/0001-libressl.patch | 34
++++++++++++++++++++--------------
4 files changed, 27 insertions(+), 17 deletions(-)
New commits:
commit 9a1df964138dbf1ae369c432f5b7eac317b1db32
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
ftp/rqbit: version 8.1.1
diff --git a/ftp/rqbit/BUILD b/ftp/rqbit/BUILD
index cd233cb..5c7195a 100755
--- a/ftp/rqbit/BUILD
+++ b/ftp/rqbit/BUILD
@@ -2,7 +2,7 @@ export CARGO_HOME="${SOURCE_DIRECTORY}/cargo_home" &&
cargo fetch --locked --target "${BUILD/-pc-/-unknown-}" &&
-cd
"${SOURCE_DIRECTORY}/cargo_home/registry/src/index.crates.io-6f17d22bba15001f"
&&
+cd
"${SOURCE_DIRECTORY}/cargo_home/registry/src/index.crates.io-1949cf8c6b5b557f"
&&
apply_patch_dir "patches" &&
cd "${SOURCE_DIRECTORY}" &&
diff --git a/ftp/rqbit/DETAILS b/ftp/rqbit/DETAILS
index 6dd1dd2..fe79616 100755
--- a/ftp/rqbit/DETAILS
+++ b/ftp/rqbit/DETAILS
@@ -8,8 +8,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
- VERSION="8.0.0"
-
SOURCE_HASH="sha512:56fbb5e031ad262adb65228be7b7631306e66747ead485798140ae22c33828f18298c6a5a5ea1427519f3a0406f879bbf8e40bfd3c2b73832de815e2270822ed"
+ VERSION="8.1.1"
+
SOURCE_HASH="sha512:398b1e718eb62c4e5c5efe8d9033dea58b2b4108f3178de3acd370232c8b78524dae4d9607feebcbb454d6d345c9484e4d7cd972075b80a920cbde54eeb202d8"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="https://github.com/ikatson/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz"
# Watch: https://github.com/ikatson/rqbit/tags tags/v([0-9.]+)[.]tar
diff --git a/ftp/rqbit/HISTORY b/ftp/rqbit/HISTORY
index dd9de17..af2d924 100644
--- a/ftp/rqbit/HISTORY
+++ b/ftp/rqbit/HISTORY
@@ -1,3 +1,7 @@
+2025-12-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS:l version 8.1.1
+ * BUILD, patches/0001-libressl.patch: updated
+
2025-02-14 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, patches/0001-libressl.patch: added patch to build with
LibreSSL > 3.7
diff --git a/ftp/rqbit/patches/0001-libressl.patch
b/ftp/rqbit/patches/0001-libressl.patch
index 104136c..c1512ef 100644
--- a/ftp/rqbit/patches/0001-libressl.patch
+++ b/ftp/rqbit/patches/0001-libressl.patch
@@ -1,19 +1,25 @@
-diff --git a/openssl-sys-0.9.104/build/cfgs.rs
b/openssl-sys-0.9.104/build/cfgs.rs
---- a/openssl-sys-0.9.104/build/cfgs.rs
-+++ b/openssl-sys-0.9.104/build/cfgs.rs
-@@ -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");
+diff --git a/openssl-sys-0.9.109/build/cfgs.rs
b/openssl-sys-0.9.109/build/cfgs.rs
+--- a/openssl-sys-0.9.109/build/cfgs.rs
++++ b/openssl-sys-0.9.109/build/cfgs.rs
+@@ -71,6 +71,9 @@ pub fn get(openssl_version: Option<u64>, libressl_version:
Option<u64>) -> Vec<&
+ if libressl_version >= 0x4_01_00_00_0 {
+ cfgs.push("libressl410");
}
-+ if 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");
++ if libressl_version >= 0x4_02_00_00_0 {
++ cfgs.push("libressl420");
+ }
} else {
let openssl_version = openssl_version.unwrap();
+diff --git a/openssl-sys-0.9.109/build/main.rs
b/openssl-sys-0.9.109/build/main.rs
+--- a/openssl-sys-0.9.109/build/main.rs
++++ b/openssl-sys-0.9.109/build/main.rs
+@@ -451,6 +451,8 @@ See rust-openssl documentation for more information:
+ (4, 0, _) => ('4', '0', 'x'),
+ (4, 1, 0) => ('4', '1', '0'),
+ (4, 1, _) => ('4', '1', 'x'),
++ (4, 2, 0) => ('4', '2', '0'),
++ (4, 2, _) => ('4', '2', 'x'),
+ _ => version_error(),
+ };
+
- [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (9a1df964138dbf1ae369c432f5b7eac317b1db32), Pavel Vinogradov, 12/23/2025
Archive powered by MHonArc 2.6.24.