summaryrefslogtreecommitdiff
path: root/net/spoofdpi
diff options
context:
space:
mode:
Diffstat (limited to 'net/spoofdpi')
-rw-r--r--net/spoofdpi/Makefile4
-rw-r--r--net/spoofdpi/distinfo6
-rw-r--r--net/spoofdpi/pkg-message16
3 files changed, 18 insertions, 8 deletions
diff --git a/net/spoofdpi/Makefile b/net/spoofdpi/Makefile
index 02e29dbc43a7..41e8e019ede4 100644
--- a/net/spoofdpi/Makefile
+++ b/net/spoofdpi/Makefile
@@ -1,7 +1,7 @@
PORTNAME= spoofdpi
DISTVERSIONPREFIX= v
-DISTVERSION= 0.12.0
-PORTREVISION= 7
+DISTVERSION= 0.12.2
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= nxjoseph@protonmail.com
diff --git a/net/spoofdpi/distinfo b/net/spoofdpi/distinfo
index 2c1623b2d3e7..220b4cfd4dbc 100644
--- a/net/spoofdpi/distinfo
+++ b/net/spoofdpi/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1725844927
-SHA256 (xvzc-SpoofDPI-v0.12.0_GH0.tar.gz) = 8350cacb0a5cc7b3c1d9aa7cbd2e519dfb61e7d59d49475de11387f8229a01c0
-SIZE (xvzc-SpoofDPI-v0.12.0_GH0.tar.gz) = 34504
+TIMESTAMP = 1762360442
+SHA256 (xvzc-SpoofDPI-v0.12.2_GH0.tar.gz) = 6b963e5c52e129f1bcac3b5adc59322715f5d31e593eb317e363c18c77f53a5b
+SIZE (xvzc-SpoofDPI-v0.12.2_GH0.tar.gz) = 42450
SHA256 (atomicgo-cursor-v0.2.0_GH0.tar.gz) = 61760aaf6b2a0b51adcea56913104aa070b844426063a21dac60551f239e5044
SIZE (atomicgo-cursor-v0.2.0_GH0.tar.gz) = 11330
SHA256 (atomicgo-keyboard-v0.2.9_GH0.tar.gz) = 6855b6e6e6837de6e9cfb98e0f49f6224eb599c688bdd4ce3a0c96b2f409bd07
diff --git a/net/spoofdpi/pkg-message b/net/spoofdpi/pkg-message
index 6a0480f96883..d7cc46e32bda 100644
--- a/net/spoofdpi/pkg-message
+++ b/net/spoofdpi/pkg-message
@@ -1,13 +1,23 @@
[
{ type: install
message: <<EOM
-You can use spoofdpi rc.d service and specify arguments
-for spoofdpi program in rc.conf file like this below:
- spoofdpi_args="-port 8181 -dns-addr 1.1.1.1 -enable-doh"
+You can use SpoofDPI rc.d service and specify arguments
+for SpoofDPI program in rc.conf file like this below:
+ # sysrc spoofdpi_args="-listen-port 8181 -dns-addr 1.1.1.1 -enable-doh"
To enable/start spoofdpi service:
# service spoofdpi enable
# service spoofdpi start
Now, you can configure your web browser to use this proxy.
+SpoofDPI listens on port 8080 by default and uses DNS as 8.8.8.8.
+EOM
+}
+{ type: upgrade
+ maximum_version: "0.12.2"
+ message: << EOM
+Some command-line arguments of SpoofDPI has been refactored, a few examples:
+ # -addr => -listen-addr, -port => -listen-port and etc.
+See the commit link below or project page for new changes in arguments usage.
+ # https://github.com/xvzc/SpoofDPI/commit/a2993ac68d87a0525a93bc23984d21e341214199
EOM
}
]