pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libgpg-error



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  5 12:29:19 UTC 2017

Modified Files:
        pkgsrc/security/libgpg-error: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/security/libgpg-error/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/libgpg-error/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/libgpg-error/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libgpg-error/Makefile
diff -u pkgsrc/security/libgpg-error/Makefile:1.56 pkgsrc/security/libgpg-error/Makefile:1.57
--- pkgsrc/security/libgpg-error/Makefile:1.56  Thu Jan 19 18:52:23 2017
+++ pkgsrc/security/libgpg-error/Makefile       Sun Mar  5 12:29:19 2017
@@ -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/

Index: pkgsrc/security/libgpg-error/PLIST
diff -u pkgsrc/security/libgpg-error/PLIST:1.15 pkgsrc/security/libgpg-error/PLIST:1.16
--- pkgsrc/security/libgpg-error/PLIST:1.15     Fri Dec 30 00:42:53 2016
+++ pkgsrc/security/libgpg-error/PLIST  Sun Mar  5 12:29:19 2017
@@ -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

Index: pkgsrc/security/libgpg-error/distinfo
diff -u pkgsrc/security/libgpg-error/distinfo:1.32 pkgsrc/security/libgpg-error/distinfo:1.33
--- pkgsrc/security/libgpg-error/distinfo:1.32  Fri Dec 30 00:42:53 2016
+++ pkgsrc/security/libgpg-error/distinfo       Sun Mar  5 12:29:19 2017
@@ -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