dhcpd(8): Parse lease database after dropping privileges

2023-10-03 Thread Stephen Fox
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 ++

Re: www/errata74.html does not exist [CORRECTED]

2023-10-03 Thread Ross L Richardson
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

www/errata74.html does not exist

2023-10-03 Thread Ross L Richardson
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

missing FreeBSD stdio patch

2023-10-03 Thread enh
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

/bin/ls print format bugs

2023-10-03 Thread Crystal Kolipe
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

OpenBSD Errata: October 3, 2023 (xlibs)

2023-10-03 Thread Alexander Bluhm
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

Re: xenodm greeter pixmaps

2023-10-03 Thread Stuart Henderson
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