Received: by mail.netbsd.org (Postfix, from userid 605) id B6FB184D90; Tue, 8 Sep 2020 17:53:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D83BD84D71 for ; Tue, 8 Sep 2020 17:53:25 +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 k1VpB_FKCue9 for ; Tue, 8 Sep 2020 17:53:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5720B84D02 for ; Tue, 8 Sep 2020 17:53:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5485AFB28; Tue, 8 Sep 2020 17:53:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599587605294880" MIME-Version: 1.0 Date: Tue, 8 Sep 2020 17:53:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/libgpg-error To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200908175325.5485AFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599587605294880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Sep 8 17:53:25 UTC 2020 Modified Files: pkgsrc/security/libgpg-error: Makefile distinfo Log Message: libgpg-error: updated to 1.39 Noteworthy changes in version 1.39 ---------------------------------- * On Windows gpgrt_fopen, gpgrt_chdir, and gpgrt_mkdir now handle UTF-8 names. * Make timeout of gpgrt_poll work correctly on Windows if no file descriptors are active. * New function gpgrt_fcancel as alternative to gpgrt_close. This function avoid flushing out buffered data and also tries to delete a newly created file. * Changes to ease cross-building. * "gpg-error --lib-version" works again. * Interface changes relative to the 1.38 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgrt_fcancel NEW. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/security/libgpg-error/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/libgpg-error/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599587605294880 Content-Disposition: inline Content-Length: 1859 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libgpg-error/Makefile diff -u pkgsrc/security/libgpg-error/Makefile:1.77 pkgsrc/security/libgpg-error/Makefile:1.78 --- pkgsrc/security/libgpg-error/Makefile:1.77 Thu Jun 11 12:14:54 2020 +++ pkgsrc/security/libgpg-error/Makefile Tue Sep 8 17:53:25 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2020/06/11 12:14:54 adam Exp $ +# $NetBSD: Makefile,v 1.78 2020/09/08 17:53:25 adam Exp $ -DISTNAME= libgpg-error-1.38 +DISTNAME= libgpg-error-1.39 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ Index: pkgsrc/security/libgpg-error/distinfo diff -u pkgsrc/security/libgpg-error/distinfo:1.48 pkgsrc/security/libgpg-error/distinfo:1.49 --- pkgsrc/security/libgpg-error/distinfo:1.48 Thu Jun 11 12:14:54 2020 +++ pkgsrc/security/libgpg-error/distinfo Tue Sep 8 17:53:25 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2020/06/11 12:14:54 adam Exp $ +$NetBSD: distinfo,v 1.49 2020/09/08 17:53:25 adam Exp $ -SHA1 (libgpg-error-1.38.tar.bz2) = cb50ade98f8ba088f8bb9b910ca8f00abaac5d0a -RMD160 (libgpg-error-1.38.tar.bz2) = 6aa64ea95db505b3985a0e265910aab6e3621604 -SHA512 (libgpg-error-1.38.tar.bz2) = b936a4738c2cee111d855b1ba3ec433da8c77799a87d1f71275f974f871ebfa593c9db06ea53f0490b6cd6b94bef34f6052a587a4d13d839ec0128500c2dd9de -Size (libgpg-error-1.38.tar.bz2) = 957637 bytes +SHA1 (libgpg-error-1.39.tar.bz2) = 991a7a53e778a3de5ba8aad711e0bc9453101f4b +RMD160 (libgpg-error-1.39.tar.bz2) = 765bf5aebb720a0d2740e2775a2f696ff0c9e4b1 +SHA512 (libgpg-error-1.39.tar.bz2) = b28be183ac3d3920363558c4b5b2c24f9074a302799915cc076674bb349dcfb6f09160bec1d3fb62e04047c3ce432d345f36b0905100a88cc730b53d4eb78e42 +Size (libgpg-error-1.39.tar.bz2) = 961676 bytes SHA1 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82 --_----------=_1599587605294880--