notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2023Q1
blocky Fast and lightweight DNS proxy as ad-blocker
0.20_5 dns on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.28.2Version of this port present on the latest quarterly branch.
Maintainer: eduardo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-01-31 08:54:06
Last Update: 2023-03-09 19:50:37
Commit Hash: 636f0a9
License: APACHE20
WWW:
https://0xerr0r.github.io/blocky/
Description:
Fast and lightweight DNS proxy as ad-blocker for local network with many features.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/blocky-0.20_5/catalog.mk
  2. /usr/local/share/licenses/blocky-0.20_5/LICENSE
  3. /usr/local/share/licenses/blocky-0.20_5/APACHE20
  4. @sample etc/blocky-config.yml.sample
  5. sbin/blocky
  6. @owner
  7. @group
  8. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • blocky>0:dns/blocky
To install the port:
cd /usr/ports/dns/blocky/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/blocky
  • pkg install blocky
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: blocky
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1668367817 SHA256 (go/dns_blocky/0xERR0R-blocky-v0.20_GH0/go.mod) = db8c76c4794442e3b81b5848b0885b4c82c49059bd26522d0df790d76c0974c0 SIZE (go/dns_blocky/0xERR0R-blocky-v0.20_GH0/go.mod) = 4761

Expand this list (2 items)

Collapse this list.

SHA256 (go/dns_blocky/0xERR0R-blocky-v0.20_GH0/0xERR0R-blocky-v0.20_GH0.tar.gz) = aae5346e9c1ce4b326b9e578939aa26ddca39338d79d0ddb3eb079ae7a949e87 SIZE (go/dns_blocky/0xERR0R-blocky-v0.20_GH0/0xERR0R-blocky-v0.20_GH0.tar.gz) = 678108

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go119 : lang/go119
Fetch dependencies:
  1. go119 : lang/go119
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
dns_blocky
USES:
go:modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/0xERR0R/blocky/tar.gz/v0.20?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.20_5
09 Mar 2023 19:50:37
commit hash: 636f0a9700972e851eb2139edc655a613f8c5a25commit hash: 636f0a9700972e851eb2139edc655a613f8c5a25commit hash: 636f0a9700972e851eb2139edc655a613f8c5a25commit hash: 636f0a9700972e851eb2139edc655a613f8c5a25 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go119 update

Direct commit to quarterly to bump Go ports revisions after 61a665d2d8d2

Approved by:    ports-secteam (blanket)
0.20_4
17 Feb 2023 10:49:10
commit hash: 9ff952570bc5120a01d31a8406f17ad49ddfb2e9commit hash: 9ff952570bc5120a01d31a8406f17ad49ddfb2e9commit hash: 9ff952570bc5120a01d31a8406f17ad49ddfb2e9commit hash: 9ff952570bc5120a01d31a8406f17ad49ddfb2e9 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go119 update

Direct commit to quarterly to bump Go ports revisions after f30271912e48

Approved by:	riggs (ports-secteam)
0.20_3
31 Jan 2023 08:41:02
commit hash: e183bef6aa4787e2575e0cbe412ef742b8ca5eafcommit hash: e183bef6aa4787e2575e0cbe412ef742b8ca5eafcommit hash: e183bef6aa4787e2575e0cbe412ef742b8ca5eafcommit hash: e183bef6aa4787e2575e0cbe412ef742b8ca5eaf files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Benjamin Spiegel
dns/blocky: Support running daemon as non-root user

 Most rc.d scripts support a standard <service name>_user option in
 /etc/rc.conf to run the service as the specified user. The rc.d script
 for dns/blocky doesn't observe this setting. As a result, it's not
 possible to run as a user other than root (blocky documentation
 recommends using a non-privileged user).

 Instructions on how to run non-root user daemon have been added to
 pkg-message.

PR:		269198
MFH: 		2023Q1 (security fixes)
(cherry picked from commit ffd87be94f2c60fb6c8d0434dd9225d7c73b1441)

Number of commits found: 3