Andrew Bauer
Andrew Bauer
I began working on this. After looking more closely, I realized the jwt problem was just a warning. Focusing on fixing the ffmpeg API problem has snowballed into additional API...
Yes, zoneminder builds successfully from the release-1.36 branch against Fedora rawhide w/ ffmpeg 7. I was trying to give you more time, by patching the existing 1.36.34 tarball, to correct...
1.36.35 packages have been built in rpmfusion: https://koji.rpmfusion.org/koji/packageinfo?packageID=501 Issue resolved.
Good news. I just completed the new package review process for WolfSSL 2.7.0. WolfSSL now lives in Fedora repos: https://src.fedoraproject.org/rpms/wolfssl In order to upgrade to 2.7.2, I need to resolve...
I am going to try and move [this conditional](https://github.com/wolfSSL/wolfssl/blob/master/wolfssl/wolfcrypt/sha3.h#L39) up into the ifdef HAVE_FIPS block a [few lines up](https://github.com/wolfSSL/wolfssl/blob/master/wolfssl/wolfcrypt/sha3.h#L30). Might not be until later this week before I can test...
Ah, thank you. I'll work with the Netatalk project team and let you know.
Netatalk was patched to include settings.h like so: https://github.com/knight-of-ni/Netatalk/commit/847036e55604baff0bcb202ec5a6a5da99108cd7 Unfortunately, the same error persists: ``` In file included from ../include/wolfssl/wolfcrypt/hash.h:47, from ../include/wolfssl/wolfcrypt/sp_int.h:34, from ../include/wolfssl/wolfcrypt/wolfmath.h:48, from ../include/wolfssl/openssl/bn.h:34, from ../etc/uams/uams_dhx_passwd.c:34: /usr/include/wolfssl/wolfcrypt/sha3.h:39:21: error:...
Providing another data point... For troubleshooting purposes, I included wolfssl/wolfcrypt/settings.h directly into sha3.h like so then rebuilt wolfssl: https://github.com/knight-of-ni/wolfssl/commit/c52b8e7174223a7616c12b5cae65e19fa01aea3b I then built netatalk against the modified wolfssl package and received...
Thank you @ColtonWilley . I appreciate the assist. An easy way to replicate this would be on Copr. My results are here: https://copr.fedorainfracloud.org/coprs/kni/wolfssl/builds/ Full build log here: https://download.copr.fedorainfracloud.org/results/kni/wolfssl/fedora-rawhide-x86_64/07938805-netatalk/builder-live.log.gz To duplicate...
Just a bit more information, for troubleshooting I duplicated the [relevant lines in settings.h](https://github.com/wolfSSL/wolfssl/blob/master/wolfssl/wolfcrypt/settings.h#L333-L386) directly in sha3.h. I then built wolfssl with this change. Netatalk build succeeded in this case....