Path to this page:
Subject: CVS commit: [pkgsrc-2014Q3] pkgsrc/security/libgpg-error
From: Matthias Scheler
Date: 2014-10-29 21:11:31
Message id: 20141029201131.7AE3E98@cvs.netbsd.org
Log Message:
Pullup ticket #4531 - requested by he
security/libgpg-error: bug fix patch
Revisions pulled up:
- security/libgpg-error/Makefile 1.44 via patch
- security/libgpg-error/distinfo 1.21 via patch
- security/libgpg-error/patches/patch-src_estream.c 1.1
---
Module Name: pkgsrc
Committed By: he
Date: Wed Oct 29 12:28:50 UTC 2014
Modified Files:
pkgsrc/security/libgpg-error: Makefile distinfo
Added Files:
pkgsrc/security/libgpg-error/patches: patch-src_estream.c
Log Message:
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.
Files: