Bug 273485

Summary: sysutils/jaildaemon update to 0.5
Product: Ports & Packages Reporter: Dirk Engling <erdgeist>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://erdgeist.org/arts/software/jaildaemon/#version-history
Attachments:
Description Flags
Update to jaildaemon-0.5
none
Patch as unified diff erdgeist: maintainer-approval+

Description Dirk Engling 2023-08-31 22:33:16 UTC
Created attachment 244537 [details]
Update to jaildaemon-0.5

Update to version 0.5 with a fix that lowers IPC packet size to the default of net.local.dgram.maxdgram.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-09-04 08:24:23 UTC
^Triage: [TAGS] in issue Summary are deprecated

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval

Attachment -> Details -> maintainer-approval [+]

Also, could you upload a git diff or unified patch?

Thanks!
Comment 2 Dirk Engling 2023-09-04 13:11:16 UTC
Created attachment 244629 [details]
Patch as unified diff
Comment 3 Dirk Engling 2023-09-04 13:11:39 UTC
Thanks, I updated the PR.
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-09-04 14:27:53 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

Thanks!
Comment 5 Dirk Engling 2023-09-04 17:56:38 UTC
This makes jaildaemon work on FreeBSD-14, where the IPC packet size sent over a unix domain socket is actually checked against net.local.dgram.maxdgram, which did not happen before.

By reducing the IPC packet size to net.local.dgram.maxdgram's default of 2048, jaildaemon works again on 14.
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2023-09-05 07:28:31 UTC
Committed,

Thanks!
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-09-05 07:30:45 UTC
A commit in branch main references this bug:

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

commit 6d2d43ab0a88c300320fdb49ab0c06efd7c46abe
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2023-09-04 14:27:26 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-09-05 07:30:18 +0000

    sysutils/jaildaemon: update to 0.5

    PR:             273485
    Reported by:    erdgeist@erdgeist.org (maintainer)

 sysutils/jaildaemon/Makefile | 2 +-
 sysutils/jaildaemon/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)