Hello,
I received feedback from deraadt that the first two unveil(2) calls were
unnecessary because pledge(2) automatically unveils "/usr/share/zoneinfo".
This updated patch removes the unneeded unveil(2) calls.
Best regards,
Stephen
---
usr.sbin/dhcpd/confpars.c | 41 ++
On Wed, Oct 04, 2023 at 12:37:03PM +1100, Ross L Richardson wrote:
> if the OpenBSD home page "Errata" still links to those of the old/current
...
if the OpenBSD home page "Patches" still links to those of the old/current
...
>
> Anyway, here's a 74.html version in case it's wanted...
Now wit
errata.html has a link to errata74.html as the latest, but the latter
does not exist.
[FWIW, this confuses Undeadly's errata list/RSS, so that it bails out
and fails to update for 7.3's patch 017. That's been fixed manually.]
IIRC, it's normal for the errata file [errata74.html] to be created wh
looks like OpenBSD is missing this patch from FreeBSD? llvm libc++ hit
this (a test worked on other OSes, including FreeBSD-based macOS) but
failed on OpenBSD-based Android.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=127335 was the
original FreeBSD bug report. POSIX seems to explicitly requi
Two display format bugs seems to have crept in to ls due to the addition of
scaled human readable values and large minor numbers.
A provisional patch is attached, but an aesthetic decision about column padding
needs to be made, (8 vs 13 columns to handle large minor numbers cleanly, see
further be
Errata patches for X11 libraries libX11 and libXpm have been released
for OpenBSD 7.2 and 7.3.
Binary updates for the amd64, arm64 and i386 platform are available
via the syspatch utility. Source code patches can be found on the
respective errata page:
https://www.openbsd.org/errata72.html
h
On 2023/10/03 13:47, Paianis wrote:
> I wanted some cleaner pixmaps of the logo for the login greeter than
> those currently in the tree, so I remade them from the PDFs that used to
> be on the website, using mutool and imagemagick's convert.
>
> The low-color and greyscale versions are untested o