AutoBuild: update-openssl started at 2025-04-08-19UTC (#11696)

* Openssl 3.4.1 => 3.5.0

* Add built packages for linux/386 to update-openssl

* Add built packages for linux/amd64 to update-openssl

* Add built packages for linux/arm/v7 to update-openssl

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-08 22:25:39 -04:00
committed by GitHub
parent 8b72d586aa
commit 4cea08fb34
4 changed files with 11 additions and 8 deletions

View File

@@ -9,7 +9,6 @@
/usr/local/etc/ssl/openssl.cnf.dist
/usr/local/include/openssl/aes.h
/usr/local/include/openssl/asn1.h
/usr/local/include/openssl/asn1_mac.h
/usr/local/include/openssl/asn1err.h
/usr/local/include/openssl/asn1t.h
/usr/local/include/openssl/async.h
@@ -21,6 +20,7 @@
/usr/local/include/openssl/bnerr.h
/usr/local/include/openssl/buffer.h
/usr/local/include/openssl/buffererr.h
/usr/local/include/openssl/byteorder.h
/usr/local/include/openssl/camellia.h
/usr/local/include/openssl/cast.h
/usr/local/include/openssl/cmac.h
@@ -87,6 +87,7 @@
/usr/local/include/openssl/md4.h
/usr/local/include/openssl/md5.h
/usr/local/include/openssl/mdc2.h
/usr/local/include/openssl/ml_kem.h
/usr/local/include/openssl/modes.h
/usr/local/include/openssl/obj_mac.h
/usr/local/include/openssl/objects.h

View File

@@ -9,7 +9,6 @@
/usr/local/etc/ssl/openssl.cnf.dist
/usr/local/include/openssl/aes.h
/usr/local/include/openssl/asn1.h
/usr/local/include/openssl/asn1_mac.h
/usr/local/include/openssl/asn1err.h
/usr/local/include/openssl/asn1t.h
/usr/local/include/openssl/async.h
@@ -21,6 +20,7 @@
/usr/local/include/openssl/bnerr.h
/usr/local/include/openssl/buffer.h
/usr/local/include/openssl/buffererr.h
/usr/local/include/openssl/byteorder.h
/usr/local/include/openssl/camellia.h
/usr/local/include/openssl/cast.h
/usr/local/include/openssl/cmac.h
@@ -87,6 +87,7 @@
/usr/local/include/openssl/md4.h
/usr/local/include/openssl/md5.h
/usr/local/include/openssl/mdc2.h
/usr/local/include/openssl/ml_kem.h
/usr/local/include/openssl/modes.h
/usr/local/include/openssl/obj_mac.h
/usr/local/include/openssl/objects.h

View File

@@ -9,7 +9,6 @@
/usr/local/etc/ssl/openssl.cnf.dist
/usr/local/include/openssl/aes.h
/usr/local/include/openssl/asn1.h
/usr/local/include/openssl/asn1_mac.h
/usr/local/include/openssl/asn1err.h
/usr/local/include/openssl/asn1t.h
/usr/local/include/openssl/async.h
@@ -21,6 +20,7 @@
/usr/local/include/openssl/bnerr.h
/usr/local/include/openssl/buffer.h
/usr/local/include/openssl/buffererr.h
/usr/local/include/openssl/byteorder.h
/usr/local/include/openssl/camellia.h
/usr/local/include/openssl/cast.h
/usr/local/include/openssl/cmac.h
@@ -87,6 +87,7 @@
/usr/local/include/openssl/md4.h
/usr/local/include/openssl/md5.h
/usr/local/include/openssl/mdc2.h
/usr/local/include/openssl/ml_kem.h
/usr/local/include/openssl/modes.h
/usr/local/include/openssl/obj_mac.h
/usr/local/include/openssl/objects.h

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://www.openssl.org'
version '3.4.1' # Do not use @_ver here, it will break the installer.
version '3.5.0' # Do not use @_ver here, it will break the installer.
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: '04e22b17c4139cbcad2f4dcba999efaabf21177881d68f76187bf9200e751816',
armv7l: '04e22b17c4139cbcad2f4dcba999efaabf21177881d68f76187bf9200e751816',
i686: 'a49770f0740e3afd897559205f068eaa61b36f7f6e56ea33ca69fffcea26e899',
x86_64: '2182e0bee3687dd238e732607f1faa1c6d648786321b2d0cdafcb8566ad3fbd7'
aarch64: 'fa538083490c8bf497d44ac58df5a6111f873a63353dcfc4cd18fdb9254f0abe',
armv7l: 'fa538083490c8bf497d44ac58df5a6111f873a63353dcfc4cd18fdb9254f0abe',
i686: '112f3b8ae131e630ca3e98f56963f5703437e01c271131d4b15e27d515f92888',
x86_64: '1b7e8f16d0902be1580933c440e3b22a5bf9bb13f6aa35534ac88f3d10bd91eb'
})
depends_on 'ccache' => :build