From c141f24e91abb05fd6a72f512be6bfe7329fe605 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 8 Nov 2020 10:58:42 +0000 Subject: mail/fetchmail: mail/fetchmailconf: Update to 6.4.13 [1], fix rcfile bug [2] Update mail/fetchmail{,conf} to 6.4.13 and fix rc script to work correctly when root's shell does not include /usr/local/bin in $PATH. mail/fetchmail passes 'poudriere testport' on both i386 and amd64 under 11.4 and 12.1 for the following configurations: - Default settings - Default settings, build as non-root - ssl=base, GSSAPI_MIT - ssl=base, GSSAPI_NONE - ssl=openssl - ssl=openssl with SSL2 and SSL3 disabled - ssl=openssl, GSSAPI_NONE - ssl=libressl - ssl=libressl, GSSAPI_NONE mail/fetchmailconf passes 'poudriere testport' on both i386 and amd64 under 11.4 and 12.1 with default settings Additionally, passes bulk -tC on 12.1-arm64. PR: 250925 [1] Submitted by: Corey Halpin (maintainer) PR: 250691 [2, comments #14, #15] Reported by: Brian Biskeborn [2], Andrey Kiryanov [2] --- mail/fetchmail/files/fetchmail.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/fetchmail/files') diff --git a/mail/fetchmail/files/fetchmail.in b/mail/fetchmail/files/fetchmail.in index 0ddfa16727f3..92e896517d15 100644 --- a/mail/fetchmail/files/fetchmail.in +++ b/mail/fetchmail/files/fetchmail.in @@ -116,7 +116,7 @@ fetchmail_awaken() # query a value from the fetchmail config file, value specified in first argument fetchmail_dump_config() { - su -m ${fetchmail_user} -c "/bin/sh -c 'fetchmail -f ${fetchmail_config} --configdump'" | fgrep $1 | cut -d: -f2 + su -m ${fetchmail_user} -c "/bin/sh -c '${command} -f ${fetchmail_config} --configdump'" | fgrep $1 | cut -d: -f2 } # arguments: -- cgit v1.2.3