diff options
author | he <he@pkgsrc.org> | 2014-10-29 12:28:50 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2014-10-29 12:28:50 +0000 |
commit | 5b52470389809cf3e4540d61cc7d1a5a9b6cf507 (patch) | |
tree | c16565aa693857e138e7113c44f6d0083e6994f5 /security/libgpg-error/distinfo | |
parent | 091f615b9651d5676c1d49d5951cd0f9f9505bd4 (diff) | |
download | pkgsrc-5b52470389809cf3e4540d61cc7d1a5a9b6cf507.tar.gz |
Use __attribute__((destructor)) instead of atexit(), so that the
library wind-down function is both called on dlclose() and exit().
Should avoid segfault when trying to call the atexit function after
dlclose() which unmaps the library. Fixes PR pkg/49333, thanks to
joerg@ for the suggested fix.
Also, the IRIX and NetBSD tool name to get at nawk is just "awk",
flagged by pkglint.
Bump PKGREVISION.
Diffstat (limited to 'security/libgpg-error/distinfo')
-rw-r--r-- | security/libgpg-error/distinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo index 33d3cfa31a4..0faeea8c290 100644 --- a/security/libgpg-error/distinfo +++ b/security/libgpg-error/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.20 2014/10/20 10:13:16 wiz Exp $ +$NetBSD: distinfo,v 1.21 2014/10/29 12:28:50 he Exp $ SHA1 (libgpg-error-1.17.tar.bz2) = ba5858b2947e7272dd197c87bac9f32caf29b256 RMD160 (libgpg-error-1.17.tar.bz2) = 3a86ef8773527b2e235e007981eda3472719e6b3 Size (libgpg-error-1.17.tar.bz2) = 669914 bytes +SHA1 (patch-src_estream.c) = e3086b363ef14f1b24cac7334c8ecbf8e94ddd3b SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1 |