Package: qrisk2 / 0.1.20150729-7
Metadata
Package | Version | Patches format |
---|---|---|
qrisk2 | 0.1.20150729-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
hardening flags.patch | (download) |
Makefile |
8 4 + 4 - 0 ! |
allow hardening flags to be used |
build_on_non linux_systems.patch | (download) |
Makefile |
6 3 + 3 - 0 ! |
qrisk2 currently ftbfs on !linux archs because its makefile hardcodes a dependency on /usr/include/linux/string.h. This patch enables build also on non-Linux systems |
multiarch libc.patch | (download) |
Makefile |
6 1 + 5 - 0 ! |
do not hardcode location of libc headers |
glibc 2.38.patch | (download) |
c/utils.c |
8 0 + 8 - 0 ! |
port to glibc 2.38. The code includes a definition of strlcat that has been introduced in glibc version 2.38. This definition is clashing with the glibc. This change plainly erases the definition from upstream source code. . The change would be improved by better detection of the libc level in use. |
1