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 E4F057A271 for ; Tue, 23 Aug 2016 06:31:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 918A285EC3; Tue, 23 Aug 2016 06:31:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21C8A85E63 for ; Tue, 23 Aug 2016 06:31:51 +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 kQerNXoFYemT for ; Tue, 23 Aug 2016 06:31:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9DBDA85E82 for ; Tue, 23 Aug 2016 06:31:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BB07FBC3; Tue, 23 Aug 2016 06:31:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471933910159400" MIME-Version: 1.0 Date: Tue, 23 Aug 2016 06:31:50 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20160823063150.9BB07FBC3@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. --_----------=_1471933910159400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 23 06:31:50 UTC 2016 Modified Files: pkgsrc/doc: CHANGES-2016 TODO Log Message: Updated devel/gmp to 6.1.1; databases/postgresql9* to the latest To generate a diff of this commit: cvs rdiff -u -r1.3521 -r1.3522 pkgsrc/doc/CHANGES-2016 cvs rdiff -u -r1.16330 -r1.16331 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471933910159400 Content-Disposition: inline Content-Length: 1931 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2016 diff -u pkgsrc/doc/CHANGES-2016:1.3521 pkgsrc/doc/CHANGES-2016:1.3522 --- pkgsrc/doc/CHANGES-2016:1.3521 Mon Aug 22 18:13:10 2016 +++ pkgsrc/doc/CHANGES-2016 Tue Aug 23 06:31:50 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.3521 2016/08/22 18:13:10 morr Exp $ +$NetBSD: CHANGES-2016,v 1.3522 2016/08/23 06:31:50 adam Exp $ Changes to the packages collection and infrastructure in 2016: @@ -4777,6 +4777,7 @@ Changes to the packages collection and i Updated chat/irssi to 0.8.19 [maya 2016-08-14] Updated chat/irssi-icb to 0.15nb1 [leot 2016-08-14] Updated chat/irssi-xmpp to 0.53 [leot 2016-08-14] + Updated databases/postgresql94 to 9.4.9 [is 2016-08-14] Added security/p5-Netpgp-Verify version 20160814 [agc 2016-08-14] Updated mail/distribute to 2.1.26nb6 [maya 2016-08-15] Updated devel/ftnchek to 3.3.1 [mef 2016-08-15] @@ -5048,3 +5049,8 @@ Changes to the packages collection and i Updated audio/mpc to 0.28 [wiz 2016-08-22] Updated net/php-baikal to 0.4.6 [wiz 2016-08-22] Updated www/wordpress to 4.6nb1 [morr 2016-08-21] + Updated devel/gmp to 6.1.1 [adam 2016-08-23] + Updated databases/postgresql91 to 9.1.23 [adam 2016-08-23] + Updated databases/postgresql92 to 9.2.18 [adam 2016-08-23] + Updated databases/postgresql93 to 9.3.14 [adam 2016-08-23] + Updated databases/postgresql95 to 9.5.4 [adam 2016-08-23] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.16330 pkgsrc/doc/TODO:1.16331 --- pkgsrc/doc/TODO:1.16330 Mon Aug 22 14:17:08 2016 +++ pkgsrc/doc/TODO Tue Aug 23 06:31:50 2016 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.16330 2016/08/22 14:17:08 wiz Exp $ +$NetBSD: TODO,v 1.16331 2016/08/23 06:31:50 adam Exp $ Suggested new packages ====================== @@ -747,7 +747,6 @@ For possible Perl packages updates, see o gloox-1.0.14 o glx-utils-8.3.0 o gmock-1.7.0 - o gmp-6.1.1 o gnet1-1.1.9 o gnetman-20050429 o gnome-3.20.1 --_----------=_1471933910159400--