Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Fix-truncation-warnings-with-gcc7.patch | Fix truncation warnings with gcc7 This patch was originally created by Johannes Brandsttter <jbrandst@2ds.eu> see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853451 |
Roland Fehrenbacher <rf@q-leap.de> | no | 2017-12-28 | ||
0002-Include-sys-sysmacros.h-to-avoid-warning-about-minor.patch | Include <sys/sysmacros.h> to avoid warning about minor ipath_proto.c: In function ipath_userinit: ipath_proto.c:539:13: error: In the GNU C Library, "minor" is defined by <sys/sysmacros.h>. For historical compatibility, it is currently defined by <sys/types.h> as well, but we plan to remove this soon. To use "minor", include <sys/sysmacros.h> directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including <sys/types.h>. [-Werror] spctrl->spc_dev.spd_type = minor(st.st_rdev); |
Roland Fehrenbacher <rf@q-leap.de> | no | 2017-12-29 | ||
0003-gcc8.patch | Fix build with gcc 8 - psm_utils.c: reserve enough memory for both input strings and the fixed part - psm_ep.c: e has sufficient space to copy including the NULL terminator, which fixes a warning about truncation of the input string |
Reiner Herrmann <reiner@reiner-h.de> | no | debian | ||
0004-gcc-11-warning.patch | Disable warning in the cmpxchgl wrapper | Christoph Biedl <debian.axhn@manchmal.in-ulm.de> | no | debian | no # upstream is dead | 2022-10-16 |
use-the-build-date-from-source_date_epoc.patch | Use the build date from SOURCE_DATE_EPOCH if set, falling back to current time. (Closes: #990862) https://reproducible-builds.org/docs/source-date-epoch/ |
Vagrant Cascadian <vagrant@reproducible-builds.org> | no | 2021-07-09 |