From 1c2484e95c5d44a2da4f2ba31c962c14de9cf17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Dec 2022 09:30:08 +0100 Subject: Fix file name for local IANA PEN database --- debian/patches/0110-unpdate_IANA_URL.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'debian/patches/0110-unpdate_IANA_URL.patch') diff --git a/debian/patches/0110-unpdate_IANA_URL.patch b/debian/patches/0110-unpdate_IANA_URL.patch index 2f53e5c..b83b0ba 100644 --- a/debian/patches/0110-unpdate_IANA_URL.patch +++ b/debian/patches/0110-unpdate_IANA_URL.patch @@ -21,3 +21,16 @@ Index: trunk/Makefile.am dist-hook: cp control/ipmitool.spec $(distdir) +Index: trunk/lib/ipmi_strings.c +=================================================================== +--- trunk.orig/lib/ipmi_strings.c ++++ trunk/lib/ipmi_strings.c +@@ -1489,7 +1489,7 @@ size_t count_bytes(const char *s, unsign + * That is, IANA PEN at position 0, enterprise name at position 2. + */ + #define IANA_NAME_OFFSET 2 +-#define IANA_PEN_REGISTRY "enterprise-numbers" ++#define IANA_PEN_REGISTRY "enterprise-numbers.txt" + static + int oem_info_list_load(oem_valstr_list_t **list) + { -- cgit v1.2.3