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 Dec  6 19:37:49 UTC 2022

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo
        pkgsrc/audio/musicpd/patches: patch-src_archive_plugins_meson.build

Log Message:
musicpd: update to 0.23.11.

ver 0.23.11 (2022/11/28)
* database
  - simple: move default database to ~/.cache/mpd/db from ~/.cache/mpd.db
  - simple: default "cache_directory" to ~/.cache/mpd/mounts
* macOS: fix build failure "no archive members specified"
* Windows
  - fix crash bug (stack buffer overflow) after I/O errors
  - fix path traversal bug because backslash was allowed in playlist names
* Android/Windows
  - update OpenSSL to 3.0.7
  - re-enable CURL's verbose error strings


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.142 -r1.143 pkgsrc/audio/musicpd/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/audio/musicpd/patches/patch-src_archive_plugins_meson.build

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.281 pkgsrc/audio/musicpd/Makefile:1.282
--- pkgsrc/audio/musicpd/Makefile:1.281 Wed Nov 23 16:19:22 2022
+++ pkgsrc/audio/musicpd/Makefile       Tue Dec  6 19:37:49 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.281 2022/11/23 16:19:22 adam Exp $
+# $NetBSD: Makefile,v 1.282 2022/12/06 19:37:49 wiz Exp $
 
-DISTNAME=      mpd-0.23.10
+DISTNAME=      mpd-0.23.11
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=   3
 CATEGORIES=    audio
 MASTER_SITES=  https://www.musicpd.org/download/mpd/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.142 pkgsrc/audio/musicpd/distinfo:1.143
--- pkgsrc/audio/musicpd/distinfo:1.142 Mon Oct 17 07:45:13 2022
+++ pkgsrc/audio/musicpd/distinfo       Tue Dec  6 19:37:49 2022
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.142 2022/10/17 07:45:13 triaxx Exp $
+$NetBSD: distinfo,v 1.143 2022/12/06 19:37:49 wiz Exp $
 
-BLAKE2s (mpd-0.23.10.tar.xz) = d5a0293945c3932381fad5418c1b554a0a82d1eed08e5c5b492c2995de79517a
-SHA512 (mpd-0.23.10.tar.xz) = 15e51a1fab2e187529141ebb25f0bb6cc9c2ad5127c1a9f4c40d1a944ed5bc4e7e76b26eb71f659ddd8a5ce448089e6d3dcf0c302ced8a4d08951ef1b1f09c49
-Size (mpd-0.23.10.tar.xz) = 774196 bytes
+BLAKE2s (mpd-0.23.11.tar.xz) = e6bbf596f1bd6e4a5e9475d3f48e821b6c5f07801965a5e15e62449dbb1e45d7
+SHA512 (mpd-0.23.11.tar.xz) = 971ae6b8ee5bf963a0f2408194fa01089713b606b3a2423081621b80a25e1b480f0e80a6d155ac8c2083960d99681c90f4bf00bf0baffa1f977259f1687c4ceb
+Size (mpd-0.23.11.tar.xz) = 774592 bytes
 SHA1 (patch-doc_mpd.conf.5.rst) = ee22092564075cdf7917e4e66687f6ab98b5817c
-SHA1 (patch-src_archive_plugins_meson.build) = 6405df1516b765051a9c09d644ebde882a2dca9f
+SHA1 (patch-src_archive_plugins_meson.build) = a37ed926b2321aa948158f0b77a4422565c146ca
 SHA1 (patch-src_decoder_plugins_meson.build) = 8033d6e19da05f472f14f3562a5dfc2f410da98b
 SHA1 (patch-src_net_IPv6Address.hxx) = f89b838ad5e946c5db8d95a6dd560e02bdccae29
 SHA1 (patch-src_util_WStringAPI.hxx) = 92f39096770943c26d8aaae8a7581d4daca2d233

Index: pkgsrc/audio/musicpd/patches/patch-src_archive_plugins_meson.build
diff -u pkgsrc/audio/musicpd/patches/patch-src_archive_plugins_meson.build:1.1 pkgsrc/audio/musicpd/patches/patch-src_archive_plugins_meson.build:1.2
--- pkgsrc/audio/musicpd/patches/patch-src_archive_plugins_meson.build:1.1      Mon Oct 17 07:45:13 2022
+++ pkgsrc/audio/musicpd/patches/patch-src_archive_plugins_meson.build  Tue Dec  6 19:37:49 2022
@@ -1,20 +1,20 @@
-$NetBSD: patch-src_archive_plugins_meson.build,v 1.1 2022/10/17 07:45:13 triaxx Exp $
+$NetBSD: patch-src_archive_plugins_meson.build,v 1.2 2022/12/06 19:37:49 wiz Exp $
 
 Fix building on MacOS when bzip2 and zziplib are disabled. The libarchive
 plugin cannot be created since ar doesn't seem to want to create empty library.
 Patch submitted upstream: https://github.com/MusicPlayerDaemon/MPD/issues/1650
 
---- src/archive/plugins/meson.build.orig       2022-10-14 21:51:41.000000000 +0000
+--- src/archive/plugins/meson.build.orig       2022-11-28 15:55:46.000000000 +0000
 +++ src/archive/plugins/meson.build
-@@ -22,6 +22,7 @@ if libzzip_dep.found()
-   found_archive_plugin = true
+@@ -26,6 +26,7 @@ if not found_archive_plugin
+   subdir_done()
  endif
  
 +if libiso9660_dep.found() or libbz2_dep.found() or libzzip_dep.found()
  archive_plugins = static_library(
    'archive_plugins',
    archive_plugins_sources,
-@@ -40,3 +41,4 @@ archive_plugins_dep = declare_dependency
+@@ -44,3 +45,4 @@ archive_plugins_dep = declare_dependency
      input_glue_dep,
    ],
  )



Home | Main Index | Thread Index | Old Index