Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-rdoc-build-reproducible-documentation.patch | rdoc: build reproducible documentation - provide a fixed timestamp to the gzip compression |
Christian Hofstaedtler <zeha@debian.org> | no | 2017-10-10 | ||
0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch | lib/mkmf.rb: sort list of object files in generated Makefile Without sorting the list explicitly, its order is indeterministic, because readdir() is also not deterministic. When the list of object files varies between builds, they are linked in a different order, which results in an unreproducible build. |
Reiner Herrmann <reiner@reiner-h.de> | no | 2017-10-10 | ||
0003-Mark-Gemspec-reproducible-change-fixing-784225-too.patch | Mark Gemspec-reproducible change fixing #784225, too I think the UTC date change will fix the Multi-Arch not-same file issue, too. |
Christian Hofstaedtler <zeha@debian.org> | no | 2017-10-10 | ||
0004-Disable-tests-failing-on-Ubuntu-builders.patch | Disable tests failing on Ubuntu builders | Chris Hofstaedtler <zeha@debian.org> | no | 2018-10-06 | ||
0005-Make-gemspecs-reproducible.patch | Make gemspecs reproducible Without an explicit date, they will get the current date and make the build unreproducible |
Lucas Kanashiro <kanashiro@debian.org> | no | 2019-11-01 | ||
0006-Fix-FTBS-on-hurd.patch | Fix FTBS on hurd | Lucas Kanashiro <kanashiro@debian.org> | no | 2023-10-03 | ||
0007-Port-to-kfreebsd-amd64.patch | Port to kfreebsd-amd64 | Lucas Kanashiro <kanashiro@debian.org> | no | 2019-11-01 | ||
0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch | Fix FTBFS on x32: misdetected as i386 or amd64 Updated by John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> on 2022-06-02, s/rb_cv_coroutine/coroutine_type/. |
Thorsten Glaser <t.glaser@tarent.de> | no | upstream | 2020-04-13 | |
0011-don-t-try-to-download-stuff-in-configure.patch | don't try to download stuff in configure | =?utf-8?q?C=C3=A9dric_Boutillier?= <boutil@debian.org> | no | 2023-10-03 | ||
ruby_default_arch.m4-don-t-require-arhitectures-to-be-kno.patch | ruby_default_arch.m4: don't require arhitectures to be known ahead of time Not sure yet if this should be forwarded upstream or not. |
Antonio Terceiro <terceiro@debian.org> | no | 2023-10-03 | ||
Do-not-pass-m32-to-arm-32-bits.patch | Do not pass -m32 to arm 32 bits The -m32 flag in already 32 bits architecture is generating the following error: |
Lucas Kanashiro <kanashiro@ubuntu.com> | no | 2024-06-10 | ||
Fix-require-calls-falling-in-autopkgtest.patch | Fix require calls falling in autopkgtest | Lucas Kanashiro <kanashiro@ubuntu.com> | no | 2024-07-03 | ||
Deduplicate-results-from-getaddrinfo.patch | Deduplicate results from getaddrinfo In certain configurations it's possible to get duplicate results back from getaddrinfo: for example, if you accidentally have more than one line in /etc/hosts mapping the same name to the same IP address, then Linux/glibc systems will return multiple identical entries. This minor misconfiguration is normally harmless, but it caused this program to fail with `EADDRINUSE`: require 'socket' Socket.tcp_server_sockets('localhost', 0) Prior to https://github.com/ruby/net-http/pull/180, this caused a number of `TestNetHTTP*` tests to fail, as seen in these Debian bugs: https://bugs.debian.org/1069399 (Ruby 3.1) https://bugs.debian.org/1064685 (Ruby 3.2) https://bugs.debian.org/1077462 (Ruby 3.3) It's easy enough to deduplicate these. |
Colin Watson <cjwatson@debian.org> | no | 2024-08-26 |