All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libnpupnp: update version to 4.2.2
@ 2022-04-24  9:09 Andreas Ziegler
  2022-04-24  9:32 ` [Buildroot] [PATCH v2 " Andreas Ziegler
  2022-04-24 14:24 ` [Buildroot] [PATCH " Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Ziegler @ 2022-04-24  9:09 UTC (permalink / raw)
  To: buildroot; +Cc: Andreas Ziegler, Fabrice Fontaine

Bugfix release for:
http://autobuild.buildroot.net/results/a87/a8754431aad8808ae2d67e32d4a7973b00eda1c1/

Technical discussion:
https://github.com/MusicPlayerDaemon/MPD/pull/1513

Signed-off-by: Andreas Ziegler <br015@umbiko.net>
---
 package/libnpupnp/libnpupnp.hash | 2 +-
 package/libnpupnp/libnpupnp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libnpupnp/libnpupnp.hash b/package/libnpupnp/libnpupnp.hash
index 276bf93c99..79c2bbdc26 100644
--- a/package/libnpupnp/libnpupnp.hash
+++ b/package/libnpupnp/libnpupnp.hash
@@ -1,5 +1,5 @@
 # Hash from: http://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-4.2.1.tar.gz.sha256
-sha256  e0e59eb2d3d024e827050428e0e7eb228355912a38c85eb30bfeb2f0926eca4c  libnpupnp-4.2.1.tar.gz
+sha256  cb3968773d30e2bfc765547df514fdc8927b9a37ecccca2e260ee8b612e756bc  libnpupnp-4.2.2.tar.gz
 
 # Hash for license file:
 sha256  c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3  COPYING
diff --git a/package/libnpupnp/libnpupnp.mk b/package/libnpupnp/libnpupnp.mk
index 09bfa34b87..d7192ec3f1 100644
--- a/package/libnpupnp/libnpupnp.mk
+++ b/package/libnpupnp/libnpupnp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNPUPNP_VERSION = 4.2.1
+LIBNPUPNP_VERSION = 4.2.2
 LIBNPUPNP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
 LIBNPUPNP_LICENSE = BSD-3-Clause
 LIBNPUPNP_LICENSE_FILES = COPYING
-- 
2.34.1

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

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

* [Buildroot] [PATCH v2 1/1] package/libnpupnp: update version to 4.2.2
  2022-04-24  9:09 [Buildroot] [PATCH 1/1] package/libnpupnp: update version to 4.2.2 Andreas Ziegler
@ 2022-04-24  9:32 ` Andreas Ziegler
  2022-05-26 20:06   ` Peter Korsgaard
  2022-04-24 14:24 ` [Buildroot] [PATCH " Yann E. MORIN
  1 sibling, 1 reply; 4+ messages in thread
From: Andreas Ziegler @ 2022-04-24  9:32 UTC (permalink / raw)
  To: buildroot; +Cc: Andreas Ziegler, Fabrice Fontaine

Bugfix release for:
http://autobuild.buildroot.net/results/a87/a8754431aad8808ae2d67e32d4a7973b00eda1c1/

Technical discussion:
https://github.com/MusicPlayerDaemon/MPD/pull/1513

Signed-off-by: Andreas Ziegler <br015@umbiko.net>
---
Changes v1 -> v2: version number in comment

 package/libnpupnp/libnpupnp.hash | 4 ++--
 package/libnpupnp/libnpupnp.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libnpupnp/libnpupnp.hash b/package/libnpupnp/libnpupnp.hash
index 276bf93c99..15ee26c6d2 100644
--- a/package/libnpupnp/libnpupnp.hash
+++ b/package/libnpupnp/libnpupnp.hash
@@ -1,5 +1,5 @@
-# Hash from: http://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-4.2.1.tar.gz.sha256
-sha256  e0e59eb2d3d024e827050428e0e7eb228355912a38c85eb30bfeb2f0926eca4c  libnpupnp-4.2.1.tar.gz
+# Hash from: http://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-4.2.2.tar.gz.sha256
+sha256  cb3968773d30e2bfc765547df514fdc8927b9a37ecccca2e260ee8b612e756bc  libnpupnp-4.2.2.tar.gz
 
 # Hash for license file:
 sha256  c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3  COPYING
diff --git a/package/libnpupnp/libnpupnp.mk b/package/libnpupnp/libnpupnp.mk
index 09bfa34b87..d7192ec3f1 100644
--- a/package/libnpupnp/libnpupnp.mk
+++ b/package/libnpupnp/libnpupnp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNPUPNP_VERSION = 4.2.1
+LIBNPUPNP_VERSION = 4.2.2
 LIBNPUPNP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
 LIBNPUPNP_LICENSE = BSD-3-Clause
 LIBNPUPNP_LICENSE_FILES = COPYING
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/libnpupnp: update version to 4.2.2
  2022-04-24  9:09 [Buildroot] [PATCH 1/1] package/libnpupnp: update version to 4.2.2 Andreas Ziegler
  2022-04-24  9:32 ` [Buildroot] [PATCH v2 " Andreas Ziegler
@ 2022-04-24 14:24 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2022-04-24 14:24 UTC (permalink / raw)
  To: Andreas Ziegler; +Cc: Fabrice Fontaine, buildroot

Andreas, All,

On 2022-04-24 11:09 +0200, Andreas Ziegler spake thusly:
> Bugfix release for:
> http://autobuild.buildroot.net/results/a87/a8754431aad8808ae2d67e32d4a7973b00eda1c1/
> 
> Technical discussion:
> https://github.com/MusicPlayerDaemon/MPD/pull/1513
> 
> Signed-off-by: Andreas Ziegler <br015@umbiko.net>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libnpupnp/libnpupnp.hash | 2 +-
>  package/libnpupnp/libnpupnp.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libnpupnp/libnpupnp.hash b/package/libnpupnp/libnpupnp.hash
> index 276bf93c99..79c2bbdc26 100644
> --- a/package/libnpupnp/libnpupnp.hash
> +++ b/package/libnpupnp/libnpupnp.hash
> @@ -1,5 +1,5 @@
>  # Hash from: http://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-4.2.1.tar.gz.sha256
> -sha256  e0e59eb2d3d024e827050428e0e7eb228355912a38c85eb30bfeb2f0926eca4c  libnpupnp-4.2.1.tar.gz
> +sha256  cb3968773d30e2bfc765547df514fdc8927b9a37ecccca2e260ee8b612e756bc  libnpupnp-4.2.2.tar.gz
>  
>  # Hash for license file:
>  sha256  c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3  COPYING
> diff --git a/package/libnpupnp/libnpupnp.mk b/package/libnpupnp/libnpupnp.mk
> index 09bfa34b87..d7192ec3f1 100644
> --- a/package/libnpupnp/libnpupnp.mk
> +++ b/package/libnpupnp/libnpupnp.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBNPUPNP_VERSION = 4.2.1
> +LIBNPUPNP_VERSION = 4.2.2
>  LIBNPUPNP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
>  LIBNPUPNP_LICENSE = BSD-3-Clause
>  LIBNPUPNP_LICENSE_FILES = COPYING
> -- 
> 2.34.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] 4+ messages in thread

* Re: [Buildroot] [PATCH v2 1/1] package/libnpupnp: update version to 4.2.2
  2022-04-24  9:32 ` [Buildroot] [PATCH v2 " Andreas Ziegler
@ 2022-05-26 20:06   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-05-26 20:06 UTC (permalink / raw)
  To: Andreas Ziegler; +Cc: Fabrice Fontaine, buildroot

>>>>> "Andreas" == Andreas Ziegler <br015@umbiko.net> writes:

 > Bugfix release for:
 > http://autobuild.buildroot.net/results/a87/a8754431aad8808ae2d67e32d4a7973b00eda1c1/

 > Technical discussion:
 > https://github.com/MusicPlayerDaemon/MPD/pull/1513

 > Signed-off-by: Andreas Ziegler <br015@umbiko.net>
 > ---
 > Changes v1 -> v2: version number in comment

Committed to 2022.02.x, thanks.

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

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

end of thread, other threads:[~2022-05-26 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24  9:09 [Buildroot] [PATCH 1/1] package/libnpupnp: update version to 4.2.2 Andreas Ziegler
2022-04-24  9:32 ` [Buildroot] [PATCH v2 " Andreas Ziegler
2022-05-26 20:06   ` Peter Korsgaard
2022-04-24 14:24 ` [Buildroot] [PATCH " Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.