Port details |
- sieve-connect Command-line client for the MANAGESIEVE protocol
- 0.90_1 mail =3 0.90_1Version of this port present on the latest quarterly branch.
- Maintainer: bapt@FreeBSD.org
- Port Added: 2011-06-26 08:13:21
- Last Update: 2024-01-21 12:51:17
- Commit Hash: 8d63848
- People watching this port, also watch:: procmail, poudriere, apcupsd, vm-bhyve, pam_google_authenticator
- License: BSD3CLAUSE
- WWW:
- https://github.com/philpennock/sieve-connect
- Description:
- This is sieve-connect. A client for the ManageSieve protocol, as specifed in
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sieve-connect>0:mail/sieve-connect
- To install the port:
- cd /usr/ports/mail/sieve-connect/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/sieve-connect
- pkg install sieve-connect
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sieve-connect
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1568022315
SHA256 (sieve-connect-0.90.tar.bz2) = 4a188ba50009170b5a7a51cbd0dbaab972eb1e42a3ad7c2d8d22fb63f2f77603
SIZE (sieve-connect-0.90.tar.bz2) = 46481
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Authen-SASL>=0 : security/p5-Authen-SASL
- p5-IO-Socket-INET6>=0 : net/p5-IO-Socket-INET6
- p5-IO-Socket-SSL>=1.14 : security/p5-IO-Socket-SSL
- p5-Mozilla-PublicSuffix>=0 : dns/p5-Mozilla-PublicSuffix
- p5-Net-DNS>=0 : dns/p5-Net-DNS
- p5-Net-SSLeay>=1.37 : security/p5-Net-SSLeay
- p5-Term-ReadLine-Gnu>=0 : devel/p5-Term-ReadLine-Gnu
- p5-Term-ReadKey>=0 : devel/p5-Term-ReadKey
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sieve-connect-0.90_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_sieve-connect
- USES:
- perl5 tar:bzip2 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.90_1 21 Jan 2024 12:51:17 |
Muhammad Moinur Rahman (bofh) |
mail/sieve-connect: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.90 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.90 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
0.90 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.90 09 Sep 2019 09:47:26 |
bapt |
Update to 0.90
Take maintainership
Fix WWW address |
0.89_1 23 May 2019 07:35:12 |
bapt |
Fix a warning in perl 5.28 which would become fatal in 5.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. |
0.89 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.89 18 Jul 2018 22:53:00 |
yuri |
mail/sieve-connect: Update 0.88 -> 0.89
Port changes:
* Use DISTVERSION
* Remove the dead URL from MASTER_SITES
* Add NO_ARCH |
0.88 18 Jul 2018 22:20:24 |
yuri |
Reset maintainership of the ports maintained by alexey@renatasystems.org
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) |
0.88 21 Sep 2016 15:36:04 |
amdmi3 |
- Update mail/sieve-connect to 0.88
- 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
(Only the first 15 lines of the commit message are shown above ) |
0.87_1 21 Jun 2016 13:24:53 |
mat |
Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
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 |
0.87_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.87_1 12 Jan 2016 14:33:21 |
amdmi3 |
Add Public Domain support to ports license framework. You can now use
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 |
0.87_1 27 May 2015 03:10:34 |
zi |
- Add shebangfix to fix runtime errors after recently deleting the perl symlinks
- Bump PORTREVISION |
0.87 29 Apr 2014 23:18:21 |
zi |
- USES+= tar:bzip2 |
0.87 15 Dec 2013 19:44:53 |
alexey |
* Update to 0.87
* STAGE support
Approved by: wg (mentor) |
0.86 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.86 14 Sep 2013 18:12:50 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.86 29 Jul 2013 23:12:53 |
wg |
mail/sieve-connect: update to 0.86
- 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) |
0.85 15 Apr 2013 12:28:58 |
bdrewery |
- Update to 0.85
- 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 (Only the first 15 lines of the commit message are shown above ) |
0.84 02 Mar 2013 03:55:26 |
eadler |
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe) |
0.84 01 Dec 2012 20:18:50 |
wxs |
Update to 0.84.
Trim header and cosmetic fix to PLIST_FILES.
PR: ports/173990
Submitted by: "Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer)
Feature safe: yes |
0.83 25 May 2012 12:49:34 |
sylvio |
- Update to 0.83
PR: ports/168312
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer) |
0.81 26 Jun 2011 08:12:57 |
miwi |
This is sieve-connect. A client for the ManageSieve protocol, as specifed in
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> |