summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-04-22 18:26:05 +0000
committertron <tron@pkgsrc.org>2014-04-22 18:26:05 +0000
commit0322a987c0968fe513cea9297aa995a15121983b (patch)
tree6ac87017d5966df7941492f440c8e71f29199100
parenta530b4d5b551779c901f7c85a6cde8c54b5a100e (diff)
downloadpkgsrc-0322a987c0968fe513cea9297aa995a15121983b.tar.gz
Pullup ticket #4385 - requested by abs
mail/imapsync: security update Revisions pulled up: - mail/imapsync/Makefile 1.14 - mail/imapsync/distinfo 1.6 --- Module Name: pkgsrc Committed By: abs Date: Tue Apr 22 08:18:46 UTC 2014 Modified Files: pkgsrc/mail/imapsync: Makefile distinfo Log Message: Updated mail/imapsync to 1.584 revision 1.584 date: 2014/02/05 00:40:59; author: gilles; state: Exp; lines: +77 -50 Debug. Print separator given by NAMESPACE even when --sep1 oe --sep2 is used. Debug. Prints prefix given by NAMESPACE even when --prefix1 or --prefix2 is used. (Preparation for advising not to use --prefix unless suggested) ---------------------------- revision 1.583 date: 2014/02/04 03:04:35; author: gilles; state: Exp; lines: +15 -11 Bug fix. --ssl1 --tls2 was buggy because of default SSL_VERIFY_PEER. "Can not go to tls encryption on [localhost]:Unable to start TLS: Cannot determine peer hostname for verificationerror:00000000:lib(0):func(0):reason(0)" ---------------------------- revision 1.582 date: 2014/01/24 01:43:19; author: gilles; state: Exp; lines: +20 -12 Bugfix. Check if going to tls is ok, exit otherwise with explicit error message. Thanks to Dennis Schridde for reporting this ugly bug. ---------------------------- revision 1.581 date: 2014/01/15 02:42:06; author: gilles; state: Exp; lines: +41 -15 Added --debugmaxlinelength Added --minmaxlinelength to select messages with long lines only. ---------------------------- revision 1.580 date: 2013/12/25 02:52:36; author: gilles; state: Exp; lines: +51 -27 Added --skipcrossduplicates to avoid copying messages that are already copied in another folder. Added --debugcrossduplicates to print which messages (UIDs) are skipped with --skipcrossduplicates (and in what other folders they are). ---------------------------- revision 1.579 date: 2013/12/18 13:53:19; author: gilles; state: Exp; lines: +9 -8 --maxmessagespersecond, value can be float like 3.2 ---------------------------- revision 1.578 date: 2013/12/17 02:14:09; author: gilles; state: Exp; lines: +73 -9 Added --maxbytespersecond to limit byte transfer rate. Added --maxmessagespersecond to limit messages tranfer rate (office365 throttle limitation). ---------------------------- revision 1.577 date: 2013/12/05 05:57:51; author: gilles; state: Exp; lines: +28 -10 Added tests to play with win32 \\?\C:\TEMP syntax and try to solve long path bug. ---------------------------- revision 1.576 date: 2013/11/19 14:37:24; author: gilles; state: Exp; lines: +19 -14 Added --debugmemory option that prints memory consumption after each message is copied. ---------------------------- revision 1.575 date: 2013/11/06 13:55:38; author: gilles; state: Exp; lines: +12 -7 Do not append message if the fetch failed. ---------------------------- revision 1.574 date: 2013/10/28 16:22:04; author: gilles; state: Exp; lines: +16 -8 Added --create_folder_old in case users want the old behavior of create_folder(). ---------------------------- revision 1.573 date: 2013/10/28 14:44:10; author: gilles; state: Exp; lines: +48 -7 Bugfix. Applied patch for create_folder() and nested folders. Thanks to Erik Torsner. ---------------------------- revision 1.572 date: 2013/10/27 02:04:01; author: gilles; state: Exp; lines: +13 -8 Bug fix. Final statistics were avoided for newly created folders. ---------------------------- revision 1.571 date: 2013/10/25 14:34:27; author: gilles; state: Exp; lines: +58 -20 Added --folderfirst <string> : Sync this folder first. --folderfirst "Work" Added --folderlast <string> : Sync this folder last. --folderlast "[Gmail]/All Mail" --folderlast <string> : then this one, etc. ---------------------------- revision 1.570 date: 2013/10/25 12:52:02; author: gilles; state: Exp; lines: +7 -7 --delete2foldersonly Junk example. ---------------------------- revision 1.569 date: 2013/10/16 21:58:17; author: gilles; state: Exp; lines: +125 -39 Fixed bug on Windows with --tmpdir "E:\TEMP". The colon was badly converted to _, ending with "E_\TEMP". The fix also automatically moves the old cache to the new one if the new does not exist yet. Fix. Example for --delete2foldersonly "/Junk$/" in help message. ---------------------------- revision 1.568 date: 2013/09/28 02:43:51; author: gilles; state: Exp; lines: +25 -13 Bug fix. On Win32 trailing blanc in cache dir name raized an error. Blanc now move to underscore _. ---------------------------- revision 1.567 date: 2013/09/18 20:38:10; author: gilles; state: Exp; lines: +8 -7 Fixed a warning when RFC822.SIZE is null or undef. ---------------------------- revision 1.566 date: 2013/09/13 13:23:41; author: gilles; state: Exp; lines: +11 -12 Added --authmech EXTERNAL. Not tested yet. ---------------------------- revision 1.565 date: 2013/09/13 01:16:20; author: gilles; state: Exp; lines: +8 -6 Fusemail success. RackSpace success.
-rw-r--r--mail/imapsync/Makefile14
-rw-r--r--mail/imapsync/distinfo8
2 files changed, 11 insertions, 11 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile
index e0921959cf5..8ea24562455 100644
--- a/mail/imapsync/Makefile
+++ b/mail/imapsync/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2014/01/27 18:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.13.2.1 2014/04/22 18:26:05 tron Exp $
-DISTNAME= imapsync-1.564
-PKGREVISION= 1
+DISTNAME= imapsync-1.584
CATEGORIES= mail
MASTER_SITES= https://fedorahosted.org/released/imapsync/
EXTRACT_SUFX= .tgz
@@ -9,14 +8,15 @@ EXTRACT_SUFX= .tgz
MAINTAINER= abs@NetBSD.org
HOMEPAGE= https://fedorahosted.org/imapsync/
COMMENT= Incremental recursive IMAP transfer tool
+LICENSE= public-domain
DEPENDS+= p5-Data-Uniqid>=0:../../devel/p5-Data-Uniqid
DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip
-DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
-DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
-DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
+DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC
+DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-Mail-IMAPClient>=3.1.9:../../mail/p5-Mail-IMAPClient
-DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+DEPENDS+= p5-Term-ReadKey>=0:../../devel/p5-Term-ReadKey
+DEPENDS+= p5-File-Copy-Recursive>=0:../../sysutils/p5-File-Copy-Recursive
NO_BUILD= YES
USE_TOOLS+= perl:run
diff --git a/mail/imapsync/distinfo b/mail/imapsync/distinfo
index e22a9248346..6f2c715f589 100644
--- a/mail/imapsync/distinfo
+++ b/mail/imapsync/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/08/26 10:06:15 abs Exp $
+$NetBSD: distinfo,v 1.5.6.1 2014/04/22 18:26:05 tron Exp $
-SHA1 (imapsync-1.564.tgz) = b2246e1f3bd24d7e896a135daf821f34ea2792c8
-RMD160 (imapsync-1.564.tgz) = 3df26ec1a058fbbf859fff22dfe672761886fcfb
-Size (imapsync-1.564.tgz) = 795480 bytes
+SHA1 (imapsync-1.584.tgz) = c1de4558a2379416a9af4064e8922efab08e664d
+RMD160 (imapsync-1.584.tgz) = 33f3902e4bc688794694ada60b2ff4994e5ec42e
+Size (imapsync-1.584.tgz) = 844115 bytes