Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id CE86863E5A8 for ; Fri, 3 May 2013 15:29:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 89E8214A2E9; Fri, 3 May 2013 15:29:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 06B8014A2DA for ; Fri, 3 May 2013 15:29:22 +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 CK-BUKOKYHd6 for ; Fri, 3 May 2013 15:29:21 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 1AA3714A267 for ; Fri, 3 May 2013 15:29:20 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id r43FTGca001001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 3 May 2013 17:29:17 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id r43FTGqC023521 for pkgsrc-changes@netbsd.org; Fri, 3 May 2013 17:29:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ECA0314A2DA for ; Fri, 3 May 2013 15:23:36 +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 Or2IOowOv_OK for ; Fri, 3 May 2013 15:23:36 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2BF4814A24A for ; Fri, 3 May 2013 15:23:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 23489175DD; Fri, 3 May 2013 15:23:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 3 May 2013 15:23:36 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/databases/guile-pg To: pkgsrc-changes@netbsd.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20130503152336.23489175DD@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (nef.pbox.org [0.0.0.0]); Fri, 03 May 2013 17:29:17 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gdt Date: Fri May 3 15:23:36 UTC 2013 Modified Files: pkgsrc/databases/guile-pg: Makefile distinfo Removed Files: pkgsrc/databases/guile-pg/patches: patch-src_libpq.c Log Message: Update to 0.46. - 0.46 | 2013-03-14 - bugfix: handle connection options w/o "backup" env var Previously, ‘pg-conndefaults’ expected every option to have a backup env var (e.g., option ‘#:host’ and env var ‘PGHOST’). For later versions of PostgreSQL which no longer maintain this 1:1 correspondance, Guile-PG would segfault. Now, in such cases, the value associated w/ the key ‘#:envvar’ in the alist returned by ‘pg-conndefaults’ is ‘#f’. - planned retirement - procedure ‘(database postgres) pg-getline’ - procedure ‘(database postgres) pg-getlineasync’ - procedure ‘(database postgres) pg-putline’ - procedure ‘(database postgres) pg-endcopy’ These procedures are obsoleted by ‘pg-get-copy-data’ and ‘pg-put-copy-data’. They WILL BE REMOVED by 2013-12-31. Actually, the first two were originally -- in Guile-PG 0.41 (2011-09-29) -- planned to be removed by 2012-12-31. Support has been extended for solidarity w/ the latter two. - bootstrap tools upgraded - GNU Texinfo 5.1 Copyright (C) 2002-2013 Thien-Thi Nguyen Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/guile-pg/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/guile-pg/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/databases/guile-pg/patches/patch-src_libpq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.