opensmtpd: switch to libressl
This commit is contained in:
parent
966f6632e1
commit
a64e63b9b2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'opensmtpd'
|
||||
pkgname=opensmtpd
|
||||
version=5.4.2p1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/db
|
||||
|
@ -9,7 +9,7 @@ configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
|||
--with-privsep-user=smtpd --with-queue-user=smtpq
|
||||
--with-ca-file=/etc/ssl/certs/ca-certificates.crt"
|
||||
hostmakedepends="pkg-config bison"
|
||||
makedepends="zlib-devel openssl-devel libevent-devel db-devel ca-certificates"
|
||||
makedepends="zlib-devel libressl-devel libevent-devel db-devel ca-certificates"
|
||||
depends="ca-certificates"
|
||||
conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
|
||||
system_accounts="smtpd smtpq"
|
||||
|
|
Loading…
Reference in New Issue