Bug 252737

Summary: misc/mbuffer: Update to 20200929
Product: Ports & Packages Reporter: Fabian Keil <fk>
Component: Individual Port(s)Assignee: Joseph Mingrone <jrm>
Status: Closed FIXED    
Severity: Affects Some People CC: jrm
Priority: --- Keywords: buildisok
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
misc/mbuffer: Update to 20200929 none

Description Fabian Keil 2021-01-16 13:07:34 UTC
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.
Comment 1 Automation User 2021-01-16 13:22:39 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/242575593
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-01-16 16:56:50 UTC
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
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2021-01-16 16:57:19 UTC
Thanks for submitting.