Re: UPDATE: mail/isync to 1.3.0

2017-10-17 Thread Daniel Jakots
On Tue, 17 Oct 2017 00:12:15 +0200, Klemens Nanni wrote: > Updated diff below. Thanks, committed. I removed pkg/MESSAGE, users should read release notes. Cheers, Daniel

Re: UPDATE: mail/isync to 1.3.0

2017-10-16 Thread Klemens Nanni
On Mon, Oct 16, 2017 at 06:04:52PM -0400, Daniel Jakots wrote: > On Mon, 9 Oct 2017 23:21:29 +0200, Klemens Nanni wrote: > > > -HOMEPAGE= http://isync.sourceforge.net/ > > +HOMEPAGE= https://isync.sourceforge.net/ > > It doesn't work here. > > $ curl -I http://isync.sourceforge.net/ > HTTP/1.

Re: UPDATE: mail/isync to 1.3.0

2017-10-16 Thread Daniel Jakots
On Mon, 9 Oct 2017 23:21:29 +0200, Klemens Nanni wrote: > -HOMEPAGE=http://isync.sourceforge.net/ > +HOMEPAGE=https://isync.sourceforge.net/ It doesn't work here. $ curl -I http://isync.sourceforge.net/ HTTP/1.1 200 OK [...] $ curl -I https://isync.sourceforge.net/ curl: (7) Failed to c

Re: UPDATE: mail/isync to 1.3.0

2017-10-16 Thread Klemens Nanni
On Mon, Oct 09, 2017 at 09:21:29PM +, Klemens Nanni wrote: > Simple version bump to the new feature release, including the following > notable changes amongst other bug fixes: > > - Network timeout handling > - Support for proper Maildir++ and a Maildir sub-folder naming style > without extr

UPDATE: mail/isync to 1.3.0

2017-10-09 Thread Klemens Nanni
Simple version bump to the new feature release, including the following notable changes amongst other bug fixes: - Network timeout handling - Support for proper Maildir++ and a Maildir sub-folder naming style without extra dots - Support for TLS client certificates - Support for recovering from

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-10 Thread Daniel Jakots
On Thu, 10 Aug 2017 10:07:34 +0200, Klemens Nanni wrote: > Does anyone want to commit this? Thanks, committed!

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-10 Thread David Coppa
On Thu, Aug 10, 2017 at 5:33 AM, Daniel Jakots wrote: > On Thu, 10 Aug 2017 02:53:59 +0200, Klemens Nanni > wrote: > >> > I'm not entirely sure yet whether the introduced patch to get >> > X509_OBJECT_get0_X509() and X509_STORE_get0_objects() working is the >> > way to go, maybe someone more know

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-10 Thread Klemens Nanni
On Wed, Aug 09, 2017 at 11:33:09PM -0400, Daniel Jakots wrote: > On Thu, 10 Aug 2017 02:53:59 +0200, Klemens Nanni > wrote: > > > > I'm not entirely sure yet whether the introduced patch to get > > > X509_OBJECT_get0_X509() and X509_STORE_get0_objects() working is the > > > way to go, maybe someo

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-09 Thread Daniel Jakots
On Thu, 10 Aug 2017 02:53:59 +0200, Klemens Nanni wrote: > > I'm not entirely sure yet whether the introduced patch to get > > X509_OBJECT_get0_X509() and X509_STORE_get0_objects() working is the > > way to go, maybe someone more knowledgable about OpenSSL internals > > can comment/fix this? > +

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-09 Thread Klemens Nanni
On Thu, Aug 10, 2017 at 01:17:07AM +0200, Klemens Nanni wrote: > On Wed, Aug 09, 2017 at 06:53:47PM -0400, Daniel Jakots wrote: > > On Wed, 9 Aug 2017 23:58:33 +0200, Klemens Nanni wrote: > > > > > Other than that a trivial version bump suffices > > > > Then can you please send a diff rather tha

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-09 Thread Klemens Nanni
On Wed, Aug 09, 2017 at 06:53:47PM -0400, Daniel Jakots wrote: > On Wed, 9 Aug 2017 23:58:33 +0200, Klemens Nanni wrote: > > > Other than that a trivial version bump suffices > > Then can you please send a diff rather than a .tgz? I sent a tarball since the new patch wouldn't be included in the

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-09 Thread Daniel Jakots
On Wed, 9 Aug 2017 23:58:33 +0200, Klemens Nanni wrote: > Other than that a trivial version bump suffices Then can you please send a diff rather than a .tgz? Cheers, Daniel

UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-09 Thread Klemens Nanni
1.2.1 is over two years old, 1.2.2 was released this week. I'm not entirely sure yet whether the introduced patch to get X509_OBJECT_get0_X509() and X509_STORE_get0_objects() working is the way to go, maybe someone more knowledgable about OpenSSL internals can comment/fix this? Other than that a

Update: mail/isync 1.2.0

2015-04-03 Thread Dmitrij D. Czarkoff
Hi! New version of isync was released earlier today. It features support for SASL, changes in configuration file, "isync" deprecation and changes in output. Unfortunately, they use memcpy for overlapping regions, so patch is now needed. Comments? OKs? -- Dmitrij D. Czarkoff Index: Makefile =

