Bug 283145

Summary: graphics/pecl-imagick needs a version bump
Product: Ports & Packages Reporter: Miroslav Lachman <000.fbsd>
Component: Individual Port(s)Assignee: Robert Clausecker <fuz>
Status: Closed FIXED    
Severity: Affects Some People CC: fuz
Priority: --- Flags: 000.fbsd: maintainer-feedback+
000.fbsd: merge-quarterly?
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to PORTREVISION=5 none

Description Miroslav Lachman 2024-12-05 18:23:58 UTC
Created attachment 255643 [details]
Patch to PORTREVISION=5

There are reported crashes with PHP 8.3 + pecl-imagick running as PHP-FPM service.

Based on another report like PR 280756, private report and report in the mailing list https://lists.freebsd.org/archives/freebsd-ports/2024-November/006946.html I think we need to bump PORTREVISION again. And probably in quarterly too.

PS: I am the maintainer of pecl-imagick

PPS: How can we better detect this problems before users see crashes? What changed in ImageMagick?
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-12-19 14:39:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5462803810513ae6f09d665be9093adf4330e502

commit 5462803810513ae6f09d665be9093adf4330e502
Author:     Miroslav Lachman <000.fbsd@quip.cz>
AuthorDate: 2024-12-17 18:30:57 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-12-19 14:38:40 +0000

    graphics/pecl-imagick: bump PORTREVISION

    There are reported crashes with PHP 8.3 + pecl-imagick running as
    PHP-FPM service.  Based on another report like PR 280756, private
    reports and a report in the mailing list I think we need to bump
    PORTREVISION again. And probably in quarterly too.

    PR:             283145
    See also:       280756
    See also:       https://lists.freebsd.org/archives/freebsd-ports/2024-November/006946.html
    MFH:            2024Q4

 graphics/pecl-imagick/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-12-19 14:40:41 UTC
A commit in branch 2024Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c02b518bfdaa90d51d1c786dd0d4f1f46a98cda

commit 1c02b518bfdaa90d51d1c786dd0d4f1f46a98cda
Author:     Miroslav Lachman <000.fbsd@quip.cz>
AuthorDate: 2024-12-17 18:30:57 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-12-19 14:40:05 +0000

    graphics/pecl-imagick: bump PORTREVISION

    There are reported crashes with PHP 8.3 + pecl-imagick running as
    PHP-FPM service.  Based on another report like PR 280756, private
    reports and a report in the mailing list I think we need to bump
    PORTREVISION again. And probably in quarterly too.

    PR:             283145
    See also:       280756
    See also:       https://lists.freebsd.org/archives/freebsd-ports/2024-November/006946.html
    MFH:            2024Q4

    (cherry picked from commit 5462803810513ae6f09d665be9093adf4330e502)

 graphics/pecl-imagick/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2024-12-19 14:43:39 UTC
Thank you for the report.