git: aef2e13bef21 - Create tag vendor/bsddialog/1.0.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jul 2024 06:16:04 UTC
The annotated tag vendor/bsddialog/1.0.4 has been created by kevans:
URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/bsddialog/1.0.4
tag vendor/bsddialog/1.0.4
Tagger: Kyle Evans <kevans@FreeBSD.org>
TaggerDate: 2024-07-11 06:15:24 +0000
Import bsddialog 1.0.4
commit 7f3a903b679fafe2e0979481f79e2b54648371c8
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2024-07-11 06:10:24 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2024-07-11 06:10:24 +0000
bsddialog: import version 1.0.4
Version 1.0.4 simply renames a local enum value to avoid a conflict with
some header pollution that will be introduced by in-flight
_FORTIFY_SOURCE changes -- namely, <stdlib.h> needs PATH_MAX from
<limits.h> to validate the buffer size used for realpath(3) when
fortified.