0002-Fix-enterprise-numbers-URL.patch 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. From 1edb0e27e44196d1ebe449aba0b9be22d376bcb6 Mon Sep 17 00:00:00 2001
  2. From: Alexander Amelkin <alexander@amelkin.msk.ru>
  3. Date: Tue, 22 Nov 2022 13:55:33 +0300
  4. Subject: [PATCH] Fix enterprise-numbers URL
  5. IANA has changed their URL scheme, and the content at the old URL for
  6. enterprise-numbers switched from text/plain to text/html.
  7. Fix Makefile.am to use the new URL
  8. Resolves ipmitool/ipmitool#377
  9. Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
  10. [vfazio: backport from upstream 1edb0e27e44196d1ebe449aba0b9be22d376bcb6]
  11. Signed-off-by: Vincent Fazio <vfazio@gmail.com>
  12. ---
  13. Makefile.am | 2 +-
  14. 1 file changed, 1 insertion(+), 1 deletion(-)
  15. diff --git a/Makefile.am b/Makefile.am
  16. index ce3267f..3182a52 100644
  17. --- a/Makefile.am
  18. +++ b/Makefile.am
  19. @@ -41,7 +41,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \
  20. $(distdir).tar.gz $(distdir).tar.bz2
  21. SUBDIRS = lib src include doc contrib control
  22. -IANA_PEN = http://www.iana.org/assignments/enterprise-numbers
  23. +IANA_PEN = http://www.iana.org/assignments/enterprise-numbers.txt
  24. dist-hook:
  25. cp control/ipmitool.spec $(distdir)
  26. --
  27. 2.25.1