CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/03 00:30:12 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Fix a few KNF/whitespace issues

CVS: cvs.openbsd.org: src

2023-05-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/05/02 13:39:10 Modified files: sys/arch/arm64/dev: apldc.c Log message: Sometimes the touchpad doesn't attach. Try to solve this issue be reloading the firmware. ok tobhe@

CVS: cvs.openbsd.org: www

2023-05-02 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2023/05/02 11:42:29 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client: index.html portable.html Log message: release rpki-client 8.4

CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2023/05/02 09:55:58 Modified files: distrib/miniroot: install.sub Log message: Absolutely astounding that custom code was written for the softraid case to require "no", instead of "n" or "no" which works at

CVS: cvs.openbsd.org: src

2023-05-02 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2023/05/02 08:13:05 Modified files: lib/libcrypto/man: X509_NAME_get_index_by_NID.3 lib/libcrypto/x509: x509name.c regress/lib/libcrypto/x509: x509_asn1.c Log message: Change X509_NAME_get_

CVS: cvs.openbsd.org: src

2023-05-02 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2023/05/02 07:15:05 Modified files: regress/lib/libcrypto/man: check_complete.pl Log message: Mark the BIO_F_* function codes as intentionally undocumented and for now, skip the the BIO_R_* reason co

CVS: cvs.openbsd.org: src

2023-05-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/05/02 07:02:51 Modified files: usr.sbin/vmctl : vmctl.c Log message: free the correct pointer. Missed in rev 1.16. ok dv@

CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/02 07:01:57 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Rename P into generator ok jsing

CVS: cvs.openbsd.org: src

2023-05-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/05/02 06:32:22 Modified files: sys/dev/pci: if_aq_pci.c Log message: Remove bogus newline in printf. ok jmatthew@

CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/02 04:44:20 Modified files: lib/libcrypto/ec: ec_curve.c Log message: Simplify EC_GROUP_new_by_curve_name() Pull the setting of the name a.k.a. nid into ec_group_new_from_data(). This way, we can re

CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/02 03:56:12 Modified files: lib/libcrypto/pkcs7: pk7_mime.c Log message: Style tweaks for SMIME_write_PKCS7() Initialize the mdalgs stack at the top and test and assign for ctype_nid. Use an empty l

CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/02 03:51:22 Modified files: usr.bin/wall : ttymsg.c Log message: Switch K&R function definition to ANSI to make clang 15 happier

CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/02 03:38:33 Modified files: lib/libcrypto/pkcs7: pk7_mime.c Log message: Unwrap a line

CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/02 03:30:37 Modified files: regress/lib/libcrypto/bio: bio_asn1.c Log message: Simplify slightly and use i2d_PKCS7_bio_stream() This is a wrapper of i2d_ASN1_bio_stream() that doesn't require us to

CVS: cvs.openbsd.org: src

2023-05-02 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2023/05/02 02:48:06 Modified files: share/misc : airport Log message: add Brussels South Charleroi airport

CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/02 02:05:18 Modified files: sys/lib/libz : zconf.h zlib.h Log message: sync with userland

CVS: cvs.openbsd.org: src

2023-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/02 02:03:54 Modified files: lib/libz : README zconf.h zlib.h Log message: Sync with upstream Update some links in the README, remove a duplicate word in a zlib.h doc comment. The only code cha