diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-08 08:50:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-08 08:50:23 +0000 |
commit | 9b5245556e807dd7fdab497d076984d193fb935c (patch) | |
tree | b4d17aba62f6f98c5e710088eff59585277f9d1f | |
parent | e3aa50b1956df8c00af25087038eade33b3a735f (diff) | |
download | pkgsrc-9b5245556e807dd7fdab497d076984d193fb935c.tar.gz |
Updated mpg123 to 1.25.5.
1.25.5
------
- Avoid another buffer read overflow in the ID3 parser on 32 bit platforms
(bug 254).
1.25.4
------
- Better configure checks for i?86-apple-darwin (bug 253).
- libmpg123:
-- Prevent harmless call to memcpy(NULL, NULL, 0).
-- More early checking of ID3v2 encoding values to avoid bogus text being
stored.
1.25.3
------
- libmpg123:
-- Better checks for xrpnt overflow in III_dequantize_sample() before each
use, avoiding false positives and catching cases that were rendered
harmless by alignment-enlarged buffers.
-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 0d4b4fb3c68..dc4b00d5cf8 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2017/07/14 05:46:46 maya Exp $ +# $NetBSD: Makefile.common,v 1.45 2017/09/08 08:50:23 wiz 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.2 +DISTNAME= mpg123-1.25.5 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 8be210220bc..4ddca773a98 100644 --- a/audio/mpg123/distinfo +++ b/audio/mpg123/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.44 2017/07/14 05:46:46 maya Exp $ +$NetBSD: distinfo,v 1.45 2017/09/08 08:50:23 wiz Exp $ -SHA1 (mpg123-1.25.2.tar.bz2) = efdcd085c8ef7de422e5cd34c861b8302e1cc35a -RMD160 (mpg123-1.25.2.tar.bz2) = fe79cbca7e21de36cc2bb50d83ae4e5992876968 -SHA512 (mpg123-1.25.2.tar.bz2) = 1b063a7a497d6f643b43a0e0db0e1a8951bf110cabf8f3dc63d7ed1b8e47ef4a42649622a5e4efb582479beacd7d3872b4f061716a5f6970b3f5bed7ef4f3fe9 -Size (mpg123-1.25.2.tar.bz2) = 918024 bytes +SHA1 (mpg123-1.25.5.tar.bz2) = 2fd8841783b189ab597be975b7aba108ce188013 +RMD160 (mpg123-1.25.5.tar.bz2) = f878a3d6df5801d16217e62b979e02836ec76700 +SHA512 (mpg123-1.25.5.tar.bz2) = 8c97684cd684762b231347c741fd21deb4d2afa40c7c11626444b41046161e5d7089c5ec0971e5b7bbbdb5f49618f1eb8b534ba43fb91e05d706a78d8470d125 +Size (mpg123-1.25.5.tar.bz2) = 918861 bytes SHA1 (patch-Makefile.in) = e1b529e9468994e25c2567df7e64a2905b0cf529 SHA1 (patch-aa) = 4b2761219dd8fb92079d7f96872e56beb702696a SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56 |