Correctly set SSL error if x509_verify fails

2020-10-22 Thread Jeremy Evans
I was trying to diagnose a certificate validation failure in Ruby's openssl extension tests with LibreSSL 3.2.2, and it was made more difficult because the verification error type was dropped, resulting in a SSL_R_CERTIFICATE_VERIFY_FAILED error where SSL_get_verify_result returned X509_V_OK. I th

Re: add support for AMD 17h/3xh HD Audio

2020-10-22 Thread Jonathan Gray
On Thu, Oct 22, 2020 at 04:34:11PM +0200, Robert Nagy wrote: > The diff below makes azalia(4) work on my new shiny chromium build box: You have a 17-31-00 epyc or threadripper? This id also shows up on B550, Ryzen 9 3900X 17-71-00 X570, Ryzen 5 3600 17-71-00 The other two 17h/3xh ids also show u

OBSD 6.8 on Sparc64 T2000 - problem ...

2020-10-22 Thread Andrew Grillet
I have a working T2000 partitioned to have a primary and seven guest domains, all running obsd6.7. It has been running live with 5 of the guests live for several months with OBSD 6.7. Each guest has two vdisks with the OS on one and app specific data on the other. I decided to try out 6.8 on one o

Re: diff: fixing a few broken links on 68.html, and other minor things

2020-10-22 Thread Ingo Schwarze
Hi, Andras Farkas wrote on Wed, Oct 21, 2020 at 09:19:43PM -0400: > While reading 68.html I noticed some of the man page links pointed to > the man pages in the wrong section of the manual. (at least, given the > manual section numbers listed next to them in the 68.html text) > I decided to fix t

add support for AMD 17h/3xh HD Audio

2020-10-22 Thread Robert Nagy
The diff below makes azalia(4) work on my new shiny chromium build box: Index: dev/pci/azalia_codec.c === RCS file: /cvs/src/sys/dev/pci/azalia_codec.c,v retrieving revision 1.178 diff -u -p -u -r1.178 azalia_codec.c --- dev/pci/azali

Re: sysupgrade ug_err not found

2020-10-22 Thread Theo Buehler
On Thu, Oct 22, 2020 at 07:08:08AM +, Mikolaj Kucharski wrote: > Hi, > > Diff fixes reference to one of the functions. There is no ug_err(), but > I guess it should be just err(). Discovered via small typo in an URL. Committed, thanks

sysupgrade ug_err not found

2020-10-22 Thread Mikolaj Kucharski
Hi, Diff fixes reference to one of the functions. There is no ug_err(), but I guess it should be just err(). Discovered via small typo in an URL. Before: # sysupgrade -s file:/var/cache/openbsd /usr/sbin/sysupgrade[112]: ug_err: not found After: # sysupgrade -s file:/var/cache/openbsd sysupgrade