./net/djbdns, Collection of secure and reliable DNS tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.05nb15, Package name: djbdns-1.05nb15, Maintainer: schmonz

djbdns is a collection of Domain Name System tools. It includes
software for all the fundamental DNS operations:

* DNS cache: finding addresses of Internet hosts. When a browser
wants to contact www.hotwired.com, it first asks a DNS cache,
such as djbdns's dnscache, to find the IP address of www.hotwired.com.
Internet service providers run dnscache to find IP addresses
requested by their customers. If you're running a home computer
or a workstation, you can run your own dnscache to speed up your
web browsing.

* DNS server: publishing addresses of Internet hosts. The IP address
of www.hotwired.com is published by HotWired's DNS servers. djbdns
includes a general-purpose DNS server, tinydns; network administrators
run tinydns to publish the IP addresses of their computers. djbdns
also includes special-purpose servers for publishing DNS walls
and RBLs.

* DNS client: talking to a DNS cache. djbdns includes a DNS client
C library and several command-line DNS client utilities. Programmers
use these tools to send requests to DNS caches.

djbdns also includes several DNS debugging tools, notably dnstrace,
which administrators use to diagnose misconfigured remote servers.


Required to build:
[pkgtools/cwrappers]

Package options: djbdns-mergequeries, djbdns-tinydns64

Master sites:

Filesize: 83.641 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-18 00:08:13 by Nia Alarie | Files touched by this commit (4)
Log message:
*: Remove hacks for GCC versions prior to 3
   2021-11-15 21:36:26 by Amitai Schleier | Files touched by this commit (1)
Log message:
Reorder lines via "make makesum". NFCI.
   2021-11-15 21:30:32 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update checksums to BLAKE2s and fix a patch SITES, noted by wiz@.
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2020-11-19 10:35:43 by Amitai Schleier | Files touched by this commit (41)
Log message:
Remove DJB_RESTRICTED, no longer used.
   2020-10-08 21:18:26 by Amitai Schleier | Files touched by this commit (1)
Log message:
Revert recent add of DJBDNS_*_{GROUP,USER} to BUILD_DEFS. They're not
used anywhere here, only in djbdns-run.
   2020-10-03 21:08:52 by Amitai Schleier | Files touched by this commit (1)
Log message:
Use MASTER_SITE_LOCAL instead of (unreliable for this) archive.org.
   2020-10-03 14:59:36 by Amitai Schleier | Files touched by this commit (3)
Log message:
Address PR pkg/30957 with a new 'djbdns-listenmultiple' option to apply
these patches:

- Uwe Ohse's djbdns-1.05-multiip.diff for tinydns
- Dan Peterson's dnscache-1.05-multiple-ip.patch for dnscache

The patches came with different list separators, but this is pkgsrc! The
default separator for both is now a comma, and you can override it by
setting DJBDNS_IP_SEPARATOR. (Add that to BUILD_DEFS if the option was
enabled, and unconditionally add all the users and groups.) Bump
PKGREVISION.

While here, make djbdns-1.05-ignoreip2.patch fetchable via archive.org.