pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49333 CVS commit: pkgsrc/security/libgpg-error



The following reply was made to PR pkg/49333; it has been noted by GNATS.

From: "Havard Eidnes" <he%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49333 CVS commit: pkgsrc/security/libgpg-error
Date: Wed, 29 Oct 2014 12:28:50 +0000

 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/libgpg-error/Makefile
 cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/libgpg-error/distinfo
 cvs rdiff -u -r0 -r1.1 \
     pkgsrc/security/libgpg-error/patches/patch-src_estream.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index