Created attachment 250313 [details] Patch to update doas port This patch upgrades the security/doas port to version 6.3p10. This is a minor upgrade which includes two fixes for the doasedit utility, allowing it to work with files containing special characters and including more error checking. Upstream release announcement: https://github.com/slicer69/doas/releases/tag/6.3p10
Maybe do merge-quarterly?
I have no objection to merge quarterly. This is technically a bug fix, but it's a minor one and not (my in opinion) a security issue.
I think "bugfix" + minor release is enough for merge-quarterly.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fca92006e50a6935269a4d2a7bc430c884d7d735 commit fca92006e50a6935269a4d2a7bc430c884d7d735 Author: Jesse Smith <jsmith@resonatingmedia.com> AuthorDate: 2024-05-01 18:01:59 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-05-01 18:01:59 +0000 security/doas: update to 6.3p10 This is a minor upgrade which includes two fixes for the doasedit utility, allowing it to work with files containing special characters and including more error checking. Upstream release announcement: https://github.com/slicer69/doas/releases/tag/6.3p10 PR: 278683 MFH: 2024Q2 security/doas/Makefile | 3 +-- security/doas/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-)
A commit in branch 2024Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=642ed2197883ceb5900a65f829006ad11f416e88 commit 642ed2197883ceb5900a65f829006ad11f416e88 Author: Jesse Smith <jsmith@resonatingmedia.com> AuthorDate: 2024-05-01 18:01:59 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-05-01 18:07:04 +0000 security/doas: update to 6.3p10 This is a minor upgrade which includes two fixes for the doasedit utility, allowing it to work with files containing special characters and including more error checking. Upstream release announcement: https://github.com/slicer69/doas/releases/tag/6.3p10 PR: 278683 MFH: 2024Q2 (cherry picked from commit fca92006e50a6935269a4d2a7bc430c884d7d735) security/doas/Makefile | 3 +-- security/doas/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-)
Thanks for update!