pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/musicpd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 21:32:04 UTC 2019

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
musicpd: update to 0.21.8.

ver 0.21.8 (2019/04/23)
* input
  - smbclient: download to buffer instead of throttling transfer
* output
  - httpd: add missing mutex lock
  - httpd: fix use-after-free bug
* playlist
  - soundcloud: fix "Unsupported URI scheme" (0.21.6 regression)
* fix Bonjour bug
* fix build failure with GCC 9
* fix build failure with -Ddatabase=false
* systemd: add user socket unit
* doc: "list file" is deprecated


To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.184 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.97 -r1.98 pkgsrc/audio/musicpd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/musicpd/Makefile
diff -u pkgsrc/audio/musicpd/Makefile:1.183 pkgsrc/audio/musicpd/Makefile:1.184
--- pkgsrc/audio/musicpd/Makefile:1.183 Sun Apr  7 21:36:25 2019
+++ pkgsrc/audio/musicpd/Makefile       Tue Apr 30 21:32:04 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.183 2019/04/07 21:36:25 wiz Exp $
+# $NetBSD: Makefile,v 1.184 2019/04/30 21:32:04 wiz Exp $
 
-DISTNAME=              mpd-0.21.7
+DISTNAME=              mpd-0.21.8
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
 CATEGORIES=            audio
 MASTER_SITES=          http://www.musicpd.org/download/mpd/0.21/

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.97 pkgsrc/audio/musicpd/distinfo:1.98
--- pkgsrc/audio/musicpd/distinfo:1.97  Sun Apr  7 21:36:25 2019
+++ pkgsrc/audio/musicpd/distinfo       Tue Apr 30 21:32:04 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.97 2019/04/07 21:36:25 wiz Exp $
+$NetBSD: distinfo,v 1.98 2019/04/30 21:32:04 wiz Exp $
 
-SHA1 (mpd-0.21.7.tar.xz) = c5509cb97305f88ed4e01711d1ee79621f27ed77
-RMD160 (mpd-0.21.7.tar.xz) = f5df458aa4127e7da13ddd3f915903d424fccc29
-SHA512 (mpd-0.21.7.tar.xz) = a6e8848c851ca464cfd26284d6479d561f127bc102128e8a41274bc1d62d87a3720843ff1922b5b64b33280217a6036b512f7aa0ce7d7f6b90cbed9fe787c5ca
-Size (mpd-0.21.7.tar.xz) = 670268 bytes
+SHA1 (mpd-0.21.8.tar.xz) = ad342cc5bcffea33e26286d6bc3fee4506f1de82
+RMD160 (mpd-0.21.8.tar.xz) = fd34e49e118f7f281c38e3817b2756bb05d180e8
+SHA512 (mpd-0.21.8.tar.xz) = 034f1cfe431ce163ed808660bee90c2a63926fcc95ab22f55fd566f24c126878fe0fd6521f3008612ea5dca7b448cc5e5d895e0b0156c768bf632674ea982901
+Size (mpd-0.21.8.tar.xz) = 670508 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6



Home | Main Index | Thread Index | Old Index