pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/opendkim 2.9.2 2014/04/02



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2259b7223ec
branches:  trunk
changeset: 635643:a2259b7223ec
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Mon Jun 09 14:59:05 2014 +0000

description:
2.9.2           2014/04/02
        Fix some conflicting unit tests.
        BUILD: Fix bug #195 part II: Compile all binaries with pthreads
                support as needed by libopendkim features.
        BUILD: Fix packaging damage with autobuild.

2.9.1           2014/03/15
        Feature request #177: Add "LuaOnlySigning" so that only the Lua setup
                script makes signing requests; suppresses automatic application
                of the signing table.
        Fix bug #185: odkim.signfor() wasn't processing its arguments properly.
        Fix bug #199: Fix use of uninitialized buffer when generating
                SMTP response strings due to ADSP rejections.
        Fix infinite loop when mlfi_connect() is called with a hostname
                starting with a "." character.  Reported by Philip Guenther.
        Fix loading of refiles when trailing spaces are present in the value.
        LIBOPENDKIM: Only call dkiml_dns_close() if there was a
                dkiml_dns_service handle set by dkiml_dns_init().  Also,
                when closing, reset that handle to NULL.
        LIBOPENDKIM: The various dkim_dns_set_*() functions, when passed a
                NULL function pointer, merely store it, making the
                corresponding function a no-op.  Previously, doing
                so restored the default.
        LIBOPENDKIM: Have dkim_sig_getreportinfo() return descriptors
                (if available) regardless of the signer's reporting parameters.
        BUILD: Fix bug #188: Clean up last remnants of libstrl.
        BUILD: Fix bug #190: Check for HAVE_SUN_LEN in opendkim-db.c.
        BUILD: Fix bug #191: Better minimum version checks for libmemcached.
        BUILD: Fix bug #192: Different test for libevent.
        BUILD: Fix bug #193: Don't throw away user-provided compilation
                variables.
        BUILD: Fix bug #195: Compile opendkim-genzone with pthreads support.
        BUILD: Fix bug #202: Fix pkg-config check for GNUTLS.
        BUILD: Fix bug #203: opendkim-genzone requires pthreads.
        BUILD: Patch #29: Look for libmilter in lib64.
        BUILD: Patch #30: Include libdl when linking in Lua.
        BUILD: Don't throw away user-provided compilation variables.
                Problem noted by Quanah Gibson-Mount.
        BUILD: Rename "--with-mdb" to "--with-lmdb" for consistency
                with that package's naming conventions.
        CONTRIB: Fix bug #184: Update to contrib/systemd/opendkim.service
        MILTERTEST: Add "polite" flag to mt_disconnect().
        TOOLS: Fix bug #187: Increase buffer size for the private key in
                opendkim-testkey.
        TOOLS: Fix opendkim-spam to match the schema found in stats/mkdb.mysql.

diffstat:

 mail/opendkim/Makefile |  5 ++---
 mail/opendkim/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 875edbf3a878 -r a2259b7223ec mail/opendkim/Makefile
--- a/mail/opendkim/Makefile    Mon Jun 09 14:18:04 2014 +0000
+++ b/mail/opendkim/Makefile    Mon Jun 09 14:59:05 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2014/05/29 23:36:47 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/06/09 14:59:05 pettai Exp $
 
-DISTNAME=      opendkim-2.9.0
-PKGREVISION=   2
+DISTNAME=      opendkim-2.9.2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opendkim/}
 
diff -r 875edbf3a878 -r a2259b7223ec mail/opendkim/distinfo
--- a/mail/opendkim/distinfo    Mon Jun 09 14:18:04 2014 +0000
+++ b/mail/opendkim/distinfo    Mon Jun 09 14:59:05 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2013/12/12 14:11:32 pettai Exp $
+$NetBSD: distinfo,v 1.14 2014/06/09 14:59:05 pettai Exp $
 
-SHA1 (opendkim-2.9.0.tar.gz) = a51603ee73a2097efa045592dbde7825a85bd9dd
-RMD160 (opendkim-2.9.0.tar.gz) = c9852dc96711c107373cbc1cc14be04e44674102
-Size (opendkim-2.9.0.tar.gz) = 1134646 bytes
+SHA1 (opendkim-2.9.2.tar.gz) = 6d6720e60ffe44a689de6732d10e7aba26e24b06
+RMD160 (opendkim-2.9.2.tar.gz) = 4a708c1fa7f4a6c392b1ce6c0244f79f90653dfa
+Size (opendkim-2.9.2.tar.gz) = 1229383 bytes
 SHA1 (patch-configure) = 3e6bc994f72ed146770190a6b8a178abf4ebe4cd



Home | Main Index | Thread Index | Old Index