diff options
Diffstat (limited to 'imworkingon')
-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). |