Port details |
- rbldnsd Small and fast DNS daemon especially for DNSBL zones
- 0.998_1 dns =14 0.998_1Version of this port present on the latest quarterly branch.
- Maintainer: zi@FreeBSD.org
- Port Added: 2003-08-30 00:45:58
- Last Update: 2024-08-07 15:33:41
- Commit Hash: fb46fc2
- People watching this port, also watch:: p5-Net-DNS, sudo, rsync, wget, nmap
- License: GPLv2
- WWW:
- https://www.corpit.ru/mjt/rbldnsd.html
- Description:
- rbldnsd is a small and fast DNS daemon, made especially to serve DNSBL
zones. It was inspired by Dan J. Bernstein's rbldns program, found in
/usr/ports/net/djbdns, but is significantly faster.
rbldnsd was written by Michael Tokarev.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/rbldnsd/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/rbldnsd
- pkg install rbldnsd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rbldnsd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1478845478
SHA256 (rbldnsd-0.998.tar.gz) = bc36082d46828ecdc0c9e3f8f009596746e1242b2b4002ab9cf9b93fe36e4924
SIZE (rbldnsd-0.998.tar.gz) = 145363
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rbldnsd-0.998_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- dns_rbldnsd
- pkg-message:
- For install:
- The rbldnsd port has been installed with an example zone file, located
in /usr/local/etc/rbldnsd/.
After starting the daemon with this example data, you should be able to
test the success of your install with the command:
% host -a 1.1.31.172.bl.example.com. localhost
or
% dig @localhost 1.1.31.172.bl.example.com. any
or
% nslookup -query=any 1.1.31.172.bl.example.com. localhost
If you see a response that mentions 127.0.0.2, the install worked!
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.998_1 07 Aug 2024 15:33:41 |
Ryan Steinmetz (zi) |
dns/rbldnsd: Take MAINTAINER |
0.998_1 23 Feb 2024 16:54:10 |
Muhammad Moinur Rahman (bofh) |
dns/rbldnsd: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.998 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.998 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
0.998 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.998 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.998 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
0.998 18 Jul 2018 22:20:24 |
yuri |
Reset maintainership of the ports maintained by alexey@renatasystems.org
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp
Also, looking at the subversion log, there were timeouts on:
* bug#224169 r465659 | ygy | 2018-03-26 19:51:12
* bug#224768 r459066 | swills | 2018-01-15 07:16:28
* bug#224755 r459058 | swills | 2018-01-15 06:55:08
The last approval from alexey@renatasystems.org was over a year ago:
bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama) |
0.998 05 May 2018 15:09:22 |
danfe |
For ports under `cad', `devel', `dns`, and `math' categories: remove
redundant PKGMESSAGE assignment, which is set appropriately by the
b.p.m when `pkg-message' appears on the SUB_FILES list. |
0.998 13 Nov 2016 14:14:59 |
pi |
dns/rbldnsd: update 0.997a -> 0.998
- use ${ETCDIR}
- don't install RPM spec and debian packege spec - they are no use on FreeBSD
- install example zone file with default permissions (readable to
all users) there is no need to limit access to examples
PR: 214426
Changes: http://www.corpit.ru/mjt/rbldnsd/NEWS
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by: Alexey Degtyarev <alexey@renatasystems.org> (maintainer) |
0.997a 26 Aug 2015 18:26:15 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
0.997a 27 Oct 2014 12:13:23 |
bapt |
Cleanup plist |
0.997a 19 Jun 2014 07:12:55 |
pi |
dns/rbldnsd: Stagify
Approved by: portmgr (blanket) |
0.997a 21 Feb 2014 13:36:29 |
ehaupt |
Remove trailing whitespaces from category dns |
0.997a 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.997a 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
0.997a 03 Sep 2013 14:21:09 |
feld |
Further cleanup
Approved by: crees (mentor) |
0.997a 01 Sep 2013 17:28:59 |
feld |
- Update to 0.997a
- Port cleanup to pass rclint/portlint
PR: ports/181288
Submitted by: alexey@renatasystems.org
Approved by: crees (mentor) |
0.996b_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.996b_1 04 Jul 2011 19:05:05 |
crees |
- Use USERS and GROUPS
PR: ports/157601
Approved by: rene (mentor, implicit) |
0.996b_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.996b_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.996b_1 10 Feb 2010 02:58:33 |
pgollucci |
- Fix installation permissions
- Submitter is now MAINTAINER
PR: ports/143450
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> |
0.996b 17 Aug 2009 05:08:46 |
linimon |
Reset paul+ports@it.ca due to maintainer-timeouts and no response
to email.
Hat: portmgr |
0.996b 28 Nov 2008 02:39:20 |
lippe |
- Reload command added on startup script.
PR: ports/128071
Submitted by: Anton Yuzhaninov <citrin@citrin.ru>
Approved by: maintainer timeout (> 2 weeks) |
0.996b 21 Nov 2008 21:10:36 |
miwi |
- Update to 0.996b
PR: 128146
Submitted by: Anton Yuzhaninov <citrin@citrin.ru>
Approved by: maintainer timeout |
0.996a 22 Sep 2006 04:34:41 |
leeym |
- Updating to current version (released 2006-07-26).
- renamed start script to modern format (without .sh)
- Added better example data (including pkg-message)
- utilize SUB_FILES
PR: 103153
Submitted by: paul+ports at it.ca |
0.996 21 Feb 2006 16:28:33 |
garga |
- Update to 0.996
- Made example zonefile prettier (easier to read comments)
PR: ports/93604
Submitted by: maintainer |
0.995 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
0.995 11 Feb 2006 02:34:58 |
lawrance |
Update to 0.995.
PR: ports/92874
Submitted by: Larry Rosenman <ler@lerctr.org>
Approved by: Paul Chvostek <paul+fbsd@it.ca> (maintainer) |
0.993.1 22 Jan 2006 08:31:47 |
edwin |
SHA256ify
Approved by: krion@ |
0.993.1 22 Jan 2006 01:49:26 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.993.1 03 Sep 2004 08:34:32 |
krion |
Update to 0.993.1
PR: ports/71311
Submitted by: maintainer |
0.992_2 29 May 2004 07:55:53 |
krion |
- Fix broken _flags in startup script
PR: ports/67325
Submitted by: maintainer |
0.992_1 29 Apr 2004 08:18:23 |
krion |
- Proper handle startup script
PR: ports/66058
Submitted by: maintainer |
0.992 14 Apr 2004 08:50:52 |
leeym |
register UID/GID 153:153 for ports/dns/rbldnsd
in doc/en_US.ISO8859-1/books/porters-handbook/book.sgml v1.396
Noticed by: kris |
0.992 13 Apr 2004 00:54:39 |
leeym |
- upgrade version to 0.992
- switch to rc.subr start mechanism
- added user/group
- added example data on install, target directory
- added pkg-message
- added more doc files
PR: 65392
Submitted by: Paul Chvostek <paul+fbsd@it.ca> |
0.991 06 Mar 2004 11:33:55 |
kris |
Fix checksum mismatch by adding html docs to IGNOREFILES. |
0.991 04 Mar 2004 08:47:58 |
krion |
- Mark BROKEN: Checksum mismatch
- Maintainer informed |
0.991 19 Jan 2004 18:40:30 |
krion |
- upgraded to current version, which finally uses
configure.
- added the *proper* MASTER_SITES back in,
- removed patch file on old Makefile (delete it),
- use DOCSDIR
PR: 61569
Submitted by: maintainer |
0.96 30 Aug 2003 00:45:27 |
edwin |
New port: net/rbldnsd - small fast DNS server for DNSBL zones
A very small and fast DNS server made especially for DNSBL
zones. Inspired by Dan J Bernstein's rbldns from djbdns,
but entirely original (and faster and more featureful).
PR: ports/53274
Submitted by: Paul Chvostek <paul+fbsd@it.ca> |