Received: by mail.netbsd.org (Postfix, from userid 605) id 342A884E5F; Sun, 19 Mar 2023 22:15:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63D8384DB9 for ; Sun, 19 Mar 2023 22:15:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id n-tBmuYgxPSv for ; Sun, 19 Mar 2023 22:15:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CB51D84DA5 for ; Sun, 19 Mar 2023 22:15:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4F4DFA90; Sun, 19 Mar 2023 22:15:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167926413752560" MIME-Version: 1.0 Date: Sun, 19 Mar 2023 22:15:37 +0000 From: "Dr. Thomas Orgis" Subject: CVS commit: pkgsrc/audio/mpg123 To: pkgsrc-changes@NetBSD.org Reply-To: thor@netbsd.org X-Mailer: log_accum Message-Id: <20230319221537.C4F4DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167926413752560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_167926413752560 Content-Disposition: inline Content-Length: 1862 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_167926413752560--