Summary: | security/checkpassword: errno fixes | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Brooks Davis <brooks> | ||||
Component: | Individual Port(s) | Assignee: | Renato Botelho <garga> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | garga:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 281799 | ||||||
Attachments: |
|
Approved. Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f7686e089ebd963d9fd1676327baaef0fd14096 commit 4f7686e089ebd963d9fd1676327baaef0fd14096 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-09-30 15:56:09 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-10-01 15:27:21 +0000 security/checkpassword: include errno.h for errno errno must be accessed by a macro from errno.h. PR: 281780 Approved by: garga (maintainer) security/checkpassword/Makefile | 1 + security/checkpassword/files/patch-error.h (new) | 11 +++++++++++ 2 files changed, 12 insertions(+) I'm planning to let the 2024Q4 branch take care of MFH. If someone what's this one merged to 2024Q3 please reopen this PR and let me know. |
Created attachment 253914 [details] errno patch and revision bump use errno.h to access errno to fix build on current