./net/s6-dns, Suite of DNS client programs and libraries

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


Branch: CURRENT, Version: 2.4.0.0, Package name: s6-dns-2.4.0.0, Maintainer: schmonz

s6-dns is a suite of DNS client programs and libraries for Unix systems, as
an alternative to the BIND, djbdns or other DNS clients.

s6-dns may include its own series of DNS caches and servers at some point in
the future.


Master sites:

Filesize: 90.412 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 15:12:27 by Amitai Schleier | Files touched by this commit (4) | Package updated
Log message:
s6-dns: update to 2.4.0.0. Changes:

- This is a major update because a function was factorized in
  skalibs, and the libs6dns implementation
  (s6dns_minineststring_read()) was removed.
- A new function, s6dns_engine_query(), was also added.
- Higher debug levels in s6-dnsq and s6-dnsqr can now dump
  received packets.
   2024-06-19 20:59:46 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
s6-dns: update to 2.3.7.2. Changes:

- Refactor of some APIs to allow for dns-0x20 implementation, which is
  useful for interoperating with recent versions of Unbound and
  similarly paranoid software.
- Bugfixes.
   2024-02-29 02:17:46 by Amitai Schleier | Files touched by this commit (4)
Log message:
Take MAINTAINER for s6* and execline.
   2024-02-27 05:36:50 by Charlotte Koch | Files touched by this commit (1)
Log message:
net/s6-dns: Reset MAINTAINER
   2023-12-23 21:10:49 by Amitai Schleier | Files touched by this commit (4) | Package updated
Log message:
s6-dns: update to 2.3.7.1. Changes:

- Bugfixes.
   2023-11-23 19:51:33 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
s6-dns: update to 2.3.7.0. Changes:

- New s6dns_init_options() function, to choose whether
  to support /etc/hosts or not.
- Properly ignore link-local addresses in hosts files
  instead of erroring out on them.
- New s6dns_hosts_name46() macro.
   2023-11-11 12:53:34 by Amitai Schleier | Files touched by this commit (4) | Package updated
Log message:
s6-dns: update to 2.3.6.0. Changes:

- Bugfixes.
- New s6dns_hosts functions.
- New command: s6-dns-hosts-compile
- s6-dnsip* and s6-dnsname now support a -h option, to make use of
  /etc/hosts data.
   2023-01-16 22:49:04 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 2.3.5.5. From the changelog:

- Adaptation to skalibs-2.13.0.0.
- Workarounds for broken DNS caches.
- Bugfixes.