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>
This commit is contained in:
Kurt Jaeger 2016-02-05 17:04:35 +00:00
parent a865194ed0
commit 92ece71d33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408229
2 changed files with 3 additions and 3 deletions

View file

@ -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=/

View file

@ -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