You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cereal package was updated to version 1.3.1 in Fedora and now the e-antic package does not build successfully. The issue is that cereal 1.3.1 added a fix for CVE-2020-11105 that changes the parameter of registeredSharedPointer to const std::shared_ptr<const void>&. See USCiLab/cereal#742 for a request to the cereal developers to do something about it.
The text was updated successfully, but these errors were encountered:
saraedum
added a commit
to saraedum/e-antic
that referenced
this issue
May 19, 2022
The cereal package was updated to version 1.3.1 in Fedora and now the e-antic package does not build successfully. The issue is that cereal 1.3.1 added a fix for CVE-2020-11105 that changes the parameter of
registeredSharedPointer
toconst std::shared_ptr<const void>&
. See USCiLab/cereal#742 for a request to the cereal developers to do something about it.The text was updated successfully, but these errors were encountered: