Package: qrisk2 / 0.1.20150729-7

Metadata

Package Version Patches format
qrisk2 0.1.20150729-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hardening flags.patch | (download)

Makefile | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 allow hardening flags to be used
build_on_non linux_systems.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 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 !
1 file changed, 1 insertion(+), 5 deletions(-)

 do not hardcode location of libc headers


glibc 2.38.patch | (download)

c/utils.c | 8 0 + 8 - 0 !
include/clinrisk/utils.h | 3 0 + 3 - 0 !
2 files changed, 11 deletions(-)

 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.