Debian Patches
Status for nethogs/0.8.8-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
10-meson-fix-library-name.patch | [PATCH] meson: fix library name | CAB233 <yidaduizuoye@outlook.com> | no | upstream, https://github.com/raboof/nethogs/commit/ba25a64dcd35f4a58c4d397160e90560e9851c79 | 2025-03-23 | |
30-skip-tests-at-dh-build.patch | POC skip tests at dh_auto_build=================================================================== | Samuel Henrique <samueloph@debian.org> | not-needed | 2021-12-25 | ||
40-Add-flags-to-CPPFLAGS-and-LDFLAGS.patch | Add security flags to LDFLAGS for Linux. Include $(CPPFLAGS) for devices.cpp and libnethogs.cpp. | Matheus Polkorny <mpolkorny@gmail.com> | yes | 2025-03-26 | ||
50-Add-MAJOR_VERSION-to-lib.patch | Update MakeLib.mk to set SONAME using MAJOR_VERSION The shared library file’s full name (which usually contains additional version information not needed in the SONAME) is therefore normally not referenced directly. Instead, the shared library is loaded by its SONAME, which exists on the file system as a symlink pointing to the full name of the shared library. It helps ensure compatibility and proper linking behavior when other programs use the library. |
Matheus Polkorny <mpolkorny@gmail.com> | yes | 2025-04-09 | ||
60-Allow-overriding-VERSION.patch | Allow overriding VERSION from environment Use ?= instead of := when setting VERSION in the Makefile. This lets pass VERSION from debian/rules without needing to modify the file during build. |
Matheus Polkorny <mpolkorny@gmail.com> | yes |