mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
misc/mbuffer: Update to 20241007
- Updated to 20241007 Changes according to the ChangeLog in the distribution tar ball: 20241007: - build fix for -Wincompatible-pointer-types - configure script update to autoconf version 2.71 20240929: - updated default buffer calculation for more sane defaults - minor updates for debug messages 20240818: - fix port range check (Peter Pentchev) - fix ipv6 only mode - enhanced incoming host check to work with IP, hostname, FQHN - enhanced ipv6 hostname parsing
This commit is contained in:
parent
57d50ff237
commit
10f01207e1
@ -1,5 +1,5 @@
|
||||
PORTNAME= mbuffer
|
||||
PORTVERSION= 20240707
|
||||
PORTVERSION= 20241007
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.maier-komor.de/software/mbuffer/
|
||||
|
||||
@ -32,8 +32,6 @@ 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
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-r${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} \
|
||||
-e 's@bash@sh@' ${WRKSRC}/Makefile.in
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1721435734
|
||||
SHA256 (mbuffer-20240707.tgz) = 7f3926e92faa81b96a32420f80288b55f1850480f2a032c16ed61b53267cae09
|
||||
SIZE (mbuffer-20240707.tgz) = 151887
|
||||
TIMESTAMP = 1728437034
|
||||
SHA256 (mbuffer-20241007.tgz) = 9d7363010b4ef45b1646f6b5f5027b49bb6a209c502fb84e281c7bd771d56bed
|
||||
SIZE (mbuffer-20241007.tgz) = 152029
|
||||
|
Loading…
Reference in New Issue
Block a user