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:           Sun Nov  7 12:15:29 UTC 2021

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
musicpd: update to 0.23.3.

ver 0.23.3 (2021/10/31)
* protocol
  - add optional position parameter to "add" and "playlistadd"
  - allow range in "playlistdelete"
* database
  - fix scanning files with question mark in the name
  - inotify: fix use-after-free bug
* output
  - alsa: add option "stop_dsd_silence" to work around DSD DAC noise
* macOS: fix libfmt related build failure
* systemd: add "RuntimeDirectory" directive


To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.130 -r1.131 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.251 pkgsrc/audio/musicpd/Makefile:1.252
--- pkgsrc/audio/musicpd/Makefile:1.251 Mon Nov  1 09:51:07 2021
+++ pkgsrc/audio/musicpd/Makefile       Sun Nov  7 12:15:29 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.251 2021/11/01 09:51:07 wiz Exp $
+# $NetBSD: Makefile,v 1.252 2021/11/07 12:15:29 wiz Exp $
 
-DISTNAME=      mpd-0.23.2
+DISTNAME=      mpd-0.23.3
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
 CATEGORIES=    audio
 MASTER_SITES=  https://www.musicpd.org/download/mpd/${PKGVERSION_NOREV:R}/

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.130 pkgsrc/audio/musicpd/distinfo:1.131
--- pkgsrc/audio/musicpd/distinfo:1.130 Mon Nov  1 09:51:07 2021
+++ pkgsrc/audio/musicpd/distinfo       Sun Nov  7 12:15:29 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.130 2021/11/01 09:51:07 wiz Exp $
+$NetBSD: distinfo,v 1.131 2021/11/07 12:15:29 wiz Exp $
 
-BLAKE2s (mpd-0.23.2.tar.xz) = 941b856fa80b0999e34cb6b5d42e37b31d446cb0719018ffef65d7b752e2a662
-SHA512 (mpd-0.23.2.tar.xz) = f30c27baeccc0bc115e8d9c05754fa5f0b68c713c0b6c7516e806fc17c52f062367a044638304477af9f9c2471d82a8a1037b6c7736be4f96c6c9d57ebfcaf1f
-Size (mpd-0.23.2.tar.xz) = 766340 bytes
+BLAKE2s (mpd-0.23.3.tar.xz) = f6ae6a56b924c0900ef42feee22867d8986b60cd26054e217725d363768f7827
+SHA512 (mpd-0.23.3.tar.xz) = 8f8b519bd2980ac617b4b9846f2d1b834b2b72e7f4a4e451799753f56a43626618f222ede685e7db04d99e8567b0728f763a03d27a17e25cb392e94588f8b3de
+Size (mpd-0.23.3.tar.xz) = 767596 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e



Home | Main Index | Thread Index | Old Index