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:   nia
Date:           Tue Jul  7 12:52:20 UTC 2020

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
musicpd: Update to 0.21.25

ver 0.21.25 (2020/07/06)
* protocol:
  - fix crash when using "rangeid" while playing
* database
  - simple: automatically scan new mounts
  - upnp: fix compatibility with Plex DLNA
* storage
  - fix disappearing mounts after mounting twice
  - udisks: fix reading ".mpdignore"
* input
  - file: detect premature end of file
  - smbclient: don't send credentials to MPD clients
* decoder
  - opus: apply pre-skip and end trimming
  - opus: fix memory leak
  - opus: fix crash bug
  - vorbis: fix crash bug
* output
  - osx: improve sample rate selection
  - osx: fix noise while stopping
* neighbor
  - upnp: fix crash during shutdown
* Windows/Android:
  - fix Boost detection after breaking change in Meson 0.54


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.116 -r1.117 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.222 pkgsrc/audio/musicpd/Makefile:1.223
--- pkgsrc/audio/musicpd/Makefile:1.222 Sat Jun 13 18:15:08 2020
+++ pkgsrc/audio/musicpd/Makefile       Tue Jul  7 12:52:19 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.222 2020/06/13 18:15:08 nia Exp $
+# $NetBSD: Makefile,v 1.223 2020/07/07 12:52:19 nia Exp $
 
-DISTNAME=      mpd-0.21.24
+DISTNAME=      mpd-0.21.25
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
 CATEGORIES=    audio
 MASTER_SITES=  https://www.musicpd.org/download/mpd/0.21/

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.116 pkgsrc/audio/musicpd/distinfo:1.117
--- pkgsrc/audio/musicpd/distinfo:1.116 Sat Jun 13 18:15:08 2020
+++ pkgsrc/audio/musicpd/distinfo       Tue Jul  7 12:52:19 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.116 2020/06/13 18:15:08 nia Exp $
+$NetBSD: distinfo,v 1.117 2020/07/07 12:52:19 nia Exp $
 
-SHA1 (mpd-0.21.24.tar.xz) = ffbc50a8a08951de132ba990b93d55cade58ef57
-RMD160 (mpd-0.21.24.tar.xz) = 4badc3c4643548704d7c537f5a3ada623fa523b4
-SHA512 (mpd-0.21.24.tar.xz) = dd0f97cdb405a0995ceafb965d2e872c54b27b384a721efa8d13ae7e28544b22da9e94433bc544f475d8da52d06c020842b11104cbfbc41406a10599db2d005c
-Size (mpd-0.21.24.tar.xz) = 681576 bytes
+SHA1 (mpd-0.21.25.tar.xz) = 7e733fc9bf98c9c25f6b780e0df2347d0f1717b2
+RMD160 (mpd-0.21.25.tar.xz) = 9951bf096e8d6d6fe3a07a82d660caf1d2bd91af
+SHA512 (mpd-0.21.25.tar.xz) = 67e0cbf176d18cd63effab0d12b22bea846458cbaa383ead9078c4b5f2a472dbb1d7308af4d6898691e8864a911c808af5ca2c553d8233323b8aaedfdc7189fc
+Size (mpd-0.21.25.tar.xz) = 683768 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6
 SHA1 (patch-src_output_plugins_SolarisOutputPlugin.cxx) = 16f366dfc41b712753ed8da32389848a2cd84f4d



Home | Main Index | Thread Index | Old Index