mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 3.6.0
- Project moved to GNU - update MASTER_SITE and pkg-descr - Even though Anubis now uses GnuTLS by default, the port still default to using OpenSSL instead (GnuTLS support will come later) PR: 45174 Submitted by: maintainer
This commit is contained in:
parent
ad37d9c99c
commit
626fb081b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69882
@ -18,9 +18,9 @@
|
||||
###########################################################################
|
||||
|
||||
PORTNAME= anubis
|
||||
PORTVERSION= 3.5.0
|
||||
PORTVERSION= 3.6.0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= sergei@kolobov.com
|
||||
@ -34,10 +34,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
MAKEINFO="makeinfo --no-split"
|
||||
|
||||
# OpenSSL
|
||||
.if defined(WITHOUT_OPENSSL)
|
||||
CONFIGURE_ARGS+= --without-openssl
|
||||
.else
|
||||
.if !defined(WITHOUT_OPENSSL)
|
||||
USE_OPENSSL= yes
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
||||
# GPGME
|
||||
|
@ -1 +1 @@
|
||||
MD5 (anubis-3.5.0.tar.gz) = 68793008d15cf43292bdbce3e3a92e83
|
||||
MD5 (anubis-3.6.0.tar.gz) = 048382b1b52b1fb7a7762614fe75290b
|
||||
|
@ -1,10 +1,19 @@
|
||||
Anubis is an outgoing mail processor, and provides the SMTP tunnel between
|
||||
the MUA (Mail User Agent) and the MTA (Mail Transport Agent). It operates
|
||||
as a proxy server daemon, independently from mail user agents, and can manage
|
||||
and process outgoing mail on the fly using a highly configurable rule system,
|
||||
based on a regular expressions (PerlRE) system. Anubis can edit outgoing mail
|
||||
headers, encrypt and/or sign mail with GnuPG, build secure SMTP tunnels using
|
||||
the TLS/SSL encryption even if your mail user agent doesn't support it, or
|
||||
tunnel a connection through a SOCKS proxy server.
|
||||
GNU Anubis is an outgoing mail processor. It goes between the MUA (Mail User
|
||||
Agent) and the MTA (Mail Transport Agent), and can perform on the fly various
|
||||
sorts of processing and conversion on the outgoing mail in accord with the
|
||||
sender's specified rules, based on a highly configurable regular expressions
|
||||
system. It operates as a proxy server, independently from mail user agents.
|
||||
GNU Anubis can edit outgoing mail headers, encrypt and/or sign mail with the
|
||||
GNU Privacy Guard, build secure SMTP tunnels (Simple Mail Transport Protocol)
|
||||
using the TLS/SSL encryption even if your mail user agent doesn't support it,
|
||||
or tunnel a connection through a SOCKS proxy server.
|
||||
|
||||
WWW: http://anubis.sourceforge.net/
|
||||
--------* --------** ------***
|
||||
| MUA | ---> | Anubis | ---> | MTA |
|
||||
--------- ---------- ---------
|
||||
|
||||
* Mail User Agent (client)
|
||||
** An outgoing mail processor and the SMTP tunnel.
|
||||
*** Mail Transport Agent (server)
|
||||
|
||||
WWW: http://www.gnu.org/software/anubis/
|
||||
|
Loading…
Reference in New Issue
Block a user