summaryrefslogtreecommitdiff
path: root/debian/patches/0110-unpdate_IANA_URL.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-28 18:01:27 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-28 18:01:27 +0100
commit219e0462a6b785ff58607dc0c41a0cf4dcc296fc (patch)
tree9a6ac18504b24cf3db787b14b4189c1cc97e63ae /debian/patches/0110-unpdate_IANA_URL.patch
parent34e5546917ed72765ae1f464c8bf71558d32409a (diff)
parent438ce37d28b4a0ad25eefa5bb88fbadb46fd77b1 (diff)
Merge branch 'release/debian/1.8.19-3'debian/1.8.19-3
Diffstat (limited to 'debian/patches/0110-unpdate_IANA_URL.patch')
-rw-r--r--debian/patches/0110-unpdate_IANA_URL.patch13
1 files changed, 13 insertions, 0 deletions
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)
+ {