Re: Update: mail/isync

2015-04-01 Thread Stuart Henderson
On 2015/04/01 17:39, Zé Loff wrote: > On Wed, Apr 01, 2015 at 01:20:49PM -0300, Gleydson Soares wrote: > > could you try to reproduce again? > > isync doesn't segs here. (@amd64) > > mbsync (not this version though, the one on amd64 -current) segfaults > every time it can't resolve the server name

Re: Update: mail/isync

2015-04-01 Thread Dmitrij D. Czarkoff
Edd Barrett said: > On Mon, Mar 30, 2015 at 12:55:33PM +0200, Dmitrij D. Czarkoff wrote: > > Any test reports? > > I've been using this for a while (mbsync at least). > > I notice that the isync command segs. Not looked into it, but I have no > .isyncrc file (only a .mbsyncrc), so that may be why

Re: Update: mail/isync

2015-04-01 Thread Zé Loff
On Wed, Apr 01, 2015 at 01:20:49PM -0300, Gleydson Soares wrote: > could you try to reproduce again? > isync doesn't segs here. (@amd64) mbsync (not this version though, the one on amd64 -current) segfaults every time it can't resolve the server name, and has been doing so for a while now. I've be

Re: Update: mail/isync

2015-04-01 Thread Gleydson Soares
could you try to reproduce again? isync doesn't segs here. (@amd64) On Wed, Apr 1, 2015 at 12:59 PM, Edd Barrett wrote: > On Mon, Mar 30, 2015 at 12:55:33PM +0200, Dmitrij D. Czarkoff wrote: >> Any test reports? > > I've been using this for a while (mbsync at least). > > I notice that the isync c

Re: Update: mail/isync

2015-04-01 Thread Edd Barrett
On Mon, Mar 30, 2015 at 12:55:33PM +0200, Dmitrij D. Czarkoff wrote: > Any test reports? I've been using this for a while (mbsync at least). I notice that the isync command segs. Not looked into it, but I have no .isyncrc file (only a .mbsyncrc), so that may be why. -- Best Regards Edd Barrett

Re: Update: mail/isync

2015-04-01 Thread Stuart Henderson
These days, MESSAGE is only displayed by pkg_add -u if it has changed from the previous version (rather than for every update), so it seems a useful place for information like this - not to intrusive and more likely to be seen by the right people than a faq/current.html entry. On 1 April 2015 0

Re: Update: mail/isync

2015-04-01 Thread Dmitrij D. Czarkoff
Gleydson Soares said: > >> +++ openbsd-wip/mail/isync/pkg/MESSAGE Mon Mar 9 14:25:35 2015 > >> @@ -0,0 +1,2 @@ > >> +Gmail users upgrading from isync-1.0.x, note: now mbsync recurses into > >> "[Gmail]" > >> +IMAP folder, so changes to mbsync configuration may be needed. > > convert to pkg-r

Re: Update: mail/isync

2015-03-31 Thread Gleydson Soares
Dmitrij D. Czarkoff writes: > Any test reports? works here. sync fine with a large mailbox. >> +++ openbsd-wip/mail/isync/pkg/MESSAGE Mon Mar 9 14:25:35 2015 >> @@ -0,0 +1,2 @@ >> +Gmail users upgrading from isync-1.0.x, note: now mbsync recurses into >> "[Gmail]" >> +IMAP folder, so c

Re: Update: mail/isync

2015-03-30 Thread Dmitrij D. Czarkoff
Any test reports? Dmitrij D. Czarkoff said: > Hi! > > Below is an update for mail/isync (1.0.6 => 1.1.2). > > -- > Dmitrij D. Czarkoff > > diff -Nurx CVS mail/isync/Makefile openbsd-wip/mail/isync/Makefile > --- mail/isync/Makefile Mon Mar 9 10:10:11 2015 > +++ openbsd-wip/mail/isync/Ma

Update: mail/isync

2015-03-18 Thread Dmitrij D. Czarkoff
Hi! Below is an update for mail/isync (1.0.6 => 1.1.2). -- Dmitrij D. Czarkoff diff -Nurx CVS mail/isync/Makefile openbsd-wip/mail/isync/Makefile --- mail/isync/Makefile Mon Mar 9 10:10:11 2015 +++ openbsd-wip/mail/isync/Makefile Mon Mar 9 14:25:35 2015 @@ -2,7 +2,7 @@ COMMENT= s

Update: mail/isync 1.1.2

2015-02-03 Thread Nicholas Fleisher
An update to isync / mbsync, a mail synchronizer similar offlineimap. The version in ports (1.0.6) is now several releases behind the latest (1.1.2). Works well for me on amd64. Diff attached. This is my first ports submission: I've made what I think are the minimal possible changes to what's in

UPDATE: mail/isync to 1.1.1

2014-09-06 Thread Gleydson Soares
update mail/isync to 1.1.1 changelog: http://sourceforge.net/projects/isync/files/isync/1.1.0/ http://sourceforge.net/projects/isync/files/isync/1.1.1/ works fine here. OK? Index: Makefile === RCS file: /cvs/ports/mail/isync