Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ipmitool: fix broken IANA PEN registry URL
@ 2023-01-15 19:17 Vincent Fazio
  2023-01-16 21:26 ` Yann E. MORIN
  2023-01-29 21:01 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Fazio @ 2023-01-15 19:17 UTC (permalink / raw)
  To: buildroot
  Cc: Vincent Fazio, Floris Bos, Thomas Petazzoni, Heiko Thiery,
	Yann E . MORIN, Vincent Fazio

From: Vincent Fazio <vfazio@gmail.com>

Backport the upstream fix for the IANA Private Enterprise Numbers
registry URL so the correct file gets downloaded and installed.

Signed-off-by: Vincent Fazio <vfazio@gmail.com>
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
---
 .../0002-Fix-enterprise-numbers-URL.patch     | 36 +++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 package/ipmitool/0002-Fix-enterprise-numbers-URL.patch

diff --git a/package/ipmitool/0002-Fix-enterprise-numbers-URL.patch b/package/ipmitool/0002-Fix-enterprise-numbers-URL.patch
new file mode 100644
index 0000000000..07cdbd4527
--- /dev/null
+++ b/package/ipmitool/0002-Fix-enterprise-numbers-URL.patch
@@ -0,0 +1,36 @@
+From 1edb0e27e44196d1ebe449aba0b9be22d376bcb6 Mon Sep 17 00:00:00 2001
+From: Alexander Amelkin <alexander@amelkin.msk.ru>
+Date: Tue, 22 Nov 2022 13:55:33 +0300
+Subject: [PATCH] Fix enterprise-numbers URL
+
+IANA has changed their URL scheme, and the content at the old URL for
+enterprise-numbers switched from text/plain to text/html.
+
+Fix Makefile.am to use the new URL
+
+Resolves ipmitool/ipmitool#377
+
+Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
+
+[vfazio: backport from upstream 1edb0e27e44196d1ebe449aba0b9be22d376bcb6]
+Signed-off-by: Vincent Fazio <vfazio@gmail.com>
+---
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index ce3267f..3182a52 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -41,7 +41,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \
+ 	$(distdir).tar.gz $(distdir).tar.bz2
+ 
+ SUBDIRS = lib src include doc contrib control
+-IANA_PEN = http://www.iana.org/assignments/enterprise-numbers
++IANA_PEN = http://www.iana.org/assignments/enterprise-numbers.txt
+ 
+ dist-hook:
+ 	cp control/ipmitool.spec $(distdir)
+-- 
+2.25.1
+
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/ipmitool: fix broken IANA PEN registry URL
  2023-01-15 19:17 [Buildroot] [PATCH 1/1] package/ipmitool: fix broken IANA PEN registry URL Vincent Fazio
@ 2023-01-16 21:26 ` Yann E. MORIN
  2023-01-29 21:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-01-16 21:26 UTC (permalink / raw)
  To: Vincent Fazio
  Cc: Floris Bos, Heiko Thiery, Vincent Fazio, Thomas Petazzoni,
	buildroot

Vincent, All,

On 2023-01-15 13:17 -0600, Vincent Fazio spake thusly:
> From: Vincent Fazio <vfazio@gmail.com>
> 
> Backport the upstream fix for the IANA Private Enterprise Numbers
> registry URL so the correct file gets downloaded and installed.
> 
> Signed-off-by: Vincent Fazio <vfazio@gmail.com>
> Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  .../0002-Fix-enterprise-numbers-URL.patch     | 36 +++++++++++++++++++
>  1 file changed, 36 insertions(+)
>  create mode 100644 package/ipmitool/0002-Fix-enterprise-numbers-URL.patch
> 
> diff --git a/package/ipmitool/0002-Fix-enterprise-numbers-URL.patch b/package/ipmitool/0002-Fix-enterprise-numbers-URL.patch
> new file mode 100644
> index 0000000000..07cdbd4527
> --- /dev/null
> +++ b/package/ipmitool/0002-Fix-enterprise-numbers-URL.patch
> @@ -0,0 +1,36 @@
> +From 1edb0e27e44196d1ebe449aba0b9be22d376bcb6 Mon Sep 17 00:00:00 2001
> +From: Alexander Amelkin <alexander@amelkin.msk.ru>
> +Date: Tue, 22 Nov 2022 13:55:33 +0300
> +Subject: [PATCH] Fix enterprise-numbers URL
> +
> +IANA has changed their URL scheme, and the content at the old URL for
> +enterprise-numbers switched from text/plain to text/html.
> +
> +Fix Makefile.am to use the new URL
> +
> +Resolves ipmitool/ipmitool#377
> +
> +Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
> +
> +[vfazio: backport from upstream 1edb0e27e44196d1ebe449aba0b9be22d376bcb6]
> +Signed-off-by: Vincent Fazio <vfazio@gmail.com>
> +---
> + Makefile.am | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/Makefile.am b/Makefile.am
> +index ce3267f..3182a52 100644
> +--- a/Makefile.am
> ++++ b/Makefile.am
> +@@ -41,7 +41,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \
> + 	$(distdir).tar.gz $(distdir).tar.bz2
> + 
> + SUBDIRS = lib src include doc contrib control
> +-IANA_PEN = http://www.iana.org/assignments/enterprise-numbers
> ++IANA_PEN = http://www.iana.org/assignments/enterprise-numbers.txt
> + 
> + dist-hook:
> + 	cp control/ipmitool.spec $(distdir)
> +-- 
> +2.25.1
> +
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/ipmitool: fix broken IANA PEN registry URL
  2023-01-15 19:17 [Buildroot] [PATCH 1/1] package/ipmitool: fix broken IANA PEN registry URL Vincent Fazio
  2023-01-16 21:26 ` Yann E. MORIN
@ 2023-01-29 21:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-01-29 21:01 UTC (permalink / raw)
  To: Vincent Fazio
  Cc: Floris Bos, Thomas Petazzoni, buildroot, Heiko Thiery,
	Yann E . MORIN, Vincent Fazio

>>>>> "Vincent" == Vincent Fazio <vfazio@xes-inc.com> writes:

 > From: Vincent Fazio <vfazio@gmail.com>
 > Backport the upstream fix for the IANA Private Enterprise Numbers
 > registry URL so the correct file gets downloaded and installed.

 > Signed-off-by: Vincent Fazio <vfazio@gmail.com>
 > Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>

Committed to 2022.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-29 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-15 19:17 [Buildroot] [PATCH 1/1] package/ipmitool: fix broken IANA PEN registry URL Vincent Fazio
2023-01-16 21:26 ` Yann E. MORIN
2023-01-29 21:01 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox