mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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)
This commit is contained in:
parent
2b291b9c58
commit
c01e48c284
2 changed files with 8 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue