pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/gurk
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 27 16:07:54 UTC 2026
Modified Files:
pkgsrc/chat/gurk: distinfo
pkgsrc/chat/gurk/patches: patch-Cargo.toml
Log Message:
gurk: clean up patch
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/gurk/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/gurk/patches/patch-Cargo.toml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/gurk/distinfo
diff -u pkgsrc/chat/gurk/distinfo:1.4 pkgsrc/chat/gurk/distinfo:1.5
--- pkgsrc/chat/gurk/distinfo:1.4 Mon Jul 27 15:57:39 2026
+++ pkgsrc/chat/gurk/distinfo Mon Jul 27 16:07:54 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2026/07/27 15:57:39 wiz Exp $
+$NetBSD: distinfo,v 1.5 2026/07/27 16:07:54 wiz Exp $
BLAKE2s (adler2-2.0.1.crate) = 4d391e0fcde91c7435ee9a5503fee4a5346f549f1b45e482ce3e1e151d90f8f5
SHA512 (adler2-2.0.1.crate) = 555b2b7ba6f8116acccd0bcd16ed34cc78162c81023cff31a8566ffcd456c03832089fca2d5b668ceaac4fe8f922d31aa9c487f226a36cace294ff4a219bd91d
@@ -1965,4 +1965,4 @@ Size (zvariant_utils-3.5.0.crate) = 1699
SHA1 (patch-.._libsignal-46d867c986f66201e34e7ae20ce423eec742bf3f_Cargo.toml) = 0bd86cb4700804690b524ab6ca75d35832f95e85
SHA1 (patch-.._libsignal-service-rs-f449930178bcf7c8b193329e00343e0b71cde0ab_Cargo.toml) = 32b6b5c29445b407ff30202c091c72e3a71f7dc2
SHA1 (patch-.._presage-9e1f0b8d4d96b4aa9bdf6055b8a18c27083e2975_presage_Cargo.toml) = c1d48939cd3be2de075db5e6ef28afacef3a90f4
-SHA1 (patch-Cargo.toml) = 90969602b72fe31b327a889ef69cad3c3fabd9e6
+SHA1 (patch-Cargo.toml) = 9109c98cd9303d0908b3eaf1b50658703f5dd570
Index: pkgsrc/chat/gurk/patches/patch-Cargo.toml
diff -u pkgsrc/chat/gurk/patches/patch-Cargo.toml:1.3 pkgsrc/chat/gurk/patches/patch-Cargo.toml:1.4
--- pkgsrc/chat/gurk/patches/patch-Cargo.toml:1.3 Mon Jul 27 15:57:40 2026
+++ pkgsrc/chat/gurk/patches/patch-Cargo.toml Mon Jul 27 16:07:54 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-Cargo.toml,v 1.3 2026/07/27 15:57:40 wiz Exp $
+$NetBSD: patch-Cargo.toml,v 1.4 2026/07/27 16:07:54 wiz Exp $
Depends on unpublished crates. Can't use cargo.mk to fetch it.
@@ -20,11 +20,9 @@ Depends on unpublished crates. Can't use
# signal-protocol uses a fork of this library via the patch mechanism of cargo.
# Since it is not transitive, we have to add the patch here explicitly.
-"curve25519-dalek" = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' }
--# - Custom crypto provider
--# - Disable atexit cleanup in sqlcipher, which unsafe when other threads may
-+curve25519-dalek = { path = "../curve25519-dalek-7c6d34756355a3566a704da84dce7b1c039a6572/curve25519-dalek" }
-+libsqlite3-sys = { path = "../rusqlite-a2f393913d9994645c94810498bef07b2183b3dc/libsqlite3-sys" }
-+sqlx = { path = "../sqlx-53c3a26c1b484175f3beb21853a1061b488bf7af" }
++"curve25519-dalek" = { path = "../curve25519-dalek-7c6d34756355a3566a704da84dce7b1c039a6572/curve25519-dalek" }
+ # - Custom crypto provider
+ # - Disable atexit cleanup in sqlcipher, which unsafe when other threads may
# still be closing database connections.
-libsqlite3-sys = { version = "0.36.0", git = "https://github.com/boxdot/rusqlite", rev = 'a2f393913d9994645c94810498bef07b2183b3dc' }
-+
++libsqlite3-sys = { path = "../rusqlite-a2f393913d9994645c94810498bef07b2183b3dc/libsqlite3-sys" }
Home |
Main Index |
Thread Index |
Old Index