diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-19 13:40:22 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-10-27 14:37:56 +0100 |
commit | 449b126105db66ada9ffbe6d229404eba552f3d2 (patch) | |
tree | a017afcb5f05986dbc9bf4794b8986813156b139 | |
parent | 0a62fa1881ea0b62c2e669a5ecc5ef2677a4f30b (diff) | |
download | zdkimfilter-449b126105db66ada9ffbe6d229404eba552f3d2.tar.xz |
zdkimfilter: 3.20-2 -> 3.21-1
-rw-r--r-- | .SRCINFO | 7 | ||||
-rwxr-xr-x | PKGBUILD | 7 |
2 files changed, 14 insertions, 0 deletions
@@ -9,6 +9,13 @@ pkgbase = zdkimfilter license = GPL3 depends = courier-mta depends = opendkim + depends = glibc>=2.40+r16+gaa533d58ff + depends = libidn2=2.3.7 + depends = libunistring=1.2 + depends = opendbx=1.4.6 + depends = openssl=3.3.2 + depends = util-linux-libs=2.40.2 + depends = zlib=1:1.3.1 options = debug options = !strip backup = etc/courier/filters/zdkimfilter.conf @@ -7,6 +7,13 @@ arch=('i686' 'pentium4' 'x86_64') url='https://www.tana.it/sw/zdkimfilter/' license=('GPL3') _pinned_dependencies=( + 'glibc>=2.40+r16+gaa533d58ff' + 'libidn2=2.3.7' + 'libunistring=1.2' + 'opendbx=1.4.6' + 'openssl=3.3.2' + 'util-linux-libs=2.40.2' + 'zlib=1:1.3.1' ) depends=( 'courier-mta' |