Bug 266413 - security/doas: Update to 6.3p9
Summary: security/doas: Update to 6.3p9
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: Fernando Apesteguía
URL: https://github.com/slicer69/doas/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-14 13:25 UTC by Jesse Smith
Modified: 2022-09-20 15:37 UTC (History)
1 user (show)

See Also:


Attachments
Memory initializing fix (882 bytes, patch)
2022-09-14 13:25 UTC, Jesse Smith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Smith 2022-09-14 13:25:11 UTC
Created attachment 236553 [details]
Memory initializing fix

There was a bug in the previous doas fix which could result in an uninitialized target username. The update to 6.3p9 fixes this potential problem:
https://github.com/slicer69/doas/releases/tag/6.3p9
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-20 06:16:58 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]

^Triage: Maintainer-feedback flag (+) not required unless requested (?) first.


Thanks!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-20 06:18:50 UTC
(In reply to Fernando Apesteguía from comment #1)
Scratch the Maintainer-feedback flag thing. Sorry.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-09-20 15:35:50 UTC
A commit in branch main references this bug:

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

commit d3198d9a7bd53ea8a087740f58bf3f0a9ada6417
Author:     Jesse Smith <jsmith@resonatingmedia.com>
AuthorDate: 2022-09-20 06:15:43 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-09-20 15:31:27 +0000

    security/doas: Update to 6.3p9

    ChangeLog: https://github.com/slicer69/doas/releases/tag/6.3p9

    PR:             266413
    Reported by:    jsmith@resonatingmedia.com (maintainer)

 security/doas/Makefile | 2 +-
 security/doas/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-20 15:37:03 UTC
Committed,

Thanks!