Subject: CVS commit: pkgsrc/audio/mpdas
From: Masatake Daimon
Date: 2021-11-30 11:34:58
Message id: 20211130103458.5D207FAEC@cvs.NetBSD.org

Log Message:
Update to mpdas-0.4.5

* mpdas-0.4.5
    Remove C++11 code to fix compilation for older compilers
    Re-add older authentication to fix scrobbling for Libre.fm (#43)
    Also submit album artist if set in metadata (#48)
    Some refactoring

* mpdas-0.4.4
    Fix parsing of passwords containing special characters
    Fix handshake bug caused by passwords containing special characters such as \ 
ampersands
    Also load configuration file from $XDG_CONFIG_HOME/mpdasrc or \ 
~/.config/mpdasrc, if the former is not set

* mpdas-0.4.3
    Use HTTPS for communication
    Move away from the deprecated authToken authentication.
    NOTE: This requires you to change your configuration. Your Last.fm password \ 
now needs to be set as plaintext, not an MD5 hash (as before).

* mpdas-0.4.2
    LibreFM support
    MPD message command to unlove tracks
    Bug fixes (better timeout/cURL error handling)

* mpdas-0.4.1
    Fix memory leak (see #27)

* mpdas-0.4.0
    Feature: A track can be set as 'loved' on Last.fm
        e.g. with 'mpc sendmessage mpdas love'
    Migrate to libmpdclient instead of deprecated libmpd along with some code \ 
refactoring
    Fix typo that would result in an incorrent setgid()-call
    Fix in the handshake to communicate properly with the new Last.fm site
    Several other crash fixes and optimizations

Files:
RevisionActionfile
1.35modifypkgsrc/audio/mpdas/Makefile
1.8modifypkgsrc/audio/mpdas/distinfo
1.3removepkgsrc/audio/mpdas/patches/patch-Makefile