pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio
Module Name: pkgsrc
Committed By: nia
Date: Thu Oct 31 14:06:17 UTC 2019
Modified Files:
pkgsrc/audio/mpg123: Makefile.common distinfo
pkgsrc/audio/mpg123-pulse: Makefile
Log Message:
mpg123: Update to 1.25.13
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.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/audio/mpg123/Makefile.common \
pkgsrc/audio/mpg123/distinfo
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/mpg123-pulse/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/mpg123/Makefile.common
diff -u pkgsrc/audio/mpg123/Makefile.common:1.50 pkgsrc/audio/mpg123/Makefile.common:1.51
--- pkgsrc/audio/mpg123/Makefile.common:1.50 Sat Aug 31 14:24:19 2019
+++ pkgsrc/audio/mpg123/Makefile.common Thu Oct 31 14:06:17 2019
@@ -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
@@ -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/}
Index: pkgsrc/audio/mpg123/distinfo
diff -u pkgsrc/audio/mpg123/distinfo:1.50 pkgsrc/audio/mpg123/distinfo:1.51
--- pkgsrc/audio/mpg123/distinfo:1.50 Sat Aug 31 14:24:19 2019
+++ pkgsrc/audio/mpg123/distinfo Thu Oct 31 14:06:17 2019
@@ -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
Index: pkgsrc/audio/mpg123-pulse/Makefile
diff -u pkgsrc/audio/mpg123-pulse/Makefile:1.23 pkgsrc/audio/mpg123-pulse/Makefile:1.24
--- pkgsrc/audio/mpg123-pulse/Makefile:1.23 Wed Sep 18 14:17:05 2019
+++ pkgsrc/audio/mpg123-pulse/Makefile Thu Oct 31 14:06:17 2019
@@ -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"
Home |
Main Index |
Thread Index |
Old Index