-
Notifications
You must be signed in to change notification settings - Fork 161
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
A purl spec for the C/C++ package manager vcpkg #245
base: master
Are you sure you want to change the base?
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f81e716 - Browse repository at this point
Copy the full SHA f81e716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5098e - Browse repository at this point
Copy the full SHA 9a5098eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e43ca29 - Browse repository at this point
Copy the full SHA e43ca29View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3d2dc - Browse repository at this point
Copy the full SHA ea3d2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 876187a - Browse repository at this point
Copy the full SHA 876187aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5c9d6 - Browse repository at this point
Copy the full SHA 5b5c9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c23ae7c - Browse repository at this point
Copy the full SHA c23ae7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc8b5c - Browse repository at this point
Copy the full SHA 5fc8b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1e64a - Browse repository at this point
Copy the full SHA 2b1e64aView commit details
Commits on Aug 14, 2023
-
- Moving registry url from the namespace field to a repository_url pa…
…rameter. - Renaming registry-version paramater to be consistent. - Adding description of features parameter. - Adding a distinct examples section.
Configuration menu - View commit details
-
Copy full SHA for b49e377 - Browse repository at this point
Copy the full SHA b49e377View commit details
Commits on Aug 15, 2023
-
Removing abi, triplet, and features qualifiers and specifying that ad…
…ditional, unspecified qualifeirs must be tolerated.
Configuration menu - View commit details
-
Copy full SHA for f4feca1 - Browse repository at this point
Copy the full SHA f4feca1View commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0606233 - Browse repository at this point
Copy the full SHA 0606233View commit details -
Clarifying that in accordance with the specification rules, the value…
… of the registry_version qualifier should be percent-encoded.
Configuration menu - View commit details
-
Copy full SHA for bbd623b - Browse repository at this point
Copy the full SHA bbd623bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ca6fa - Browse repository at this point
Copy the full SHA 08ca6faView commit details
Commits on Oct 10, 2024
-
Revive package-url#245 by adding the following changes: - `registry_url` -> `repository_url` - `registry_version` -> `port_revision` - Remove percent escaping from `repository_url` to be more consistent with other uses of `repository_url` in the purl spec
Configuration menu - View commit details
-
Copy full SHA for e94a237 - Browse repository at this point
Copy the full SHA e94a237View commit details -
Co-authored-by: Michael B. Price <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d679859 - Browse repository at this point
Copy the full SHA d679859View commit details -
Add optional
repository_revision
qualifierAdd optional `repository_revision` so that mistakes in `port_revision` and `version` can be accounted for. Not relevant for filesystem registries or overlay ports because that gives no further external traceability. Along with this, describe the filesystem registries and overlay port cases.
Configuration menu - View commit details
-
Copy full SHA for bf4b3cc - Browse repository at this point
Copy the full SHA bf4b3ccView commit details -
Extend the port overlay or filesystem registry example with port revision. Add an example for additional qualifiers.
Configuration menu - View commit details
-
Copy full SHA for a2b507a - Browse repository at this point
Copy the full SHA a2b507aView commit details