pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imapfilter Updated mail/imapfilter 2.6.2 to 2.6.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3582d34d7bda
branches:  trunk
changeset: 358988:3582d34d7bda
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Feb 25 00:24:11 2017 +0000

description:
Updated mail/imapfilter 2.6.2 to 2.6.10
---------------------------------------
IMAPFilter 2.6.10 - 16 Dec 2016
  - Bug fix; segmentation fault on some OpenSSL builds.

IMAPFilter 2.6.9 - 6 Dec 2016
  - Bug fix; possible problem during STARTTLS negotiation.

IMAPFilter 2.6.8 - 26 Nov 2016
  - Support building with OpenSSL 1.1.0.

IMAPFilter 2.6.7 - 7 Jun 2016
  - A dry-run mode that disables all actions that modify data.
  - Bug fix; handle IDLE untagged responses that are received in pieces.

IMAPFilter 2.6.6 - 23 Jan 2016
  - Bug fix; print an error message if "ssl" has been set to "ssl3".

IMAPFilter 2.6.5 - 18 Jan 2016
  - Possible to build again with OpenSSL when support for SSL 3.0 is disabled.

IMAPFilter 2.6.4 - 8 Dec 2015
  - Support for OAuth 2.0 and the XOAUTH2 authentication mechanism.

IMAPFilter 2.6.3 - 30 Sep 2015
  - Support for loading a default CA certificates file.
  - A new has_unkeyword() method to search messages without a keyword flag set.
  - Bug fix; double quotation around keyword sent by the has_flag() method.

diffstat:

 mail/imapfilter/Makefile         |   5 ++---
 mail/imapfilter/distinfo         |  12 ++++++------
 mail/imapfilter/patches/patch-aa |   7 +++----
 3 files changed, 11 insertions(+), 13 deletions(-)

diffs (49 lines):

diff -r 454040bc2d72 -r 3582d34d7bda mail/imapfilter/Makefile
--- a/mail/imapfilter/Makefile  Sat Feb 25 00:05:24 2017 +0000
+++ b/mail/imapfilter/Makefile  Sat Feb 25 00:24:11 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2016/03/05 11:28:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.46 2017/02/25 00:24:11 mef Exp $
 
-DISTNAME=      imapfilter-2.6.2
-PKGREVISION=   1
+DISTNAME=      imapfilter-2.6.10
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lefcha/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 454040bc2d72 -r 3582d34d7bda mail/imapfilter/distinfo
--- a/mail/imapfilter/distinfo  Sat Feb 25 00:05:24 2017 +0000
+++ b/mail/imapfilter/distinfo  Sat Feb 25 00:24:11 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2016/04/01 16:22:35 jperkin Exp $
+$NetBSD: distinfo,v 1.26 2017/02/25 00:24:11 mef Exp $
 
-SHA1 (imapfilter-2.6.2.tar.gz) = f46d6bee8fc9fbb6a7c2faaf19acb8eef61e2046
-RMD160 (imapfilter-2.6.2.tar.gz) = 7f651665497eec1fbd9d8460230fd961b2845a59
-SHA512 (imapfilter-2.6.2.tar.gz) = 180611fc1f5c1d463e359de875f8a3be8bc148daa14a388c0bea380e96cb57051ba50e2debbd7010217ad56806f0064c7190874e8abb60f7a3f52020762b3fc2
-Size (imapfilter-2.6.2.tar.gz) = 55465 bytes
-SHA1 (patch-aa) = 1488f7c42b1db56264f4d84dc07517de2bf13eea
+SHA1 (imapfilter-2.6.10.tar.gz) = e322ad37679107d60dbbbffd292908c92adfd0a6
+RMD160 (imapfilter-2.6.10.tar.gz) = dad0fe43e299ccd7b079b6dadb08d911e48687d5
+SHA512 (imapfilter-2.6.10.tar.gz) = b01f50d22583b5c89e446c70ab4dea711ca5a2c77fad5362799bc137f48083fbf9c6fc403648502c963f0da14ea8edf652c98ed9ffac96db27b8408aec21014a
+Size (imapfilter-2.6.10.tar.gz) = 57916 bytes
+SHA1 (patch-aa) = 277593adb235b189f336804179723febd57da9ad
diff -r 454040bc2d72 -r 3582d34d7bda mail/imapfilter/patches/patch-aa
--- a/mail/imapfilter/patches/patch-aa  Sat Feb 25 00:05:24 2017 +0000
+++ b/mail/imapfilter/patches/patch-aa  Sat Feb 25 00:24:11 2017 +0000
@@ -1,12 +1,11 @@
-$NetBSD: patch-aa,v 1.15 2016/04/01 16:22:35 jperkin Exp $
+$NetBSD: patch-aa,v 1.16 2017/02/25 00:24:11 mef Exp $
 
 Use pkgsrc layout/flags.
 
 --- src/Makefile.orig  2015-06-29 22:38:56.000000000 +0000
 +++ src/Makefile
-@@ -1,8 +1,6 @@
--DESTDIR =
--PREFIX = /usr/local
+@@ -2,7 +2,7 @@ DESTDIR ?=
+ PREFIX ?= /usr/local
  BINDIR = $(PREFIX)/bin
  SHAREDIR = $(PREFIX)/share/imapfilter
 -MANDIR = $(PREFIX)/man



Home | Main Index | Thread Index | Old Index