git: 9002dcf0641e - main - security/fizz: Update 2023.06.08.00 → 2023.06.12.00
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Jun 2023 06:55:19 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9002dcf0641ebf7547226b497aa115c0219a9a72 commit 9002dcf0641ebf7547226b497aa115c0219a9a72 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-17 05:46:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-17 06:55:01 +0000 security/fizz: Update 2023.06.08.00 → 2023.06.12.00 --- security/fizz/Makefile | 2 +- security/fizz/distinfo | 6 +++--- security/fizz/files/patch-CMakeLists.txt | 12 ++++++++++++ security/fizz/pkg-plist | 14 ++++++++++++++ 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/security/fizz/Makefile b/security/fizz/Makefile index f7085d2fac36..700c7e0c3117 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2023.06.08.00 +DISTVERSION= 2023.06.12.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index b1274bf3bc73..188b9317bb5e 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686422584 -SHA256 (facebookincubator-fizz-v2023.06.08.00_GH0.tar.gz) = fb5055fee8ba3d5518dcd42442bb330a541a0cfc4ba53c2d350e286d62467e41 -SIZE (facebookincubator-fizz-v2023.06.08.00_GH0.tar.gz) = 660291 +TIMESTAMP = 1686966152 +SHA256 (facebookincubator-fizz-v2023.06.12.00_GH0.tar.gz) = 7337c6495f552f025ba55de012359788b06a311e1efaefd06f4766424bbe3464 +SIZE (facebookincubator-fizz-v2023.06.12.00_GH0.tar.gz) = 671302 diff --git a/security/fizz/files/patch-CMakeLists.txt b/security/fizz/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..8d3ba6fb682d --- /dev/null +++ b/security/fizz/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +- https://github.com/facebookincubator/fizz/issues/92 + +--- CMakeLists.txt.orig 2023-06-17 04:33:21 UTC ++++ CMakeLists.txt +@@ -233,6 +233,7 @@ set(FIZZ_SOURCES + third-party/libsodium-aegis/aegis256/aesni/aead_aegis256_aesni.c + third-party/libsodium-aegis/aegis256/armcrypto/aead_aegis256_armcrypto.c + third-party/libsodium-aegis/aegis256/soft/aead_aegis256_soft.c ++ third-party/libsodium-aegis/private/softaes.c + ) + + add_library(fizz diff --git a/security/fizz/pkg-plist b/security/fizz/pkg-plist index f6b12db580fb..d6d5c14b5d2c 100644 --- a/security/fizz/pkg-plist +++ b/security/fizz/pkg-plist @@ -166,6 +166,20 @@ include/fizz/server/test/Mocks.h include/fizz/server/test/Utils.h include/fizz/test/HandshakeTest.h include/fizz/test/LocalTransport.h +include/fizz/third-party/libsodium-aegis/aegis.h +include/fizz/third-party/libsodium-aegis/aegis128l/aead_aegis128l.h +include/fizz/third-party/libsodium-aegis/aegis128l/aesni/aead_aegis128l_aesni.h +include/fizz/third-party/libsodium-aegis/aegis128l/armcrypto/aead_aegis128l_armcrypto.h +include/fizz/third-party/libsodium-aegis/aegis128l/crypto_aead_aegis128l.h +include/fizz/third-party/libsodium-aegis/aegis128l/soft/aead_aegis128l_soft.h +include/fizz/third-party/libsodium-aegis/aegis256/aead_aegis256.h +include/fizz/third-party/libsodium-aegis/aegis256/aesni/aead_aegis256_aesni.h +include/fizz/third-party/libsodium-aegis/aegis256/armcrypto/aead_aegis256_armcrypto.h +include/fizz/third-party/libsodium-aegis/aegis256/crypto_aead_aegis256.h +include/fizz/third-party/libsodium-aegis/aegis256/soft/aead_aegis256_soft.h +include/fizz/third-party/libsodium-aegis/private/common.h +include/fizz/third-party/libsodium-aegis/private/config.h +include/fizz/third-party/libsodium-aegis/private/softaes.h include/fizz/tool/CertificateVerifiers.h include/fizz/tool/Commands.h include/fizz/tool/FizzCommandCommon.h