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
Trying to build the rocksdbjavastatic target results in the following error output and build failure:
curl --fail --output zlib-1.2.12.tar.gz --location http://zlib.net/zlib-1.2.12.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
This is caused by the pulling of version 1.12.2 due to a CVE that was discovered (https://nvd.nist.gov/vuln/detail/CVE-2022-37434). Long term we need to vendor our dependencies for reproducible builds, as Meta does, but for now let's update to 1.12.3 in order to allow the release of v2.1.0.
To Reproduce
Run make rocksdbjavastatic.
Expected behavior
The build succeeds.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
zlib 1.12.2 was pulled due to https://nvd.nist.gov/vuln/detail/CVE-2022-37434
and is no longer available. This breaks the build, and prevents version
release. Update to 1.12.3 to allow the build to work.
zlib 1.12.2 was pulled due to https://nvd.nist.gov/vuln/detail/CVE-2022-37434
and is no longer available. This breaks the build, and prevents version
release. Update to 1.12.3 to allow the build to work.
zlib 1.12.2 was pulled due to https://nvd.nist.gov/vuln/detail/CVE-2022-37434
and is no longer available. This breaks the build, and prevents version
release. Update to 1.12.3 to allow the build to work.
zlib 1.2.12 was pulled due to https://nvd.nist.gov/vuln/detail/CVE-2022-37434
and is no longer available. This breaks the build, and prevents version
release. Update to 1.2.13 to allow the build to work.
zlib 1.2.12 was pulled due to https://nvd.nist.gov/vuln/detail/CVE-2022-37434
and is no longer available. This breaks the build, and prevents version
release. Update to 1.2.13 to allow the build to work.
Trying to build the
rocksdbjavastatic
target results in the following error output and build failure:This is caused by the pulling of version 1.12.2 due to a CVE that was discovered (https://nvd.nist.gov/vuln/detail/CVE-2022-37434). Long term we need to vendor our dependencies for reproducible builds, as Meta does, but for now let's update to 1.12.3 in order to allow the release of v2.1.0.
To Reproduce
Run
make rocksdbjavastatic
.Expected behavior
The build succeeds.
Additional context
N/A
The text was updated successfully, but these errors were encountered: