Created attachment 229763 [details] Patch to update misc/mbuffer to 20211018 The attached patch updates misc/mbuffer to 20211018. Changes according to the ChangeLog in the distribution tar ball: 20211018: - fixes related to TCP timeout handling - enhancement: support setting config file via env var MBUFFERRC - documentation update 20211004: - make TCPTimeout=0 disable the TCP timeout - changed default TCP timeout from 10s to 100s - TCP timeout now can be give with suffixes ms,s,min,h - documented option for TCP timeout 20210829: - enhancement: accept IPv6 addresses in square bracket format - enhancement: more detailed warning message for connect failures - work around Solaris default old mercurial and incompatible sed
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c01e48c284145a9b6545a74667f9502c469250d8 commit c01e48c284145a9b6545a74667f9502c469250d8 Author: Fabian Keil <fk@fabiankeil.de> AuthorDate: 2021-11-05 18:59:12 +0000 Commit: Fukang Chen <loader@FreeBSD.org> CommitDate: 2021-11-29 01:54:56 +0000 misc/mbuffer: Update to 20211018 Changes according to the ChangeLog in the distribution tar ball: 20211018: - fixes related to TCP timeout handling - enhancement: support setting config file via env var MBUFFERRC - documentation update 20211004: - make TCPTimeout=0 disable the TCP timeout - changed default TCP timeout from 10s to 100s - TCP timeout now can be give with suffixes ms,s,min,h - documented option for TCP timeout 20210829: - enhancement: accept IPv6 addresses in square bracket format - enhancement: more detailed warning message for connect failures - work around Solaris default old mercurial and incompatible sed PR: 260091 Submitted by: Fabian Keil <fk@fabiankeil.de> MFH: No (feature release) misc/mbuffer/Makefile | 6 +++++- misc/mbuffer/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-)
Committed, thanks!