2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-08-04 15:33:21 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 38. From the changelog:
- dns_transmit binds to IPv4 or IPv6 UDP/TCP sockets specifically <->
fehQlibs-18.
|
2021-02-17 20:52:22 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 37. From the changelog:
- Fixed bug in tinydns formating NS records for IPv4 wrong
(IPv4-mapped IPv6).
- Added TLSA/DANE support for tinydns: '_' in data. Automatic name
synthesis.
- Included and added man pages. Added script add-tlsa.sh.
pkgsrc changes:
- Since this is derived from public-domain djbdns and no other license
is specified, set LICENSE-public-domain
|
2020-11-19 10:35:43 by Amitai Schleier | Files touched by this commit (41) |
Log message:
Remove DJB_RESTRICTED, no longer used.
|
2020-07-31 21:07:37 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 36c. From the changelog:
- Streamlined with fehQlibs-15.
|
2020-06-25 07:42:40 by Amitai Schleier | Files touched by this commit (39) |
Log message:
Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:
1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed
Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.
Approved during the freeze by wiz@.
|
2020-04-27 07:36:56 by Roland Illig | Files touched by this commit (1) |
Log message:
net/djbdnscurve6: does not have error.h
|
2020-02-03 02:13:34 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 36b. From the changelog:
- Fixed integration bug but displaying IPv6 addresses (dns_ip.c, dns_mx.c).
- Streamlined with fehQlibs-13d.
|
2019-12-16 22:27:06 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 36a. From the changelog:
- Fixed CVE-2009-0858 in response.c (tx. Martin).
- Compliance with fehQlibs-13 given DNS return codes and dns timeouts aligned.
- DNS return codes streamlined with fehQlibs-13c.
- Fixed wrong evaluation of query_* (-1 -> DNS_*), making dnscache polling.
|
2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255) |
Log message:
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|