pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libgpg-error Updated libgpg-error to 1.27.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb277ba7b9a0
branches:  trunk
changeset: 359256:eb277ba7b9a0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 05 12:29:19 2017 +0000

description:
Updated libgpg-error to 1.27.

Noteworthy changes in version 1.27 (2017-02-28) [C22/A22/R0]
-----------------------------------------------

 * Added a Base64 decoder.

 * Added support for the sh3 architecture.

 * Added header gpgrt.h as an alias for gpg-error.h.

 * Fixed macro GPGRT_GCC_VERSION.

 * Fixed a race in non-blocking I/O on Windows.

 * Interface changes relative to the 1.26 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_b64state_t                 NEW type.
 gpgrt_b64dec_start               NEW.
 gpgrt_b64dec_proc                NEW.
 gpgrt_b64dec_finish              NEW.
 GPG_ERR_WRONG_NAME               NEW.
 gpgrt.h                          NEW header.

diffstat:

 security/libgpg-error/Makefile |   4 ++--
 security/libgpg-error/PLIST    |   3 ++-
 security/libgpg-error/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 320e70b7e6f4 -r eb277ba7b9a0 security/libgpg-error/Makefile
--- a/security/libgpg-error/Makefile    Sun Mar 05 12:27:42 2017 +0000
+++ b/security/libgpg-error/Makefile    Sun Mar 05 12:29:19 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2017/01/19 18:52:23 agc Exp $
+# $NetBSD: Makefile,v 1.57 2017/03/05 12:29:19 wiz Exp $
 
-DISTNAME=      libgpg-error-1.26
+DISTNAME=      libgpg-error-1.27
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgpg-error/
 MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/
diff -r 320e70b7e6f4 -r eb277ba7b9a0 security/libgpg-error/PLIST
--- a/security/libgpg-error/PLIST       Sun Mar 05 12:27:42 2017 +0000
+++ b/security/libgpg-error/PLIST       Sun Mar 05 12:29:19 2017 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.15 2016/12/30 00:42:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2017/03/05 12:29:19 wiz Exp $
 bin/gpg-error
 bin/gpg-error-config
 include/gpg-error.h
+include/gpgrt.h
 info/gpgrt.info
 lib/libgpg-error.la
 man/man1/gpg-error-config.1
diff -r 320e70b7e6f4 -r eb277ba7b9a0 security/libgpg-error/distinfo
--- a/security/libgpg-error/distinfo    Sun Mar 05 12:27:42 2017 +0000
+++ b/security/libgpg-error/distinfo    Sun Mar 05 12:29:19 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2016/12/30 00:42:53 wiz Exp $
+$NetBSD: distinfo,v 1.33 2017/03/05 12:29:19 wiz Exp $
 
-SHA1 (libgpg-error-1.26.tar.bz2) = 9a926e7ee6309e539313443555535d49a2a5c9f1
-RMD160 (libgpg-error-1.26.tar.bz2) = db1d03a5463e80ce07519393125d8e7168e8cba3
-SHA512 (libgpg-error-1.26.tar.bz2) = 3f0c2bcba82156639b077d25b01ad41df1b8c960fbd90591e9c18eb7c6835d6cc8315100624cfdfec1d62d1df1ae8ebac55033af25e0a6474d1b7f7980b06a72
-Size (libgpg-error-1.26.tar.bz2) = 798096 bytes
+SHA1 (libgpg-error-1.27.tar.bz2) = a428758999ff573e62d06892e3d2c0b0f335787c
+RMD160 (libgpg-error-1.27.tar.bz2) = d04f58550baee54650ca30204585a26dc43246f7
+SHA512 (libgpg-error-1.27.tar.bz2) = 51b313c1159074fdbbce84f63bd8afd84b3b58cd608714865b25bed84c1862d050708aa06ac3dab92f1906593df5121161e594c2809653b0fb2c236cae5dcc2f
+Size (libgpg-error-1.27.tar.bz2) = 813060 bytes
 SHA1 (patch-src_estream.c) = 6b7879019c23a7161a8f2d7e04377c523670327a
 SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1



Home | Main Index | Thread Index | Old Index