CVS: cvs.openbsd.org: src

2023-06-17 Thread Tobias Heider
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org   2023/06/17 16:33:34

Modified files:
sbin/iked  : ca.c 

Log message:
Fix leak of key.id_buf in pubkey auth case.

from markus



CVS: cvs.openbsd.org: src

2023-06-17 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2023/06/17 16:10:19

Modified files:
sys/arch/arm64/dev: agintc.c 

Log message:
Flush the ITS after we disestablish an MSI.  Fixes an issue seen on Ampere
eMAG with an AMD GPU with an HD audio function where azalia(4) doesn't
fully attach.

ok patrick@



CVS: cvs.openbsd.org: src

2023-06-17 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2023/06/17 13:35:54

Modified files:
share/man/man1 : dpb.1 

Log message:
document new buttons (STATS_BACKLOG and STATS_USED)



CVS: cvs.openbsd.org: src

2023-06-17 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2023/06/17 09:40:46

Modified files:
lib/libcrypto/bn/arch/aarch64: bn_arch.h 

Log message:
Optimise bn_mul2_mulw_addtw() for aarch64.

This provides significant performance gains for bn_sqr_comba4() and
bn_sqr_comba8().



CVS: cvs.openbsd.org: src

2023-06-17 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/06/17 09:35:08

Modified files:
usr.sbin/lpr/lpd: lpd.8 

Log message:
"d" is the key character for DVI files, not "r";
from lennart jablonka

ok millert



CVS: cvs.openbsd.org: src

2023-06-17 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2023/06/17 08:43:51

Modified files:
lib/libcrypto/bn: bn_mont.c 

Log message:
Speed up Montgomery multiplication.

Factor out and optimise the inner loop for Montgomery multiplication,
making use of bn_qwmulw_addqw_addw() to perform Montgomery multiplication
by one word in larger steps. This provides a significant performance gain,
especially on platforms where bn_qwmulw_addqw_addw() is (or can be)
optimised.

ok tb@



CVS: cvs.openbsd.org: src

2023-06-17 Thread Omar Polo
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2023/06/17 02:32:48

Modified files:
usr.sbin/smtpd : smtpd.h 

Log message:
bump version to 7.3.0



CVS: cvs.openbsd.org: src

2023-06-17 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2023/06/17 02:13:56

Modified files:
sys/arch/arm64/arm64: db_trace.c 

Log message:
On arm64, the frame pointer points at the stack address where the frame
pointer of the previous frame has been stored.  The code in
db_stack_trace_print() got that wrong for the initial frame.

While there, remove a bogus comment and some unused #defines about the
layout of stack frames.

ok patrick@



CVS: cvs.openbsd.org: src

2023-06-17 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2023/06/17 02:05:48

Modified files:
usr.sbin/bgpd  : rde_community.c 

Log message:
Fix 'ext-community * *' matching and with this set { ext-community delete * * }.
Problem reported by Moyaze Shivji
OK tb@ job@



CVS: cvs.openbsd.org: src

2023-06-17 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2023/06/17 02:01:22

Modified files:
regress/usr.sbin/bgpd/unittests: rde_community_test.c 
 rde_community_test.h 

Log message:
Add community tests for various ext-community * versions.

While there move one test down so that the numbering is consistent again
and make the error strings for counts clear.



CVS: cvs.openbsd.org: www

2023-06-17 Thread Omar Polo
CVSROOT:/cvs
Module name:www
Changes by: o...@cvs.openbsd.org2023/06/17 01:46:39

Modified files:
opensmtpd  : index.html 

Log message:
readd links to the tarball and signature mistakenly removed in previous

spotted by Gilles, thanks!



CVS: cvs.openbsd.org: www

2023-06-17 Thread Omar Polo
CVSROOT:/cvs
Module name:www
Changes by: o...@cvs.openbsd.org2023/06/17 01:28:33

Modified files:
opensmtpd  : index.html 
Added files:
opensmtpd/announces: release-7.3.0p0.txt 

Log message:
release opensmtpd 7.3.0p0