Path to this page:
./
mail/opendmarc,
Open source DMARC library, MTA filter implementation and tools
Branch: pkgsrc-2020Q2,
Version: 1.3.1nb7,
Package name: opendmarc-1.3.1nb7,
Maintainer: pettaiThe OpenDMARC project is a community effort to develop and maintain an open
source package for providing DMARC report generation and policy enforcement
services. It includes a library for handling DMARC record parsing,
a database schema and tools for aggregating and processing transaction
history to produce DMARC reports, and a filter that ties it all together
with an MTA using the milter protocol.
Required to run:[
security/openssl] [
lang/p5-Switch]
Required to build:[
mail/libmilter]
Master sites:
SHA1: bdd12713888c16e77334281238f88990df225929
RMD160: 623b51544f428ade14f0a5d6204f8bf41af8375a
Filesize: 625.147 KB
Version history: (Expand)
- (2020-07-31) Updated to version: opendmarc-1.3.1nb7
- (2020-07-01) Package added to pkgsrc.se, version opendmarc-1.3.1nb6 (created)
CVS history: (Expand)
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.
|