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 822BB7A211 for ; Wed, 27 Apr 2016 16:52:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F19F985F17; Wed, 27 Apr 2016 16:52:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 80BEE85E97 for ; Wed, 27 Apr 2016 16:52:19 +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 WZOQC_5FxcrK for ; Wed, 27 Apr 2016 16:52:19 +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 2AA4384CF5 for ; Wed, 27 Apr 2016 16:52:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 254D8FBBA; Wed, 27 Apr 2016 16:52:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 27 Apr 2016 16:52:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases/p5-DBI To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160427165219.254D8FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Apr 27 16:52:19 UTC 2016 Modified Files: pkgsrc/databases/p5-DBI: Makefile distinfo Log Message: Updated p5-DBI to 1.636. Changes in DBI 1.636 - 24th April 2016 Fix compilation for threaded perl <= 5.12 broken in 1.635 RT#113955 Revert change to DBI::PurePerl DESTROY in 1.635 Change t/16destroy.t to avoid race hazard RT#113951 Output perl version and archname in t/01basics.t Add perl 5.22 and 5.22-extras to travis-ci config To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/databases/p5-DBI/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/databases/p5-DBI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.