2020-09-22 11:50:48 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to ucspi-tcp6-1.11.6a. From the changelog:
- Adjustments for GCC 10.
|
2020-08-28 22:00:25 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.11.6. From the changelog:
- Fixed problem for tcpserver binding to local IPv4 addresses. Improved
selection of IP addresses given the user flags -4/-6 and none.
- Improved tcpclient's binding given several hostnames available in DNS.
|
2020-07-31 21:05:51 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.11.5. From the changelog:
- Recovered tcpclient IPv4 connectivity in case of a given IPv4
address to connect to employing fehQlibs-15 and the enhanced
dns_ip_qualify routine.
|
2020-06-30 15:33:04 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Add sysutils to CATEGORIES to match ucspi-tcp.
|
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-25 22:25:32 by Roland Illig | Files touched by this commit (1) |
Log message:
net/ucspi-tcp6: does not need to patch error.h
|
2020-03-30 10:03:58 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.11.4. From the changelog:
- Changed once more rblsmtpd's IPv6/IPv4 treatment of the received
environment variables to make it more robust.
- Fixed wrong IPv4 check for tcpserver's paranoid evalution.
|
2020-03-04 16:49:17 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.11.3. From the changelog:
- Improved stability of rblsmtpd (which might segfault on IPv6 connections).
- Fixed rblsmtpd core dumping due to wrong decrement of IPv6 loop variable.
|
2019-12-28 20:00:11 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.11.1. From the changelog:
- tcpserver and tcpclient set ipv4socket = 1 upon call with IPv4 address on input
to improve compatibility with NetBSD/MacOS.
|
2019-12-16 22:26:12 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Update to ucspi-tcp6-1.11.0. From the changelog:
- Fixed incorrect behavior for IPv4 address given as hostname for
tcpserver and tcpclient.
- Added tcprulescheck verbose info message.
- Requires fehQlibs-13.
|