opensmtpd: enable support for ca-certificates.
This commit is contained in:
parent
ed6abecd36
commit
529b5eccd2
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'opensmtpd'
|
# Template file for 'opensmtpd'
|
||||||
#
|
|
||||||
pkgname=opensmtpd
|
pkgname=opensmtpd
|
||||||
version=5.4.1p1
|
version=5.4.1p1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/db
|
--with-maildir=/var/spool/mail --with-privsep-path=/var/db
|
||||||
--with-sock-dir=/run --with-mantype=doc
|
--with-sock-dir=/run --with-mantype=doc
|
||||||
--with-privsep-user=smtpd --with-queue-user=smtpq"
|
--with-privsep-user=smtpd --with-queue-user=smtpq
|
||||||
|
--with-ca-file=/etc/ssl/certs/ca-certificates.crt"
|
||||||
hostmakedepends="pkg-config bison"
|
hostmakedepends="pkg-config bison"
|
||||||
makedepends="zlib-devel openssl-devel libevent-devel db-devel"
|
makedepends="zlib-devel openssl-devel libevent-devel db-devel ca-certificates"
|
||||||
short_desc="Free implementation of the server-side SMTP protocol"
|
short_desc="Free implementation of the server-side SMTP protocol"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD, ISC, MIT"
|
license="BSD, ISC, MIT"
|
||||||
|
@ -33,6 +33,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
opensmtpd_package() {
|
opensmtpd_package() {
|
||||||
|
depends="ca-certificates"
|
||||||
conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
|
conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
|
||||||
system_accounts="smtpd smtpq"
|
system_accounts="smtpd smtpq"
|
||||||
systemd_services="smtpd.socket on"
|
systemd_services="smtpd.socket on"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue