All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 3/3] package/mpd: update to version 0.22.11
@ 2021-09-15  5:28 Andreas Ziegler
  2021-09-18 15:33 ` Yann E. MORIN
  2021-09-20  6:30 ` [Buildroot] [PATCH v2 1/1] " Andreas Ziegler
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Ziegler @ 2021-09-15  5:28 UTC (permalink / raw)
  To: buildroot; +Cc: Andreas Ziegler, Jörg Krause

mpd 0.22.10 terminates with segmentation fault on graphical clients while retrieving album information. This bug was fixed in version 0.22.11

Tested on x86_64 using M.A.L.P. Android client

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

diff --git a/package/mpd/mpd.hash b/package/mpd/mpd.hash
index 3847fc6724..2501be65de 100644
--- a/package/mpd/mpd.hash
+++ b/package/mpd/mpd.hash
@@ -1,3 +1,3 @@
 # Locally calculated after checking pgp signature
-sha256  07c82535e9999c3d4a099d8e652c88724635125b3c9f265ba9b6f2974ff9e614  mpd-0.22.10.tar.xz
+sha256  143f7f34aaee6e87888f3dd35d49aade6656052651b960ca42b46cbb518ca0a0  mpd-0.22.11.tar.xz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index 62e31860c0..fe6b8d539b 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 MPD_VERSION_MAJOR = 0.22
-MPD_VERSION = $(MPD_VERSION_MAJOR).10
+MPD_VERSION = $(MPD_VERSION_MAJOR).11
 MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
 MPD_SITE = http://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
 MPD_DEPENDENCIES = host-pkgconf boost
-- 
2.25.1

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

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

end of thread, other threads:[~2021-09-22 21:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15  5:28 [Buildroot] [PATCH 3/3] package/mpd: update to version 0.22.11 Andreas Ziegler
2021-09-18 15:33 ` Yann E. MORIN
2021-09-20  6:27   ` Andreas Ziegler
2021-09-20  6:30 ` [Buildroot] [PATCH v2 1/1] " Andreas Ziegler
2021-09-22 21:28   ` Arnout Vandecappelle

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.