aboutsummaryrefslogtreecommitdiff
path: root/mail/sieve-connect
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.90Baptiste Daroussin2019-09-094-36/+6
| | | | | | | | Take maintainership Fix WWW address Notes: svn path=/head/; revision=511612
* Fix a warning in perl 5.28 which would become fatal in 5.30:Baptiste Daroussin2019-05-232-0/+30
| | | | | | | | | Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/^{ <-- HERE (\d+)\+?}\r?$/ at /usr/local/bin/sieve-connect line 930. Notes: svn path=/head/; revision=502317
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* mail/sieve-connect: Update 0.88 -> 0.89Yuri Victorovich2018-07-183-7/+7
| | | | | | | | | | Port changes: * Use DISTVERSION * Remove the dead URL from MASTER_SITES * Add NO_ARCH Notes: svn path=/head/; revision=474913
* Reset maintainership of the ports maintained by alexey@renatasystems.orgYuri Victorovich2018-07-181-1/+1
| | | | | | | | | | | | | | | Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp Also, looking at the subversion log, there were timeouts on: * bug#224169 r465659 | ygy | 2018-03-26 19:51:12 * bug#224768 r459066 | swills | 2018-01-15 07:16:28 * bug#224755 r459058 | swills | 2018-01-15 06:55:08 The last approval from alexey@renatasystems.org was over a year ago: bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama) Notes: svn path=/head/; revision=474907
* - Update mail/sieve-connect to 0.88Dmitry Marakasov2016-09-212-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix LICENSE Changes in v0.88: * (BREAKING CHANGE) Require TLS verification to work. * (POSSIBLY BREAKING CHANGE) Remote sieve name should be basename of local. * Fail early if no CA trust anchors can be found but TLS verification is enabled. * Added `--tlshostname` option to override the hostname used for TLS host identity verification * If not interactive, various warnings in interactive at the application-level with the remote server will now trigger a final warning before exit and a non-zero exit code. * Kolab nocaps server compatibility, in the continuing saga of "feature-based negotiation, who needs it anyway?" * build-system fix to better isolate releaser tools from "just make the tarball", to let others make the unsigned tarball and compare. * Interactive command `debug` added when invoked with `--debug` to toggle debugging off/on, to reduce self-inflicted log-spam. * Handle local hostnames which lack real DNS better, avoid an undef dereference Full ChangeLog at: http://people.spodhuis.org/phil.pennock/software/sieve-connect.ChangeLog.txt PR: 212466 Submitted by: alexey@renatasystems.org (maintainer) Notes: svn path=/head/; revision=422568
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesMathieu Arnold2016-06-211-1/+1
| | | | | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight Notes: svn path=/head/; revision=417207
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Add Public Domain support to ports license framework. You can now useDmitry Marakasov2016-01-121-3/+1
| | | | | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149 Notes: svn path=/head/; revision=405874
* - Add shebangfix to fix runtime errors after recently deleting the perl symlinksRyan Steinmetz2015-05-271-1/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=387535
* - USES+= tar:bzip2Ryan Steinmetz2014-04-291-2/+1
| | | | Notes: svn path=/head/; revision=352661
* * Update to 0.87Alexey Degtyarev2013-12-152-16/+11
| | | | | | | | | * STAGE support Approved by: wg (mentor) Notes: svn path=/head/; revision=336574
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327311
* mail/sieve-connect: update to 0.86William Grzybowski2013-07-292-8/+6
| | | | | | | | | | | | | - Update to 0.86 Changes: http://people.spodhuis.org/phil.pennock/software/sieve-connect.ChangeLog.txt PR: ports/180930 Submitted by: Alexey Degtyarev <alexey renatasystems.org> (maintainer) Notes: svn path=/head/; revision=323933
* - Update to 0.85Bryan Drewery2013-04-152-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to new options framework sieve-connect was not actually verifying TLS certificate identities matched the expected hostname. Changes with new version: Fix TLS verification; find server by own hostname & SRV. * TLS hostname verification was not actually happening. * IO::Socket::SSL requirement bumped to 1.14 (was 0.97). * By default, if no server specified, before falling back to localhost try to use the current hostname and SRV records in DNS to figure out if Sieve is available. Checks for sieve, imaps & imap protocol SRV records and honours target==. to mean "no". * This works better with the Mozilla::PublicSuffix module installed. * Added ability to blacklist authentication mechanisms More info: http://mail.globnix.net/pipermail/sieve-connect-announce/2013/000005.html PR: ports/177859 Submitted by: "Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer) Approved by: portmgr (implicit) Security: a2ff483f-a5c6-11e2-9601-000d601460a4 Notes: svn path=/head/; revision=315802
* Variable that start with _ are considered private to the definingEitan Adler2013-03-021-1/+1
| | | | | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=313182
* Update to 0.84.Wesley Shields2012-12-012-9/+5
| | | | | | | | | | | Trim header and cosmetic fix to PLIST_FILES. PR: ports/173990 Submitted by: "Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=308080
* - Update to 0.83Sylvio Cesar Teixeira2012-05-252-8/+8
| | | | | | | | PR: ports/168312 Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer) Notes: svn path=/head/; revision=297404
* This is sieve-connect. A client for the ManageSieve protocol, as specifed inMartin Wilke2011-06-263-0/+72
RFC 5804. Historically, this was MANAGESIEVE as implemented by timsieved in Cyrus IMAP. This is not yet fully compatible with RFC 5804, but is moving towards that from the timsieved baseline; some issues to be worked on are documented in the "TODO" file. sieve-connect speaks ManageSieve and supports TLS for connection privacy and also authentication if using client certificates. sieve-connect will use SASL authentication; SASL integrity layers are not supported, use TLS instead. GSSAPI-based authentication should generally work, provided that client and server can use a common underlaying protocol. If it doesn't work for you, please report the issue. sieve-connect is designed to be both a tool which can be invoked from scripts and also a decent interactive client. It should also be a drop-in replacement for "sieveshell", as supplied with Cyrus IMAP. WWW: http://people.spodhuis.org/phil.pennock/software/ PR: ports/157077 Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org> Notes: svn path=/head/; revision=276432