diff options
author | adam <adam@pkgsrc.org> | 2018-04-13 08:20:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-13 08:20:06 +0000 |
commit | b7639f81968416ff49939f1ac51f36be49fee23e (patch) | |
tree | 82a065d6335c1521ea3f13a1f10620e0ceb66402 /audio | |
parent | dc6af5c23d0e9a476ba0b20dad93946b3e390b70 (diff) | |
download | pkgsrc-b7639f81968416ff49939f1ac51f36be49fee23e.tar.gz |
mpg123: updated to 1.25.10
There briefly was a 1.25.9 release which was superseeded by 1.25.10 before a public announcement. Both amount to these fixes:
libout123: Fix error messages beginning from OUT123_ARG_ERROR (bug 261).
mpg123: Fix --icy-interval handling to work with stream from stdin. (curl | mpg123 --icy-interval=n -)
libmpg123: Fix another invalid read and segfault on damaged (fuzzed) files with part2_3_length == 0 (set maxband=1, pulled from upcoming 1.26.0).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile.common | 4 | ||||
-rw-r--r-- | audio/mpg123/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index 0dd23b8cd28..1ffd0060ef6 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.47 2017/12/14 11:42:05 adam Exp $ +# $NetBSD: Makefile.common,v 1.48 2018/04/13 08:20:06 adam Exp $ # # used by audio/mpg123-arts/Makefile # used by audio/mpg123-esound/Makefile @@ -7,7 +7,7 @@ # used by audio/mpg123-pulse/Makefile # used by audio/mpg123-sun/Makefile -DISTNAME= mpg123-1.25.8 +DISTNAME= mpg123-1.25.10 PKGNAME?= ${DISTNAME:C/[[:alnum:]]*/&-${MPG123_MODULE}/} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg123/} diff --git a/audio/mpg123/distinfo b/audio/mpg123/distinfo index 6377fab66f8..b4e375fd77f 100644 --- a/audio/mpg123/distinfo +++ b/audio/mpg123/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.47 2017/12/14 11:42:05 adam Exp $ +$NetBSD: distinfo,v 1.48 2018/04/13 08:20:06 adam Exp $ -SHA1 (mpg123-1.25.8.tar.bz2) = 6b6fd24ebfd09d2d378af3f656816981ae3cc15a -RMD160 (mpg123-1.25.8.tar.bz2) = 57c87b1fb9330477c03586956e015d921367b77e -SHA512 (mpg123-1.25.8.tar.bz2) = f226317dddb07841a13753603fa13c0a867605a5a051626cb30d45cfba266d3d4296f5b8254f65b403bb5eef6addce1784ae8829b671a746854785cda1bad203 -Size (mpg123-1.25.8.tar.bz2) = 920677 bytes +SHA1 (mpg123-1.25.10.tar.bz2) = 604784ddbcfe282bffdc595d1d45c677c7cf381f +RMD160 (mpg123-1.25.10.tar.bz2) = c22ec77cf8c69925d36546f3bc971edc713c197c +SHA512 (mpg123-1.25.10.tar.bz2) = a33666ae4aca7e7c1a93a6414d8c525ec19044c54f712d578180147d88e63033f7af2370b9ad22960cc3a0b454f15967b7a831cccc97e034c8855f70cdf1ab09 +Size (mpg123-1.25.10.tar.bz2) = 921219 bytes SHA1 (patch-Makefile.in) = e1b529e9468994e25c2567df7e64a2905b0cf529 SHA1 (patch-aa) = 4b2761219dd8fb92079d7f96872e56beb702696a SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56 |