Received: by mail.netbsd.org (Postfix, from userid 605) id 6A16584EC3; Tue, 29 Jan 2019 10:08:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 896B684EC2 for ; Tue, 29 Jan 2019 10:08:12 +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 chSCXiMIMlvm for ; Tue, 29 Jan 2019 10:08:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D1B2484D59 for ; Tue, 29 Jan 2019 10:08:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF379FB16; Tue, 29 Jan 2019 10:08:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1548756491116690" MIME-Version: 1.0 Date: Tue, 29 Jan 2019 10:08:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/libwebp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190129100811.AF379FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1548756491116690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 29 10:08:11 UTC 2019 Modified Files: pkgsrc/graphics/libwebp: Makefile distinfo Log Message: libwebp: updated to 1.0.2 version 1.0.2 This is a binary compatible release. * (Windows) unicode file support in the tools (linux and mac already had support) * lossless encoder speedups * lossy encoder speedup on ARM * lossless multi-threaded security fix To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/libwebp/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/libwebp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1548756491116690 Content-Disposition: inline Content-Length: 1636 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libwebp/Makefile diff -u pkgsrc/graphics/libwebp/Makefile:1.28 pkgsrc/graphics/libwebp/Makefile:1.29 --- pkgsrc/graphics/libwebp/Makefile:1.28 Tue Nov 20 17:26:19 2018 +++ pkgsrc/graphics/libwebp/Makefile Tue Jan 29 10:08:11 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2018/11/20 17:26:19 adam Exp $ +# $NetBSD: Makefile,v 1.29 2019/01/29 10:08:11 adam Exp $ -DISTNAME= libwebp-1.0.1 +DISTNAME= libwebp-1.0.2 CATEGORIES= graphics MASTER_SITES= http://downloads.webmproject.org/releases/webp/ Index: pkgsrc/graphics/libwebp/distinfo diff -u pkgsrc/graphics/libwebp/distinfo:1.15 pkgsrc/graphics/libwebp/distinfo:1.16 --- pkgsrc/graphics/libwebp/distinfo:1.15 Tue Nov 20 17:26:19 2018 +++ pkgsrc/graphics/libwebp/distinfo Tue Jan 29 10:08:11 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2018/11/20 17:26:19 adam Exp $ +$NetBSD: distinfo,v 1.16 2019/01/29 10:08:11 adam Exp $ -SHA1 (libwebp-1.0.1.tar.gz) = 038530d5b30d724bcaac04f009999148cf66cb59 -RMD160 (libwebp-1.0.1.tar.gz) = b269dfc9f1e3f8c340d240f1480eea154eff9ea5 -SHA512 (libwebp-1.0.1.tar.gz) = 44e0c278b4569c03c39a1e047bccd7b4270bda12feae0dadc54f8a61fd6a66be011229f1e7e853f64749bcd9ea9e8146989e2b632459b67a4aaea4a8033a1361 -Size (libwebp-1.0.1.tar.gz) = 4030276 bytes +SHA1 (libwebp-1.0.2.tar.gz) = 7cdff7beabc073ab0c5ecf888c326722e2f5688e +RMD160 (libwebp-1.0.2.tar.gz) = 71858bc4e858917f84278be9ab8b9808f0aca9cc +SHA512 (libwebp-1.0.2.tar.gz) = e095b8fdf0096395daf12892b3b74c472868e727f23640ba7aa5922a5a028b778a6a60d8a94f696f6c0ca49577dfc9a0b599ecb74ad831ade48c6db812b71d2e +Size (libwebp-1.0.2.tar.gz) = 4036397 bytes --_----------=_1548756491116690--