-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
rpcsvc-proto 1.4.4 (new formula), rpcgen: remove as SPDX rejected license #183671
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPDX rejected Sun RPC license due to restriction on redistribution[^1]. Fedora also classified license as not-allowed due to restrictions[^2]. At the same time as removal, we add glibc-based copy in `rpcsvc-proto`, which ships `rpcgen` after it was relicensed. Alternatively, the OpenBSD copy[^3] could be distributed, but versioning is more complicated. If Apple's `rpcgen` is updated to relicensed source, then `rpcgen` may be re-introduced with an updated `license` stanza. [^1]: spdx/license-list-XML#906 [^2]: https://gitlab.com/fedora/legal/fedora-license-data/-/blob/main/data/LicenseRef-sun-rpc.toml [^3]: openbsd/src@cb7760d
cho-m
added
notability
Project is not notable enough for inclusion
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
labels
Sep 6, 2024
github-actions
bot
added
the
new formula
PR adds a new formula to Homebrew/homebrew-core
label
Sep 6, 2024
7 tasks
carlocab
approved these changes
Sep 6, 2024
chenrui333
approved these changes
Sep 8, 2024
github-actions
bot
added
the
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
label
Sep 9, 2024
carlocab
added a commit
that referenced
this pull request
Sep 9, 2024
This was removed in #183671. This should fix the error in our autobump workflow.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
CI-skip-new-formulae
Pass --skip-new to brew test-bot.
new formula
PR adds a new formula to Homebrew/homebrew-core
notability
Project is not notable enough for inclusion
ready to merge
PR can be merged once CI is green
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rpcsvc-proto
is mainly a Linux package used on distros that buildglibc
with some deprecated parts removed. It is provided by many Linux repositories (https://repology.org/project/rpcsvc-proto/versions) and there are upstream commits related to macOS (thkukuk/rpcsvc-proto@0fe7fb6) so seems okay to ship everywhere.In regards to other options,
rpcgen-mt
(https://github.com/macports/macports-ports/blob/master/lang/rpcgen-mt/Portfile) but they are using NetBSD code which has same Sun RPC license.Related
glibc
commit for license change inrpcgen
from Sun RPC license to Oracle copyright BSD-3-Clause: https://sourceware.org/git/?p=glibc.git;a=commit;h=a7ab6ec83e144dafdc7c46b8943288f450f8e320Copy of commit comment on reason for
rpcgen
removal follows:SPDX rejected Sun RPC license due to restriction on redistribution1.
Fedora also classified license as not-allowed due to restrictions2.
At the same time as removal, we add glibc-based copy in
rpcsvc-proto
,which ships
rpcgen
after it was relicensed. Alternatively, the OpenBSDcopy3 could be distributed, but versioning is more complicated.
If Apple's
rpcgen
is updated to relicensed source, thenrpcgen
maybe re-introduced with an updated
license
stanza.Footnotes
https://github.com/spdx/license-list-XML/issues/906 ↩
https://gitlab.com/fedora/legal/fedora-license-data/-/blob/main/data/LicenseRef-sun-rpc.toml ↩
https://github.com/openbsd/src/commit/cb7760d181b85988239aa31e102cfd38c6ab30ad ↩