head 1.3; access; symbols pkgsrc-2026Q1:1.2.0.2 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2026.05.05.18.00.36; author adam; state Exp; branches; next 1.2; commitid EwZHApi2uW2svEEG; 1.2 date 2026.03.12.12.21.15; author adam; state Exp; branches; next 1.1; commitid ok93E4Pv0HsTnGxG; 1.1 date 2025.12.07.11.24.57; author adam; state Exp; branches; next ; commitid cLaNndDSCuA18tlG; desc @@ 1.3 log @defguard: updated to 2.0.0 2.0.0 It’s a significant step up from version 1.x, featuring: a completely redesigned UI, a new and easy deployment approach (and component communication security), and some other major architectural changes. @ text @$NetBSD: patch-Cargo.toml,v 1.2 2026/03/12 12:21:15 adam Exp $ Local path to defguard_version crate. --- Cargo.toml.orig 2026-05-05 09:30:27.078637284 +0000 +++ Cargo.toml @@@@ -7,9 +7,9 @@@@ homepage = "https://github.com/DefGuard/ repository = "https://github.com/DefGuard/proxy" [dependencies] -defguard_certs = { git = "https://github.com/DefGuard/defguard.git", rev = "dc0b70e69335c4be98d5b17615003922c9464994" } -defguard_grpc_tls = { git = "https://github.com/DefGuard/defguard.git", rev = "dc0b70e69335c4be98d5b17615003922c9464994" } -defguard_version = { git = "https://github.com/DefGuard/defguard.git", rev = "dc0b70e69335c4be98d5b17615003922c9464994" } +defguard_certs = { path = "../defguard-2.0.0/crates/defguard_certs" } +defguard_grpc_tls = { path = "../defguard-2.0.0/crates/defguard_grpc_tls" } +defguard_version = { path = "../defguard-2.0.0/crates/defguard_version" } rustls-webpki = { version = "0.103", features = ["aws-lc-rs", "std"] } rustls-pki-types = "1" # base `axum` deps @ 1.2 log @defguard-proxy: updated to 1.6.3 1.6.3 This is a patch for the major 1.6 release. It includes dependency updates to resolve the following CVEs: CVE-2026-25541 CVE-2026-25727 CVE-2026-25639 CVE-2026-2391 @ text @d1 1 a1 1 $NetBSD: patch-Cargo.toml,v 1.1 2025/12/07 11:24:57 adam Exp $ d5 1 a5 1 --- Cargo.toml.orig 2025-10-21 13:05:14.884614632 +0000 d7 1 a7 1 @@@@ -7,7 +7,7 @@@@ homepage = "https://github.com/DefGuard/ d11 8 a18 2 -defguard_version = { git = "https://github.com/DefGuard/defguard.git", rev = "8649a9ba225d7bd2066a09c9e1347705c34bd158" } +defguard_version = { path = "../defguard-1.6.4/crates/defguard_version" } a19 2 axum = { version = "0.8", features = ["ws"] } axum-client-ip = "0.7" @ 1.1 log @defguard-proxy: add missing patch @ text @d1 1 a1 1 $NetBSD$ d12 1 a12 1 +defguard_version = { path = "../defguard-1.5.1/crates/defguard_version" } @