Package: libcap2 / 1:2.75-10
Metadata
Package | Version | Patches format |
---|---|---|
libcap2 | 1:2.75-10 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Hide private symbols.patch | (download) |
libcap/cap_names.header |
2 1 + 1 - 0 ! |
hide private symbols Hide a symbol which is clearly meant to be private. This resolves a FTBFS in combination with the new build dependency gperf. Closes: #793311 Closes: #869588 Bug-Debian: https://bugs.debian.org/793311 Bug-Debian: https://bugs.debian.org/869588 |
Filter out PIE flags when building shared objects.patch | (download) |
libcap/Makefile |
4 4 + 0 - 0 ! |
filter out pie flags when building shared objects Filter out -pie, -fpie, and -fPIE when building the shared library and the PAM module. This way, hardening=+all can be used unconditionally in debian/rules. |
Skip git if not installed.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
skip git if not installed This is only used during the clean stage. For a typical Debian package build, git will not be installed. Bug-Debian: https://bugs.debian.org/1046986 |
Glibc needs a constant to be defined for puts to work.patch | (download) |
libcap/execable.h |
11 11 + 0 - 0 ! |
glibc needs a constant to be defined for puts() to work. See https://bugzilla.kernel.org/show_bug.cgi?id=219880 Signed-off-by: Andrew G. Morgan <morgan@kernel.org> |
Add support for some less mainstream architectures.patch | (download) |
psx/psx_calls.c |
3 2 + 1 - 0 ! |
add support for some less mainstream architectures. These (__alpha__, __hppa__, __sh__) don't have the SA_RESTORER complication, so hopefully can "just work". I'm relying on Debian's build servers to confirm. See: https://bugzilla.kernel.org/show_bug.cgi?id=219915 Signed-off-by: Andrew G. Morgan <morgan@kernel.org> |
Extend support further to __m68k__ and possibly __sparc__.patch | (download) |
psx/psx_calls.c |
19 11 + 8 - 0 ! |
extend support further to __m68k__ and possibly __sparc__. This may include a needed fix for __sh__ too. I don't have any test machines for this, so this code change is untested, and based solely on reading kernel etc. sources. Signed-off-by: Andrew G. Morgan <morgan@kernel.org> |
Be more systematic using the kernel signal handler APIs.patch | (download) |
psx/psx_calls.c |
37 29 + 8 - 0 ! |
be more systematic using the kernel signal handler apis. Each architecture seems to have its own nuance. Found a way to get the kernel header compilation to confirm what sigaction |