git: 7aab186cb87f - main - devel/py-awscrt: Update to 0.16.13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:40:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7aab186cb87fc83c9268081ab0a826f46c578c70 commit 7aab186cb87fc83c9268081ab0a826f46c578c70 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:30:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:45 +0000 devel/py-awscrt: Update to 0.16.13 Changes: https://github.com/awslabs/aws-crt-python/releases --- devel/py-awscrt/Makefile | 2 +- devel/py-awscrt/distinfo | 6 +++--- devel/py-awscrt/files/patch-powerpc64le | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-awscrt/Makefile b/devel/py-awscrt/Makefile index 83f0e3ee377b..b8c434f7179a 100644 --- a/devel/py-awscrt/Makefile +++ b/devel/py-awscrt/Makefile @@ -1,5 +1,5 @@ PORTNAME= awscrt -PORTVERSION= 0.16.10 +PORTVERSION= 0.16.13 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-awscrt/distinfo b/devel/py-awscrt/distinfo index 684d9dfd44ac..0dc8a8e6b743 100644 --- a/devel/py-awscrt/distinfo +++ b/devel/py-awscrt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771191 -SHA256 (awscrt-0.16.10.tar.gz) = 3101499b479b82f0403f615bf520c1f8b9506818d275e3e28ade25cc6bcdb92b -SIZE (awscrt-0.16.10.tar.gz) = 21880170 +TIMESTAMP = 1680726112 +SHA256 (awscrt-0.16.13.tar.gz) = b7ec07435e178400369024450d118834a1c8b01ccfebe8140b82102fb161720d +SIZE (awscrt-0.16.13.tar.gz) = 27094087 diff --git a/devel/py-awscrt/files/patch-powerpc64le b/devel/py-awscrt/files/patch-powerpc64le index d589f435cfeb..91d08db0fe50 100644 --- a/devel/py-awscrt/files/patch-powerpc64le +++ b/devel/py-awscrt/files/patch-powerpc64le @@ -1,7 +1,7 @@ ---- crt/aws-lc/crypto/fipsmodule/cpucap/cpu_ppc64le.c.orig 2022-11-09 18:39:03 UTC +--- crt/aws-lc/crypto/fipsmodule/cpucap/cpu_ppc64le.c.orig 2023-03-15 23:47:51 UTC +++ crt/aws-lc/crypto/fipsmodule/cpucap/cpu_ppc64le.c -@@ -25,7 +25,11 @@ - #endif +@@ -27,7 +27,11 @@ + extern uint8_t OPENSSL_cpucap_initialized; void OPENSSL_cpuid_setup(void) { +#if defined(__linux__) @@ -9,6 +9,6 @@ +#elif defined(__FreeBSD__) + elf_aux_info(AT_HWCAP2, &OPENSSL_ppc64le_hwcap2, sizeof(OPENSSL_ppc64le_hwcap2)); +#endif + OPENSSL_cpucap_initialized = 1; } - int CRYPTO_is_PPC64LE_vcrypto_capable(void) {