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:           Tue Jul 17 06:38:02 UTC 2018

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

Log Message:
libgpg-error: updated to 1.32

version 1.32:
* Fixes a problem with gpgrt_fflush and gpgrt_fopencookie.
* Fixes a problem with the C11 header stdnoreturn.h.
* The yat2m tool can now also be build on Windows.
* Updates translations for Spanish, Russian and Ukrainian.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/security/libgpg-error/Makefile
cvs rdiff -u -r1.39 -r1.40 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.64 pkgsrc/security/libgpg-error/Makefile:1.65
--- pkgsrc/security/libgpg-error/Makefile:1.64  Fri May  4 05:43:42 2018
+++ pkgsrc/security/libgpg-error/Makefile       Tue Jul 17 06:38:02 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2018/05/04 05:43:42 adam Exp $
+# $NetBSD: Makefile,v 1.65 2018/07/17 06:38:02 adam Exp $
 
-DISTNAME=      libgpg-error-1.31
+DISTNAME=      libgpg-error-1.32
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgpg-error/
 MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/
@@ -14,12 +14,12 @@ COMMENT=    Definitions of common error val
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake
 USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
 MAKE_ENV+=             LC_ALL="C"
-MAKE_JOBS_SAFE=                no
 INFO_FILES=            yes
+TEST_TARGET=           check
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -33,8 +33,6 @@ CONFIGURE_ENV+=               CC_FOR_BUILD=${CC:Q}\ $
 LIBS+= -lrt
 .endif
 
-TEST_TARGET=           check
-
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/libgpg-error/distinfo
diff -u pkgsrc/security/libgpg-error/distinfo:1.39 pkgsrc/security/libgpg-error/distinfo:1.40
--- pkgsrc/security/libgpg-error/distinfo:1.39  Fri May  4 05:43:42 2018
+++ pkgsrc/security/libgpg-error/distinfo       Tue Jul 17 06:38:02 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2018/05/04 05:43:42 adam Exp $
+$NetBSD: distinfo,v 1.40 2018/07/17 06:38:02 adam Exp $
 
-SHA1 (libgpg-error-1.31.tar.bz2) = 2bafad316d4e3e12bae4822b14ed9020090e6acf
-RMD160 (libgpg-error-1.31.tar.bz2) = 7385e8d41c371ddb7bab2b326f55995b166a2136
-SHA512 (libgpg-error-1.31.tar.bz2) = 23983470be51035b2bc0cdbfa20f0915aec92c53c964c645eac51ba4e992b8436bd3a21f0b48d77d7c4ef178d2aacaf57ab33c7fad24b4f96f4ffb1d7116e67f
-Size (libgpg-error-1.31.tar.bz2) = 901728 bytes
+SHA1 (libgpg-error-1.32.tar.bz2) = e310718c7737c816cb1313a2f3baf60fd6a6d5d3
+RMD160 (libgpg-error-1.32.tar.bz2) = 789084067e9ad59c155da077312bd6037e936e85
+SHA512 (libgpg-error-1.32.tar.bz2) = 0130af48fe81f4db401635757d22a330455aab5dc27edfffad44b7c7c5c439399e92d234c9e00f4d3a399646b52e06c95d53196ea19f5a166817e2032511cb20
+Size (libgpg-error-1.32.tar.bz2) = 904382 bytes
 SHA1 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82
 SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1



Home | Main Index | Thread Index | Old Index