Release notes can be found at
https://www.openssl.org/news/openssl-3.0-notes.html .
Obtained from: https://www.openssl.org/source/openssl-3.0.10.tar.gz
Paths
| Differential D41293 Authored by khorben_defora.org on Aug 2 2023, 5:12 PM.
Details
Summary Release notes can be found at Obtained from: https://www.openssl.org/source/openssl-3.0.10.tar.gz Test Plan $ git status On branch vendor/openssl-3.0 Your branch is up to date with 'origin/vendor/openssl-3.0'. nothing to commit, working tree clean $ (cd ..; fetch https://www.openssl.org/source/openssl-${OSSLVER}.tar.gz https://www.openssl.org/source/openssl-${OSSLVER}.tar.gz.asc) openssl-3.0.10.tar.gz 14 MB 15 MBps 01s openssl-3.0.10.tar.gz.asc 833 B 11 MBps 00s $ set | egrep '(XLIST|OSSLVER)=' OSSLVER=3.0.10 XLIST=FREEBSD-Xlist $ gpg --list-keys /home/khorben/.gnupg/pubring.kbx -------------------------------- pub rsa4096 2011-03-01 [SCA] DC34EE5DB2417BCC151E5100E5F8F8212F77A498 uid [ unknown] Willem Toorop <willem@nlnetlabs.nl> sub rsa4096 2011-03-01 [E] pub rsa4096 2014-10-04 [SC] [expires: 2024-01-30] EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5 uid [ unknown] OpenSSL security team <openssl-security@openssl.org> uid [ unknown] OpenSSL OMC <openssl-omc@openssl.org> uid [ unknown] OpenSSL Security <openssl-security@openssl.org> sub rsa4096 2014-10-04 [E] [expires: 2024-01-30] $ gpg --verify ../openssl-${OSSLVER}.tar.gz.asc ../openssl-${OSSLVER}.tar.gz gpg: Signature made Tue Aug 1 15:47:28 2023 CEST gpg: using RSA key EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5 gpg: Good signature from "OpenSSL security team <openssl-security@openssl.org>" [unknown] gpg: aka "OpenSSL OMC <openssl-omc@openssl.org>" [unknown] gpg: aka "OpenSSL Security <openssl-security@openssl.org>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: EFC0 A467 D613 CB83 C7ED 6D30 D894 E2CE 8B3D 79F5 $ tar -x -X $XLIST -f ../openssl-${OSSLVER}.tar.gz -C .. $ rsync --exclude FREEBSD.* --delete -avzz ../openssl-${OSSLVER}/* . [...] $ diff -arq ../openssl-${OSSLVER} . Only in .: .git Only in .: FREEBSD-Xlist Only in .: FREEBSD-upgrade $ git status FREEBSD* On branch vendor/openssl-3.0 Your branch is up to date with 'origin/vendor/openssl-3.0'. nothing to commit, working tree clean
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptAug 2 2023, 5:12 PM2023-08-02 17:12:02 (UTC+0) Harbormaster completed remote builds in B52950: Diff 125485.Aug 2 2023, 5:12 PM2023-08-02 17:12:04 (UTC+0) khorben_defora.org added reviewers: ngie, emaste, jkim.Aug 2 2023, 5:13 PM2023-08-02 17:13:17 (UTC+0) khorben_defora.org retitled this revision from openssl: Vendor import of OpenSSL-3.0.9 to openssl: Vendor import of OpenSSL-3.0.10.Aug 2 2023, 6:44 PM2023-08-02 18:44:22 (UTC+0) Comment Actions
Yes it was; thanks! khorben_defora.org updated this revision to Diff 125506.Aug 3 2023, 2:27 PM2023-08-03 14:27:03 (UTC+0) Comment ActionsFix the brief summary in the commit The review heading was wrong because the commit's title was wrong. Harbormaster completed remote builds in B52953: Diff 125506.Aug 3 2023, 2:27 PM2023-08-03 14:27:04 (UTC+0) This revision is now accepted and ready to land.Aug 3 2023, 2:43 PM2023-08-03 14:43:10 (UTC+0) Closed by commit rGcf2fc1b0f5ce: openssl: Vendor import of OpenSSL-3.0.9 (authored by khorben_defora.org, committed by emaste). · Explain WhyAug 12 2023, 8:34 PM2023-08-12 20:34:43 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 125506 CHANGES.md
Configure
INSTALL.md
NEWS.md
|