Debian Patches
Status for openhpi/3.8.0-2.3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
makefile_3.8.0.patch | New makefile patch for 3.8.0 | no | ||||
no-md2.patch | Fix FTBFS with OpenSSL 1.1 by honouring OPENSSL_NO_MD2 | Adrian Bunk <bunk@debian.org> | no | debian | ||
cross_899198.patch | fix cross compilation The OH_SET_SIZES macro relies on the usual autoconf sizeof cache variables during cross compilation, but it never ensure that they are initialized. pkg-config must be called with $ac_tool_prefix and PKG_PROG_PKG_CONFIG takes care of that. Setting PKG_CONFIG_PATH breaks the pkg-config-cross-wrapper. Don't do that. |
Helmut Grohne <helmut@subdivi.de> | no | |||
ipmi_899152.patch | The openipmi package made backward imcompatible changes. This patch fixes the effects in openhpi ipmi plugin by changing selector_t to struct selector_s |
no | ||||
avoid-int-from-ptr-conv.patch | C type error in the ov_rest plugin NULL can have a pointer type, and converting pointers to integers without a cast is not valid C. Compilers are beginning to treat this an error, leading to a build failure. |
Florian Weimer <fweimer@redhat.com> | yes | vendor, https://src.fedoraproject.org/rpms/openhpi/c/a30cd1a2775c545501f22038c893cca6bf4883b0 | 2024-01-05 |