-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openssl: updated url for old 1.x versions #13435
Conversation
fixed url sources
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying openssl/1.x.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
This version has been withdrawn and this PR shouldn't be merged. Please block / close // @morningstar1 @uilianries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version withdrawn
God powers activated |
(I hit the wrong button) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
500dc24
This comment has been minimized.
This comment has been minimized.
Since the openssl guys changed the file layout on their server, this pull pullrequest is still valid. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
recipes/openssl/3.x.x/conandata.yml
Outdated
@@ -1,10 +1,13 @@ | |||
sources: | |||
3.0.5: | |||
url: https://www.openssl.org/source/openssl-3.0.5.tar.gz | |||
url: https://www.openssl.org/source/old/3.0/openssl-3.0.5.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not necessary anymore for 3.x versions, only for 1.x versions
They promised to not move these files anymore so that permanent valid download URLs exist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I reverted it.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please update the pull request title according to the actual changes
This comment has been minimized.
This comment has been minimized.
You'll need to retrigger CI, close the pr wait 10s and then re-open it 🔁 |
All green in build 12 (
|
* openssl: added 1.1.1r fixed url sources * openssl: remove 1.1.1r release * openssl: added new urls to old releases * openssl: fixex yaml syntax * openssl: fixed yaml intentation * openssl: revert url pathes for 3.x * openhab: forgot endofline
fixed url sources
The URL to older version has changed on https://www.openssl.org/source/old/
Specify library name and version: openssl/1.1.1q
This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!