Received: by mail.netbsd.org (Postfix, from userid 605) id 0F79684D38; Tue, 20 Feb 2018 09:37:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3239E84D38 for ; Tue, 20 Feb 2018 09:37:57 +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 7JwAfYgc3hWs for ; Tue, 20 Feb 2018 09:37:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A6EE884DBC for ; Tue, 20 Feb 2018 09:37:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1AD1FB40; Tue, 20 Feb 2018 09:37:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151911947643570" MIME-Version: 1.0 Date: Tue, 20 Feb 2018 09:37:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/leptonica To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180220093756.A1AD1FB40@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. --_----------=_151911947643570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 20 09:37:56 UTC 2018 Modified Files: pkgsrc/graphics/leptonica: Makefile distinfo Log Message: leptonica: updated to 1.75.3 1.75.3: Fixed some coverity scan issues. Autotools fix to check for png if enabling gnuplot To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/leptonica/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/leptonica/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151911947643570 Content-Disposition: inline Content-Length: 1748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/leptonica/Makefile diff -u pkgsrc/graphics/leptonica/Makefile:1.12 pkgsrc/graphics/leptonica/Makefile:1.13 --- pkgsrc/graphics/leptonica/Makefile:1.12 Wed Feb 14 11:19:36 2018 +++ pkgsrc/graphics/leptonica/Makefile Tue Feb 20 09:37:56 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2018/02/14 11:19:36 adam Exp $ +# $NetBSD: Makefile,v 1.13 2018/02/20 09:37:56 adam Exp $ -DISTNAME= leptonica-1.75.2 +DISTNAME= leptonica-1.75.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=danbloomberg/} Index: pkgsrc/graphics/leptonica/distinfo diff -u pkgsrc/graphics/leptonica/distinfo:1.10 pkgsrc/graphics/leptonica/distinfo:1.11 --- pkgsrc/graphics/leptonica/distinfo:1.10 Wed Feb 14 11:19:36 2018 +++ pkgsrc/graphics/leptonica/distinfo Tue Feb 20 09:37:56 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2018/02/14 11:19:36 adam Exp $ +$NetBSD: distinfo,v 1.11 2018/02/20 09:37:56 adam Exp $ -SHA1 (leptonica-1.75.2.tar.gz) = 43011e2405dffc420b3db44ab2539945df2b6acd -RMD160 (leptonica-1.75.2.tar.gz) = a6df71500ed58305bc8d924ccd2d303f619204ac -SHA512 (leptonica-1.75.2.tar.gz) = b5107673d1b94b936105cf9795e349c89bd58b80f5947f8e041867b052580215f4fb5bc728cd893c11082efdde11158562a1c93ad53387b6ffb33e7b9e089efb -Size (leptonica-1.75.2.tar.gz) = 12377982 bytes +SHA1 (leptonica-1.75.3.tar.gz) = f2c1d1147304b3a564c34ae033619004a1640275 +RMD160 (leptonica-1.75.3.tar.gz) = 006ced964c7d9125c5b728bf8b717849c7dda21a +SHA512 (leptonica-1.75.3.tar.gz) = ba2586e76634afb9be6699e4261e55078dd176ee2d0674aedfe49f7f0736ddedadd6961bcce23391d47dc24511cf5ab4b451544f3349c2d060da5f789dc5ab3f +Size (leptonica-1.75.3.tar.gz) = 12379109 bytes SHA1 (patch-src_sarray1.c) = 2e465517a82453d80d5c40654aa13e6d23f620a9 --_----------=_151911947643570--