update mail/s-postgray to 0.8.0

diff from MAINTAINER Steffen Nurpmeso with some minor tweaks by me.
This commit is contained in:
op 2022-09-19 15:02:29 +00:00
parent bb32a17aa5
commit 3e86c5c69e
3 changed files with 14 additions and 7 deletions

View File

@ -1,10 +1,11 @@
COMMENT= fast and secure postfix graylisting policy server
DISTNAME= s-postgray-0.7.0
DISTNAME= s-postgray-0.8.0
CATEGORIES= mail
HOMEPAGE= https://www.sdaoden.eu/code.html\#s-postgray
MASTER_SITES= https://ftp.sdaoden.eu/
FIX_EXTRACT_PERMISSIONS=Yes
MAINTAINER= Steffen Nurpmeso <steffen@sdaoden.eu>
@ -20,6 +21,7 @@ MAKE_FLAGS= MANDIR="${DESTDIR}${PREFIX}"/man/man8 \
# get rid of hardcoded -O2
MAKE_FLAGS+= SUFOPT=-I./include
NO_TEST= Yes
do-test:
cd ${WRKBUILD} && ./s-postgray-test.sh
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (s-postgray-0.7.0.tar.gz) = 3K40FbXtAUyDtcUPtWBW0tHh/toB/rZ4/7Z3vX1uFs0=
SIZE (s-postgray-0.7.0.tar.gz) = 140144
SHA256 (s-postgray-0.8.0.tar.gz) = TR44Q3hUfAx+6KV6u8ZktUmlH7Zo1E4zqZTQJj+V1TI=
SIZE (s-postgray-0.8.0.tar.gz) = 142362

View File

@ -5,6 +5,11 @@ Graylisting defers message acceptance (for a specific recipient / sender
via a standardized SMTP response (see allow(5), RFC 5321), which does
not prevent message delivery from SMTP M(ail) T(ransfer) A(gent)s,
but can help against simple spam producing programs.
s-postgray is started via spawn(8), with the given user credentials,
therefore the built-in DB store path is /tmp -- you surely want to
change this via configuration file or command line option.
s-postgray clients are started via spawn(8), as shown in the manual.
The server is started by clients as necessary, but it can be --startup
also since v0.8.0.
s-postgray needs to be configured as the builtin DB store path is /tmp
(see manual), user and group settings are inherited from spawn(8) (or
the environment which uses --startup).