summaryrefslogtreecommitdiff
path: root/system/ssmtp
diff options
context:
space:
mode:
authorLaurent Bercot <ska-adelie@skarnet.org>2023-01-15 19:42:22 +0000
committerLaurent Bercot <ska-adelie@skarnet.org>2023-01-15 22:47:38 +0000
commitfb3a1811d9f574d64f135ed015b37c05333d0b4e (patch)
tree10ab6494398b727ad4c2f7ce841db369b79d6206 /system/ssmtp
parentc7463dd3f6857af03af871bea754535feb0af3e6 (diff)
downloadpackages-fb3a1811d9f574d64f135ed015b37c05333d0b4e.tar.gz
packages-fb3a1811d9f574d64f135ed015b37c05333d0b4e.tar.bz2
packages-fb3a1811d9f574d64f135ed015b37c05333d0b4e.tar.xz
packages-fb3a1811d9f574d64f135ed015b37c05333d0b4e.zip
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.
Diffstat (limited to 'system/ssmtp')
-rw-r--r--system/ssmtp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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 <awilfox@adelielinux.org>
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