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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.05nb16, Package name: djbdns-1.05nb16, 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)


   2025-05-22 06:51:30 by Amitai Schleier | Files touched by this commit (23)
Log message:
djbware: reduce lint, mostly by replacing SUBST_CLASSES+=djberrno with
DJB_ERRNO_FIXUP.

While here, sprinkle FORCE_C_STD (mostly c89) where it doesn't break the
build. Tested on NetBSD and macOS.
   2025-05-22 05:42:34 by Amitai Schleier | Files touched by this commit (1)
Log message:
djbdns: PATCHFILES part of previous incorrect, revert.
   2025-05-22 00:32:47 by Amitai Schleier | Files touched by this commit (3)
Log message:
djbdns: specify c89, record missing PATCHFILES, de-lint. Bump PKGREVISION.
   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.