Bug 252737 - misc/mbuffer: Update to 20200929
Summary: misc/mbuffer: Update to 20200929
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joseph Mingrone
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2021-01-16 13:07 UTC by Fabian Keil
Modified: 2021-01-16 16:57 UTC (History)
1 user (show)

See Also:


Attachments
misc/mbuffer: Update to 20200929 (10.64 KB, patch)
2021-01-16 13:07 UTC, Fabian Keil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.