Skip to content
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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    f81e716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a5098e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e43ca29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea3d2dc View commit details
    Browse the repository at this point in the history
  5. More formatting

    michaelbprice authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    876187a View commit details
    Browse the repository at this point in the history
  6. Even more formatting

    michaelbprice authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5b5c9d6 View commit details
    Browse the repository at this point in the history
  7. Fixing bold formatting

    michaelbprice authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c23ae7c View commit details
    Browse the repository at this point in the history
  8. Yet more formatting

    michaelbprice authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5fc8b5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b1e64a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. - 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.
    michaelbprice authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b49e377 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Removing abi, triplet, and features qualifiers and specifying that ad…

    …ditional, unspecified qualifeirs must be tolerated.
    michaelbprice authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f4feca1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    0606233 View commit details
    Browse the repository at this point in the history
  2. Clarifying that in accordance with the specification rules, the value…

    … of the registry_version qualifier should be percent-encoded.
    michaelbprice authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bbd623b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08ca6fa View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Address review comments

    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
    aristotelos authored and michaelbprice committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e94a237 View commit details
    Browse the repository at this point in the history
  2. Make URL language-inspecific

    Co-authored-by: Michael B. Price <michael.b.price.dev@gmail.com>
    aristotelos and michaelbprice committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d679859 View commit details
    Browse the repository at this point in the history
  3. Add optional repository_revision qualifier

    Add 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.
    aristotelos authored and michaelbprice committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bf4b3cc View commit details
    Browse the repository at this point in the history
  4. Extend test suite data

    Extend the port overlay or filesystem registry example with port
    revision.
    
    Add an example for additional qualifiers.
    aristotelos authored and michaelbprice committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a2b507a View commit details
    Browse the repository at this point in the history