./audio/ampache, Web-based Audio file manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q3, Version: 3.5.3, Package name: ampache-3.5.3, Maintainer: abs

Ampache is a Web-based Audio file manager. It is implemented with
MySQL, and PHP. It allows you to view, edit, and play your audio
files via the web. It has support for playlists, artist and album
views, album art, random play, playback via Http/On the Fly
Transcoding and Downsampling, Vote based playback, Mpd and Icecast,
Integrated Flash Player, as well as per user themes and song play
tracking. You can also Link multiple Ampache servers togeather
using XML-RPC. Ampache supports GETTEXT translations and has a full
translation of many languages


Required to run:
[databases/php-mysql] [converters/php-iconv] [devel/php-gettext] [misc/php-mbstring] [www/ap-php]

Required to build:
[www/apache22] [lang/perl5]

Master sites:

SHA1: c9eb9ed7034e7c1d822fee34a74e74311900133e
RMD160: b5525793c97f3881d9293c98fe2d7a5cccc7e8a5
Filesize: 1916.063 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-05 17:05:36 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #2957 - requested by abs
ampache: security update

Revisions pulled up:
- audio/ampache/Makefile			1.3
- audio/ampache/PLIST				1.4
- audio/ampache/distinfo			1.3
---
Module Name:    pkgsrc
Committed By:   abs
Date:           Mon Jan  4 20:46:06 UTC 2010

Modified Files:
        pkgsrc/audio/ampache: Makefile PLIST distinfo

Log message:
Updated audio/ampache to 3.5.3

Addresses the following security issue:
        http://secunia.com/advisories/37867/

--------------------------------------------------------------------------
  v.3.5.3 20/12/2009
        - Added local authtype which uses PHP's PAM module
        - Correct potential security issues due to misuse of REQUEST for write
                operations rather then POST
                (Thx Raphael Geissert <geissert%debian.org@localhost>)

--------------------------------------------------------------------------
  v.3.5.2 19/11/2009
        - Fix typo that caused song count to not be set on tag xml response
        - Fix tag methods so that alpha_match and exact_match work
        - Fix limit and offset not working on search_songs API method
        - Fix import m3u on catalog build so it does something
        - Fix inconsistent view during catalog operations
        - Sort malformed files into "Unknown (Broken)" rather then leaving
                them in "Unknown (Orphaned)"
        - Fix API democratic voting methods (Thx kindachris)
        - Add server version information to API ping command
        - Fix Localplay API methods (Thx thomasa)
        - Improve bin/catalog_update.inc to allow only verify, clean or add
                (Thx ascheel)
        - Fix issue with batch download and UNC paths (Thx greengeek)
        - Added config option to turn caching on/off, Default is off
        - Fix issue where file tag pattern was ignored if files have no tag
                structure
        - Add TDRC to list of parsed id3v2 tags
        - Fix issue where rating could get cached and not update the
                display correctly until a page reload
        - Fix User Stats having a formating issue and not listing the
                active playlist correctly
        - Fix incorrect default ogg transcode target format in the default
                config file
        - Fix issue where the user preferences were not respected by
                the streaming code due to caching
        - Fix issue where prevent multiple logins would prevent all logins

--------------------------------------------------------------------------
  v.3.5.1 24/06/2009
        - Make the PHP error a little clearer for windows users by indicating
                that their version of PHP is < 5.3 (required for windows)
        - Fix random methods not working for Localplay
        - Fix extra space on prefixed albums (Thx ibizaman)
        - Add missing operator on tag and rating searches so they will
                work with other methods (Thx kiehnet%netscape.net@localhost)
        - Fix get_art_url() so it returns something...
        - Fix problem with creating new playlists where it doesn't work
                but appending to an existing did.
        - Fixed issue with url_to_song, also cleaned up the code a bit
        - Fixed issue with Random All Catalogs
        - Fixed issues with API and Tag methods not working as advertised
        - Fix endless loop in getid3() with malformed genre tags in mp3s
        - Fixed show test page always returning false on web path
        - Update Man page to adhear to newer Debian rules
        - Fixed issue with Videos being incorrectly registered with stats
                and now playing as songs.
        - Fixed missing > in HTML for song row

--------------------------------------------------------------------------
  v.3.5 05/05/2009
        - Added complete Czech translation (Thx martin hason)
        - Add the AlmightyOatmeal-Sanity check to prevent a clean from
                removing all songs if your mount failed, but is still
                readable by ampache
        - Make the Lang Install page prettier
        - Added Check for hash,inet_pton,windows PHP Version to init so
                that upgrades without pre-reqs are handled correctly
        - Allow mms,mmsh,mmsu,mmst,rstp in Radio Stream URLs
        - Fixed a problem where after adding a track to a saved playlist
                there was no UI response upon deleting the track without
                a page refresh
        - Fix an issue where the full version of the album art was never
                used even when requested
        - Fix maxlength on acl fields being to small for all IPv6 addresses
        - Add error message when file exists but is unreadable do not
                remove unreadable songs from catalog
        - Fixed missing title tag on song browse for the title
                (Thx flowerysong)
        - Fix htmlchar'd rss feed url
        - Fix Port not correctly being added to URL in most cases
                even when defined in config