Received: by mail.netbsd.org (Postfix, from userid 605) id 908EF84D2F; Fri, 15 Oct 2021 08:36:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB0A184D1B for ; Fri, 15 Oct 2021 08:36:22 +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 Tsa5xwbFxOAg for ; Fri, 15 Oct 2021 08:36:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3A6E884CE1 for ; Fri, 15 Oct 2021 08:36:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31C43FA8D; Fri, 15 Oct 2021 08:36:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163428698295710" MIME-Version: 1.0 Date: Fri, 15 Oct 2021 08:36:22 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/audio/libopenmpt To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20211015083622.31C43FA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163428698295710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Fri Oct 15 08:36:22 UTC 2021 Modified Files: pkgsrc/audio/libopenmpt: Makefile distinfo Log Message: libopenmpt: update to 0.5.12. ### libopenmpt 0.5.12 (2021-10-04) * [**Sec**] Possible crash when loading malformed MDL files. (r15603) * [**Bug**] Fixed various undefined behaviour found with ubsan. * Seeking with sample sync sometimes didn't compute the correct sample position with pingpong-looped samples. * IT: Tremor command I11 erroneously behaved like I00 (use previous parameter) unless IT Old Effects were enabled. * PTM: Panning was translated wrong in some edge cases. * IMF / PTM: Note Slide commands were sometimes slightly off. * OKT: Better support for fine note slides. * DBM: Echo enable effect parameter range checks were incorrect. * XM: Sample texts in XMs made with MadTracker are now also decoded using Windows-1252 encoding. * in_openmpt: Song metadata is no longer reverted when viewing file info. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/audio/libopenmpt/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/libopenmpt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163428698295710 Content-Disposition: inline Content-Length: 1808 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.50 pkgsrc/audio/libopenmpt/Makefile:1.51 --- pkgsrc/audio/libopenmpt/Makefile:1.50 Wed Sep 8 21:04:55 2021 +++ pkgsrc/audio/libopenmpt/Makefile Fri Oct 15 08:36:21 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2021/09/08 21:04:55 nia Exp $ +# $NetBSD: Makefile,v 1.51 2021/10/15 08:36:21 fcambus Exp $ -DISTNAME= libopenmpt-0.5.10+release.autotools +DISTNAME= libopenmpt-0.5.12+release.autotools PKGNAME= ${DISTNAME:C/\+.*//} -PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ Index: pkgsrc/audio/libopenmpt/distinfo diff -u pkgsrc/audio/libopenmpt/distinfo:1.38 pkgsrc/audio/libopenmpt/distinfo:1.39 --- pkgsrc/audio/libopenmpt/distinfo:1.38 Thu Oct 7 13:09:33 2021 +++ pkgsrc/audio/libopenmpt/distinfo Fri Oct 15 08:36:21 2021 @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.38 2021/10/07 13:09:33 nia Exp $ +$NetBSD: distinfo,v 1.39 2021/10/15 08:36:21 fcambus Exp $ -RMD160 (libopenmpt-0.5.10+release.autotools.tar.gz) = a6db9e0e0a7dbb820e2cadd132cbede4d5a488fe -SHA512 (libopenmpt-0.5.10+release.autotools.tar.gz) = ea76b6e3a6038046fc72e92203018202a247e4216bc33cc358290c74aba119e81e0c40d0f4f90874dc605d9354f04437b516b11b0ee3d644af7f230851e3f816 -Size (libopenmpt-0.5.10+release.autotools.tar.gz) = 1475967 bytes +SHA1 (libopenmpt-0.5.12+release.autotools.tar.gz) = 8429b6002523befc8aea080c5bdfa821ae69a457 +RMD160 (libopenmpt-0.5.12+release.autotools.tar.gz) = 1cbb888d6135a1d1ac1af73e41a7a1f16a1ad21d +SHA512 (libopenmpt-0.5.12+release.autotools.tar.gz) = e22a79737a825a5753429271bba7af94fd195fb0ff770a3e2091b941c3856bbad770eeeb88cd86d37e01b0138e820199d3650f55546f2e33bb2e99b1b14d9925 +Size (libopenmpt-0.5.12+release.autotools.tar.gz) = 1477744 bytes --_----------=_163428698295710--