Port details |
- py-postfix-mta-sts-resolver TLS client policy for Postfix according to domain MTA-STS policy
- 1.4.0 mail =2 1.1.2Version of this port present on the latest quarterly branch.
- Maintainer: nork@FreeBSD.org
- Port Added: 2020-01-11 21:50:53
- Last Update: 2024-08-31 07:12:52
- Commit Hash: ffae459
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.python.org/pypi/postfix-mta-sts-resolver
- Description:
- Daemon which provides TLS client policy for Postfix via socketmap, according to
domain MTA-STS policy. Current support of RFC8461 is limited:
- MTA-STS policy overrides DANE TLS authentication against RFC 8461, 2.
- Daemon lacks some minor features:
- 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), Redis database (redis) or in PostgreSQL
database (postgres).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}postfix-mta-sts-resolver>0:mail/py-postfix-mta-sts-resolver@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/mail/py-postfix-mta-sts-resolver/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/py-postfix-mta-sts-resolver
- pkg install py311-postfix-mta-sts-resolver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-postfix-mta-sts-resolver listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-postfix-mta-sts-resolver
- Package flavors (<flavor>: <package>)
- py311: py311-postfix-mta-sts-resolver
- distinfo:
- TIMESTAMP = 1695492126
SHA256 (Snawoot-postfix-mta-sts-resolver-v1.4.0_GH0.tar.gz) = 6fe07c9076e329fe3a9a347d7f9f8b2885526067dd7ea906b8916cd0dd5040ab
SIZE (Snawoot-postfix-mta-sts-resolver-v1.4.0_GH0.tar.gz) = 54627
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:
-
- py311-wheel>0 : devel/py-wheel@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- ca-root-nss.crt : security/ca_root_nss
- py311-aiodns>=3.0.0 : dns/py-aiodns@py311
- py311-aiohttp>=3.4.4 : www/py-aiohttp@py311
- py311-pyyaml>=3.12 : devel/py-pyyaml@py311
- py311-asyncpg>=0.27.0 : databases/py-asyncpg@py311
- py311-redis>=4.2.0 : databases/py-redis@py311
- py311-aiosqlite>=0.10.0 : databases/py-aiosqlite@py311
- py311-uvloop>=0.11.0 : devel/py-uvloop@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-postfix-mta-sts-resolver-1.4.0:
PGSQL=on: PostgreSQL database support
REDIS=on: Redis key-value store database support
SQLITE=on: SQLite database support
UVLOOP=on: Event loop support
===> Use 'make config' to modify these settings
- Options name:
- mail_py-postfix-mta-sts-resolver
- USES:
- python
- 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 |
1.4.0 31 Aug 2024 07:12:52 |
Norikatsu Shigemura (nork) |
mail/py-postfix-mta-sts-resolver: Update to 1.4.0
- portlint/portfmt/portclippy happy.
- Cosmetic change and fix some minor issues.
- Add PostgreSQL backend support, and enable all backends.
- Add support to output operation logs, and default to
syslog via daemon(8).
ChangeLogs: https://github.com/Snawoot/postfix-mta-sts-resolver/compare/v1.1.2...v1.4.0
Approved by: hrs (mentor) |
1.1.2_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
1.1.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.1.2 23 Feb 2023 08:59:13 |
Norikatsu Shigemura (nork) |
mail/py-postfix-mta-sts-resolver: Change MAINTAINERship to myself
Approved by: hrs (mentor) |
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) |
1.1.2 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 ) |
1.1.2 09 Jul 2022 19:29:44 |
Romain Tartière (romain) Author: Norikatsu Shigemura |
mail/py-postfix-mta-sts-resolver: Update to 1.1.2
PR: 262254 |
1.1.1 27 Dec 2021 18:18:48 |
Romain Tartière (romain) |
mail/py-postfix-mta-sts-resolver: Update to 1.1.1 |
1.0.1 10 Aug 2021 00:39:46 |
Romain Tartière (romain) |
mail/py-postfix-mta-sts-resolver: Update to 1.0.1 |
1.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0 24 Jul 2020 01:58:51 |
romain |
Update to 1.0.0 |
0.8.2 28 Apr 2020 03:50:20 |
romain |
Update to 0.8.2 |
0.8.0 28 Mar 2020 17:27:55 |
romain |
Update to 0.8.0 |
0.7.5 03 Feb 2020 03:58:08 |
romain |
Update to 0.7.5 |
0.7.3 12 Jan 2020 19:57:05 |
romain |
Update to 0.7.3 |
0.7.2 12 Jan 2020 04:35:36 |
romain |
Use actual dependencies version requirements
Reported by: koobs@ via private mail |
0.7.2 11 Jan 2020 21:50:45 |
romain |
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 |