Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2026 09:53:59 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1f7f63582a03 - main - net/zapret2: New port: DPI (Deep Packet Interderence) bypass (Gen 2)
Message-ID:  <696dff37.232e5.5567c1a2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f7f63582a0350c2159a25bc7af72a73faf26c91

commit 1f7f63582a0350c2159a25bc7af72a73faf26c91
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-01-19 08:42:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-01-19 09:53:37 +0000

    net/zapret2: New port: DPI (Deep Packet Interderence) bypass (Gen 2)
---
 net/Makefile          |  1 +
 net/zapret2/Makefile  | 28 ++++++++++++++++++++++++++++
 net/zapret2/distinfo  |  3 +++
 net/zapret2/pkg-descr |  3 +++
 4 files changed, 35 insertions(+)

diff --git a/net/Makefile b/net/Makefile
index 854d2e7f7ff1..9b8fc3e9e753 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1728,6 +1728,7 @@
     SUBDIR += yggdrasil
     SUBDIR += yptransitd
     SUBDIR += zapret
+    SUBDIR += zapret2
     SUBDIR += zebra-server
     SUBDIR += zerotier
     SUBDIR += zmap
diff --git a/net/zapret2/Makefile b/net/zapret2/Makefile
new file mode 100644
index 000000000000..413555fc8356
--- /dev/null
+++ b/net/zapret2/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	zapret2
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.8.6
+CATEGORIES=	net
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	DPI (Deep Packet Interderence) bypass (Gen 2)
+WWW=		https://github.com/bol-van/zapret
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/docs/LICENSE.txt
+
+USES=		lua luajit pkgconfig
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	bol-van
+
+PLIST_FILES=	${EXES:S/^/bin\//}
+
+EXES=		dvtws2 ip2net mdig
+
+do-install:
+.for exe in ${EXES}
+	${INSTALL_PROGRAM} ${WRKSRC}/binaries/my/${exe} \
+		${STAGEDIR}${PREFIX}/bin
+.endfor
+
+.include <bsd.port.mk>
diff --git a/net/zapret2/distinfo b/net/zapret2/distinfo
new file mode 100644
index 000000000000..2f555e5de21a
--- /dev/null
+++ b/net/zapret2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1768811224
+SHA256 (bol-van-zapret2-v0.8.6_GH0.tar.gz) = 1fb5f27fec217db6283b937d3b9650fae75ef0a79cca0bd24ec7437939a30171
+SIZE (bol-van-zapret2-v0.8.6_GH0.tar.gz) = 542272
diff --git a/net/zapret2/pkg-descr b/net/zapret2/pkg-descr
new file mode 100644
index 000000000000..8a4745a2fe23
--- /dev/null
+++ b/net/zapret2/pkg-descr
@@ -0,0 +1,3 @@
+zapret2 is a stand-alone (without 3rd party servers) DPI circumvention tool.
+May allow to bypass http(s) website blocking or speed shaping, resist signature
+tcp/udp protocol discovery.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696dff37.232e5.5567c1a2>