Path to this page:
Subject: CVS commit: [pkgsrc-2020Q2] pkgsrc/mail/opendmarc
From: Benny Siegert
Date: 2020-07-30 20:48:39
Message id: 20200730184839.41E12FB28@cvs.NetBSD.org
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.
Files: