Bug 282083 - x11-wm/picom: Update 12.2 → 12.3
Summary: x11-wm/picom: Update 12.2 → 12.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/yshui/picom/releas...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-14 17:36 UTC by José Maldonado
Modified: 2024-10-14 18:12 UTC (History)
1 user (show)

See Also:
vvd: merge-quarterly+


Attachments
[patch] new version for x11-wm/picom v12.3 (2.16 KB, patch)
2024-10-14 17:36 UTC, José Maldonado
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description José Maldonado 2024-10-14 17:36:26 UTC
Created attachment 254226 [details]
[patch] new version for x11-wm/picom v12.3

Hi, this is a patch for update x11-wm/picom to v12.3, tested on i386 and amd64. All ok.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-14 18:00:02 UTC
A commit in branch main references this bug:

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

commit f7461335b3052cab4d94cc521b952e401c3454f4
Author:     José Maldonado <yukiteruamano@volfread.xyz>
AuthorDate: 2024-10-14 17:57:38 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-10-14 17:57:38 +0000

    x11-wm/picom: Update 12.2 → 12.3

    Changelog:
     Improvements
      - Extend workaround for missing hardware accelerated convolution to
        more drivers
     Bug fixes
      - Fix memory corruption that can happen when handling window property
        changes
      - Fix force-win-blend having no effect
      - Fix shadow being rendered incorrectly in xrender backend
    https://github.com/yshui/picom/releases/tag/v12.3

    PR:     282083
    MFH:    2024Q4

 x11-wm/picom/Makefile                | 2 +-
 x11-wm/picom/distinfo                | 6 +++---
 x11-wm/picom/files/patch-meson.build | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-14 18:02:03 UTC
A commit in branch 2024Q4 references this bug:

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

commit db5128afdb1388499f3cd2704727cd2074362a23
Author:     José Maldonado <yukiteruamano@volfread.xyz>
AuthorDate: 2024-10-14 17:57:38 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-10-14 18:01:12 +0000

    x11-wm/picom: Update 12.2 → 12.3

    Changelog:
     Improvements
      - Extend workaround for missing hardware accelerated convolution to
        more drivers
     Bug fixes
      - Fix memory corruption that can happen when handling window property
        changes
      - Fix force-win-blend having no effect
      - Fix shadow being rendered incorrectly in xrender backend
    https://github.com/yshui/picom/releases/tag/v12.3

    PR:     282083
    MFH:    2024Q4
    (cherry picked from commit f7461335b3052cab4d94cc521b952e401c3454f4)

 x11-wm/picom/Makefile                | 2 +-
 x11-wm/picom/distinfo                | 6 +++---
 x11-wm/picom/files/patch-meson.build | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-14 18:02:28 UTC
Thanks.
Comment 4 José Maldonado 2024-10-14 18:12:02 UTC
(In reply to Vladimir Druzenko from comment #3)

To you, thank you very much!