From fb3a1811d9f574d64f135ed015b37c05333d0b4e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 15 Jan 2023 19:42:22 +0000 Subject: system/ssmtp: explicitly conflict with netqmail Previously, the conflict happened on the /usr/sbin/sendmail file, and apk partially succeeded, leaving the filesystem in an uncomfortable state. Now we detect the conflict as early as possible. --- system/ssmtp/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/ssmtp/APKBUILD b/system/ssmtp/APKBUILD index cb5dbbc09..0476c20ff 100644 --- a/system/ssmtp/APKBUILD +++ b/system/ssmtp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=ssmtp pkgver=2.64 -pkgrel=12 +pkgrel=13 pkgdesc="Simple MTA to transmit mail to a mail hub" url="https://packages.debian.org/stable/mail/ssmtp" arch="all" @@ -10,7 +10,7 @@ options="!check" license="GPL-2.0+" provides=/usr/sbin/sendmail provider_priority=10 -depends="" +depends="!netqmail" makedepends="openssl-dev autoconf" subpackages="$pkgname-doc" # No HTTPS -- cgit v1.2.3-60-g2f50