Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / postfix-tlspol
Commits: f1af3bc5 by Robin Candau at 2025-12-23T19:23:23+01:00 upgpkg: 1.8.24-1: New upstream release https://github.com/Zuplu/postfix-tlspol/releases/tag/v1.8.24 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = postfix-tlspol pkgdesc = Lightweight MTA-STS + DANE/TLSA resolver and TLS policy server for Postfix, prioritizing DANE - pkgver = 1.8.23 - pkgrel = 2 + pkgver = 1.8.24 + pkgrel = 1 url = https://github.com/Zuplu/postfix-tlspol install = postfix-tlspol.install arch = x86_64 @@ -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.23.tar.gz::https://github.com/Zuplu/postfix-tlspol/archive/refs/tags/v1.8.23.tar.gz + source = postfix-tlspol-1.8.24.tar.gz::https://github.com/Zuplu/postfix-tlspol/archive/refs/tags/v1.8.24.tar.gz source = systemd-service.patch source = postfix-tlspol.sysusers source = postfix-tlspol.tmpfiles - sha256sums = 96b9fd5a58bef8d183521d5365564e5d2324750a959a3cc7ce1539c5be7265c9 + sha256sums = 2be250f446e939069916cd1abdb0e104a9dee7cd350985ab59f6f548c8040b31 sha256sums = 078ebf65e766c404af7a9205db23a60b0eea2b7eff2184693dd17d8689c33152 sha256sums = f26a774aaf79900f501e02db7ec5246ab8f23ce0ce8f88f0bcd0dddd856d1611 sha256sums = f19e6081b5e0a1b5b7419b6234346cf5e2dc0a609292e484f5e9d863e300d2a7 ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Robin Candau <[email protected]> pkgname=postfix-tlspol -pkgver=1.8.23 -pkgrel=2 +pkgver=1.8.24 +pkgrel=1 pkgdesc="Lightweight MTA-STS + DANE/TLSA resolver and TLS policy server for Postfix, prioritizing DANE" url="https://github.com/Zuplu/postfix-tlspol" arch=('x86_64') @@ -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=('96b9fd5a58bef8d183521d5365564e5d2324750a959a3cc7ce1539c5be7265c9' +sha256sums=('2be250f446e939069916cd1abdb0e104a9dee7cd350985ab59f6f548c8040b31' '078ebf65e766c404af7a9205db23a60b0eea2b7eff2184693dd17d8689c33152' 'f26a774aaf79900f501e02db7ec5246ab8f23ce0ce8f88f0bcd0dddd856d1611' 'f19e6081b5e0a1b5b7419b6234346cf5e2dc0a609292e484f5e9d863e300d2a7') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix-tlspol/-/commit/f1af3bc5bb9ac5d68eacbe55c635ac41c34366ac -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix-tlspol/-/commit/f1af3bc5bb9ac5d68eacbe55c635ac41c34366ac You're receiving this email because of your account on gitlab.archlinux.org.
