Date: Sat, 27 Jun 2009 04:41:06 GMT From: Bryan Drewery <bryan@shatow.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136082: mail/qmail-tls: make certificate problem Message-ID: <200906270441.n5R4f6VZ061894@www.freebsd.org> Resent-Message-ID: <200906270450.n5R4o13n030538@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136082 >Category: ports >Synopsis: mail/qmail-tls: make certificate problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 27 04:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 7.2 >Organization: >Environment: >Description: make certificate results in sh errors. >How-To-Repeat: cd /usr/ports/mail/qmail-tls && make certificate >Fix: Needs '\' on 2 lines of Makefile. See patch. Patch attached with submission follows: --- /tmp/Makefile 2009-06-26 23:38:01.000000000 -0500 +++ Makefile 2009-06-25 21:39:30.000000000 -0500 @@ -784,8 +784,8 @@ certificate: -out ${WRKDIR}/servercert.pem -days 366 \ -keyout ${WRKDIR}/servercert.pem ; \ ${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}/servercert.pem ${PREFIX}/control/servercert.pem ; \ - ${OPENSSLBASE}/bin/openssl ciphers > ${QMAIL_PREFIX}/control/tlsclientciphers - ${OPENSSLBASE}/bin/openssl ciphers > ${QMAIL_PREFIX}/control/tlsserverciphers + ${OPENSSLBASE}/bin/openssl ciphers > ${QMAIL_PREFIX}/control/tlsclientciphers; \ + ${OPENSSLBASE}/bin/openssl ciphers > ${QMAIL_PREFIX}/control/tlsserverciphers; \ ${ECHO_MSG} "===> Do not forget to do 'make clean' to clean up temporary files" ; \ else \ ${ECHO_MSG} "===> You must create the file ${OPENSSLDIR}/openssl.cnf first." ; \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906270441.n5R4f6VZ061894>