pkgsrc-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.37



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9174c1883595
branches:  trunk
changeset: 411324:9174c1883595
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 10 08:35:12 2020 +0000

description:
libgpg-error: updated to 1.37

Noteworthy changes in version 1.37:
* Fixes a build problems when using Gawk 5.0
* Fixes Bourne shell incompatibilities on Solaris.
* Improves cross-comiling support.
* On Windows strerror_s is now used to emulate strerror_r.
* New error codes to map SQLite primary error codes.
* Now uses poll(2) instead of select(2) in gpgrt_poll if possible.
* Fixes a bug in gpgrt_close.
* Fixes build problem under Cygwin.
* Fixes a few minor portability bugs.

diffstat:

 security/libgpg-error/Makefile                             |   5 +-
 security/libgpg-error/distinfo                             |  18 +---
 security/libgpg-error/patches/patch-lang_cl_mkerrcodes.awk |  17 ----
 security/libgpg-error/patches/patch-src_Makefile.am        |  17 ----
 security/libgpg-error/patches/patch-src_Makefile.in        |  17 ----
 security/libgpg-error/patches/patch-src_mkerrcodes.awk     |  17 ----
 security/libgpg-error/patches/patch-src_mkerrcodes1.awk    |  17 ----
 security/libgpg-error/patches/patch-src_mkerrcodes2.awk    |  17 ----
 security/libgpg-error/patches/patch-src_mkerrnos.awk       |  17 ----
 security/libgpg-error/patches/patch-src_mkstrtable.awk     |  54 --------------
 10 files changed, 7 insertions(+), 189 deletions(-)

diffs (242 lines):

diff -r 3908f8741b5c -r 9174c1883595 security/libgpg-error/Makefile
--- a/security/libgpg-error/Makefile    Sun Feb 09 23:43:17 2020 +0000
+++ b/security/libgpg-error/Makefile    Mon Feb 10 08:35:12 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2020/01/26 17:32:04 rillig Exp $
+# $NetBSD: Makefile,v 1.76 2020/02/10 08:35:12 adam Exp $
 
-DISTNAME=      libgpg-error-1.36
-PKGREVISION=   1
+DISTNAME=      libgpg-error-1.37
 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 3908f8741b5c -r 9174c1883595 security/libgpg-error/distinfo
--- a/security/libgpg-error/distinfo    Sun Feb 09 23:43:17 2020 +0000
+++ b/security/libgpg-error/distinfo    Mon Feb 10 08:35:12 2020 +0000
@@ -1,15 +1,7 @@
-$NetBSD: distinfo,v 1.46 2019/10/08 06:36:13 triaxx Exp $
+$NetBSD: distinfo,v 1.47 2020/02/10 08:35:12 adam Exp $
 
