From 1f635e27620d209183c8982006685aeeeaff57a0 Mon Sep 17 00:00:00 2001 From: Clemens Lang Date: Tue, 9 Jun 2026 22:07:28 +0200 Subject: [PATCH] openssl3: Update to 3.6.3 Fixes numerous CVEs, see https://openssl-library.org/news/secadv/20260609.txt for the upstream advisory. CVE: CVE-2026-45447 CVE: CVE-2026-34182 CVE: CVE-2026-34183 CVE: CVE-2026-35188 CVE: CVE-2026-42764 CVE: CVE-2026-45445 CVE: CVE-2026-7383 CVE: CVE-2026-9076 CVE: CVE-2026-34180 CVE: CVE-2026-34181 CVE: CVE-2026-42765 CVE: CVE-2026-42766 CVE: CVE-2026-42767 CVE: CVE-2026-42768 CVE: CVE-2026-42769 CVE: CVE-2026-42770 CVE: CVE-2026-42771 CVE: CVE-2026-45446 --- devel/openssl3/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/openssl3/Portfile b/devel/openssl3/Portfile index 0e4062775e1..b7af7bd8a80 100644 --- a/devel/openssl3/Portfile +++ b/devel/openssl3/Portfile @@ -11,14 +11,14 @@ legacysupport.newest_darwin_requires_legacy 8 set major_v 3 # For former rollback to 3.1.x release where needed. Must now stay. epoch 1 -github.setup openssl openssl ${major_v}.6.2 openssl- +github.setup openssl openssl ${major_v}.6.3 openssl- name openssl3 revision 0 github.tarball_from releases -checksums rmd160 bff0f8c1831d9c112422182be482bc15d3e87c8c \ - sha256 aaf51a1fe064384f811daeaeb4ec4dce7340ec8bd893027eee676af31e83a04f \ - size 54913556 +checksums rmd160 550c37050d1a45c79b577b674e78265b0456d833 \ + sha256 243a86649cf6f23eeb6a2ff2456e09e5d77dd9018a54d3d96b0c6bdd6ba6c7f1 \ + size 54953005 # Please revbump these ports when updating the openssl3 version/revision # - freeradius (#43461)