Package: yubihsm-shell / 2.7.0-3

Metadata

Package Version Patches format
yubihsm-shell 2.7.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove _FORTIFY_SOURCE.patch | (download)

cmake/SecurityFlags.cmake | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove redefinition of _fortify_source

Starting with Ubuntu 24.04, _FORTIFY_SOURCE=3 is a default flag and is
known to provide better mitigation than _FORTIFY_SOURCE=2.  This patch
also removes the -O2 flag, since -O3 is now the default on Ubuntu.

On Debian, these are already passed via dpkg-buildflags.

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/yubihsm-shell/+bug/2089705
shared libraries no pie.patch | (download)

cmake/SecurityFlags.cmake | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't build shared libraries with -pie

Bug-Debian: https://bugs.debian.org/1113655