diff --git a/.github/workflows/Unit-Test.yml b/.github/workflows/Unit-Test.yml index 963e15c705..5b25308d1d 100644 --- a/.github/workflows/Unit-Test.yml +++ b/.github/workflows/Unit-Test.yml @@ -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}" \ diff --git a/lib/const.rb b/lib/const.rb index c4d7b9d80a..1afbdc1f11 100644 --- a/lib/const.rb +++ b/lib/const.rb @@ -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: '' }, diff --git a/manifest/armv7l/o/openssl.filelist b/manifest/armv7l/o/openssl.filelist index 58c264a04a..2f05d7f02a 100644 --- a/manifest/armv7l/o/openssl.filelist +++ b/manifest/armv7l/o/openssl.filelist @@ -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 diff --git a/manifest/i686/o/openssl.filelist b/manifest/i686/o/openssl.filelist index 8d052ae687..564789e345 100644 --- a/manifest/i686/o/openssl.filelist +++ b/manifest/i686/o/openssl.filelist @@ -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 diff --git a/manifest/x86_64/o/openssl.filelist b/manifest/x86_64/o/openssl.filelist index 33c263f578..1d35b30600 100644 --- a/manifest/x86_64/o/openssl.filelist +++ b/manifest/x86_64/o/openssl.filelist @@ -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 diff --git a/packages/openssl.rb b/packages/openssl.rb index ce69631d2e..9a8455bc48 100644 --- a/packages/openssl.rb +++ b/packages/openssl.rb @@ -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