Skip to content

Commit

Permalink
mpg123: Update to 1.25.13
Browse files Browse the repository at this point in the history
This is a bugfix release solely for bug 280 in the parser:

    libmpg123
        Reset the flag for having a frame to decode before trying to parse a new one. This prevents very unkind behaviour (crashes) when combinging mpg123_scan() with decoding later on for damaged streams that have a mixture of different MPEG versions.
  • Loading branch information
alarixnia committed Oct 31, 2019
1 parent 5c2fded commit 803bd4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions audio/mpg123-pulse/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.23 2019/09/18 14:17:05 ryoon Exp $
# $NetBSD: Makefile,v 1.24 2019/10/31 14:06:17 nia Exp $

MPG123_MODULE= pulse

PKGREVISION= 3
.include "../../audio/mpg123/Makefile.common"

.include "../../audio/mpg123/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/mpg123/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.50 2019/08/31 14:24:19 nia Exp $
# $NetBSD: Makefile.common,v 1.51 2019/10/31 14:06:17 nia Exp $
#
# used by audio/mpg123-arts/Makefile
# used by audio/mpg123-esound/Makefile
Expand All @@ -7,7 +7,7 @@
# used by audio/mpg123-pulse/Makefile
# used by audio/mpg123-sun/Makefile

DISTNAME= mpg123-1.25.12
DISTNAME= mpg123-1.25.13
PKGNAME?= ${DISTNAME:C/[[:alnum:]]*/&-${MPG123_MODULE}/}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg123/}
Expand Down
10 changes: 5 additions & 5 deletions audio/mpg123/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.50 2019/08/31 14:24:19 nia Exp $
$NetBSD: distinfo,v 1.51 2019/10/31 14:06:17 nia Exp $

SHA1 (mpg123-1.25.12.tar.bz2) = 4ece1ec124a6ca085e1d68f7ede6d5619fc587ff
RMD160 (mpg123-1.25.12.tar.bz2) = d6bb641bc56c7e5f83e7658c044b231b94f4886c
SHA512 (mpg123-1.25.12.tar.bz2) = fa3c719c68dbe45b265fd7677d0932b07f6a14e7ffe365ede965ff1637e655c4b57c86f7e4cd60cace7df5fcc93d48e0d44f082931394b7c6ef19f5d11638eff
Size (mpg123-1.25.12.tar.bz2) = 910149 bytes
SHA1 (mpg123-1.25.13.tar.bz2) = 2b6428dc563c56fb1374191d1244c8ac928e4d89
RMD160 (mpg123-1.25.13.tar.bz2) = 5cbddeefd54554ff4fd5b66bf3893e72dad7ff02
SHA512 (mpg123-1.25.13.tar.bz2) = 2308a899f47eb0d17a603cb8a19ea07b1f338d85d9c2f798fb55732d77c603802e18b6ca0215cc59ccdd70fe89816c09fd16a6a91b1d1cd3834bd7877239cb39
Size (mpg123-1.25.13.tar.bz2) = 910176 bytes
SHA1 (patch-Makefile.in) = e1b529e9468994e25c2567df7e64a2905b0cf529
SHA1 (patch-aa) = 4b2761219dd8fb92079d7f96872e56beb702696a
SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56
Expand Down

0 comments on commit 803bd4d

Please sign in to comment.