From f4c5e1afb869d7cc105c4ccc9fb81c8ec49a3665 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:19:14 -0500 Subject: [PATCH] =?UTF-8?q?Add=20unbuilt=20openssl=20to=20updater-openssl-?= =?UTF-8?q?3.5.4=20=E2=80=94=20openssl=20=E2=86=92=203.5.4=20(#13010)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add unbuilt openssl to updater-openssl-3.5.4 * updater-openssl-3.5.4: Package File Update Run on linux/386 container. * updater-openssl-3.5.4: Package File Update Run on linux/amd64 container. * updater-openssl-3.5.4: Package File Update Run on linux/arm/v7 container. * Adjust openssl anitya mapping to 3.5 LTS branch. Signed-off-by: Satadru Pramanik --------- Signed-off-by: Satadru Pramanik Co-authored-by: chromebrew-actions[bot] Co-authored-by: Satadru Pramanik --- lib/const.rb | 2 +- manifest/armv7l/o/openssl.filelist | 2 +- manifest/i686/o/openssl.filelist | 2 +- manifest/x86_64/o/openssl.filelist | 2 +- packages/openssl.rb | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/const.rb b/lib/const.rb index 4e388f4a6..48867d968 100644 --- a/lib/const.rb +++ b/lib/const.rb @@ -400,7 +400,7 @@ unless defined?(CREW_ANITYA_PACKAGE_NAME_MAPPINGS) { pkg_name: "#{CREW_LLVM_VER}_build", anitya_pkg: 'llvm', comments: '' }, { pkg_name: 'mold', anitya_pkg: 'mold', comments: 'Prefer to GitHub' }, { pkg_name: 'nnn', anitya_pkg: 'nnn', comments: 'Prefer to GitHub' }, - { pkg_name: 'openssl', anitya_pkg: 'openssl', comments: 'Prefer to GitHub' }, + { pkg_name: 'openssl', anitya_pkg: 'openssl-3.5-LTS', comments: 'Prefer to GitHub' }, { pkg_name: 'owl', anitya_pkg: 'Owl Lisp', comments: '' }, { pkg_name: 'pcre2', anitya_pkg: 'pcre2', comments: 'Prefer to GitHub' }, { pkg_name: 'pkg_7_zip', anitya_pkg: '7zip~stable', comments: 'Prefer to GitHub' }, diff --git a/manifest/armv7l/o/openssl.filelist b/manifest/armv7l/o/openssl.filelist index 2f05d7f02..0867f8c7e 100644 --- a/manifest/armv7l/o/openssl.filelist +++ b/manifest/armv7l/o/openssl.filelist @@ -1,4 +1,4 @@ -# Total size: 47591884 +# Total size: 47550312 /usr/local/bin/c_rehash /usr/local/bin/openssl /usr/local/etc/ssl/ct_log_list.cnf diff --git a/manifest/i686/o/openssl.filelist b/manifest/i686/o/openssl.filelist index 564789e34..b17c530fd 100644 --- a/manifest/i686/o/openssl.filelist +++ b/manifest/i686/o/openssl.filelist @@ -1,4 +1,4 @@ -# Total size: 46101386 +# Total size: 46094254 /usr/local/bin/c_rehash /usr/local/bin/openssl /usr/local/etc/ssl/ct_log_list.cnf diff --git a/manifest/x86_64/o/openssl.filelist b/manifest/x86_64/o/openssl.filelist index 1d35b3060..c405145ce 100644 --- a/manifest/x86_64/o/openssl.filelist +++ b/manifest/x86_64/o/openssl.filelist @@ -1,4 +1,4 @@ -# Total size: 52103611 +# Total size: 52083035 /usr/local/bin/c_rehash /usr/local/bin/openssl /usr/local/etc/ssl/ct_log_list.cnf diff --git a/packages/openssl.rb b/packages/openssl.rb index 9a8455bc4..d2d6fa6d1 100644 --- a/packages/openssl.rb +++ b/packages/openssl.rb @@ -3,7 +3,7 @@ require 'package' class Openssl < Package description 'The Open Source toolkit for Secure Sockets Layer and Transport Layer Security' homepage 'https://openssl-library.org' - version '3.5.3' + version '3.5.4' license 'Apache-2.0' compatibility 'all' source_url 'https://github.com/openssl/openssl.git' @@ -11,10 +11,10 @@ class Openssl < Package binary_compression 'tar.zst' binary_sha256({ - aarch64: '02f74682b13fe8d1648f96fe5aa831023f459fd3604c779b7daa8d6e7a3af687', - armv7l: '02f74682b13fe8d1648f96fe5aa831023f459fd3604c779b7daa8d6e7a3af687', - i686: '99db93b71d310c9b19ce9c77391ba1d4d92fb2fdde639379ceda845cc26fe0ce', - x86_64: 'f7b10a411e76eadfbeab95f68b646f66c59f8abd2e8d8550a00cd9fad6c2acb3' + aarch64: '29d6cde5459ae63309be7b66a467597f84a2c0521615d85739e8e7b8035e0547', + armv7l: '29d6cde5459ae63309be7b66a467597f84a2c0521615d85739e8e7b8035e0547', + i686: 'ae1b3fbc433fac12796fa8bf28e5b21db1e62e91d0659f9b4f46807307b75d94', + x86_64: 'abbb945bfddf7ca39fdf7613f317742e5f4747a6d25443fb42dc569d78943ed2' }) depends_on 'ccache' => :build