lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit c7e16dc74a220f7132c71b330636b3b19cfc2680
parent 36fa51e6bacb275fd3ffe8327466b1ce703c14b1
Author: Daniel Dickinson <openwrt@daniel.thecshore.com>
Date:   Fri, 13 May 2016 23:34:38 -0400

mail/msmtp: Make msmtp ssl version depend on ca-bundle

msmtp fails when /etc/ssl/certs/ca-certifictes.crt bundle is
not present (for the SSL version), therefore add a dependency
on ca-bundle packages (newly added to trunk).

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>

Diffstat:
Mmail/msmtp/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile @@ -44,7 +44,7 @@ endef define Package/msmtp $(call Package/msmtp/Default) - DEPENDS+= +libopenssl + DEPENDS+= +libopenssl +ca-bundle TITLE+= (with SSL support) VARIANT:=ssl endef