Update package version to 3.6.1

This commit is contained in:
2026-02-01 13:23:24 +02:00
parent bb94238690
commit 7371b477df
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
name: openssl name: openssl
description: The Open Source toolkit for Secure Sockets Layer and Transport Layer Security description: The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
version: 3.6.0 version: 3.6.1
revision: 2 revision: 1
url: https://www.openssl.org/ url: https://www.openssl.org/
license: Apache2 license: Apache2
maintainers:
- [email protected]
architecture: any architecture: any
type: source type: source
depends: depends:
@@ -13,4 +15,4 @@ downloads:
- url: https://www.openssl.org/source/openssl-${BPM_PKG_VERSION}.tar.gz - url: https://www.openssl.org/source/openssl-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9 checksum: b1bfedcd5b289ff22aee87c9d600f515767ebf45f77168cb6d64f231f518a82e
+1 -1
View File
@@ -16,7 +16,7 @@ build() {
# The check function is executed in the source directory # The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly # This function is used to run tests to verify the package has been compiled correctly
check() { check() {
make test make HARNESS_JOBS=${BPM_JOBS} TESTS=-test_afalg test
} }
# The package function is executed in the source directory # The package function is executed in the source directory