diff --git a/pkg.info b/pkg.info index 6e5fede..b4f9a87 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,11 @@ name: openssl description: The Open Source toolkit for Secure Sockets Layer and Transport Layer Security -version: 3.6.0 -revision: 2 +version: 3.6.1 +revision: 1 url: https://www.openssl.org/ license: Apache2 +maintainers: + - enumdev@enumerated.dev architecture: any type: source depends: @@ -13,4 +15,4 @@ downloads: - url: https://www.openssl.org/source/openssl-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9 + checksum: b1bfedcd5b289ff22aee87c9d600f515767ebf45f77168cb6d64f231f518a82e diff --git a/source.sh b/source.sh index 38213e1..076c766 100644 --- a/source.sh +++ b/source.sh @@ -16,7 +16,7 @@ build() { # The check function is executed in the source directory # This function is used to run tests to verify the package has been compiled correctly check() { - make test + make HARNESS_JOBS=${BPM_JOBS} TESTS=-test_afalg test } # The package function is executed in the source directory