diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-08-30 13:59:30 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-08-30 13:59:30 -0600 |
commit | c6dc10d0d0eae671f5b327b03fb5329f5ee43d57 (patch) | |
tree | 25e73338f926a22b447d5439a2ef29dc6da92f5d | |
parent | 1b5f54fc5032fffddb8212a974d718bf54383cd2 (diff) |
I filed an MR to arch ruby
-rw-r--r-- | imworkingon/contribs.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml index d698d6b..fa91149 100644 --- a/imworkingon/contribs.yml +++ b/imworkingon/contribs.yml @@ -1,5 +1,6 @@ - urls: [https://github.com/flori/json/pull/567] tags: [Ruby, JSON, SoftwareFreedom] + id: ruby-jsons desc: | ruby-json contains code that is not Free under the FSF's definition, not Open Source under the OSI's definition, and not @@ -210,3 +211,17 @@ service manager waits for maildirproc to respond to the SIGINT or SIGTERM that it was sent... but it never would. This PR fixes that. +- urls: [https://gitlab.archlinux.org/archlinux/packaging/packages/ruby/-/merge_requests/6] + desc: | + Ruby's standard library has been going through a process of + "gemification" where it is converted into a set of Gems that are + simply vendored into the main Ruby distribution. + + GNU/Linux distros tend to like to de-vendor things. This + de-vendoring process is usually inherently a little messy. This + MR tries to make it a little less messy in the case of Ruby on + Arch Linux and downstream distros. + + Besides hopefully making things easier on the Arch devs in the + future, it should also make it easier for downstream distros that + patch Ruby, such as applying [flori/json#567](#contrib-ruby-json). |