dropbox / dbx_build_tools

Dropbox's Bazel rules and tools
Other
208 stars 36 forks source link

openssl download url breaks when new version is released #8

Closed jsharpe closed 4 years ago

jsharpe commented 4 years ago

When openssl releases a new version, the currently latest version gets moved to source/old/ and hence the url in this repo becomes invalid. If a list of urls were provided then both urls could be included to prevent build breakages.

jsharpe commented 4 years ago

@benjaminp that commit doesn't quite resolve this - you'll need to add the source/old variant of the openssl url into the list as well as the current one to ensure it continues to work

benjaminp commented 4 years ago

We are usually careful to stay up to date with OpenSSL releases because of security. Clients may, of course, pass whatever url lists in they desire.

(It sure would be great if OpenSSL had perma urls.)