PR/60511 CVS commit: src
"Taylor R Campbell" <[email protected]> Wed, 29 Jul 2026 20:25:01 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR lib/60511; it has been noted by GNATS. From: "Taylor R Campbell" <[email protected]> To: [email protected] Cc: Subject: PR/60511 CVS commit: src Date: Wed, 29 Jul 2026 20:22:27 +0000 Module Name: src Committed By: riastradh Date: Wed Jul 29 20:22:26 UTC 2026 Modified Files: src/crypto/external/apache2/openssl/lib/libcrypto: Makefile src/distrib/sets/lists/comp: mi Log Message: openssl: Install byteorder.h, hpke.h, and ml_kem.h. Sort INCS and format it to make detecting changes a little easier by diff from: ls ../../dist/include/openssl | sed -E -e 's,(\.in)?$, \\,' Nix separate sections for IDEA/MDC2/RC5; the patents on these have long since expired so it's not worth mentioning them separately. (The algorithms are also all obsolete, but if OpenSSL ships the header files, we should do so too.) PR lib/60511: openssl set lists differences to pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/crypto/external/apache2/openssl/lib/libcrypto/Makefile cvs rdiff -u -r1.2527 -r1.2528 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.