Bug 266182 - deskutils/xfce4-notifyd: Update to 0.6.4
Summary: deskutils/xfce4-notifyd: Update to 0.6.4
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: Emanuel Haupt
URL: https://gitlab.xfce.org/apps/xfce4-no...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-02 19:50 UTC by Guido Falsi
Modified: 2022-09-10 10:47 UTC (History)
0 users

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


Attachments
patch v1 (1.88 KB, patch)
2022-09-02 19:50 UTC, Guido Falsi
no flags Details | Diff
patch v2 (1.88 KB, patch)
2022-09-02 19:56 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Falsi freebsd_committer freebsd_triage 2022-09-02 19:50:44 UTC
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!
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2022-09-02 19:56:13 UTC
Created attachment 236318 [details]
patch v2

minor update to the patch.

first one contained an extra empty line.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-09-03 07:09:52 UTC
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(-)
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2022-09-03 07:11:34 UTC
Thank you Guido. Committed.
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2022-09-10 10:43:38 UTC
I made a mistake with my original upstream submission.

Updating the bug report for reference.
Comment 5 Guido Falsi freebsd_committer freebsd_triage 2022-09-10 10:47:00 UTC
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