community/s2n-tls: upgrade to 1.3.44

This commit is contained in:
psykose 2023-05-10 02:12:41 +00:00
parent b1ba438611
commit 066bd61842

View File

@ -1,7 +1,7 @@
# Contributor: Holger Jaekel <holger.jaekel@gmx.de>
# Maintainer: psykose <alice@ayaya.dev>
pkgname=s2n-tls
pkgver=1.3.43
pkgver=1.3.44
pkgrel=0
pkgdesc="AWS C99 implementation of the TLS/SSL protocols"
url="https://github.com/aws/s2n-tls"
@ -37,7 +37,7 @@ build() {
check() {
# mem_usage: not supported
ctest --test-dir build --output-on-failure -j${JOBS:-1} \
ctest --test-dir build --output-on-failure \
-E "(s2n_mem_usage_test|s2n_connection_test|s2n_self_talk_nonblocking_test)"
}
@ -51,5 +51,5 @@ dev() {
}
sha512sums="
0f2be864812407c3ca27dc5b84208f58a3270426e044273d9fd72f58f1d0523e87507bbb904b098810283300d4d5f08ea42eed57544f17ef781333c0efafa79b s2n-tls-1.3.43.tar.gz
96f89d44a768ce2f9aaac1a39788944573460f4f9ea3a4b7a5dd76ac72c6105adf1735e09117cc61ec90b87080b9f2c1e47362d9344be41478e820ef2d15a052 s2n-tls-1.3.44.tar.gz
"