Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (46m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 10:03:00 UTC Now

2014-10-29 20:11:31 UTC pkgsrc-2014Q3 commitmail json YAML

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.

(tron)