diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-13 21:24:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-13 21:24:54 +0000 |
commit | c975fa374149d3828f3a0681cb03c353aff62c27 (patch) | |
tree | 254d65baea40d8c5b916131d8410d27fc02d6c11 /security | |
parent | 47f0a00422c1126b30eb4f9fb943a35137a3a5e3 (diff) | |
download | pkgsrc-c975fa374149d3828f3a0681cb03c353aff62c27.tar.gz |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgpg-error/Makefile | 4 | ||||
-rw-r--r-- | security/libgpg-error/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 3d9a26929b2..33b11ca5b47 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2015/08/30 14:38:18 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2015/12/13 21:24:54 wiz Exp $ -DISTNAME= libgpg-error-1.20 +DISTNAME= libgpg-error-1.21 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \ ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ \ diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo index 2edd0cb281a..372ae0109df 100644 --- a/security/libgpg-error/distinfo +++ b/security/libgpg-error/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2015/11/04 01:17:48 agc Exp $ +$NetBSD: distinfo,v 1.27 2015/12/13 21:24:54 wiz Exp $ -SHA1 (libgpg-error-1.20.tar.bz2) = 89c961f63469739fe816a56dcdd86c2e1897cace -RMD160 (libgpg-error-1.20.tar.bz2) = 0b839118b5950d2e9798ff7888c8ce7f0e3e3bcb -SHA512 (libgpg-error-1.20.tar.bz2) = 7736f22a9ee23d27f8d74c275ee92a7d41b48468619af8df70ea4c07000beb03801c6f322735a91100a2b5eb97fca56fce476e4a6eca0054e8a81c44d9b1e1d3 -Size (libgpg-error-1.20.tar.bz2) = 770279 bytes +SHA1 (libgpg-error-1.21.tar.bz2) = ef1dfb2f8761f019091180596e9e638d8cc37513 +RMD160 (libgpg-error-1.21.tar.bz2) = 6c4d5eda0106ed0d932de4726a9ce7a49b7559ea +SHA512 (libgpg-error-1.21.tar.bz2) = 1bc2e27b9904cb66b091c4d15855d2d2fe5d88ed11917df628cd7865989a8a208b607e5d6c499a5d64a16d22b2310b7df6868fa5462cc30cd8fda80a2f8c8315 +Size (libgpg-error-1.21.tar.bz2) = 763186 bytes SHA1 (patch-src_estream.c) = 792929cebef6ba7860da89c70742b3cd28c9c92d SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1 |