pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot2-pigeonhole Update mail/dovecot2-pigeonho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dad09451fa1
branches:  trunk
changeset: 373475:7dad09451fa1
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Jan 02 15:53:37 2018 +0000

description:
Update mail/dovecot2-pigeonhole to 0.5.0.

* editheader extension: The implementation of header modifications is
  heavily updated. Although the functionality has not changed, the
  underlying code was updated to address several static analysis
  warnings, runtime integer arithmetic warnings (Clang), and to match
  updates in the Dovecot stream API.
+ variables extension: Made the maximum scope and variable size
  configurable.
+ subaddress: Support multiple recipient_delimiters.
- enotify extension: mailto method: Fixed parsing of mailto URI with
  only a header part.
- enotify plugin: mailto method: Make sure the "From:" header is set to
  a usable address and not "(null)".
- Fixed writing address headers to outgoing messages. Sometimes headers
  were MIME-encoded twice, yielding invalid results.

diffstat:

 mail/dovecot2-pigeonhole/Makefile |   8 ++++----
 mail/dovecot2-pigeonhole/PLIST    |   4 +---
 mail/dovecot2-pigeonhole/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 12 deletions(-)

diffs (58 lines):

diff -r 40257548e4f6 -r 7dad09451fa1 mail/dovecot2-pigeonhole/Makefile
--- a/mail/dovecot2-pigeonhole/Makefile Tue Jan 02 15:52:44 2018 +0000
+++ b/mail/dovecot2-pigeonhole/Makefile Tue Jan 02 15:53:37 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2017/10/13 06:53:24 adam Exp $
+# $NetBSD: Makefile,v 1.38 2018/01/02 15:53:37 fhajny Exp $
 
-DISTNAME=      dovecot-2.2-pigeonhole-0.4.21
-PKGNAME=       ${DISTNAME:S/-2.2-/-/}
+DISTNAME=      dovecot-2.3-pigeonhole-0.5.0
+PKGNAME=       ${DISTNAME:S/-2.3-/-/}
 CATEGORIES=    mail
-MASTER_SITES=  http://pigeonhole.dovecot.org/releases/2.2/
+MASTER_SITES=  http://pigeonhole.dovecot.org/releases/2.3/
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      http://www.dovecot.org/
diff -r 40257548e4f6 -r 7dad09451fa1 mail/dovecot2-pigeonhole/PLIST
--- a/mail/dovecot2-pigeonhole/PLIST    Tue Jan 02 15:52:44 2018 +0000
+++ b/mail/dovecot2-pigeonhole/PLIST    Tue Jan 02 15:53:37 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2017/03/18 07:15:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2018/01/02 15:53:37 fhajny Exp $
 bin/sieve-dump
 bin/sieve-filter
 bin/sieve-test
@@ -6,7 +6,6 @@
 include/dovecot/sieve/edit-mail.h
 include/dovecot/sieve/pigeonhole-config.h
 include/dovecot/sieve/pigeonhole-version.h
-include/dovecot/sieve/realpath.h
 include/dovecot/sieve/rfc2822.h
 include/dovecot/sieve/sieve-actions.h
 include/dovecot/sieve/sieve-address-parts.h
@@ -55,7 +54,6 @@
 include/dovecot/sieve/sieve-types.h
 include/dovecot/sieve/sieve-validator.h
 include/dovecot/sieve/sieve.h
-include/dovecot/sieve/strtrim.h
 lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.la
 lib/dovecot/lib90_sieve_plugin.la
 lib/dovecot/lib95_imap_sieve_plugin.la
diff -r 40257548e4f6 -r 7dad09451fa1 mail/dovecot2-pigeonhole/distinfo
--- a/mail/dovecot2-pigeonhole/distinfo Tue Jan 02 15:52:44 2018 +0000
+++ b/mail/dovecot2-pigeonhole/distinfo Tue Jan 02 15:53:37 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2017/10/13 06:53:24 adam Exp $
+$NetBSD: distinfo,v 1.29 2018/01/02 15:53:37 fhajny Exp $
 
-SHA1 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = ee43f18f52988fc2a05b1dbbc248fb255996d127
-RMD160 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = f9f67d30793918bbc126b29b897df95e781dd2c4
-SHA512 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 4751f449ede1b05173c706b414ebf9f7f670ff78589ce6f0b687c32c9abe6dae8b3064ed1b20e893d9ec0147b0139ce479e1d74ebe94747c33f2d8ca177912de
-Size (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 1774887 bytes
+SHA1 (dovecot-2.3-pigeonhole-0.5.0.tar.gz) = af856fb556aa224e28158b3f5cbb3d66f8c5f517
+RMD160 (dovecot-2.3-pigeonhole-0.5.0.tar.gz) = f06482e9c187a0b1a954b7b0a6b070844bc78f06
+SHA512 (dovecot-2.3-pigeonhole-0.5.0.tar.gz) = c338a94ff5db1cc34cac10da2854cd2905567addf5e40f36fe24958abeae1ae9900461f0aeda4f2133eecb2762005c0d6414a109538a1da7aabdd7a4a8eeb127
+Size (dovecot-2.3-pigeonhole-0.5.0.tar.gz) = 1782375 bytes
 SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29



Home | Main Index | Thread Index | Old Index