pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/defguard-proxy/patches
Module Name: pkgsrc
Committed By: adam
Date: Sun Dec 7 11:24:57 UTC 2025
Added Files:
pkgsrc/security/defguard-proxy/patches: patch-Cargo.toml
Log Message:
defguard-proxy: add missing patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/security/defguard-proxy/patches/patch-Cargo.toml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/defguard-proxy/patches/patch-Cargo.toml
diff -u /dev/null pkgsrc/security/defguard-proxy/patches/patch-Cargo.toml:1.1
--- /dev/null Sun Dec 7 11:24:57 2025
+++ pkgsrc/security/defguard-proxy/patches/patch-Cargo.toml Sun Dec 7 11:24:57 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-Cargo.toml,v 1.1 2025/12/07 11:24:57 adam Exp $
+
+Local path to defguard_version crate.
+
+--- Cargo.toml.orig 2025-10-21 13:05:14.884614632 +0000
++++ Cargo.toml
+@@ -7,7 +7,7 @@ homepage = "https://github.com/DefGuard/
+ repository = "https://github.com/DefGuard/proxy"
+
+ [dependencies]
+-defguard_version = { git = "https://github.com/DefGuard/defguard.git", rev = "8649a9ba225d7bd2066a09c9e1347705c34bd158" }
++defguard_version = { path = "../defguard-1.5.1/crates/defguard_version" }
+ # base `axum` deps
+ axum = { version = "0.8", features = ["ws"] }
+ axum-client-ip = "0.7"
Home |
Main Index |
Thread Index |
Old Index