[Bug 293628] security/doas: Update port to version 6.4 - bug fix permissions
Date: Mon, 06 Apr 2026 19:34:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293628
--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=b9d5e73e065d00217aaa48639411b6402a20b6df
commit b9d5e73e065d00217aaa48639411b6402a20b6df
Author: Jesse Smith <jsmith@resonatingmedia.com>
AuthorDate: 2026-04-06 19:24:56 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-06 19:24:56 +0000
security/doas: Update 6.3p13 => 6.4
Changelog:
- Fix some typos in the documentation.
- Cause doasedit to better handle shell variables and find the best
text editor for altering files.
Improve port:
- Move BINMODE=4755 to plist: "@(,,4755) bin/doas" - BINMODE is applied
universally (to all programs and scripts). This means helper scripts
like doasedit, which are meant to be run as a regular user, were also
installed as setuid. This is a potential security issue.
- Move plist to file.
- Add "@sample" for "etc/doas.conf.sample".
PR: 293628
Sponsored by: UNIS Labs
MFH: 2026Q2
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
security/doas/Makefile | 12 +-----------
security/doas/distinfo | 6 +++---
security/doas/pkg-plist (new) | 8 ++++++++
3 files changed, 12 insertions(+), 14 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.