Add unbuilt openssl to updater-openssl-3.5.4 — openssl → 3.5.4 (#13010)

* 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 <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
chromebrew-actions[bot]
2025-10-01 13:19:14 -05:00
committed by GitHub
parent bb9079a887
commit f4c5e1afb8
5 changed files with 9 additions and 9 deletions

View File

@@ -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' },

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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