pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2006Q3]: pkgsrc/audio/streamripper Pullup ticket 1956 - reques...
details: https://anonhg.NetBSD.org/pkgsrc/rev/071aaca7ff7e
branches: pkgsrc-2006Q3
changeset: 519259:071aaca7ff7e
user: ghen <ghen%pkgsrc.org@localhost>
date: Wed Dec 13 08:24:52 2006 +0000
description:
Pullup ticket 1956 - requested by wiz
security update for streamripper
- pkgsrc/audio/streamripper/Makefile 1.3
- pkgsrc/audio/streamripper/distinfo 1.2
- pkgsrc/audio/streamripper/patches/patch-aa 1.1
Module Name: pkgsrc
Committed By: wiz
Date: Tue Dec 12 20:27:15 UTC 2006
Modified Files:
pkgsrc/audio/streamripper: Makefile distinfo
Added Files:
pkgsrc/audio/streamripper/patches: patch-aa
Log Message:
Update to 1.61.27:
New for 1.61.27
---------------
Saturday, September 09, 2006
* Fix bug that caused extra garbage between id3v2 and first frame.
* Fix bug that truncated last byte of last frame in mp3 files.
New for 1.61.26
---------------
Thu Aug 24 21:50:47 EDT 2006
* Fix for security problem CVE-2006-3124, buffer overflow in http
header parsing that could result in remote exploit
New for 1.61.25
---------------
Sunday, August 13, 2006
* Fix bug where -s flag was ignored when used with -a flag
* Plugin: Add popup menu with history of recent URL's
* Plugin: Fix problem with "old way of retrieving track"
* Plugin: Fix problem not finding desktop folder on Windows 98
New for 1.61.24
---------------
Sun Jul 2 14:14:38 EDT 2006
* Fix bug where external program wasn't being killed when reconnecting
New for 1.61.23
---------------
June 18, 2006
* Plugin: Fix problem where streamripper can't find winamp directory
* Plugin: Add STREAMRIPPER_WINAMP_HOME environment variable
* Plugin: Fix sorting problem with skin list
* Plugin: Add uninstaller
* Plugin: Installer no longer overwrites parse_rules.txt
New for 1.61.22
---------------
Fri Jun 2 10:17:53 EDT 2006
* Docking now works in modern skins
* Docking now works when windowshading winamp
* Debuging winamp plugin through STREAMRIPPER_DEBUG environment variable
New for 1.61.21
---------------
Sun 05-28-2006
* Fix winamp crash caused by reference to debug file
New for 1.61.20
---------------
Sat 05-27-2006
* Fix problem writing to \\net\paths on windows
* Fix problem with options getting reset in winamp plugin
* Fix rendering problem with skin preview in winamp plugin
* Fix docking problem in winamp plugin
New for 1.61.19
---------------
Sat 03-25-2006
* Add support for pls and m3u parsing
* Upgrade to TRE version 0.7.2
* Add configuration switch: --without-ogg, for compiling
streamripper on systems that don't have ogg/vorbis libraries.
New for 1.61.18
---------------
Sun Mar 5 19:39:24 EST 2006
* Add support for ogg file splitting
* Add support for ogg relay
* Return an ICY response header instead of HTTP response header.
This fixes problems with Windows media player classic (#1189504).
* Winamp relay now adds /;stream.nsv or /.ogg for NSV and OGG streams.
* Add izverg's patch for when default skin is blank in sripper.ini.
New for 1.61.17
---------------
Tue 11-22-2005
* Fix memory leak
* Fix for proxy authentication without password (#1338203)
* Check http_proxy environment variable for proxy url
New for 1.61.16
---------------
Sat Nov 12 01:18:06 EST 2005
* Use external program for reading metadata
* Possible fix for proxy authentication without password (#1338203)
* Change splitting behavior when song is too short to do silence detection
* Resize winamp plugin gui to make it more visible
New for 1.61.15
---------------
Fri 10-21-2005
* Fix a problem where streamripper aborts with SR_ERROR_BUFFER_EMPTY
* Improve splitting code to add correct amount of padding
* Add winamp plugin GUI for -k flag
diffstat:
audio/streamripper/Makefile | 4 ++--
audio/streamripper/distinfo | 9 +++++----
audio/streamripper/patches/patch-aa | 13 +++++++++++++
3 files changed, 20 insertions(+), 6 deletions(-)
diffs (44 lines):
diff -r a45b531e9c86 -r 071aaca7ff7e audio/streamripper/Makefile
--- a/audio/streamripper/Makefile Mon Dec 11 14:09:44 2006 +0000
+++ b/audio/streamripper/Makefile Wed Dec 13 08:24:52 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:28:58 jlam Exp $
+# $NetBSD: Makefile,v 1.2.6.1 2006/12/13 08:24:52 ghen Exp $
#
-DISTNAME= streamripper-1.61.14
+DISTNAME= streamripper-1.61.27
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
diff -r a45b531e9c86 -r 071aaca7ff7e audio/streamripper/distinfo
--- a/audio/streamripper/distinfo Mon Dec 11 14:09:44 2006 +0000
+++ b/audio/streamripper/distinfo Wed Dec 13 08:24:52 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/10/20 19:55:49 xtraeme Exp $
+$NetBSD: distinfo,v 1.1.1.1.8.1 2006/12/13 08:24:52 ghen Exp $
-SHA1 (streamripper-1.61.14.tar.gz) = 986d558ecffb256c92e1f9efd2ef9c5b94bb4411
-RMD160 (streamripper-1.61.14.tar.gz) = 4c589c277cd5a3ac04e87d32384fe70c6abb7d35
-Size (streamripper-1.61.14.tar.gz) = 1184061 bytes
+SHA1 (streamripper-1.61.27.tar.gz) = bdbf0e301c3c783e1f13c2977508afd5076328ad
+RMD160 (streamripper-1.61.27.tar.gz) = 14b55b91e3b995515d6978383f9fc618fe92bbcb
+Size (streamripper-1.61.27.tar.gz) = 1227559 bytes
+SHA1 (patch-aa) = 1150430aa345f78c58d7a207433947a4241ecf29
diff -r a45b531e9c86 -r 071aaca7ff7e audio/streamripper/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/streamripper/patches/patch-aa Wed Dec 13 08:24:52 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.2.2 2006/12/13 08:24:52 ghen Exp $
+
+--- configure.orig 2006-09-09 16:48:21.000000000 +0000
++++ configure
+@@ -3613,7 +3613,7 @@ else
+ enable_oggtest=yes
+ fi;
+
+- if test "x$ogg_prefix" == "xno" ; then
++ if test "x$ogg_prefix" = "xno" ; then
+ no_ogg="yes"
+ else
+ if test "x$ogg_libraries" != "x" ; then
Home |
Main Index |
Thread Index |
Old Index