NetBSD Problem Report #48578

From www@NetBSD.org  Fri Feb  7 14:09:23 2014
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 158CAA6159
	for <gnats-bugs@gnats.NetBSD.org>; Fri,  7 Feb 2014 14:09:23 +0000 (UTC)
Message-Id: <20140207140921.6E2EBA64B3@mollari.NetBSD.org>
Date: Fri,  7 Feb 2014 14:09:21 +0000 (UTC)
From: ishit@oak.dti.ne.jp
Reply-To: ishit@oak.dti.ne.jp
To: gnats-bugs@NetBSD.org
Subject: Update to imapsync 1.580
X-Send-Pr-Version: www-1.0

>Number:         48578
>Category:       pkg
>Synopsis:       Update to imapsync 1.580
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    abs
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 07 14:10:00 +0000 2014
>Closed-Date:    Tue Apr 22 08:19:21 +0000 2014
>Last-Modified:  Tue Apr 22 08:19:21 +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:/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

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->abs
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Sat, 08 Feb 2014 05:16:22 +0000
Responsible-Changed-Why:
Over to maintainer.


State-Changed-From-To: open->closed
State-Changed-By: abs@NetBSD.org
State-Changed-When: Tue, 22 Apr 2014 08:19:21 +0000
State-Changed-Why:
Updated to 1.584


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.