Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
cifs.patch | Added 2 cifs helpers to request-key.conf For CIFS DFS support |
Marcus Meissner <meissner@suse.de> | not-needed | 2014-05-18 | ||
cflags.patch | Avoid setting Intel Architecture specific CFLAGS | Nobuhiro Iwamatsu <iwamatsu@debian.org> | not-needed | debian | 2014-05-18 | |
hardening.patch | 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. |
Simon Ruderich <simon@ruderich.org> | not-needed | debian | 2014-05-18 | |
Debian-specific-kernel-feature-tests.patch | 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 |
Christian Kastner <ckk@debian.org> | not-needed | 2019-02-20 | ||
Make-build-reproducible.patch | Make build reproducible Make the build reproducible by making it possible to set the build date, instead of embedding the current date. |
Christian Kastner <ckk@kvr.at> | not-needed | 2015-10-07 | ||
endianness-and-PIE.patch | fix regexp match against `file /proc/$$/exe` for -fPIE bash Now that bash is built with PIE enabled, keyutils' check for endianness fails because file no longer returns "executable", but instead returns "shared object" for file << 5.33 and "pie executable" for file >= 5.33. |
Steve Langasek <steve.langasek@ubuntu.com> | no | 2020-02-09 | ||
pkg-config-install-tweaks.patch | pkg-config install tweaks | Christian Kastner <ckk@debian.org> | invalid | 2019-02-09 | ||
man-page-fixes.patch | man page fixes | Christian Kastner <ckk@debian.org> | invalid | 2019-02-09 | ||
Tests-for-KEYCTL_MOVE-require-kernel-5.3-or-above.patch | Tests for KEYCTL_MOVE require kernel 5.3 or above | Christian Kastner <ckk@kvr.at> | no | 2020-02-10 |