Summary: | net/libmdf: Update to 1.0.27 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Henrik Holst <henrik.holst> | ||||||||||
Component: | Individual Port(s) | Assignee: | Robert Clausecker <fuz> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | CC: | fuz | ||||||||||
Priority: | --- | ||||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Attachments: |
|
Created attachment 242230 [details]
Poudriere AMD64 log
Created attachment 242231 [details]
Poudriere i386 log
Updated net/libmdf to the new upstream release of v1.0.27 Something garbled your patch. All tabs have been replaced with spaces. Please fix your patch and resubmit. Created attachment 242238 [details]
patch to net/libmdf
sorry about that, I should have double checked the file before submitting it. So here's a new try.
Thanks. Is there a changelog for this update? Yes, included in the source tar.gz there is a NEWS file with the full changelog, for v1.0.27 especially this one is: Changes in release 1.0.27: * Support strings compressed with zstd * changed how the size of the read buffer is increased in response to the widening of the tcp/ip window. * small optimization in mdf_get_next_message2() * New functions: - mdf_extract() : extracts the current message from the mdf handle. - mdf_inject() : injects a previously extracted message to the mdf handle. * New properties: - MDF_OPT_RBUF_SIZE : returns the number of bytes waiting to be processed in the internaly read buffer after a call to mdf_consume(). - MDF_OPT_RBUF_MAXSIZE : returns or sets the current size of the internal read buffer. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=821da01d84be82012562864432790d115510c892 commit 821da01d84be82012562864432790d115510c892 Author: Henrik Holst <henrik.holst@millistream.com> AuthorDate: 2023-05-17 21:24:30 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-18 08:19:52 +0000 net/libmdf: update to 1.0.27 Changes in release 1.0.27: * Support strings compressed with zstd * changed how the size of the read buffer is increased in response to the widening of the tcp/ip window. * small optimization in mdf_get_next_message2() * New functions: - mdf_extract() : extracts the current message from the mdf handle. - mdf_inject() : injects a previously extracted message to the mdf handle. * New properties: - MDF_OPT_RBUF_SIZE : returns the number of bytes waiting to be processed in the internaly read buffer after a call to mdf_consume(). - MDF_OPT_RBUF_MAXSIZE : returns or sets the current size of the internal read buffer. PR: 271464 net/libmdf/Makefile | 4 +++- net/libmdf/distinfo | 6 +++--- net/libmdf/pkg-plist | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) Thank you for your submission. |
Created attachment 242229 [details] patch to net/libmdf