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 591777A21A for ; Tue, 7 Mar 2017 09:07:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0B23B85730; Tue, 7 Mar 2017 09:07:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BFCD85721 for ; Tue, 7 Mar 2017 09:07:47 +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 52uZOEojgNXJ for ; Tue, 7 Mar 2017 09:07:47 +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 EDC4584CE1 for ; Tue, 7 Mar 2017 09:07:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8939FBE4; Tue, 7 Mar 2017 09:07:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1488877666274360" MIME-Version: 1.0 Date: Tue, 7 Mar 2017 09:07:46 +0000 From: "Emmanuel Dreyfus" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: manu@netbsd.org X-Mailer: log_accum Message-Id: <20170307090746.E8939FBE4@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. --_----------=_1488877666274360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: manu Date: Tue Mar 7 09:07:46 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Fix author for filesystem/glusterfs update to 3.8.9 (this is what hapopens when you copypaste lines) To generate a diff of this commit: cvs rdiff -u -r1.1016 -r1.1017 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1488877666274360 Content-Disposition: inline Content-Length: 775 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.1016 pkgsrc/doc/CHANGES-2017:1.1017 --- pkgsrc/doc/CHANGES-2017:1.1016 Tue Mar 7 08:39:39 2017 +++ pkgsrc/doc/CHANGES-2017 Tue Mar 7 09:07:46 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.1016 2017/03/07 08:39:39 manu Exp $ +$NetBSD: CHANGES-2017,v 1.1017 2017/03/07 09:07:46 manu Exp $ Changes to the packages collection and infrastructure in 2017: @@ -1239,4 +1239,4 @@ Changes to the packages collection and i Updated devel/libtool-info to 2.4.6 [jperkin 2017-03-06] Updated time/khal to 0.9.3 [wiz 2017-03-06] Updated misc/dpkg to 1.18.23 [wiz 2017-03-06] - Updated filesystems/glusterfs to 3.8.9 [wiz 2017-03-07] + Updated filesystems/glusterfs to 3.8.9 [manu 2017-03-07] --_----------=_1488877666274360--