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 A62447A210 for ; Sun, 26 Jun 2016 20:31:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 575D485E11; Sun, 26 Jun 2016 20:31:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D8D5084CFD for ; Sun, 26 Jun 2016 20:31:48 +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 q-Pv6Nm0innM for ; Sun, 26 Jun 2016 20:31:48 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EBC9584CF0 for ; Sun, 26 Jun 2016 20:31:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E68E5FBB5; Sun, 26 Jun 2016 20:31:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466973107160690" MIME-Version: 1.0 Date: Sun, 26 Jun 2016 20:31:47 +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: <20160626203147.E68E5FBB5@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. --_----------=_1466973107160690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jun 26 20:31:47 UTC 2016 Modified Files: pkgsrc/doc: CHANGES-2016 Log Message: Updated net/youtube-dl to 20160625; added missing postgresql changes To generate a diff of this commit: cvs rdiff -u -r1.2595 -r1.2596 pkgsrc/doc/CHANGES-2016 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466973107160690 Content-Disposition: inline Content-Length: 1406 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.2595 pkgsrc/doc/CHANGES-2016:1.2596 --- pkgsrc/doc/CHANGES-2016:1.2595 Sun Jun 26 19:03:43 2016 +++ pkgsrc/doc/CHANGES-2016 Sun Jun 26 20:31:47 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.2595 2016/06/26 19:03:43 wiz Exp $ +$NetBSD: CHANGES-2016,v 1.2596 2016/06/26 20:31:47 adam Exp $ Changes to the packages collection and infrastructure in 2016: @@ -2736,6 +2736,11 @@ Changes to the packages collection and i Updated net/py-twisted to 16.2.0 [wiz 2016-05-23] Updated x11/gtkmm3 to 3.20.1 [prlw1 2016-05-23] Added meta-pkgs/lxde version 1.0 [youri 2016-05-23] + Updated databases/postgresql91 to 9.1.22 [adam 2016-05-23] + Updated databases/postgresql92 to 9.2.17 [adam 2016-05-23] + Updated databases/postgresql93 to 9.3.13 [adam 2016-05-23] + Updated databases/postgresql94 to 9.4.8 [adam 2016-05-23] + Updated databases/postgresql95 to 9.5.3 [adam 2016-05-23] Updated databases/elasticsearch to 2.3.3 [fhajny 2016-05-24] Added devel/stfl version 0.24 [leot 2016-05-24] Added news/newsbeuter version 2.9 [leot 2016-05-24] @@ -3793,3 +3798,4 @@ Changes to the packages collection and i Updated www/libproxy to 0.4.13 [kamil 2016-06-26] Updated net/nanomsg to 1.0.0nb1 [kamil 2016-06-26] Updated pkgtools/url2pkg to 2.27 [wiz 2016-06-26] + Updated net/youtube-dl to 20160625 [adam 2016-06-26] --_----------=_1466973107160690--