aboutsummaryrefslogtreecommitdiffstats
path: root/main/opensmtpd
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@st.ilet.to>2015-12-22 14:48:21 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-12-23 06:12:25 +0000
commitcb1a90350fd566695a7c21ee3e97e6931e53da71 (patch)
tree13bea2176b166cf83caae7b0d4d187906b2815f9 /main/opensmtpd
parentf100ca24820d18ad2fd5b5cce3735656e38d7801 (diff)
downloadaports-cb1a90350fd566695a7c21ee3e97e6931e53da71.tar.bz2
aports-cb1a90350fd566695a7c21ee3e97e6931e53da71.tar.xz
main/opensmtpd: fixed ca-file location
Added configure option --with-ca-file=/etc/ssl/certs/ca-certificates.crt The default was /etc/ssl/cert.pem and broke starttls
Diffstat (limited to 'main/opensmtpd')
-rw-r--r--main/opensmtpd/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/opensmtpd/APKBUILD b/main/opensmtpd/APKBUILD
index d0d3f6325d..28c82e4e6f 100644
--- a/main/opensmtpd/APKBUILD
+++ b/main/opensmtpd/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Jonathan Curran <jonathan@curran.in>
pkgname=opensmtpd
pkgver=5.7.3p1
-pkgrel=0
+pkgrel=1
pkgdesc="secure, reliable, lean, and easy-to configure SMTP server"
url="http://www.opensmtpd.org"
arch="x86_64"
@@ -50,6 +50,7 @@ build() {
--with-Werror \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/$pkgname \
+ --with-ca-file=/etc/ssl/certs/ca-certificates.crt \
--with-mantype=doc || return 1
make || return 1
}