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:   adam
Date:           Thu Apr 12 06:56:17 UTC 2018

Modified Files:
        pkgsrc/security/libgpg-error: Makefile distinfo
Removed Files:
        pkgsrc/security/libgpg-error/patches: patch-doc_Makefile.in
            patch-src_logging.c

Log Message:
libgpg-error: updated to 1.29

Noteworthy changes in version 1.29:
* The yat2m tool is during cross-compile now also installed on the
  host platform.
* New option parser and associated functions similar to the one used
  by GnuPG.
* New Base-64 encoder.
* Fixes regression in 1.28 for arm64 and w64 builds.
* Interface changes relative to the 1.28 release:
gpgrt_argparse                  New.
gpgrt_usage                     New.
gpgrt_strusage                  New.
gpgrt_set_strusage              New.
gpgrt_set_usage_outfnc          New.
gpgrt_set_fixed_string_mapper   New.
GPGRT_ENABLE_ARGPARSE_MACROS    New macro.
gpgrt_b64enc_start              New.
gpgrt_b64enc_write              New.
gpgrt_b64enc_finish             New.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/security/libgpg-error/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/libgpg-error/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/libgpg-error/patches/patch-doc_Makefile.in \
    pkgsrc/security/libgpg-error/patches/patch-src_logging.c

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.61 pkgsrc/security/libgpg-error/Makefile:1.62
--- pkgsrc/security/libgpg-error/Makefile:1.61  Wed Apr 11 08:29:24 2018
+++ pkgsrc/security/libgpg-error/Makefile       Thu Apr 12 06:56:17 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2018/04/11 08:29:24 maya Exp $
+# $NetBSD: Makefile,v 1.62 2018/04/12 06:56:17 adam Exp $
 
-DISTNAME=      libgpg-error-1.28
-PKGREVISION=   2
+DISTNAME=      libgpg-error-1.29
 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.36 pkgsrc/security/libgpg-error/distinfo:1.37
--- pkgsrc/security/libgpg-error/distinfo:1.36  Wed Apr 11 08:29:24 2018
+++ pkgsrc/security/libgpg-error/distinfo       Thu Apr 12 06:56:17 2018
@@ -1,10 +1,8 @@
-$NetBSD: distinfo,v 1.36 2018/04/11 08:29:24 maya Exp $
+$NetBSD: distinfo,v 1.37 2018/04/12 06:56:17 adam Exp $
 
-SHA1 (libgpg-error-1.28.tar.bz2) = 2b9baae264f3e82ebe00dcd10bae3f2d64232c10
-RMD160 (libgpg-error-1.28.tar.bz2) = 2ed66ada89612822ba3f639dd957892646fe81cd
-SHA512 (libgpg-error-1.28.tar.bz2) = 967e5e9930ca2bcd4cc790d69c907684500120c1363ed384a5540ccd4e9a387977c7352da03ff7e0feeacedf073131fc0db9eea9d097d0fbd389fd0bc9b5c209
-Size (libgpg-error-1.28.tar.bz2) = 862569 bytes
-SHA1 (patch-doc_Makefile.in) = 39695ac1dc4601445f335979f3db0c8c2b53a095
+SHA1 (libgpg-error-1.29.tar.bz2) = a56241d60bb7d810fdb478463b1732b134a52a19
+RMD160 (libgpg-error-1.29.tar.bz2) = 57abd8eb1b0a5be3ee217213917295d040c4efe5
+SHA512 (libgpg-error-1.29.tar.bz2) = 57b95a7ed0ed808f05a75d7ee700ed0317da06fde1f8c59f5a4f049d784c4598f3c693068ddd47cd8bb0efdb43b9b628b876d34211f8a3e67d5088110a15323b
+Size (libgpg-error-1.29.tar.bz2) = 894749 bytes
 SHA1 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82
 SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1
-SHA1 (patch-src_logging.c) = ea8fa46844a40fdde57ac26c43ec8d011c4a75b5



Home | Main Index | Thread Index | Old Index