summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-26 09:30:08 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-26 09:30:08 +0100
commit1c2484e95c5d44a2da4f2ba31c962c14de9cf17d (patch)
treeb11031a33ac2d164a6c000ed8fb3a10212a9981a
parentca7732f650eb5cd6e5c8178fb483ee25271cdb15 (diff)
Fix file name for local IANA PEN database
-rw-r--r--debian/changelog8
-rw-r--r--debian/patches/0110-unpdate_IANA_URL.patch13
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index aed4a04..7cb71f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ipmitool (1.8.19-3) UNRELEASED; urgency=medium
+
+ * debian/patches/0110-unpdate_IANA_URL.patch:
+ - Fix file name for local IANA PEN database (Closes: #1023312).
+ Thanks to Elimar Riesebieter <riesebie@lxtec.de>.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Mon, 26 Dec 2022 08:45:15 +0100
+
ipmitool (1.8.19-2) unstable; urgency=medium
* New debian/patches/0110-unpdate_IANA_URL.patch (Closes: #1023312):
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)
+ {