head 1.5; access; symbols pkgsrc-2026Q1:1.4.0.2 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.3.0.2 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.5 date 2026.05.05.18.00.35; author adam; state Exp; branches; next 1.4; commitid EwZHApi2uW2svEEG; 1.4 date 2026.03.12.12.20.32; author adam; state Exp; branches; next 1.3; commitid QcoMBf1wbGfInGxG; 1.3 date 2025.10.23.20.39.05; author wiz; state Exp; branches; next 1.2; commitid 1V2hBZn9ypXaCJfG; 1.2 date 2025.10.21.18.31.28; author adam; state Exp; branches; next 1.1; commitid mq3nkrGy1O8SZsfG; 1.1 date 2025.07.14.05.36.04; author adam; state Exp; branches; next ; commitid x1pYe5QCYtHeTF2G; desc @@ 1.5 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: Makefile,v 1.4 2026/03/12 12:20:32 adam Exp $ .include "../../security/defguard/version.mk" DISTNAME= defguard-gateway-2.0.1 GITHUB_PROJECT= gateway COMMENT= True Zero-Trust WireGuard VPN with 2FA/MFA # For defguard-version crate. EXTRA_DIST+= defguard-${DEFGUARD_VERSION}${EXTRACT_SUFX} # Depends on an unpublished crate. Can't use cargo.mk to fetch it. NFTNL_REV= a5cf4c9965118e27795f4ad94ea5fbbde2687ff7 DISTFILES+= nftnl-${NFTNL_REV}.tar.gz SITES.nftnl-${NFTNL_REV}.tar.gz+= -${MASTER_SITE_GITHUB:=defguard/}nftnl-rs/archive/${NFTNL_REV}.tar.gz INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/defguard-gateway ${DESTDIR}${PREFIX}/bin/ .include "cargo-depends.mk" .include "../../devel/libgit2/buildlink3.mk" .include "../../lang/rust/cargo.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.4 log @defguard-gateway: updated to 1.6.3 1.6.3 This is a security patch for the major 1.6 release. It includes dependency updates to resolve the following CVEs: CVE-2026-25541 CVE-2026-25727 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2025/10/23 20:39:05 wiz Exp $ d5 1 a5 1 DISTNAME= defguard-gateway-1.6.3 d14 1 a14 1 NFTNL_REV= 1a1147271f43b9d7182a114bb056a5224c35d38f @ 1.3 log @*: recursive bump for pcre2 Running an old binary against the new pcre doesn't work: /usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/pkg/lib/libglib-2.0.so.0 not defined @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/10/21 18:31:28 adam Exp $ a2 1 PKGREVISION= 1 d5 1 a5 1 DISTNAME= defguard-gateway-${DEFGUARD_VERSION} a18 5 USE_TOOLS+= pkg-config MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl} RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib @ 1.2 log @defguard*: updated to 1.5.1 1.5.1 This patch for version 1.5 includes fixes for vulnerabilities identified during our latest penetration test. As a fully transparent organization, Defguard publishes a Pentesting Security Report page where you can track the status of our vulnerability fixes. 1.5.0 This is the biggest, most feature packed (and fixes) release we have ever done! We’ve introduced 11 major features! and nearly 100 bugfixes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/07/14 05:36:04 adam Exp $ d3 1 @ 1.1 log @defguard-gateway: added version 1.4.0 Defguard gateway is a client service for Defguard which can be used to create your own WireGuard VPN servers for secure and private networking. @ text @d1 1 a1 1 # $NetBSD$ d10 3 d19 1 d21 1 d31 1 @