update net/iblock to 1.1.2

diff from prx (prx [at] si3t [dot] ch) with a minor tweak by me: retain
the do-build since the port' makefile uses -Os and it's easier than
patch it out.
This commit is contained in:
op 2022-09-21 16:35:02 +00:00
parent 957cd928c4
commit f9e26d0599
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
COMMENT = inetd program to blackhole IPs connecting to it
V = 1.0.1
V = 1.1.2
DISTNAME = iblock-${V}
CATEGORIES = net

View File

@ -1,2 +1,2 @@
SHA256 (iblock-1.0.1.tar.gz) = hOWDUMmcEWh78DUTRSbGpYFT33Bk/sTfWC8gZWChbDo=
SIZE (iblock-1.0.1.tar.gz) = 2679
SHA256 (iblock-1.1.2.tar.gz) = HudVCVC/KjTv8jA91ZZ7CzFkuAd8VfniszYRDlSoY/I=
SIZE (iblock-1.1.2.tar.gz) = 2889

View File

@ -43,7 +43,7 @@ block in quick from <iblocked> label iblock
pass in quick on egress inet proto tcp to port $iblock_services \
rdr-to 127.0.0.1 port 666 label "block_$dstport"
pass in quick on egress inet6 proto tcp to port $iblock_services \
rdr-to ::1 port 666 label "block6_dstport"
rdr-to ::1 port 666 label "block6_$dstport"
```
The label keyword allows displaying blocking statistics with pfctl -s labels