diff options
| author | Romain Tartière <romain@FreeBSD.org> | 2020-01-11 21:50:45 +0000 |
|---|---|---|
| committer | Romain Tartière <romain@FreeBSD.org> | 2020-01-11 21:50:45 +0000 |
| commit | 4071e3e5be33d1af04fa8373ba59ad899a7ffab4 (patch) | |
| tree | 0ea03709aa42918ef09d5d6094c9028db3ef74f5 /mail/py-postfix-mta-sts-resolver/files/patch-setup.py | |
| parent | devel/urjtag: Update 0.10 -> 2019.12 (diff) | |
New port: mail/py-postfix-mta-sts-resolver
Daemon which provides TLS client policy for Postfix via socketmap, according to
domain MTA-STS policy. Current support of RFC8461 is limited - daemon lacks
some minor features:
- Proactive policy fetch
- Fetch error reporting
- Fetch ratelimit (but actual fetch rate partially restricted with cache_grace config option).
Server has configurable cache backend which allows to store cached STS policies
in memory (internal), file (sqlite) or in Redis database (redis).
WWW: https://pypi.python.org/pypi/postfix-mta-sts-resolver
Notes
Notes:
svn path=/head/; revision=522713
Diffstat (limited to 'mail/py-postfix-mta-sts-resolver/files/patch-setup.py')
| -rw-r--r-- | mail/py-postfix-mta-sts-resolver/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/py-postfix-mta-sts-resolver/files/patch-setup.py b/mail/py-postfix-mta-sts-resolver/files/patch-setup.py new file mode 100644 index 000000000000..6a8e808bd7b7 --- /dev/null +++ b/mail/py-postfix-mta-sts-resolver/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2020-01-11 21:21:32 UTC ++++ setup.py +@@ -23,7 +23,6 @@ setup(name='postfix_mta_sts_resolver', + 'aiodns>=1.1.1', + 'aiohttp>=3.4.4', + 'PyYAML>=3.12', +- 'sdnotify>=0.3.2', + ], + extras_require={ + 'sqlite': 'aiosqlite>=0.10.0', |
