pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2009Q3]: pkgsrc/audio/ampache Pullup ticket #2957 - requested ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bc2e9d12d88
branches: pkgsrc-2009Q3
changeset: 400014:4bc2e9d12d88
user: tron <tron%pkgsrc.org@localhost>
date: Tue Jan 05 16:05:36 2010 +0000
description:
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
diffstat:
audio/ampache/Makefile | 6 ++--
audio/ampache/PLIST | 54 ++++++++++++++++++++++++++++++++++++++++++++++++-
audio/ampache/distinfo | 8 +++---
3 files changed, 59 insertions(+), 9 deletions(-)
diffs (131 lines):
diff -r 1856da0367f9 -r 4bc2e9d12d88 audio/ampache/Makefile
--- a/audio/ampache/Makefile Wed Dec 23 19:11:01 2009 +0000
+++ b/audio/ampache/Makefile Tue Jan 05 16:05:36 2010 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/05/03 14:29:15 abs Exp $
+# $NetBSD: Makefile,v 1.2.4.1 2010/01/05 16:05:36 tron Exp $
#
-DISTNAME= ampache-3.5-beta2
-PKGNAME= ${DISTNAME:S:-beta:beta:}
+DISTNAME= ampache-3.5.3
CATEGORIES= audio
MASTER_SITES= http://ampache.org/downloads/
@@ -20,6 +19,7 @@
USE_LANGUAGES= # none
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pax
+LICENSE= gnu-gpl-v2
INSTDIR= ${PREFIX}/share/ampache
EGDIR= ${PREFIX}/share/examples
diff -r 1856da0367f9 -r 4bc2e9d12d88 audio/ampache/PLIST
--- a/audio/ampache/PLIST Wed Dec 23 19:11:01 2009 +0000
+++ b/audio/ampache/PLIST Tue Jan 05 16:05:36 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:32:01 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3.4.1 2010/01/05 16:05:36 tron Exp $
share/ampache/admin/access.php
share/ampache/admin/catalog.php
share/ampache/admin/duplicates.php
@@ -158,6 +158,8 @@
share/ampache/locale/base/translation-words.txt
share/ampache/locale/ca_ES/LC_MESSAGES/messages.mo
share/ampache/locale/ca_ES/LC_MESSAGES/messages.po
+share/ampache/locale/cs_CZ/LC_MESSAGES/messages.mo
+share/ampache/locale/cs_CZ/LC_MESSAGES/messages.po
share/ampache/locale/de_DE/LC_MESSAGES/messages.mo
share/ampache/locale/de_DE/LC_MESSAGES/messages.po
share/ampache/locale/el_GR/LC_MESSAGES/messages.mo
@@ -176,6 +178,8 @@
share/ampache/locale/nb_NO/LC_MESSAGES/messages.po
share/ampache/locale/nl_NL/LC_MESSAGES/messages.mo
share/ampache/locale/nl_NL/LC_MESSAGES/messages.po
+share/ampache/locale/pl_PL/LC_MESSAGES/messages.mo
+share/ampache/locale/pl_PL/LC_MESSAGES/messages.po
share/ampache/locale/ru_RU/LC_MESSAGES/messages.mo
share/ampache/locale/ru_RU/LC_MESSAGES/messages.po
share/ampache/locale/sv_SE/LC_MESSAGES/messages.mo
@@ -190,6 +194,7 @@
share/ampache/modules/flash/LICENSE
share/ampache/modules/flash/Original/skin.xml
share/ampache/modules/flash/crossdomain.xml
+share/ampache/modules/flash/xspf_jukebox.fla
share/ampache/modules/flash/xspf_jukebox.swf
share/ampache/modules/flash/xspf_player.php
share/ampache/modules/getid3/docs/changelog.txt
@@ -290,7 +295,6 @@
share/ampache/modules/pearxmlrpc/rpc.php
share/ampache/modules/pearxmlrpc/server.php
share/ampache/modules/plugins/Lastfm.plugin.php
-share/ampache/modules/plugins/RioPlayer.plugin.php
share/ampache/modules/prototype/prototype.js
share/ampache/modules/validatemail/validateEmail.php
share/ampache/modules/validatemail/validateEmailFormat.php
@@ -537,6 +541,52 @@
share/ampache/themes/greysme/images/sort_on.gif
share/ampache/themes/greysme/templates/default.css
share/ampache/themes/greysme/theme.cfg.php
+share/ampache/themes/penguin/images/ajax-loader.gif
+share/ampache/themes/penguin/images/ampache.png
+share/ampache/themes/penguin/images/background.gif
+share/ampache/themes/penguin/images/bg_login.jpg
+share/ampache/themes/penguin/images/blank-pixel.gif
+share/ampache/themes/penguin/images/blankalbum.gif
+share/ampache/themes/penguin/images/blankalbum.jpg
+share/ampache/themes/penguin/images/bottom.gif
+share/ampache/themes/penguin/images/bottomright.gif
+share/ampache/themes/penguin/images/icons/icon_add.png
+share/ampache/themes/penguin/images/icons/icon_add_key.png
+share/ampache/themes/penguin/images/icons/icon_add_user.png
+share/ampache/themes/penguin/images/icons/icon_admin.png
+share/ampache/themes/penguin/images/icons/icon_all.png
+share/ampache/themes/penguin/images/icons/icon_batch_download.png
+share/ampache/themes/penguin/images/icons/icon_browse.png
+share/ampache/themes/penguin/images/icons/icon_cog.png
+share/ampache/themes/penguin/images/icons/icon_delete.png
+share/ampache/themes/penguin/images/icons/icon_disable.png
+share/ampache/themes/penguin/images/icons/icon_download.png
+share/ampache/themes/penguin/images/icons/icon_edit.png
+share/ampache/themes/penguin/images/icons/icon_enable.png
+share/ampache/themes/penguin/images/icons/icon_feed.png
+share/ampache/themes/penguin/images/icons/icon_home.png
+share/ampache/themes/penguin/images/icons/icon_link.png
+share/ampache/themes/penguin/images/icons/icon_logout.png
+share/ampache/themes/penguin/images/icons/icon_next.png
+share/ampache/themes/penguin/images/icons/icon_pause.png
+share/ampache/themes/penguin/images/icons/icon_play.png
+share/ampache/themes/penguin/images/icons/icon_playlist_add.png
+share/ampache/themes/penguin/images/icons/icon_plugin.png
+share/ampache/themes/penguin/images/icons/icon_preferences.png
+share/ampache/themes/penguin/images/icons/icon_prev.png
+share/ampache/themes/penguin/images/icons/icon_random.png
+share/ampache/themes/penguin/images/icons/icon_server_lightning.png
+share/ampache/themes/penguin/images/icons/icon_stop.png
+share/ampache/themes/penguin/images/icons/icon_view.png
+share/ampache/themes/penguin/images/icons/icon_volumedn.png
+share/ampache/themes/penguin/images/icons/icon_volumemute.png
+share/ampache/themes/penguin/images/icons/icon_volumeup.png
+share/ampache/themes/penguin/images/ratings/star_rating.gif
+share/ampache/themes/penguin/images/ratings/x.gif
+share/ampache/themes/penguin/images/ratings/x_off.gif
+share/ampache/themes/penguin/images/rightbar_top.jpg
+share/ampache/themes/penguin/templates/default.css
+share/ampache/themes/penguin/theme.cfg.php
share/ampache/update.php
share/ampache/util.php
share/examples/ampache.conf
diff -r 1856da0367f9 -r 4bc2e9d12d88 audio/ampache/distinfo
--- a/audio/ampache/distinfo Wed Dec 23 19:11:01 2009 +0000
+++ b/audio/ampache/distinfo Tue Jan 05 16:05:36 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/05/03 14:29:15 abs Exp $
+$NetBSD: distinfo,v 1.2.4.1 2010/01/05 16:05:36 tron Exp $
-SHA1 (ampache-3.5-beta2.tar.gz) = 801a5dd8778b2c758e031332a97c502e853e16ab
-RMD160 (ampache-3.5-beta2.tar.gz) = d4cc895fe9c50c1354eb066f11011f7d45479785
-Size (ampache-3.5-beta2.tar.gz) = 1737144 bytes
+SHA1 (ampache-3.5.3.tar.gz) = c9eb9ed7034e7c1d822fee34a74e74311900133e
+RMD160 (ampache-3.5.3.tar.gz) = b5525793c97f3881d9293c98fe2d7a5cccc7e8a5
+Size (ampache-3.5.3.tar.gz) = 1962048 bytes
Home |
Main Index |
Thread Index |
Old Index