Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / postfix-tlspol
Commits: 759962f3 by Robin Candau at 2025-03-18T02:26:17+01:00 upgpkg: 1.8.7-1: New upstream release https://github.com/Zuplu/postfix-tlspol/releases/tag/v1.8.7 - - - - - 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.6 + pkgver = 1.8.7 pkgrel = 1 url = https://github.com/Zuplu/postfix-tlspol install = postfix-tlspol.install @@ -10,9 +10,9 @@ pkgbase = postfix-tlspol depends = glibc depends = postfix backup = etc/postfix-tlspol/config.yaml - source = postfix-tlspol-1.8.6.tar.gz::https://github.com/Zuplu/postfix-tlspol/archive/refs/tags/v1.8.6.tar.gz + source = postfix-tlspol-1.8.7.tar.gz::https://github.com/Zuplu/postfix-tlspol/archive/refs/tags/v1.8.7.tar.gz source = systemd-service.patch - sha256sums = 3c15578acd6dd7441fd9b7373df7eb01e0cb17bdce45793034f927630856d96e + sha256sums = a11d208217e81c6f2821e15ede99aff639cc3bc15e4dd7359270f419161872df sha256sums = c03671af3ab3e41f8c2af0caf519948ffaf1ae2066415228a0ce738841cb6517 pkgname = postfix-tlspol ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=postfix-tlspol -pkgver=1.8.6 +pkgver=1.8.7 pkgrel=1 pkgdesc="Lightweight MTA-STS + DANE/TLSA resolver and TLS policy server for Postfix, prioritizing DANE" url="https://github.com/Zuplu/postfix-tlspol" @@ -13,7 +13,7 @@ backup=("etc/${pkgname}/config.yaml") install="${pkgname}.install" source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz" 'systemd-service.patch') -sha256sums=('3c15578acd6dd7441fd9b7373df7eb01e0cb17bdce45793034f927630856d96e' +sha256sums=('a11d208217e81c6f2821e15ede99aff639cc3bc15e4dd7359270f419161872df' 'c03671af3ab3e41f8c2af0caf519948ffaf1ae2066415228a0ce738841cb6517') prepare(){ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix-tlspol/-/commit/759962f3e5f6c5774f5f099be12204fc0f83e4ac -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix-tlspol/-/commit/759962f3e5f6c5774f5f099be12204fc0f83e4ac You're receiving this email because of your account on gitlab.archlinux.org.
