Created attachment 221628 [details] misc/mbuffer: Update to 20200929 The attached patch updates misc/mbuffer to 20200929. Upstream changes according to the ChangeLog: - enhancement: added option --no-direct to disable use of O_DIRECT - defaults: raised default TCP timeout to 10ms for WAN connections - fix: leave TCP buffer size untouched if not set - enhancement: add option to set TCP timeout - performance optimization: use recv with MSG_WAITALL instead of read - configure fix: look for objdump also with target prefix - testing: make sure to use gtar for testing to avoid unexpected failures - portability: NetBSD compatibility fix - build enhancement: added dependency calculation for make - build enhancement: automatic version string generation Tested on 11-STABLE as zogftw dependency. "poudriere testport" reports no problems.
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/242575593
A commit references this bug: Author: jrm Date: Sat Jan 16 16:56:31 UTC 2021 New revision: 561737 URL: https://svnweb.freebsd.org/changeset/ports/561737 Log: misc/mbuffer: Update to 20200929 Upstream changes according to the ChangeLog: - enhancement: added option --no-direct to disable use of O_DIRECT - defaults: raised default TCP timeout to 10ms for WAN connections - fix: leave TCP buffer size untouched if not set - enhancement: add option to set TCP timeout - performance optimization: use recv with MSG_WAITALL instead of read - configure fix: look for objdump also with target prefix - testing: make sure to use gtar for testing to avoid unexpected failures - portability: NetBSD compatibility fix - build enhancement: added dependency calculation for make - build enhancement: automatic version string generation PR: 252737 Submitted by: Fabian Keil <fk@fabiankeil.de> Changes: head/misc/mbuffer/Makefile head/misc/mbuffer/distinfo head/misc/mbuffer/files/patch-Makefile.in head/misc/mbuffer/files/patch-configure
Thanks for submitting.