-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Question] Can we simplify the naming of the release archive files? #114
Comments
Versions are based on the labels we use, not sure where The problem with
Thus:
So, technically, the QuicTLS version numbers fall before the OpenSSL versions. 😞 But it allows us to add fixes to QuicTLS without modifying the base OpenSSL version number. |
In my previous messages, I mentioned that I assumed the release files for quictls/openssl could be obtained from https://github.com/quictls/openssl/releases. However, based on your response, it seems that this might not be the case. Could you please clarify where we should obtain the release files for quictls/openssl? This information would be very helpful for users who want to download and work with the project. Thank you for your assistance. @tmshort |
That's where they are; is the link not working for you? We only supply source-code releases now. |
Thank you for your response. The link is working, and I am able to access the release files. However, I find that the file names after downloading are somewhat confusing, which makes automation more challenging. Is it possible to provide cleaner file names for the downloaded release files to facilitate easier automation? Thank you for considering my request. |
Is this still a concern? The QuicTLS filenames should be generated algorithmically, in a deterministic way. |
Thank you for your response. I understand your reasons for the current naming scheme, particularly with regards to versioning. However, my concern remains as I find it difficult to handle these files due to their unconventional naming convention compared to projects like OpenSSL and LibreSSL. |
Can you propose a different naming scheme, with some examples? |
@richsalz I would like the naming convention for the release files of this repository to be the same as OpenSSL's. |
But QuicTLS does not make tar files. We only distribute things via the source tree here on GitHub. |
I consider the current release file very tricky to handle. How is the QuicTLS source code expected to be used? |
Where did you find a "release file" ? Please post the link. As for how to use this, you download the source and build it. Just like any other GitHub project. |
I am talking about the GitHub Release, which is formatted differently than OpenSSL. |
Thank you. We are not doing that any more. I have removed the older releases, and will remove the last two shortly. We cannot change the name/repository/directory name. We will make the README more clear about how to use it. |
Thank you. So you are not expecting me to use GitHub Release and I should use a git clone directly? |
Unless someone wants to volunteer to make releases, that is that I would do, clone the repo. Even if someone does help make releases, the directory issue will not be changed. I am going to close this. See #120 for more discussion. |
Hello, maintainers of the quictls/openssl project,
I have a question regarding the naming convention used for the release files in the quictls/openssl project.
Currently, the names of the release files are somewhat confusing, such as openssl-openssl-3.0.8-quic1.tar.gz. I would like to suggest a more simplified naming convention, similar to what OpenSSL uses for their releases, like openssl-3.1.0.tar.gz.
Would it be possible to change the format to something like quictls-3.0.8.tar.gz? This would make it easier for users who want to automate processes related to the project, as the current naming convention can be cumbersome to work with.
Please let me know your thoughts on this matter, as I believe it would be beneficial to the users of the quictls/openssl project.
Thank you for your time and consideration.
The text was updated successfully, but these errors were encountered: