pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dmarc-report-viewer: add patches



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Aug 25 20:50:27 2025 +0200
Changeset:	245b9089c7c1ab8e2c87f6d2a39542194502af84

Added Files:
	dmarc-report-viewer/patches/patch-Cargo.toml

Log Message:
dmarc-report-viewer: add patches

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=245b9089c7c1ab8e2c87f6d2a39542194502af84

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dmarc-report-viewer/patches/patch-Cargo.toml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diffs:
diff --git a/dmarc-report-viewer/patches/patch-Cargo.toml b/dmarc-report-viewer/patches/patch-Cargo.toml
new file mode 100644
index 0000000000..dc850a46e6
--- /dev/null
+++ b/dmarc-report-viewer/patches/patch-Cargo.toml
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- Cargo.toml.orig	2025-08-25 18:44:37.151871923 +0000
++++ Cargo.toml
+@@ -11,7 +11,7 @@ edition = "2024"
+ 
+ [patch.crates-io]
+ # Override IMAP protocol library for unreleased bugfix
+-imap-proto = { git = "https://github.com/djc/tokio-imap/"; }
++imap-proto = { path = "../tokio-imap-55e6c27189c7086a5726fe8bf224ba5c24d19d0c/imap-proto" }
+ 
+ [dependencies]
+ axum = "0.8"


Home | Main Index | Thread Index | Old Index