OpenSSL => 3.5.3, Fix Unit Tests — openssl → 3.5.3 (#12845)

* OpenSSL => 3.5.3

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* updater-openssl-3.5.3: Build Run on linux/amd64.

* updater-openssl-3.5.3: Build Run on linux/386.

* updater-openssl-3.5.3: Build Run on linux/arm/v7.

* updater-openssl-3.5.3: Package File Update Run on linux/386 container.

* Remove LD_LIBRARY_PATH from Unit Test container invocation.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2025-09-19 04:50:38 -04:00
committed by GitHub
parent 7ebaf03a93
commit ca465bb215
6 changed files with 10 additions and 10 deletions

View File

@@ -202,7 +202,6 @@ jobs:
--platform "${PLATFORM}" \
-e CHANGED_PACKAGES="${CHANGED_PACKAGES}" \
-e NON_PKG_CHANGED_FILES="${NON_PKG_CHANGED_FILES}" \
-e LD_LIBRARY_PATH="/usr/local/lib${LIB_SUFFIX}" \
-e GCONV_PATH="/usr/local/lib${LIB_SUFFIX}/gconv" \
-e CREW_REPO="${CREW_REPO}" \
-e CREW_BRANCH="${CREW_BRANCH}" \

View File

@@ -204,6 +204,7 @@ unless defined?(CREW_ANITYA_PACKAGE_NAME_MAPPINGS)
{ pkg_name: 'libngtcp2', anitya_pkg: 'ngtcp2', comments: '' },
{ pkg_name: 'linux_pam', anitya_pkg: 'pam', comments: '' },
{ pkg_name: 'mold', anitya_pkg: 'mold', comments: 'Prefer to GitHub' },
{ pkg_name: 'openssl', anitya_pkg: 'openssl', comments: 'Prefer to GitHub' },
{ pkg_name: 'pcre2', anitya_pkg: 'pcre2', comments: 'Prefer to GitHub' },
{ pkg_name: 'pkg_7_zip', anitya_pkg: '7zip~stable', comments: 'Prefer to GitHub' },
{ pkg_name: 'py3_atspi', anitya_pkg: 'pyatspi', comments: '' },

View File

@@ -1,4 +1,4 @@
# Total size: 47574088
# Total size: 47591884
/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: 46089026
# Total size: 46101386
/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: 52092959
# Total size: 52103611
/usr/local/bin/c_rehash
/usr/local/bin/openssl
/usr/local/etc/ssl/ct_log_list.cnf

View File

@@ -2,8 +2,8 @@ require 'package'
class Openssl < Package
description 'The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
homepage 'https://www.openssl.org'
version '3.5.2' # Do not use @_ver here, it will break the installer.
homepage 'https://openssl-library.org'
version '3.5.3'
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: '4f71ab0d688b0e9fa2e03e8caa42cf80e2ccd000a0c6b51e36c5a90971cb0947',
armv7l: '4f71ab0d688b0e9fa2e03e8caa42cf80e2ccd000a0c6b51e36c5a90971cb0947',
i686: '35cfe342fe6ba154c86733826f3babe8cdfd966868fd0779dce8d5c71efe4123',
x86_64: '40d08ac4252368241f1ba2a846a62b81b0a01608a6588ae6a976fd2242234f15'
aarch64: '02f74682b13fe8d1648f96fe5aa831023f459fd3604c779b7daa8d6e7a3af687',
armv7l: '02f74682b13fe8d1648f96fe5aa831023f459fd3604c779b7daa8d6e7a3af687',
i686: '99db93b71d310c9b19ce9c77391ba1d4d92fb2fdde639379ceda845cc26fe0ce',
x86_64: 'f7b10a411e76eadfbeab95f68b646f66c59f8abd2e8d8550a00cd9fad6c2acb3'
})
depends_on 'ccache' => :build