diff options
author | pettai <pettai> | 2014-06-09 14:59:05 +0000 |
---|---|---|
committer | pettai <pettai> | 2014-06-09 14:59:05 +0000 |
commit | bb77c10373211f1523dbb7d62a381a6ffd5e0f08 (patch) | |
tree | dc334fc82ae276817f4d105a90a518fc560085c2 | |
parent | b6401cbfafab2529cab06e5220204a7e168cb28f (diff) | |
download | pkgsrc-bb77c10373211f1523dbb7d62a381a6ffd5e0f08.tar.gz |
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.
-rw-r--r-- | mail/opendkim/Makefile | 5 | ||||
-rw-r--r-- | mail/opendkim/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 7e1d5a58782..9bf848876c7 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -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 --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo index 9c38ee7005d..552cb0513fe 100644 --- a/mail/opendkim/distinfo +++ b/mail/opendkim/distinfo @@ -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 |