Bug 281780 - security/checkpassword: errno fixes
Summary: security/checkpassword: errno fixes
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks: 281799
  Show dependency treegraph
 
Reported: 2024-09-30 22:21 UTC by Brooks Davis
Modified: 2024-10-01 20:16 UTC (History)
0 users

See Also:
garga: maintainer-feedback+


Attachments
errno patch and revision bump (1.23 KB, patch)
2024-09-30 22:21 UTC, Brooks Davis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brooks Davis freebsd_committer freebsd_triage 2024-09-30 22:21:21 UTC
Created attachment 253914 [details]
errno patch and revision bump

use errno.h to access errno to fix build on current
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2024-10-01 12:01:56 UTC
Approved.  Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-01 15:28:25 UTC
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(+)
Comment 3 Brooks Davis freebsd_committer freebsd_triage 2024-10-01 20:16:19 UTC
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.