pkgsrc-Bugs archive

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

PR/49333 CVS commit: [pkgsrc-2014Q3] pkgsrc/security/libgpg-error



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

From: "Matthias Scheler" <tron%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49333 CVS commit: [pkgsrc-2014Q3] pkgsrc/security/libgpg-error
Date: Wed, 29 Oct 2014 20:11:31 +0000

 Module Name:	pkgsrc
 Committed By:	tron
 Date:		Wed Oct 29 20:11:31 UTC 2014
 
 Modified Files:
 	pkgsrc/security/libgpg-error [pkgsrc-2014Q3]: Makefile distinfo
 Added Files:
 	pkgsrc/security/libgpg-error/patches [pkgsrc-2014Q3]:
 	    patch-src_estream.c
 
 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.40 -r1.40.2.1 pkgsrc/security/libgpg-error/Makefile
 cvs rdiff -u -r1.18 -r1.18.2.1 pkgsrc/security/libgpg-error/distinfo
 cvs rdiff -u -r0 -r1.1.2.2 \
     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