2024-09-10 22:10:46 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
djbdnscurve6: update to 45. Changes:
- Clang 16 compatibility (breaking change - for function pointer
evaluation).
- Fixed wrong call to ipX_cidr() with len argument.
- Works on OmniOS, but reverse anycasting needs investigations.
|
2024-04-03 05:30:45 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
djbdnscurve6: update to 44d. Changes:
- root.c frees now &text.
|
2023-07-08 15:44:12 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 44c. From the changelog:
- NS violating CurveDNS protocol don't impede name resolution anymore.
- tinydns-edit 'add' recognizes now IPv6 addresses upon call for NS and
MX records.
- Updates to tinydns-edit.8 man file and straightening the docs for
libsodium use.
|
2023-04-04 01:40:21 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 44a. From the changelog:
- Fixed bug in tinydns-data evaluating IPv4 addresses.
|
2022-08-03 18:31:43 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 43. From the changelog:
- Fixed bug in dns_txt evaluation for long TXT records -> RDATA labels
not respected.
- Fixed generation of SPF and DKIM records in tinydns due to missing
labels in RDATA.
- The maximal TXT label-len is 255 throughout.
- Fixed man page of dnscache referencing outdated EDNS0 disabling.
- Added script to extract pubkey from keyfile to be used for DKIM records.
- Fixed wrong response to PTR query of ::1 -> ip6-loopback.
|
2022-04-25 17:09:49 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 42a. From the changelog:
- Fixed TLSA RR generation in tinydns-data and changed default for
selector to SPK hash (=1).
- Fixed typo in script add-tlsa.
|
2022-01-30 09:44:39 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 42. From the changelog:
- Fixed broken fork: sipcache/siphash not included.
|
2022-01-20 21:30:34 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 41. From the changelog:
- Small adjustments after a large DNS Internet survey done by dnscache.
- Removed JBP's CNAME enhancement for dnscache (query.c)
[http://jdebp.info/Softwares/djbwares/djbdns-patches.html];
seems does not work under all circumstances [20220113#1].
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-22 00:30:23 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 40. From the changelog:
- Added CurveDNS support for all servers. curvedns-keygen available.
|