Received: by mail.netbsd.org (Postfix, from userid 605) id C519D84D62; Thu, 18 Mar 2021 10:39:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CD0884CEC for ; Thu, 18 Mar 2021 10:39:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2nD0q8ezD9mm for ; Thu, 18 Mar 2021 10:39:45 +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 7F24D84C86 for ; Thu, 18 Mar 2021 10:39:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72983FA95; Thu, 18 Mar 2021 10:39:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161606398571910" MIME-Version: 1.0 Date: Thu, 18 Mar 2021 10:39:45 +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: <20210318103945.72983FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161606398571910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Thu Mar 18 10:39:45 UTC 2021 Modified Files: pkgsrc/audio/libopenmpt: Makefile distinfo Log Message: libopenmpt: update to 0.5.6. ### libopenmpt 0.5.6 (2021-03-14) * AMS: Avoid allocating excessive amount of memory for compressed song message in malformed files. * S3M: Some samples or OPL patches were imported with a too high sample rate if module was saved with Scream Tracker 3. * vorbis: Update to v1.3.7 (2020-07-04). To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/audio/libopenmpt/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/audio/libopenmpt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161606398571910 Content-Disposition: inline Content-Length: 1882 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.43 pkgsrc/audio/libopenmpt/Makefile:1.44 --- pkgsrc/audio/libopenmpt/Makefile:1.43 Sun Feb 14 10:20:59 2021 +++ pkgsrc/audio/libopenmpt/Makefile Thu Mar 18 10:39:45 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2021/02/14 10:20:59 fcambus Exp $ +# $NetBSD: Makefile,v 1.44 2021/03/18 10:39:45 fcambus Exp $ -DISTNAME= libopenmpt-0.5.5+release.autotools +DISTNAME= libopenmpt-0.5.6+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.32 pkgsrc/audio/libopenmpt/distinfo:1.33 --- pkgsrc/audio/libopenmpt/distinfo:1.32 Sun Feb 14 10:20:59 2021 +++ pkgsrc/audio/libopenmpt/distinfo Thu Mar 18 10:39:45 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2021/02/14 10:20:59 fcambus Exp $ +$NetBSD: distinfo,v 1.33 2021/03/18 10:39:45 fcambus Exp $ -SHA1 (libopenmpt-0.5.5+release.autotools.tar.gz) = 88885aae9e42e784a926faa890e70046d23d0089 -RMD160 (libopenmpt-0.5.5+release.autotools.tar.gz) = 069d08240d679f3e911cd629f846b55517771a56 -SHA512 (libopenmpt-0.5.5+release.autotools.tar.gz) = 8a56fdd0994b6db3567ea81d6cbd6ab69caceb82e7b0eb1dde017eb5c001c291384e7ab4a5a8a3ddbed3df4ac6b073a4d26e66f493926f582d198fb6810f9890 -Size (libopenmpt-0.5.5+release.autotools.tar.gz) = 1471537 bytes +SHA1 (libopenmpt-0.5.6+release.autotools.tar.gz) = 83ae443cab15c897191c0b254f979d68269c0412 +RMD160 (libopenmpt-0.5.6+release.autotools.tar.gz) = f9affdf37ee2c0308d88d0ad2e82f34f7e2de39c +SHA512 (libopenmpt-0.5.6+release.autotools.tar.gz) = f9c6a4b09565afb61d0fd9b790b697823ce9db3f975dd104eb38c6a4b9a75dd498e0131e27b1b2908f48bbf778547bde92a9b63a31a6e71dde981440ed36cda3 +Size (libopenmpt-0.5.6+release.autotools.tar.gz) = 1472786 bytes --_----------=_161606398571910--