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 E525D7A280 for ; Mon, 16 Jan 2017 09:21:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 996AF85665; Mon, 16 Jan 2017 09:21:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24FD9856AD for ; Mon, 16 Jan 2017 09:21:16 +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 UYKJ34eUxjWr for ; Mon, 16 Jan 2017 09:21:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A7065856AF for ; Mon, 16 Jan 2017 09:21:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A560CFBA6; Mon, 16 Jan 2017 09:21:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484558475230640" MIME-Version: 1.0 Date: Mon, 16 Jan 2017 09:21:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/pcre To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170116092115.A560CFBA6@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. --_----------=_1484558475230640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 16 09:21:15 UTC 2017 Modified Files: pkgsrc/devel/pcre: Makefile distinfo Log Message: Updated pcre to 8.40. Release 8.40 11-January-2017 ---------------------------- This is a bug-fix release. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/pcre/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/pcre/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484558475230640 Content-Disposition: inline Content-Length: 1773 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/pcre/Makefile diff -u pkgsrc/devel/pcre/Makefile:1.80 pkgsrc/devel/pcre/Makefile:1.81 --- pkgsrc/devel/pcre/Makefile:1.80 Sun Jun 19 20:40:48 2016 +++ pkgsrc/devel/pcre/Makefile Mon Jan 16 09:21:15 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2016/06/19 20:40:48 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2017/01/16 09:21:15 wiz Exp $ -DISTNAME= pcre-8.39 +DISTNAME= pcre-8.40 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ${MASTER_SITE_SOURCEFORGE:=pcre/} Index: pkgsrc/devel/pcre/distinfo diff -u pkgsrc/devel/pcre/distinfo:1.61 pkgsrc/devel/pcre/distinfo:1.62 --- pkgsrc/devel/pcre/distinfo:1.61 Sun Jun 19 20:40:48 2016 +++ pkgsrc/devel/pcre/distinfo Mon Jan 16 09:21:15 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.61 2016/06/19 20:40:48 wiz Exp $ +$NetBSD: distinfo,v 1.62 2017/01/16 09:21:15 wiz Exp $ -SHA1 (pcre-8.39.tar.bz2) = 5e38289fd1b4ef3e8426f31a01e34b6924d80b90 -RMD160 (pcre-8.39.tar.bz2) = bd3353494b85f184ebe3ba0de55584c3b9e74658 -SHA512 (pcre-8.39.tar.bz2) = 8b0f14ae5947c4b2d74876a795b04e532fd71c2479a64dbe0ed817e7c7894ea3cae533413de8c17322d305cb7f4e275d72b43e4e828eaca77dc4bcaf04529cf6 -Size (pcre-8.39.tar.bz2) = 1560758 bytes +SHA1 (pcre-8.40.tar.bz2) = 12f338719b8b028a2eecbf9192fcc00a13fc04f6 +RMD160 (pcre-8.40.tar.bz2) = 1e2ebc58764e3b990d475323b4ffc848979e9c5d +SHA512 (pcre-8.40.tar.bz2) = b4c27eafbdf33bd7a1384655b1936f4be3bc6745c072347eb26e988896c52664bd85ac42444da1be78b6e20f45b6c7e5921f5f20f5b0741b5bd3d9844e5bd4e2 +Size (pcre-8.40.tar.bz2) = 1560119 bytes SHA1 (patch-aa) = ed20cfb5ca7b1e620e368c8e41a7f691d6f93282 SHA1 (patch-ab) = 0b8fbde09c27e2716e5bfa32abce8ee4a79fb7fb SHA1 (patch-doc_pcredemo.3) = 90f9b3a021f58973149d839735d40c5e2e245912 --_----------=_1484558475230640--