pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/mpg123
Module Name: pkgsrc
Committed By: wiz
Date: Fri Sep 8 08:50:23 UTC 2017
Modified Files:
pkgsrc/audio/mpg123: Makefile.common distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/audio/mpg123/Makefile.common \
pkgsrc/audio/mpg123/distinfo
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.44 pkgsrc/audio/mpg123/Makefile.common:1.45
--- pkgsrc/audio/mpg123/Makefile.common:1.44 Fri Jul 14 05:46:46 2017
+++ pkgsrc/audio/mpg123/Makefile.common Fri Sep 8 08:50:23 2017
@@ -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/}
Index: pkgsrc/audio/mpg123/distinfo
diff -u pkgsrc/audio/mpg123/distinfo:1.44 pkgsrc/audio/mpg123/distinfo:1.45
--- pkgsrc/audio/mpg123/distinfo:1.44 Fri Jul 14 05:46:46 2017
+++ pkgsrc/audio/mpg123/distinfo Fri Sep 8 08:50:23 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index