2021-08-04 15:32:07 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 18. From the changelog:
- Due to problems binding with IPv4-mapped IPv6 addresses for a DNS
lookup, splitted up randombind into randombind4 and randombind6.
socket operations on IPv4 use IPv4 address only. (tx. Kouichi).
|
2021-04-03 21:33:28 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Update to 17. From the changelog:
- Removed dependency on ipv4socket entirely.
- Reworked socket interface + doc. Removed obsolete dns_sortip() function.
- genalloc.h is now separate. Installation of man pages described.
pkgsrc changes:
- Stop prefixing 0.9., follow upstream versioning
|
2020-10-21 10:47:33 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 16 (as 0.9.16). From the changelog:
- 19961114 change: dns_ip() now recognizes [1.2.3.4] and [f80::a]. tnx DS.
- scan_long() included for mess822x support.
- constmap() added from qmail.
- Changed ipv4/6-localhost and ipv4/6-loopback to
ip4/6-localhost and ip4/6-loopback.
|
2020-09-22 11:50:22 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 15b (as 0.9.15b). From the changelog:
- GCC 10 compiler issues solved.
- DNS TLSA record correct value.
|
2020-08-28 21:58:43 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 15a. From the changelog:
- Again, changes for dns_ipq.c concerning return codes.
Should have only impact in case using DJB's qualification format.
- Documentation and man page fixes for DNS stub resolver.
- GCC 10 linker warning for external 'ipv4socket' solved.
|
2020-07-31 21:04:58 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to fehQlibs-15 (as fehqlibs-0.9.15). From the changelog:
- Added the Guninski patch for alloc from Qualys (CVE-2005-1513).
- dns_ipq (IP qualify) now with unified IPv4/IPv6 handling and evaluation
of DNS well-know names 'localhost' and 'ipv[4|6]-loopback' (RFC 6761).
- Fixed DNS lookup for IPv6 addresses. Adjusted DNS man pages.
Bump default BUILDLINK_API_DEPENDS, as all fehware requires this version.
|
2020-03-20 20:52:23 by Roland Illig | Files touched by this commit (1) |
Log message:
net/fehqlibs: allow to skip substitution for "echo -n"
|
2020-03-04 16:44:51 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
Update to 14 (as 0.9.14). From the changelog:
- Added 'const' for most input arguments + updated man:
byte, logmsg, str, pathexec. Patch contributed by Alan S.
- Added byte_fill and case_upper function (potentially for SRS).
- Included CFLAGS and LDFLAGS macros in Makefile.
|
2020-02-03 02:11:01 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 13d. From the changelog:
- Fixed integration bugs not displaying IPv6 addresses (dns_ip.c, dns_mx.c).
- Wrong dependency check in Makefile for SHAREDLIBS (tx. Alan C.).
|
2019-12-16 22:25:45 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 13c (as 0.9.13c). From the changelog:
- Bugs fixed: str_copy (wrong parenthesis setting)
- UI changed: log() -> log_who()
- Added: man str(3)
- Fixed wrong input boundary checking for multiple DNSCACHE variables
settings in dns_rcip.c. (Tx. J.W.)
- Added missing str_copyb() function in str.c.
- DNS stub return codes straightend with djbdnscurve6-36.
|