Package: keyutils / 1.6.3-2
Metadata
Package | Version | Patches format |
---|---|---|
keyutils | 1.6.3-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
cflags.patch | (download) |
Makefile |
2 0 2 - 0 ! |
avoid setting intel architecture specific cflags Bug-Debian: http://bugs.debian.org/638925 |
hardening.patch | (download) |
Makefile |
14 9 5 - 0 ! |
use build flags from environment (dpkg-buildflags) Necessary for hardening flags. Also strip -pie/-fPIE from CFLAGS/LDFLAGS when used to link libraries. It conflicts with -fPIC. Bug-Debian: http://bugs.debian.org/661393 |
Debian specific kernel feature tests.patch | (download) |
tests/keyctl/padd/useradd/runtest.sh |
5 1 4 - 0 ! |
debian-specific kernel feature tests Upstream assumes features based on the kernel version, but some of these features aren't available in the Debian kernel, or were only enabled at a later point. Also, the release number comparison used by upstream breaks with sid's non-numeric release number of "unstable". This adjust the feature tests to reflect Debian's kernels: * Drop $OSRELEASE tests * Drop ancient RedHat-specific test * Debian's kernel generally lacks CONFIG_BIG_KEYS * Debian's kernel has CONFIG_KEY_DH_OPERATIONS since 4.19~exp1 |
Make build reproducible.patch | (download) |
Makefile |
3 2 1 - 0 ! |
make build reproducible Make the build reproducible by making it possible to set the build date, instead of embedding the current date. |
pkg config install tweaks.patch | (download) |
Makefile |
2 1 1 - 0 ! |
pkg-config install tweaks |
man page fixes.patch | (download) |
man/request-key.8 |
2 1 1 - 0 ! |
man page fixes |
Tests for KEYCTL_MOVE require kernel 5.3 or above.patch | (download) |
tests/keyctl/move/bad-args/runtest.sh |
6 6 0 - 0 ! |
tests for keyctl_move require kernel 5.3 or above |
Mark test requiring root as such.patch | (download) |
tests/features/builtin_trusted/runtest.sh |
5 5 0 - 0 ! |
mark test requiring root as such |