pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/48578: Update to imapsync 1.580
>Number: 48578
>Category: pkg
>Synopsis: Update to imapsync 1.580
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Feb 07 14:10:00 +0000 2014
>Originator: ISIHARA Takanori
>Release: pkgsrc-current 2014/2/3
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
NetBSD ishitPc9.home 6.1_STABLE NetBSD 6.1_STABLE (ISHITPC9) #14: Sun Jan 12
17:23:18 JST 2014
sysbuild%ishitPc9.home@localhost:/opt/sysbuild/netbsd-6/obj/i386/sys/arch/i386/compile/ISHITPC9
i386
>Description:
Update to imapsync 1.580.
ChangeLog:
----------------------------
revision 1.580 locked by: gilles;
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.
----------------------------
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/imapsync/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile 27 Jan 2014 18:41:13 -0000 1.13
+++ Makefile 7 Feb 2014 13:55:10 -0000
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.13 2014/01/27 18:41:13 wiz Exp $
-DISTNAME= imapsync-1.564
-PKGREVISION= 1
+DISTNAME= imapsync-1.580
CATEGORIES= mail
MASTER_SITES= https://fedorahosted.org/released/imapsync/
EXTRACT_SUFX= .tgz
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/imapsync/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo 26 Aug 2013 10:06:15 -0000 1.5
+++ distinfo 7 Feb 2014 13:55:10 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/08/26 10:06:15 abs Exp $
-SHA1 (imapsync-1.564.tgz) = b2246e1f3bd24d7e896a135daf821f34ea2792c8
-RMD160 (imapsync-1.564.tgz) = 3df26ec1a058fbbf859fff22dfe672761886fcfb
-Size (imapsync-1.564.tgz) = 795480 bytes
+SHA1 (imapsync-1.580.tgz) = e4862d8e75347bc63423cd7bbd60482f8d53aed0
+RMD160 (imapsync-1.580.tgz) = 3d85be507a16d4391821c773fb9d89e67fd164af
+Size (imapsync-1.580.tgz) = 1029856 bytes
Home |
Main Index |
Thread Index |
Old Index