Improve fw_update(8) in nonexistent dir

2023-03-16 Thread Andrew Hewus Fresh
In a private mail it was noticed that tar(1) doesn't like if you remove the directory out from under it. $ mkdir -p /tmp/x && cd $_ && rm -rf $_ && tar -C / -f /nonexistent (null): Can't open current working directory.: No such file or directory While that's not really a supported configuration,

Re: syslogd udp remote logging eacces

2023-03-16 Thread Vitaliy Makkoveev
> On 16 Mar 2023, at 20:52, Alexander Bluhm wrote: > > Hi, > > When syslogd is sending messages per UDP, it stops if there is a > permanent error. It has a list of transient errors. > > Since OpenBSD 6.5 pf has changed its error code to EACCES. If pf > blocks your outgoing syslog packets and

Re: syslogd udp remote logging eacces

2023-03-16 Thread Todd C . Miller
On Thu, 16 Mar 2023 18:52:23 +0100, Alexander Bluhm wrote: > When syslogd is sending messages per UDP, it stops if there is a > permanent error. It has a list of transient errors. > > Since OpenBSD 6.5 pf has changed its error code to EACCES. If pf > blocks your outgoing syslog packets and your

syslogd udp remote logging eacces

2023-03-16 Thread Alexander Bluhm
Hi, When syslogd is sending messages per UDP, it stops if there is a permanent error. It has a list of transient errors. Since OpenBSD 6.5 pf has changed its error code to EACCES. If pf blocks your outgoing syslog packets and your fix pf.conf, syslogd still does not send messages to remote sysl

timer(4/sparc64): remove driver

2023-03-16 Thread Scott Cheloha
This code has been dead since we switched sparc64 to clockintr several months ago. Nobody has come forward asking for a timer(4/sparc64) intrclock. As of now, you need %TICK_CMPR or %STICK_CMPR to run OpenBSD on sparc64. The only machines maybe lacking these registers are certain early HAL/Fujit

Re: [PATCH] cwm: fix transparency of 32 bit client's border

2023-03-16 Thread Omar Polo
moving to tech@, +cc okan@ On 2023/03/16 11:07:26 +0100, Julien Blanchard wrote: > Hello, > Here is a patch that fixes a weird semi-transparency issue some apps > have when using cwm with a compositor. The issue seems to be that the > highest significant byte of the color is not initialized. > Ac

Re: pf(4) drops valid IGMP/MLD messages

2023-03-16 Thread Luca Di Gregorio
Ok, thanks a lot for the info Il giorno gio 16 mar 2023 alle 16:40 Theo de Raadt ha scritto: > Luca Di Gregorio wrote: > > > do you think that the correction proposed by Alexandr could be done with > a > > syspatch, or in the next release? > > It does not meet the treshold for becoming a syspat

Re: pf(4) drops valid IGMP/MLD messages

2023-03-16 Thread Theo de Raadt
Luca Di Gregorio wrote: > do you think that the correction proposed by Alexandr could be done with a > syspatch, or in the next release? It does not meet the treshold for becoming a syspatch.

Re: pf(4) drops valid IGMP/MLD messages

2023-03-16 Thread Luca Di Gregorio
Hi, do you think that the correction proposed by Alexandr could be done with a syspatch, or in the next release? Thanks, regards Il giorno sab 4 mar 2023 alle ore 06:34 Luca Di Gregorio ha scritto: > Hi, my modest opinions: > > > Instead of implementing more and more details of RFC, we should >

OpenBSD Errata: March 16, 2023 (resolv)

2023-03-16 Thread Alexander Bluhm
Errata patches for libc resolver have been released for OpenBSD 7.1 and 7.2. Binary updates for the amd64, i386 and arm64 platform are available via the syspatch utility. Source code patches can be found on the respective errata page: https://www.openbsd.org/errata71.html https://www.openbsd

libcrypto: update X509_get0_signature.3 for X509_CRL_get0_tbs_sigalg

2023-03-16 Thread Job Snijders
Add man page bits for X509_CRL_get0_tbs_sigalg() OK? Index: lib/libcrypto/man/X509_get0_signature.3 === RCS file: /cvs/src/lib/libcrypto/man/X509_get0_signature.3,v retrieving revision 1.7 diff -u -p -r1.7 X509_get0_signature.3 --- l