Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / postfix-tlspol
Commits: 633fc05a by Robin Candau at 2025-08-27T08:29:06+02:00 upgpkg: 1.8.15-1: New upstream release https://github.com/Zuplu/postfix-tlspol/releases/tag/v1.8.15 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = postfix-tlspol pkgdesc = Lightweight MTA-STS + DANE/TLSA resolver and TLS policy server for Postfix, prioritizing DANE - pkgver = 1.8.14 + pkgver = 1.8.15 pkgrel = 1 url = https://github.com/Zuplu/postfix-tlspol install = postfix-tlspol.install @@ -12,11 +12,11 @@ pkgbase = postfix-tlspol optdepends = less: for dump formatting optdepends = jq: for query formatting backup = etc/postfix-tlspol/config.yaml - source = postfix-tlspol-1.8.14.tar.gz::https://github.com/Zuplu/postfix-tlspol/archive/refs/tags/v1.8.14.tar.gz + source = postfix-tlspol-1.8.15.tar.gz::https://github.com/Zuplu/postfix-tlspol/archive/refs/tags/v1.8.15.tar.gz source = systemd-service.patch source = postfix-tlspol.sysusers source = postfix-tlspol.tmpfiles - sha256sums = 90e1807c84d63c16fe5637804432b0be8cf7823adcdddd4452fcb1d023b382e1 + sha256sums = d225cd400e754cd29ceaa624557835b9f1fc5e5939fb89acdf938da36847bf05 sha256sums = 078ebf65e766c404af7a9205db23a60b0eea2b7eff2184693dd17d8689c33152 sha256sums = f26a774aaf79900f501e02db7ec5246ab8f23ce0ce8f88f0bcd0dddd856d1611 sha256sums = f19e6081b5e0a1b5b7419b6234346cf5e2dc0a609292e484f5e9d863e300d2a7 ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=postfix-tlspol -pkgver=1.8.14 +pkgver=1.8.15 pkgrel=1 pkgdesc="Lightweight MTA-STS + DANE/TLSA resolver and TLS policy server for Postfix, prioritizing DANE" url="https://github.com/Zuplu/postfix-tlspol" @@ -17,7 +17,7 @@ source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz 'systemd-service.patch' 'postfix-tlspol.sysusers' 'postfix-tlspol.tmpfiles') -sha256sums=('90e1807c84d63c16fe5637804432b0be8cf7823adcdddd4452fcb1d023b382e1' +sha256sums=('d225cd400e754cd29ceaa624557835b9f1fc5e5939fb89acdf938da36847bf05' '078ebf65e766c404af7a9205db23a60b0eea2b7eff2184693dd17d8689c33152' 'f26a774aaf79900f501e02db7ec5246ab8f23ce0ce8f88f0bcd0dddd856d1611' 'f19e6081b5e0a1b5b7419b6234346cf5e2dc0a609292e484f5e9d863e300d2a7') @@ -28,6 +28,9 @@ prepare(){ # Remove superfluous options from the systemd service and adjust it for System-Wide usage patch -Np1 -i "${srcdir}/systemd-service.patch" + + # Remove mta-sts test, which is flaky / non-deterministic + rm -f internal/mta-sts_test.go } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix-tlspol/-/commit/633fc05afb36a68570cd730b5b3d568233d9e27b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix-tlspol/-/commit/633fc05afb36a68570cd730b5b3d568233d9e27b You're receiving this email because of your account on gitlab.archlinux.org.
