Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20241007 09 Oct 2024 23:44:03 |
Fukang Chen (loader) |
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 |
20240707 20 Jul 2024 12:35:32 |
Fukang Chen (loader) |
misc/mbuffer: Update to 20240707
Changes according to the ChangeLog in the distribution tar ball:
20240707:
- fix IPv4 address printing
- listen on IPv6 and IPv4 if possible
- add debug messages for defaults on address family
- build fix for systems without getaddrinfo
- gracefully handle empty address infos |
20240107 07 Feb 2024 08:14:02 |
Fukang Chen (loader) |
misc/mbuffer: Update to 20240107
- Updated to 20240107
- Moved manpages to share/man
Changes according to the ChangeLog in the distribution tar ball:
20240107:
- corrections for documentation and help output
(patch by Andreas Hartmann)
- added environment variables for auto-loader command |
20230301_1 21 Sep 2023 07:38:37 |
Dimitry Andric (dim) |
devel/cmake-core devel/cmake-gui misc/mbuffer: cope with librhash.so bump
Because rhash 1.4.4 updated the librhash.so symlink from .0 to .1,
build-time dependents such as cmake-core and cmake-gui need their
PORTREVISION bumped.
The other case is misc/mbuffer, which uses librhash only at runtime, but
hardcodes dlopen("librhash.so.0", RTLD_NOW). I changed this to just
"librhash.so", and it seems to work fine with light testing.
PR: 273775
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Fixes: e0acbd158ec9 security/rhash: update to 1.4.4 and fix build with lld 17
MFH: 2023Q3 |
20230301 13 Sep 2023 02:13:32 |
Fukang Chen (loader) |
misc/mbuffer: Fix build if www/libwww installed
Remove libmd5 from AC_SEARCH_LIBS and only searches for libmd,
avoid linking with libmd5 installed by www/libwww.
PR: 273735
Reported by: meta
MFH: 2023Q3 (build fix) |
20230301 09 Jul 2023 16:25:04 |
Fukang Chen (loader) |
misc/mbuffer: Update to 20230301
Changes according to the ChangeLog in the distribution tar ball:
20230301:
- Fix breaking connections on WAN links: retry on EAGAIN
(fix by Nico Schümann)
MFH: 2023Q3 (bugfix release) |
20220418 30 Mar 2023 23:59:51 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.3-RELEASE from ports tree
- Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported.
- Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE
- biology/wfa2-lib: remove obsolete patch
- databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3
- devel/concurrencpp: remove workaround for EOL FreeBSD 12.3
- devel/electron22: remove IGNORE for EOL FreeBSD 12.3
- devel/malloy: this should build fine on 12.4-RELEASE
- devel/qcoro: remove BROKEN for EOL FreeBSD 12.3
- devel/root: remove workaround for EOL FreeBSD 12.3
- editors/imhex: remove IGNORE for EOL FreeBSD 12.3
- emulators/ppsspp: remove workaround for EOL FreeBSD 12.3
- emulators/rpcs3: remove workaround for EOL FreeBSD 12.3
- emulators/yuzu: remove workaround for EOL 12.3-RELEASE (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20220418 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20220418 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
20220418 07 Jun 2022 14:26:57 |
Fukang Chen (loader) |
misc/mbuffer: Update to 20220418
Changes according to the ChangeLog in the distribution tar ball:
20220418:
- fix handling of filesystem full on stdout
MFH: 2022Q2 (bugfix release) |
20211018 15 May 2022 04:44:45 |
Fukang Chen (loader) |
misc/mbuffer: Fix build on 12.3-RELEASE aarch64
https://lists.freebsd.org/archives/freebsd-pkg-fallout/2022-May/240425.html
MFH: 2022Q2 (build fix) |
20211018 29 Nov 2021 01:54:56 |
Fukang Chen (loader) Author: Fabian Keil |
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) |
20210328 19 May 2021 10:03:34 |
Fukang Chen (loader) |
misc/mbuffer: Update to 20210328
- Update to 20210328
- Switch to USES=autoreconf gmake instead of patching configure and Makefile.in
- Take maintainership
Reviewed by: koobs
Approved by: koobs (ports, mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D30338
MFH: No (feature release) |
20200929 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20200929 16 Jan 2021 16:56:30 |
jrm |
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> |
20200505 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
20200505 09 May 2020 04:14:00 |
tobik |
misc/mbuffer: Update to 20200505 |
20191016 18 Oct 2019 11:55:46 |
tobik |
misc/mbuffer: Update to 20191016 |
20190725 26 Jul 2019 12:38:22 |
tobik |
misc/mbuffer: Update to 20190725 |
20190127 29 Jan 2019 13:05:55 |
tobik |
misc/mbuffer: Update to 20190127 |
20190119 21 Jan 2019 12:55:07 |
tobik |
misc/mbuffer: Update to 20190119 |
20190113 14 Jan 2019 18:36:58 |
tobik |
misc/mbuffer: Update to 20190113
- mbuffer now tries to dlopen some libraries when looking for valid
hash functions. This happens at runtime only. Drop related
build dependencies, CONFIGURE_ARGS, and other workarounds.
- Add options for all supported hashing libraries |
20180505 17 Jun 2018 18:46:08 |
tobik |
Unbreak misc/mbuffer when objdump is missing (for example on aarch64)
The configure script uses objdump to check for libc symbol names
for open/read/write/fstat. We could switch it to nm or readelf but
as the names are unlikely to ever going to differ from their visible
names on FreeBSD hardcode them instead and skip the check. |
20180505 14 May 2018 08:16:47 |
tobik |
misc/mbuffer: Update to 20180505
- Unify versioning scheme with how it's done upstream and on other systems
- Add missing gtar to TEST_DEPENDS
- Clean up some unnecessary {CONFIGURE,MAKE}_ARGS |
2018.03.18_1 19 Mar 2018 07:10:50 |
tobik |
misc/mbuffer: Don't accidentally pick up libgcrypt from the build environment
- Fix LICENSE |
2018.03.18 19 Mar 2018 06:11:49 |
tobik |
misc/mbuffer: Update to 20180318
- Fixes a bug where mbuffer would immediatly fail with no explicit
counts set
- Add TEST_TARGET
- Take maintainership after the last 6 months maintainer timeout from
r464491
PR: 226637
Submitted by: eborisch+FreeBSD@gmail.com |
2017.10.11 14 Mar 2018 13:42:26 |
tobik |
misc/mbuffer: Update to 2017.10.11
- While here switch to options helpers
PR: 222329
Submitted by: asomers
Approved by: mm (maintainer timeout, 6 months) |
2016.06.13 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2016.06.13 11 Jul 2016 18:50:14 |
asomers |
Update misc/mbuffer to 20160613
PR: 210504
Reviewed by: brd
Approved by: maintainer-timeout
Approved by: brd (ports)
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D6949 |
2015.10.02 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2015.10.02 18 Nov 2015 14:06:12 |
bapt |
Update mbuffer to 2015-10-02
Approved by: mm (maintainer)
Sponsored by: Gandi.net |
2014.12.27 24 Mar 2015 17:09:59 |
marino |
5 ports categories: Remove $PTHREAD_LIBS
Categories: irc, x11-clocks, benchmarks, misc, textproc
approved by: PTHREAD blanket |
2014.12.27 20 Jan 2015 10:06:01 |
mm |
Update mbuffer to 2014-12-27 |
2014.03.10 07 Oct 2014 17:57:28 |
mva |
- Update to version 2014.03.10
- Fix version display
- Minor updates to pkg-descr, incoluding a WWW: whitespace fix
Notable changes:
0140310:
- added memory advise for buffer memory
- compatibility fix for Solars st driver
- prevent buffer overflow attack via defaults file
- ignore defaults file from other users
- updated documentation for use with cron
- minor bugfixes
20140126:
- new feature: set option defaults in ~/.mbuffer.rc
- enhancement: write status to the log file
- enhancement: added option to suppress status logging
- fix: formatting fix for summary message
PR: 193480
Submitted by: fk@fabiankeil.de
Approved by: maintainer timeout (mm@) |
2013.02.20_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2013.02.20_1 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2013.02.20_1 26 May 2014 12:16:06 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
2013.02.20_1 19 Jan 2014 12:57:48 |
mm |
Fix pkg-plist for mbuffer |
2013.02.20 19 Jan 2014 11:40:50 |
mm |
Add STAGE support to misc/mbuffer |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
2013.02.20 22 Jun 2013 07:40:17 |
mm |
Update to 2013.02.20
Take maintainership
PR: ports/179804
Approved by: rafan |
2011.07.24_1 03 Jun 2013 07:40:32 |
jgh |
- adoption of optionsNG
- trim historical headers
Approved by: portmgr (bapt) |
2011.07.24_1 27 May 2012 06:18:47 |
rafan |
- mbuffer prefers mash, so let it be (also fixed hidden dependency to mhash
if it was installed at the time this port is built)
PR: ports/168252
Submitted by: mm@ |
2011.07.24 14 Jan 2012 16:48:43 |
rafan |
- Update to 2011.07.24
- Drop sigaction patch as it was merged into upstream |
2011.03.17 09 Sep 2011 12:26:54 |
olgeni |
Fix a typo. |
2011.03.17 28 Mar 2011 16:47:06 |
rafan |
- Correct the patch to use sigaction(2) for 7.x and 6.x
Reported by: pointyhat via pav@ |
2011.03.17 26 Mar 2011 07:52:20 |
rafan |
- Update to 2011.03.17
PR: ports/155899
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> |
2011.01.19 24 Jan 2011 15:27:23 |
rafan |
- Update to 2011.01.19
PR: ports/154260
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Feature safe: yes |
2010.12.30 03 Jan 2011 13:32:57 |
rafan |
- Update to 2010.12.30
- Added LICENSE declaration (GPLv3)
- Remove MD5 checksum
PR: ports/153586
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> |
2010.05.26 24 Sep 2010 09:27:12 |
rafan |
- Update to 2010.05.26
PR: ports/150885
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> |
2009.01.06 07 Jan 2009 13:46:22 |
rafan |
- Update to 2009.01.06 |
2008.12.07 26 Dec 2008 19:21:54 |
rafan |
- Fix build on 6.x by using valloc(3) instead of posix_memalign(3)
Reported by: pointyhat via erwin |
2008.12.07 26 Dec 2008 02:03:25 |
rafan |
- Update to 20081207 which fixes many bugs from previous version in ports |
2006.07.28 04 Oct 2007 01:53:45 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
2006.07.28 11 Jan 2007 08:06:47 |
rafan |
- Respect PTHREAD_LIBS
- mbuffer needs C99 function, atoll(3), which is not available on 4.x |
2006.07.28 10 Jan 2007 17:27:35 |
rafan |
- mbuffer needs pthread which is not available on 4.x
Submitted by: pointyhat via kris |
2006.07.28 20 Dec 2006 07:24:47 |
rafan |
Add mbuffer-20060728, a tool for buffering data streams. |