Created attachment 236317 [details] patch v1 Hi, I created a patch to update xfce4-notifyd. The upstream source as is was causing a segfault, so I tried to fix that. I already submitted the patch upstream: https://gitlab.xfce.org/madpilot/xfce4-notifyd/-/merge_requests/1 I've tested this in poudriere for all supported releases and running it on head here successfully. Thanks in advance!
Created attachment 236318 [details] patch v2 minor update to the patch. first one contained an extra empty line.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c18fcad6fc7c7c2e619c37d1431cd718378acae commit 4c18fcad6fc7c7c2e619c37d1431cd718378acae Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-09-03 07:09:16 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-09-03 07:09:16 +0000 deskutils/xfce4-notifyd: Update to 0.6.4 PR: 266182 deskutils/xfce4-notifyd/Makefile | 2 +- deskutils/xfce4-notifyd/distinfo | 6 +++--- .../files/patch-common_xfce-notify-log.c (new) | 13 +++++++++++++ 3 files changed, 17 insertions(+), 4 deletions(-)
Thank you Guido. Committed.
I made a mistake with my original upstream submission. Updating the bug report for reference.
For further information, as can be gathered from my merge request, this is being addressed upstream through a similar change in a libxcfeutil common library. It will be generally available at some point in the future. Ref.: https://gitlab.xfce.org/xfce/libxfce4util/-/merge_requests/30