diff options
author | pi <pi@FreeBSD.org> | 2016-02-06 01:04:35 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-02-06 01:04:35 +0800 |
commit | b36b15efd0e6526a3e35db87be2dbaf20af20b00 (patch) | |
tree | 8ded32dcc375e5d74d7ed872f83f2bc2f909f92c | |
parent | 33e610821e42e8c7b291083b98b98ec2a90c468d (diff) | |
download | freebsd-ports-gnome-b36b15efd0e6526a3e35db87be2dbaf20af20b00.tar.gz freebsd-ports-gnome-b36b15efd0e6526a3e35db87be2dbaf20af20b00.tar.zst freebsd-ports-gnome-b36b15efd0e6526a3e35db87be2dbaf20af20b00.zip |
mail/imapsync: 1.670 -> 1.678
- Added --errorsmax in --help message
- Added --debugssl int. Default is like --debugssl 1 (Only print out errors).
- Added --timeout1
- Added --timeout2 (--timeout still available to set both with the same value)
- Added --sslargs1 to pass any ssl parameter for host1 connection.
- Added --sslargs2 to pass any ssl parameter for host2 connection.
Example --sslargs1 SSL_verify_mode=1 --sslargs1 SSL_version=SSLv3
- Removed --allow3xx option.
- Added env_proxy call in sub xoauth2() to read proxy settings
from environment variable without PERL_LWP_ENV_PROXY=1
PR: 206952
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r-- | mail/imapsync/Makefile | 2 | ||||
-rw-r--r-- | mail/imapsync/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index c100a3008fc7..53e42691b591 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= imapsync -PORTVERSION= 1.670 +PORTVERSION= 1.678 DISTVERSIONPREFIX= v CATEGORIES= mail perl5 MASTER_SITES= https://codeload.github.com/imapsync/imapsync/tar.gz/imapsync-${PORTVERSION}?dummy=/ diff --git a/mail/imapsync/distinfo b/mail/imapsync/distinfo index 8a623a8bc70d..0e198248ea61 100644 --- a/mail/imapsync/distinfo +++ b/mail/imapsync/distinfo @@ -1,2 +1,2 @@ -SHA256 (imapsync-imapsync-v1.670_GH0.tgz) = 0a02a60899850a2aa8b7642a1caebda951437e2eb530f32489b10e651e957a29 -SIZE (imapsync-imapsync-v1.670_GH0.tgz) = 1393448 +SHA256 (imapsync-imapsync-v1.678_GH0.tgz) = 77cd7b58bc1872bcf6c531ee8f764dda87e0dec3f6ffed752748ff9ae74534b0 +SIZE (imapsync-imapsync-v1.678_GH0.tgz) = 1182948 |