s-postgray: (fast+secure) postfix graylisting policy server (new port)

This commit is contained in:
Steffen Nurpmeso 2022-03-31 22:02:37 +02:00
parent 4d21877411
commit 881ae52ff1
3 changed files with 27 additions and 0 deletions

7
s-postgray/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/libexec/
-rwxr-xr-x root/root usr/libexec/s-postgray
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/s-postgray.8.gz

5
s-postgray/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wER3iIP4J0F1oVwk5KNRCHuHx+x9sZCbnsTuBvnYtP154SvawfHR4CcQwzbrNRChpnQ4/kP3p9LkOK6RavS6gc=
SHA256 (Pkgfile) = 227e26d133f19f95302f210f523e7c0223f4b9d45d25094890f6d3c2b1d79c4a
SHA256 (.footprint) = 7bd72cdc9d3a2b80e0a40afc528b54369391d2fbb01c24b20511381dda8bc955
SHA256 (s-postgray-0.6.0.tar.gz) = 1dee8ea8c881d5cb63726151f5142b5f5f4c4bf9c7133da5e7170ace8a00d146

15
s-postgray/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: S-postgray: (fast+secure) postfix graylisting policy server
# URL: https://git.sdaoden.eu/browse/s-toolbox.git
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
name=s-postgray
version=0.6.0
release=1
source=(https://ftp.sdaoden.eu/${name}-${version}.tar.gz)
build() {
cd ${name}-${version}
make install DESTDIR="${PKG}" PREFIX=/usr
}
# s-sh-mode