From 618ae04f2c3ac2dafbd597117995137d08a1376c Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Wed, 6 Aug 2025 01:19:55 +0700 Subject: net/amnezia-kmod, net/amnezia-tools: new ports AmneziaWG is a version of the popular VPN protocol, WireGuard. It offers protection against detection by Deep Packet Inspection (DPI) systems. At the same time, it retains the simplified architecture and high performance of the original. PR: 288599 Approved by: core (glebius) --- net/amnezia-tools/files/patch-version.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 net/amnezia-tools/files/patch-version.h (limited to 'net/amnezia-tools/files/patch-version.h') diff --git a/net/amnezia-tools/files/patch-version.h b/net/amnezia-tools/files/patch-version.h new file mode 100644 index 000000000000..02ae2a096e8a --- /dev/null +++ b/net/amnezia-tools/files/patch-version.h @@ -0,0 +1,7 @@ +--- version.h.orig 2024-10-01 13:02:42 UTC ++++ version.h +@@ -1,3 +1,3 @@ + #ifndef WIREGUARD_TOOLS_VERSION +-#define WIREGUARD_TOOLS_VERSION "1.0.20210914" ++#define WIREGUARD_TOOLS_VERSION "1.0.20250521" + #endif -- cgit v1.2.3