Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 703DA84ED1 for ; Fri, 23 Jun 2023 14:37:34 +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 JrYlhnFI9H1o for ; Fri, 23 Jun 2023 14:37:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C559D84D82 for ; Fri, 23 Jun 2023 14:37:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEAB7FA89; Fri, 23 Jun 2023 14:37:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687531053224610" MIME-Version: 1.0 Date: Fri, 23 Jun 2023 14:37:33 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/audio/libopenmpt To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230623143733.BEAB7FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687531053224610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Fri Jun 23 14:37:33 UTC 2023 Modified Files: pkgsrc/audio/libopenmpt: Makefile distinfo Log Message: libopenmpt: update to 0.7.2. OK wiz@ ### libopenmpt 0.7.2 (2023-06-18) * [**New**] MOD: Can now read modified 8-channel MOD files from the DOS game Aleshar - The World Of Ice. * [**Sec**] Possible out-of-bounds read or write when reading malformed MED files. (r19389) * [**Bug**] The C++ API failed to compile with Clang/Emscripten in some situations due to a misplaced `[[deprecated]]`. * [**Bug**] The Opal OPL3 emulator symbols were not namespaced properly. * [**Bug**] Work-around for MSVC VS2022 17.6.0 ARM64 compiler bug. * [**Bug**] `Makefile` `CONFIG=emscripten EMSCRIPTEN_PORTS=1` failed to properly use `libogg` and `libvorbis` dependencies. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/audio/libopenmpt/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/libopenmpt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687531053224610 Content-Disposition: inline Content-Length: 1748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/libopenmpt/Makefile diff -u pkgsrc/audio/libopenmpt/Makefile:1.72 pkgsrc/audio/libopenmpt/Makefile:1.73 --- pkgsrc/audio/libopenmpt/Makefile:1.72 Tue Jun 6 12:40:17 2023 +++ pkgsrc/audio/libopenmpt/Makefile Fri Jun 23 14:37:33 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2023/06/06 12:40:17 riastradh Exp $ +# $NetBSD: Makefile,v 1.73 2023/06/23 14:37:33 fcambus Exp $ -DISTNAME= libopenmpt-0.7.1+release.autotools +DISTNAME= libopenmpt-0.7.2+release.autotools PKGNAME= ${DISTNAME:C/\+.*//} CATEGORIES= audio MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ Index: pkgsrc/audio/libopenmpt/distinfo diff -u pkgsrc/audio/libopenmpt/distinfo:1.54 pkgsrc/audio/libopenmpt/distinfo:1.55 --- pkgsrc/audio/libopenmpt/distinfo:1.54 Sat May 13 15:25:14 2023 +++ pkgsrc/audio/libopenmpt/distinfo Fri Jun 23 14:37:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.54 2023/05/13 15:25:14 fcambus Exp $ +$NetBSD: distinfo,v 1.55 2023/06/23 14:37:33 fcambus Exp $ -BLAKE2s (libopenmpt-0.7.1+release.autotools.tar.gz) = 7e1c1903281525a907fdb498400431d7542acb218f4d05258d5fdd34dc280600 -SHA512 (libopenmpt-0.7.1+release.autotools.tar.gz) = 65468341b24d80f8bf0e9cf32d43b3ca3ced0323836373ae3c794b6df5b23d7e9c230ec37dd00777e22038d340adb56b20b83815e048fae22117ead0b4044bba -Size (libopenmpt-0.7.1+release.autotools.tar.gz) = 1650178 bytes +BLAKE2s (libopenmpt-0.7.2+release.autotools.tar.gz) = 94f7c092fbf8c0f8191bceffb2cde933b4f7baca36f3ac682f2f7f697bd0267a +SHA512 (libopenmpt-0.7.2+release.autotools.tar.gz) = 5a92641679c72694d29b2bfe46f50ad31c964426f43213b67561f67a21c5683a13a61b0810fced3c46c071f40857a2c564a68947334792e94830cbe66dc5716d +Size (libopenmpt-0.7.2+release.autotools.tar.gz) = 1651153 bytes --_----------=_1687531053224610--