From c69e94dd8ecb1886f7b8637c07b12cfb1746ab92 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:30 +0100 Subject: [PATCH] opensmtpd: rebuild against OpenSSL --- srcpkgs/opensmtpd/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/opensmtpd/template b/srcpkgs/opensmtpd/template index 971f78680b5..10890fec2a4 100644 --- a/srcpkgs/opensmtpd/template +++ b/srcpkgs/opensmtpd/template @@ -1,7 +1,7 @@ # Template file for 'opensmtpd' pkgname=opensmtpd version=6.8.0p2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin --with-path-socket=/run --with-path-pidfile=/run @@ -9,17 +9,12 @@ configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin --with-path-CAfile=/etc/ssl/certs/ca-certificates.crt --with-maildir=/var/mail --with-auth-pam=smtpd - ac_cv_func_arc4random=yes - ac_cv_func_arc4random_buf=yes - ac_cv_func_arc4random_stir=no - ac_cv_func_arc4random_uniform=yes - ac_cv_search_arc4random=-lcrypto ac_cv_func_explicit_bzero=no ac_cv_func_reallocarray=no ac_cv_func_strlcat=no ac_cv_func_strlcpy=no" hostmakedepends="automake libtool pkg-config bison" -makedepends="zlib-devel libressl-devel libevent-devel db-devel pam-devel" +makedepends="zlib-devel openssl-devel libevent-devel db-devel pam-devel" depends="ca-certificates" conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases" short_desc="Free implementation of the server-side SMTP protocol"