pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/imapfilter
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 25 00:24:11 UTC 2017
Modified Files:
pkgsrc/mail/imapfilter: Makefile distinfo
pkgsrc/mail/imapfilter/patches: patch-aa
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/mail/imapfilter/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/imapfilter/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/imapfilter/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/imapfilter/Makefile
diff -u pkgsrc/mail/imapfilter/Makefile:1.45 pkgsrc/mail/imapfilter/Makefile:1.46
--- pkgsrc/mail/imapfilter/Makefile:1.45 Sat Mar 5 11:28:48 2016
+++ pkgsrc/mail/imapfilter/Makefile Sat Feb 25 00:24:11 2017
@@ -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}
Index: pkgsrc/mail/imapfilter/distinfo
diff -u pkgsrc/mail/imapfilter/distinfo:1.25 pkgsrc/mail/imapfilter/distinfo:1.26
--- pkgsrc/mail/imapfilter/distinfo:1.25 Fri Apr 1 16:22:35 2016
+++ pkgsrc/mail/imapfilter/distinfo Sat Feb 25 00:24:11 2017
@@ -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
Index: pkgsrc/mail/imapfilter/patches/patch-aa
diff -u pkgsrc/mail/imapfilter/patches/patch-aa:1.15 pkgsrc/mail/imapfilter/patches/patch-aa:1.16
--- pkgsrc/mail/imapfilter/patches/patch-aa:1.15 Fri Apr 1 16:22:35 2016
+++ pkgsrc/mail/imapfilter/patches/patch-aa Sat Feb 25 00:24:11 2017
@@ -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