-SHA1 (libgpg-error-1.36.tar.bz2) = 5245ce38b198cecd57775fb3c7b7328ec1a2a615
-RMD160 (libgpg-error-1.36.tar.bz2) = 13a9405bcb8ef179fff58e72f47a54889ddd287f
-SHA512 (libgpg-error-1.36.tar.bz2) = 6e5f853f77dc04f0091d94b224cab8e669042450f271b78d0ea0219658d059c9cab1ab0eaa020a4227f451520b417fc340b85971a6f5e144fa69be57e15df346
-Size (libgpg-error-1.36.tar.bz2) = 920542 bytes
-SHA1 (patch-lang_cl_mkerrcodes.awk) = 766a3a548932069a05954297641fa3d93149faa0
-SHA1 (patch-src_Makefile.am) = 97842d55345ebf8c3846a8986568c4399c984e52
-SHA1 (patch-src_Makefile.in) = 0ab0b6b7e157e7d8d55ebc3818f9790dfb16ebe2
+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 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82
-SHA1 (patch-src_mkerrcodes.awk) = c10fc74db4553a51f9a42902cc2b704c5b3ce70e
-SHA1 (patch-src_mkerrcodes1.awk) = e199d83906354d80057b768f95fb8a99c484e128
-SHA1 (patch-src_mkerrcodes2.awk) = 2ef123f3a131ac6cfbc413b71d8834070a37ebe9
-SHA1 (patch-src_mkerrnos.awk) = a033048eafec0a2d4bf29a580fcffb7298b56751
-SHA1 (patch-src_mkstrtable.awk) = 3b7c8d5406594ba24d934f1c7c5ef495df6c6fbe
diff -r 3908f8741b5c -r 9174c1883595 security/libgpg-error/patches/patch-lang_cl_mkerrcodes.awk
--- a/security/libgpg-error/patches/patch-lang_cl_mkerrcodes.awk        Sun Feb 09 23:43:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-lang_cl_mkerrcodes.awk,v 1.1 2019/10/08 06:36:13 triaxx Exp $
-
-Prepare for Gawk 5.0.
-Don't escape # in regexp.
-https://github.com/gpg/libgpg-error/commit/7865041
-
---- lang/cl/mkerrcodes.awk.orig        2013-03-15 19:24:25.000000000 +0000
-+++ lang/cl/mkerrcodes.awk
-@@ -122,7 +122,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[     ]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
diff -r 3908f8741b5c -r 9174c1883595 security/libgpg-error/patches/patch-src_Makefile.am
--- a/security/libgpg-error/patches/patch-src_Makefile.am       Sun Feb 09 23:43:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_Makefile.am,v 1.1 2019/10/08 06:36:13 triaxx Exp $
-
-Prepare for Gawk 5.0.
-Use pkg_namespace (instead of namespace).
-https://github.com/gpg/libgpg-error/commit/7865041
-
---- src/Makefile.am.orig       2018-12-12 08:14:31.000000000 +0000
-+++ src/Makefile.am
-@@ -293,7 +293,7 @@ code-from-errno.h: mkerrcodes$(EXEEXT_FO
- 
- errnos-sym.h: Makefile mkstrtable.awk errnos.in
-       $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
--              -v prefix=GPG_ERR_ -v namespace=errnos_ \
-+              -v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \
-               $(srcdir)/errnos.in >$@
- 
- 
diff -r 3908f8741b5c -r 9174c1883595 security/libgpg-error/patches/patch-src_Makefile.in
--- a/security/libgpg-error/patches/patch-src_Makefile.in       Sun Feb 09 23:43:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_Makefile.in,v 1.1 2019/10/08 06:36:13 triaxx Exp $
-
-Prepare for Gawk 5.0.
-Use pkg_namespace (instead of namespace).
-https://github.com/gpg/libgpg-error/commit/7865041
-
---- src/Makefile.in.orig       2019-03-19 08:58:04.000000000 +0000
-+++ src/Makefile.in
-@@ -1615,7 +1615,7 @@ code-from-errno.h: mkerrcodes$(EXEEXT_FO
- 
- errnos-sym.h: Makefile mkstrtable.awk errnos.in
-       $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
--              -v prefix=GPG_ERR_ -v namespace=errnos_ \
-+              -v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \
-               $(srcdir)/errnos.in >$@
- 
- mkheader$(EXEEXT_FOR_BUILD): mkheader.c Makefile
diff -r 3908f8741b5c -r 9174c1883595 security/libgpg-error/patches/patch-src_mkerrcodes.awk
--- a/security/libgpg-error/patches/patch-src_mkerrcodes.awk    Sun Feb 09 23:43:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_mkerrcodes.awk,v 1.1 2019/10/08 06:36:13 triaxx Exp $
-
-Prepare for Gawk 5.0.
-Don't escape # in regexp.
-https://github.com/gpg/libgpg-error/commit/7865041
-
---- src/mkerrcodes.awk.orig    2013-03-15 19:24:25.000000000 +0000
-+++ src/mkerrcodes.awk
-@@ -85,7 +85,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[     ]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
diff -r 3908f8741b5c -r 9174c1883595 security/libgpg-error/patches/patch-src_mkerrcodes1.awk
--- a/security/libgpg-error/patches/patch-src_mkerrcodes1.awk   Sun Feb 09 23:43:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_mkerrcodes1.awk,v 1.1 2019/10/08 06:36:13 triaxx Exp $
-
-Prepare for Gawk 5.0.
-Don't escape # in regexp.
-https://github.com/gpg/libgpg-error/commit/7865041
-
---- src/mkerrcodes1.awk.orig   2013-03-15 19:24:25.000000000 +0000
-+++ src/mkerrcodes1.awk
-@@ -81,7 +81,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[     ]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
diff -r 3908f8741b5c -r 9174c1883595 security/libgpg-error/patches/patch-src_mkerrcodes2.awk
--- a/security/libgpg-error/patches/patch-src_mkerrcodes2.awk   Sun Feb 09 23:43:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_mkerrcodes2.awk,v 1.1 2019/10/08 06:36:13 triaxx Exp $
-
-Prepare for Gawk 5.0.
-Don't escape # in regexp.
-https://github.com/gpg/libgpg-error/commit/7865041
-
---- src/mkerrcodes2.awk.orig   2013-03-15 19:24:25.000000000 +0000
-+++ src/mkerrcodes2.awk
-@@ -91,7 +91,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[     ]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
diff -r 3908f8741b5c -r 9174c1883595 security/libgpg-error/patches/patch-src_mkerrnos.awk
--- a/security/libgpg-error/patches/patch-src_mkerrnos.awk      Sun Feb 09 23:43:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_mkerrnos.awk,v 1.1 2019/10/08 06:36:13 triaxx Exp $
-
-Prepare for Gawk 5.0.
-Don't escape # in regexp.
-https://github.com/gpg/libgpg-error/commit/7865041
-
---- src/mkerrnos.awk.orig      2013-03-15 19:24:25.000000000 +0000
-+++ src/mkerrnos.awk
-@@ -83,7 +83,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[     ]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
diff -r 3908f8741b5c -r 9174c1883595 security/libgpg-error/patches/patch-src_mkstrtable.awk
--- a/security/libgpg-error/patches/patch-src_mkstrtable.awk    Sun Feb 09 23:43:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-$NetBSD: patch-src_mkstrtable.awk,v 1.1 2019/10/08 06:36:13 triaxx Exp $
-
-Prepare for Gawk 5.0.
-Use pkg_namespace (instead of namespace).
-Don't escape # in regexp.
-https://github.com/gpg/libgpg-error/commit/7865041
-
---- src/mkstrtable.awk.orig    2013-03-15 19:24:25.000000000 +0000
-+++ src/mkstrtable.awk
-@@ -77,7 +77,7 @@
- #
- # The variable prefix can be used to prepend a string to each message.
- #
--# The variable namespace can be used to prepend a string to each
-+# The variable pkg_namespace can be used to prepend a string to each
- # variable and macro name.
- 
- BEGIN {
-@@ -102,7 +102,7 @@ header {
-       print "/* The purpose of this complex string table is to produce";
-       print "   optimal code with a minimum of relocations.  */";
-       print "";
--      print "static const char " namespace "msgstr[] = ";
-+      print "static const char " pkg_namespace "msgstr[] = ";
-       header = 0;
-     }
-   else
-@@ -110,7 +110,7 @@ header {
- }
- 
- !header {
--  sub (/\#.+/, "");
-+  sub (/#.+/, "");
-   sub (/[     ]+$/, ""); # Strip trailing space and tab characters.
- 
-   if (/^$/)
-@@ -150,7 +150,7 @@ END {
-   else
-     print "  gettext_noop (\"" last_msgstr "\");";
-   print "";
--  print "static const int " namespace "msgidx[] =";
-+  print "static const int " pkg_namespace "msgidx[] =";
-   print "  {";
-   for (i = 0; i < coded_msgs; i++)
-     print "    " pos[i] ",";
-@@ -158,7 +158,7 @@ END {
-   print "  };";
-   print "";
-   print "static GPG_ERR_INLINE int";
--  print namespace "msgidxof (int code)";
-+  print pkg_namespace "msgidxof (int code)";
-   print "{";
-   print "  return (0 ? 0";
- 



Home | Main Index | Thread Index | Old Index