Path to this page:
Next | Query returned 1 messages, browsing 1 to 10 | previous
CVS Commit History:
2014-10-29 21:11:31 by Matthias Scheler | Files touched by this commit (3) |
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.
|
Next | Query returned 1 messages, browsing 1 to 10 | previous