pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libmpdclient



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr  4 13:12:42 UTC 2017

Modified Files:
        pkgsrc/audio/libmpdclient: Makefile PLIST distinfo
Removed Files:
        pkgsrc/audio/libmpdclient/patches: patch-src_resolver.c

Log Message:
Updated libmpdclient to 2.11.

libmpdclient 2.11 (2017/03/20)
* fix heap corruption with mpd_connection_new_async()
* add space before "window" search argument
* detect getaddrinfo() at configure time
* add support for ArtistSort and AlbumArtistSort tags
* support MPD protocol 0.21
  - audio format specifications "dsd64" etc.
  - the "sort" parameter for commands "find"/"search"


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/libmpdclient/Makefile \
    pkgsrc/audio/libmpdclient/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/libmpdclient/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/audio/libmpdclient/patches/patch-src_resolver.c

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

Modified files:

Index: pkgsrc/audio/libmpdclient/Makefile
diff -u pkgsrc/audio/libmpdclient/Makefile:1.8 pkgsrc/audio/libmpdclient/Makefile:1.9
--- pkgsrc/audio/libmpdclient/Makefile:1.8      Sun Mar  1 15:09:56 2015
+++ pkgsrc/audio/libmpdclient/Makefile  Tue Apr  4 13:12:42 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2015/03/01 15:09:56 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/04/04 13:12:42 wiz Exp $
 
-DISTNAME=      libmpdclient-2.10
+DISTNAME=      libmpdclient-2.11
 CATEGORIES=    audio
 MASTER_SITES=  http://www.musicpd.org/download/libmpdclient/2/
 EXTRACT_SUFX=  .tar.xz
Index: pkgsrc/audio/libmpdclient/distinfo
diff -u pkgsrc/audio/libmpdclient/distinfo:1.8 pkgsrc/audio/libmpdclient/distinfo:1.9
--- pkgsrc/audio/libmpdclient/distinfo:1.8      Tue Nov  3 01:12:37 2015
+++ pkgsrc/audio/libmpdclient/distinfo  Tue Apr  4 13:12:42 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 01:12:37 agc Exp $
+$NetBSD: distinfo,v 1.9 2017/04/04 13:12:42 wiz Exp $
 
-SHA1 (libmpdclient-2.10.tar.xz) = 32e090b70fa91978734830c67527e8e2fca70225
-RMD160 (libmpdclient-2.10.tar.xz) = 2b84c606fe5fc7faaf3fd62cb53eca7245663723
-SHA512 (libmpdclient-2.10.tar.xz) = f54fc3501643ece4eee2f63ddbf5f3d676f3843be0859f482d70cc142b6d9dfbdebd511ccc52a9c058a644e3b80c93a680e1de19f6f3ebfc46cb197f0ddddb5b
-Size (libmpdclient-2.10.tar.xz) = 261792 bytes
-SHA1 (patch-src_resolver.c) = 6540fc5ff1c3efb39bd58154ed45033574d21a6a
+SHA1 (libmpdclient-2.11.tar.xz) = 26c4ad54e69555a18bbf1b0ba49b22296d4caf7f
+RMD160 (libmpdclient-2.11.tar.xz) = fb449a56451ac56967fc729d807746398c21b661
+SHA512 (libmpdclient-2.11.tar.xz) = 0503db31262acfb871578278d6526e12ee2ffbbe414425ab5ebac61f27da8ad4503d948b4d192421d301bd0a29b9b460f195e82a44608f984697a8aa47b2eb9b
+Size (libmpdclient-2.11.tar.xz) = 274836 bytes

Index: pkgsrc/audio/libmpdclient/PLIST
diff -u pkgsrc/audio/libmpdclient/PLIST:1.3 pkgsrc/audio/libmpdclient/PLIST:1.4
--- pkgsrc/audio/libmpdclient/PLIST:1.3 Tue Oct  1 15:29:11 2013
+++ pkgsrc/audio/libmpdclient/PLIST     Tue Apr  4 13:12:42 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2013/10/01 15:29:11 drochner Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/04/04 13:12:42 wiz Exp $
 include/mpd/async.h
 include/mpd/audio_format.h
 include/mpd/capabilities.h
@@ -26,6 +26,7 @@ include/mpd/response.h
 include/mpd/search.h
 include/mpd/send.h
 include/mpd/settings.h
+include/mpd/socket.h
 include/mpd/song.h
 include/mpd/stats.h
 include/mpd/status.h



Home | Main Index | Thread Index | Old Index