Bug 268970 - archivers/libdeflate: Update to 1.17
Summary: archivers/libdeflate: Update to 1.17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL: https://github.com/ebiggers/libdeflat...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-15 11:47 UTC by Daniel Engberg
Modified: 2023-01-20 09:42 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments
Patch for libdeflate (897 bytes, patch)
2023-01-15 11:47 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-01-15 11:47:36 UTC
Created attachment 239483 [details]
Patch for libdeflate

Compile and runtime tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist, make test)
Poudriere testport OK 12.3-RELEASE (amd64)
Poudriere testport OK 13.1-RELEASE (i386)

Tested with following users in Poudriere, FreeBSD 12.3-RELEASE (amd64):

archivers/advancecomp
biology/fastp
biology/htslib
biology/vt
devel/notcurses
graphics/tiff
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2023-01-17 07:48:51 UTC
Friendly ping
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-19 18:03:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=858ba2abb44f151bfe99cb69b1fcb42d0d89c9aa

commit 858ba2abb44f151bfe99cb69b1fcb42d0d89c9aa
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-01-19 18:01:42 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-01-19 18:01:42 +0000

    archivers/libdeflate: the port had been updated to version 1.17

    Fix a bug introduced in version 1.16 where compression at levels
    10-12 would sometimes produce an output larger than the size that
    was returned by the corresponding `libdeflate_*_compress_bound()'
    function.

    Reported by:    portscout
    PR:             268970 (independent)

 archivers/libdeflate/Makefile | 2 +-
 archivers/libdeflate/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2023-01-20 09:42:59 UTC
(In reply to Daniel Engberg from comment #1)
> Friendly ping
Typically trivial version updates (like this one) do not require opening a PR since portscout tracks new releases just fine.

I've decided to wait several days before landing v1.17 because the author had made two releases in a [very] short time frame and I wanted to see if another one would follow or not.