Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 473C07A280 for ; Sun, 1 Jan 2017 08:42:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E7E24856CE; Sun, 1 Jan 2017 08:42:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77F24855E0 for ; Sun, 1 Jan 2017 08:42:53 +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 3nt5m1HF8DCN for ; Sun, 1 Jan 2017 08:42:52 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 908F184CF0 for ; Sun, 1 Jan 2017 08:42:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A5A0FBA6; Sun, 1 Jan 2017 08:42:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483260172264930" MIME-Version: 1.0 Date: Sun, 1 Jan 2017 08:42:52 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/audio/chromaprint To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170101084252.8A5A0FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483260172264930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jan 1 08:42:52 UTC 2017 Modified Files: pkgsrc/audio/chromaprint: Makefile distinfo Log Message: Updated audio/chromaprint to 1.4.2 ---------------------------------- Version 1.4.2 -- December 28, 2016 ================================== - Fixed invalid memory access when decoding base64-encoded fingerprints. - Removed unnecessary library dependencies libchromaprint to avoid circular dependency problems with FFmpeg. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/chromaprint/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/chromaprint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483260172264930 Content-Disposition: inline Content-Length: 1771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/chromaprint/Makefile diff -u pkgsrc/audio/chromaprint/Makefile:1.18 pkgsrc/audio/chromaprint/Makefile:1.19 --- pkgsrc/audio/chromaprint/Makefile:1.18 Mon Dec 19 08:45:43 2016 +++ pkgsrc/audio/chromaprint/Makefile Sun Jan 1 08:42:52 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/12/19 08:45:43 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 08:42:52 mef Exp $ -DISTNAME= chromaprint-1.4.1 +DISTNAME= chromaprint-1.4.2 CATEGORIES= audio MASTER_SITES= https://bitbucket.org/acoustid/chromaprint/downloads/ Index: pkgsrc/audio/chromaprint/distinfo diff -u pkgsrc/audio/chromaprint/distinfo:1.13 pkgsrc/audio/chromaprint/distinfo:1.14 --- pkgsrc/audio/chromaprint/distinfo:1.13 Mon Dec 19 08:45:43 2016 +++ pkgsrc/audio/chromaprint/distinfo Sun Jan 1 08:42:52 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2016/12/19 08:45:43 wiz Exp $ +$NetBSD: distinfo,v 1.14 2017/01/01 08:42:52 mef Exp $ -SHA1 (chromaprint-1.4.1.tar.gz) = 1357b8946f2c423ab69d7186ed14b6d592184dd8 -RMD160 (chromaprint-1.4.1.tar.gz) = abb9f94d993e96e1f9df64d9c8def5b15d1acd83 -SHA512 (chromaprint-1.4.1.tar.gz) = 9d414ba01be87f973df877afc600c761bf338292680d2626baa2a483f0bb681b506d02baa8f9de297489459ba1ebae9005202bfe7ba661b7bd4d60d4a2463ede -Size (chromaprint-1.4.1.tar.gz) = 611014 bytes +SHA1 (chromaprint-1.4.2.tar.gz) = 3d90530e643a351f49460f08fcbc163179e9c036 +RMD160 (chromaprint-1.4.2.tar.gz) = c3ffa5eb295edc1421de9c63f036e71c4315d03f +SHA512 (chromaprint-1.4.2.tar.gz) = 69449adf1c95c1395a5545d36877afe95b409d045357cc675e9ac58aee2955b3a9a245f37805192804a9b7fddc792b9e9289bf6448fa3393131048d28e06d7e2 +Size (chromaprint-1.4.2.tar.gz) = 613367 bytes SHA1 (patch-cmake_modules_FindFFmpeg.cmake) = 193eac515ea1152762d911cf5cb2fac32ec62b4b --_----------=_1483260172264930--