diff options
author | Fabian Keil <fk@fabiankeil.de> | 2021-11-05 18:59:12 +0000 |
---|---|---|
committer | Fukang Chen <loader@FreeBSD.org> | 2021-11-29 01:54:56 +0000 |
commit | c01e48c284145a9b6545a74667f9502c469250d8 (patch) | |
tree | eb90899668556b7a40b100a12a6af4ba53e9e1ea | |
parent | 2b291b9c5896a47c824e67e188ae038547f746ac (diff) |
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)
-rw-r--r-- | misc/mbuffer/Makefile | 6 | ||||
-rw-r--r-- | misc/mbuffer/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/misc/mbuffer/Makefile b/misc/mbuffer/Makefile index 64370bf34c9f..00fcb87f9c37 100644 --- a/misc/mbuffer/Makefile +++ b/misc/mbuffer/Makefile @@ -1,7 +1,7 @@ # Created by: Rong-En Fan <rafan@FreeBSD.org> PORTNAME= mbuffer -PORTVERSION= 20210328 +PORTVERSION= 20211018 CATEGORIES= misc MASTER_SITES= http://www.maier-komor.de/software/mbuffer/ @@ -32,6 +32,10 @@ GCRYPT_RUN_DEPENDS= libgcrypt>=1.8.4_1:security/libgcrypt MHASH_RUN_DEPENDS= mhash>=0.9.9.9_5:security/mhash RHASH_RUN_DEPENDS= rhash>=1.3.5:security/rhash +post-patch: + ${REINPLACE_CMD} \ + -e 's@bash@sh@' ${WRKSRC}/Makefile.in + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mbuffer ${MV} ${STAGEDIR}${PREFIX}/etc/mbuffer.rc \ diff --git a/misc/mbuffer/distinfo b/misc/mbuffer/distinfo index 0e17cf6e7703..66986dccfa48 100644 --- a/misc/mbuffer/distinfo +++ b/misc/mbuffer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621234873 -SHA256 (mbuffer-20210328.tgz) = 51b5b8d8488991a55fe1dfce90130f9e47bc1ce286ba03b4f628c04b784fdc5d -SIZE (mbuffer-20210328.tgz) = 148009 +TIMESTAMP = 1636138546 +SHA256 (mbuffer-20211018.tgz) = e240c1e4e4ac14c28be8c660ec47d44ce16b1e8ec92aa907ad13004ffd5db6e3 +SIZE (mbuffer-20211018.tgz) = 149348 |