Next | Query returned 1 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2020-07-30 20:48:39 by Benny Siegert | Files touched by this commit (7)
Log message:
Pullup ticket #6282 - requested by oster
mail/opendmarc: bugfix

Revisions pulled up:
- mail/opendmarc/Makefile                                       1.19
- mail/opendmarc/distinfo                                       1.7
- mail/opendmarc/patches/patch-build-config.h.in                1.1
- mail/opendmarc/patches/patch-configure                        1.2
- mail/opendmarc/patches/patch-configure.ac                     1.2
- mail/opendmarc/patches/patch-libopendmarc_opendmarc__dns.c    1.1
- mail/opendmarc/patches/patch-libopendmarc_opendmarc__spf__dns.c 1.1

---
   Module Name:    pkgsrc
   Committed By:   oster
   Date:           Mon Jul 27 20:41:10 UTC 2020

   Modified Files:
           pkgsrc/mail/opendmarc: distinfo
           pkgsrc/mail/opendmarc/patches: patch-configure patch-configure.ac
   Added Files:
           pkgsrc/mail/opendmarc/patches: patch-build-config.h.in
               patch-libopendmarc_opendmarc__dns.c
               patch-libopendmarc_opendmarc__spf__dns.c

   Log message:
   Fix resource leakage observed when using opendmarc on NetBSD.

   Use res_ndestroy() instead of res_nclose() to properly cleanup resources
   on NetBSD (and others that use __res_ndestroy() or res_ndestroy() instead
   of res_nclose()).  Original patch by Roy Marples.

---
   Module Name:    pkgsrc
   Committed By:   oster
   Date:           Mon Jul 27 22:28:47 UTC 2020

   Modified Files:
           pkgsrc/mail/opendmarc: Makefile

   Log message:
   Bump pkgrevision.  Thanks, Joerg.

Next | Query returned 1 messages, browsing 1 to 10 | previous