Debian Patches

Status for nmrpflash/0.9.14-16-ge95526d-4

Patch Description Author Forwarded Bugs Origin Last update
spelling.patch small typo in help text successfull → successful Damyan Ivanov <dmn@debian.org> yes
init-intf_addr.patch avoid possible use of uninitialized intf_addr in nmrp_do() Silences a warning by gcc:
.
nmrp.c:462:7: warning: ‘intf_addr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
462 | if (ethsock_ip_add(sock, intf_addr, ipmask.s_addr, &ip_undo) != 0) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Damyan Ivanov <dmn@debian.org> yes
standalone-version.patch When building nmrpflash for Debian, there is no 'git' command available, and
there is no '.git' directory either. This makes the build emit warnings from
the $(shell) calls in VERSION variable in the Makefile and breaks the '-V'
option.
.
The change in this patch accounts for missing 'git' command and resorts to
using a STANDALONE_VERSION environment variable which in turn is provided by
the package build mechanics.
.
This change has no effect when git command and the '.git' directory are
available.
https://github.com/jclehner/nmrpflash/pull/35
Damyan Ivanov <dmn@debian.org> no
cross-pkg-config.patch improve cross-building by honoring PKG_CONFIG from env Helmut Grohne yes debian upstream

All known versions for source package 'nmrpflash'

Links