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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split the internal OpenPGP parser to a separate repository #2986

Merged
merged 2 commits into from Mar 20, 2024

Conversation

pmatilai
Copy link
Member

@pmatilai pmatilai commented Mar 20, 2024

Finally. Chomp it goes 馃獡

See commit messages for details.

Fixes #2414

Push the build option into the rpmpgp_legacy directory so it doesn't
show up at all unless the directory is present, and rename it to
WITH_LEGACY_OPENPGP to better reflect the status: it's hardly internal
if it lives in a separate repo, and it's something you should not use
going forward.

Add a terse README to the rpmpgp_legacy directory as the initial to-be
repo description to explain the status and intentionally vague build
instructions: if you don't know then you really should not.

Also add a separate COPYING file there: the parser originates from
rpmio/ so it falls under rpm's dual license, just simplify the text
that makes no sense in the new context.
Now that we have an alternative to building without Rust, it's time
to say bye to this old thing. We will not support the parser but
preserve minimal hooks in cmake to allow building with it, at least
for a transition period:

	https://github.com/rpm-software-management/rpmpgp_legacy

Fixes: rpm-software-management#2414
@pmatilai pmatilai added cleanup crypto Signatures, keys, hashes and their verification deprecated Deprecation of functionality highlight Release highlight labels Mar 20, 2024
@pmatilai
Copy link
Member Author

And RIP 馃

@pmatilai pmatilai merged commit 63e369c into rpm-software-management:master Mar 20, 2024
1 check passed
@pmatilai pmatilai deleted the removepgp branch March 20, 2024 12:08
@pmatilai
Copy link
Member Author

Million thanks @nwalfield and @teythoon for making this possible!
I can't believe just how much weight this took off my shoulders 馃

Every software engineer knows some code is more expensive to maintain than others, but I wonder: how do you measure it? In kilograms? 馃槃

@dmnks dmnks removed cleanup deprecated Deprecation of functionality labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto Signatures, keys, hashes and their verification highlight Release highlight
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the internal OpenPGP parser
2 participants