Subject: CVS commit: pkgsrc/mail/opendmarc
From: Greg Oster
Date: 2020-07-27 22:41:10
Message id: 20200727204110.45061FB28@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.7modifypkgsrc/mail/opendmarc/distinfo
1.2modifypkgsrc/mail/opendmarc/patches/patch-configure
1.2modifypkgsrc/mail/opendmarc/patches/patch-configure.ac
1.1addpkgsrc/mail/opendmarc/patches/patch-build-config.h.in
1.1addpkgsrc/mail/opendmarc/patches/patch-libopendmarc_opendmarc__dns.c
1.1addpkgsrc/mail/opendmarc/patches/patch-libopendmarc_opendmarc__spf__dns.c