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 1E7F87ABFA for ; Sun, 13 Dec 2015 21:24:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C248F86482; Sun, 13 Dec 2015 21:24:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F52386481 for ; Sun, 13 Dec 2015 21:24:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MZ6cd1fm6FQX for ; Sun, 13 Dec 2015 21:24:55 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EBCEC85EAF for ; Sun, 13 Dec 2015 21:24:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA036FB84; Sun, 13 Dec 2015 21:24:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 13 Dec 2015 21:24:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/libgpg-error To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20151213212454.EA036FB84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Dec 13 21:24:54 UTC 2015 Modified Files: pkgsrc/security/libgpg-error: Makefile distinfo Log Message: Update libgpg-error to 1.21: Noteworthy changes in version 1.21 (2015-12-12) [C17/A17/R0] ----------------------------------------------- * New functions gpgrt_poll and gpgrt_set_nonblock. For now only pipes and sockets on Unix are supported. * Fixes gettext output encoding problems on Windows. * Interface changes relative to the 1.20 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgrt_set_nonblock NEW. gpgrt_get_nonblock NEW. gpgrt_poll NEW. gpgrt_poll_t NEW type. es_poll_t NEW type. es_set_nonblock NEW macro. es_get_nonblock NEW macro. es_poll NEW macro. GPG_ERR_TRUE NEW. GPG_ERR_FALSE NEW. GPG_ERR_NO_NAME NEW. GPG_ERR_NO_KEY NEW. GPG_ERR_SERVER_FAILED NEW. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/libgpg-error/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/libgpg-error/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.