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:   thor
Date:           Sun Mar 19 22:15:37 UTC 2023

Modified Files:
        pkgsrc/audio/mpg123: Makefile.common distinfo

Log Message:
mpg123: bump to 1.31.3

upstream changes:

1.31.3
------

- build:
-- Fix --disable-8bit.
-- Fall back to generic decoder if no yasm for MSVC (bug 346).
-- Fix some pedantic compiler warnings, avoid breaking libtool wrappers.
- mpg123:
-- Fix verbose position printout for new resampling outside libmpg123 (where
   output rate differs from decoding rate).
- libsyn123:
-- Fix reconfiguration of resampler to avoid double free when reducing
   decimator stages to zero (bug 350). Thanks to Youngseok Choi for reporting
   this fuzzed issue.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/audio/mpg123/Makefile.common
cvs rdiff -u -r1.70 -r1.71 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.69 pkgsrc/audio/mpg123/Makefile.common:1.70
--- pkgsrc/audio/mpg123/Makefile.common:1.69    Sat Feb 11 12:39:17 2023
+++ pkgsrc/audio/mpg123/Makefile.common Sun Mar 19 22:15:37 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.69 2023/02/11 12:39:17 adam Exp $
+# $NetBSD: Makefile.common,v 1.70 2023/03/19 22:15:37 thor Exp $
 #
 # used by audio/mpg123-jack/Makefile
 # used by audio/mpg123-nas/Makefile
 # used by audio/mpg123-pulse/Makefile
 
-DISTNAME=      mpg123-1.31.2
+DISTNAME=      mpg123-1.31.3
 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.70 pkgsrc/audio/mpg123/distinfo:1.71
--- pkgsrc/audio/mpg123/distinfo:1.70   Sat Feb 11 12:39:17 2023
+++ pkgsrc/audio/mpg123/distinfo        Sun Mar 19 22:15:37 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.70 2023/02/11 12:39:17 adam Exp $
+$NetBSD: distinfo,v 1.71 2023/03/19 22:15:37 thor Exp $
 
-BLAKE2s (mpg123-1.31.2.tar.bz2) = 80c4c4d2e8aac4c012e6fa68bf9132cf0db873ffed6e5799a26a32d2a7afdbf5
-SHA512 (mpg123-1.31.2.tar.bz2) = eca285382ee3e780353834addf1336c4a2f8f11256af22f95e11efa243de669761c083c86ddfc6ac8c02a920a3c4ab4ad767efa2739fb052e9719f35ef407bc3
-Size (mpg123-1.31.2.tar.bz2) = 1093881 bytes
+BLAKE2s (mpg123-1.31.3.tar.bz2) = 09dc4d21ef494558636f3f60122b32fac30ec621bfecd99893a8533c7f0636cd
+SHA512 (mpg123-1.31.3.tar.bz2) = 5dd550e06f5d0d432cac1b7e546215e56378b44588c1a98031498473211e08bc4228de45be41f7ba764f7f6c0eb752a6501235bcc3712c9a8d8852ae3c607d98
+Size (mpg123-1.31.3.tar.bz2) = 1094474 bytes
 SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56
 SHA1 (patch-src_libout123_modules_sun.c) = aa11e1420fd07f2e1c4a0d911d1642f0fd50b916



Home | Main Index | Thread Index | Old Index