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.
|
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.
|
2019-08-03 14:51:22 by Amitai Schleier | Files touched by this commit (2) |  |
Log message:
Install shared libs. Ride previous update.
|
2019-08-03 12:42:47 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 0.9.12c (as 0.9.12.12c). Changes since 0.9.12:
- Fixed missing DNS A lookup in dns_ip.c.
- Removed (one) obsolete return value check for iopause in timeoutconn.c.
- Checking carefully all dnsstub return codes while using a coherent scheme.
|
2019-07-12 17:34:55 by Amitai Schleier | Files touched by this commit (1) |
Log message:
LDFLAGS.SunOS+=-lnsl -lsocket to fix SmartOS.
|
2019-07-10 14:59:54 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Specify include/qlibs and lib/qlibs paths once, in fehqlibs/buildlink3.mk.
|
2019-07-10 13:20:02 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Build and install shared libs. Bump BUILDLINK_API_DEPENDS and PKGREVISION.
|
2019-07-10 12:35:11 by Amitai Schleier | Files touched by this commit (2) |
Log message:
.9.12 has a serious regression in dns_ipq.c: only AAAA records are
looked up, instead of AAAA and A. Revert to previous 0.9.10 (as
"0.9.12.10").
|
2019-06-20 03:03:08 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 0.9.12. From the changelog:
- dns_ip, dns_cname, dns_txt, dns_name and dns_mx
return now the number of DNS answers received
unlike the number of bytes for the given output.
- Added convenience routines for forthcoming s/qmail.
- Added ia4_fmt, ia6_fmt and dns_cname (for *qmail).
- Changed dns_transmit lookup time constants.
|
2018-12-14 23:51:32 by Amitai Schleier | Files touched by this commit (3) |  |
Log message:
Update to fehQlibs-10 (versioned here as "0.9.10" to compare newer than
the previous 0.9). From the changelog:
- Added IPV6_V6ONLY setsockoptions call.
- Improved poll handling in iopause.c considering poll RC.
- Added building of shared libraries + updated docs.
pkgsrc does not yet build shared libraries.
|