Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgpg-error libgpg-error: updated to 1.38



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc7c33fa5e01
branches:  trunk
changeset: 434114:cc7c33fa5e01
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 11 12:14:54 2020 +0000

description:
libgpg-error: updated to 1.38

Noteworthy changes in version 1.38
----------------------------------
 * New option parser features to implement system wide configuration
   files.
 * New functions to build file names.
 * New function to help reallocating arrays.
 * Protect gpgrt_inc_errorcount against counter overflow.
 * Improve cross-building for new platforms.
 * Support 64-bit big-endian MIPS architecture.
 * Support static link for Windows with -lws2_32.
 * Interface changes relative to the 1.37 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_fnameconcat                NEW.
 gpgrt_absfnameconcat             NEW.
 gpgrt_reallocarray               NEW.
 gpgrt_set_confdir                NEW.
 gpgrt_argparser                  NEW.
 ARGPARSE_FLAG_SYS                NEW.
 ARGPARSE_FLAG_USER               NEW.
 ARGPARSE_FLAG_VERBOSE            NEW.
 ARGPARSE_FLAG_USERVERS           NEW.
 ARGPARSE_FLAG_WITHATTR           NEW.
 ARGPARSE_NO_CONFFILE             NEW.
 ARGPARSE_CONFFILE                NEW.
 ARGPARSE_OPT_CONFFILE            NEW.
 ARGPARSE_ATTR_FORCE              NEW.
 ARGPARSE_ATTR_IGNORE             NEW.
 ARGPARSE_TYPE_MASK               NEW.
 ARGPARSE_PERMISSION_ERROR        NEW.
 ARGPARSE_INVALID_META            NEW.
 ARGPARSE_UNKNOWN_META            NEW.
 ARGPARSE_UNEXPECTED_META         NEW.
 ARGPARSE_conffile                NEW.
 ARGPARSE_noconffile              NEW.
 ARGPARSE_verbatim                NEW.
 ARGPARSE_header                  NEW.
 GPGRT_CONFDIR_USER               NEW.
 GPGRT_CONFDIR_SYS                NEW.

diffstat:

 security/libgpg-error/Makefile |   6 +++---
 security/libgpg-error/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 9413838349c5 -r cc7c33fa5e01 security/libgpg-error/Makefile
--- a/security/libgpg-error/Makefile    Thu Jun 11 11:43:50 2020 +0000
+++ b/security/libgpg-error/Makefile    Thu Jun 11 12:14:54 2020 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.76 2020/02/10 08:35:12 adam Exp $
+# $NetBSD: Makefile,v 1.77 2020/06/11 12:14:54 adam Exp $
 
-DISTNAME=      libgpg-error-1.37
+DISTNAME=      libgpg-error-1.38
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgpg-error/
 MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      https://www.gnupg.org/
+HOMEPAGE=      https://www.gnupg.org/software/libgpg-error/index.html
 COMMENT=       Definitions of common error values for all GnuPG components
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
diff -r 9413838349c5 -r cc7c33fa5e01 security/libgpg-error/distinfo
--- a/security/libgpg-error/distinfo    Thu Jun 11 11:43:50 2020 +0000
+++ b/security/libgpg-error/distinfo    Thu Jun 11 12:14:54 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.47 2020/02/10 08:35:12 adam Exp $
+$NetBSD: distinfo,v 1.48 2020/06/11 12:14:54 adam Exp $
 
-SHA1 (libgpg-error-1.37.tar.bz2) = 6dff83371e0c03fe9ba468cc23d528a8c247785a
-RMD160 (libgpg-error-1.37.tar.bz2) = 5a8d8430ce3aa6958686b8ace25531f719ff8383
-SHA512 (libgpg-error-1.37.tar.bz2) = fa12977237fcc872e944cda39ca43ee7d2cc9c52e243ede6077f4a31ae135e322dc848b4b55cffdc4ec53f27601ba30ddb368b090a94cd00d9345a55b323f179
-Size (libgpg-error-1.37.tar.bz2) = 937282 bytes
+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 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82



Home | Main Index | Thread Index | Old Index