From owner-svn-ports-all@freebsd.org Tue Feb 18 11:09:59 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 95EC725C1CC; Tue, 18 Feb 2020 11:09:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48MJ6H3Z2Lz3HGl; Tue, 18 Feb 2020 11:09:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75AF61EFC1; Tue, 18 Feb 2020 11:09:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01IB9x4q004673; Tue, 18 Feb 2020 11:09:59 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01IB9xWX004672; Tue, 18 Feb 2020 11:09:59 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202002181109.01IB9xWX004672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 18 Feb 2020 11:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526452 - head/www/pound X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/www/pound X-SVN-Commit-Revision: 526452 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2020 11:09:59 -0000 Author: danfe Date: Tue Feb 18 11:09:59 2020 New Revision: 526452 URL: https://svnweb.freebsd.org/changeset/ports/526452 Log: Allow to cut the package build times by generating DH parameters without using "safe" primes. PR: 243724 Submitted by: Eirik Oeverby Approved by: maintainer Modified: head/www/pound/Makefile Modified: head/www/pound/Makefile ============================================================================== --- head/www/pound/Makefile Tue Feb 18 10:58:38 2020 (r526451) +++ head/www/pound/Makefile Tue Feb 18 11:09:59 2020 (r526452) @@ -37,12 +37,17 @@ PLIST_FILES= @sample\ etc/pound.cfg.sample \ man/man8/poundctl.8.gz PORTDOCS= README FAQ CHANGELOG -OPTIONS_DEFINE= DOCS PCRE +OPTIONS_DEFINE= DOCS DSAPARAM PCRE OPTIONS_DEFAULT=PCRE +DSAPARAM_DESC= Generate DH parameters without using "safe" primes PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_USES= localbase PCRE_CONFIGURE_ENABLE= pcreposix + +post-patch-DSAPARAM-on: + @${REINPLACE_CMD} -e '/openssl dhparam/s,-5,-dsaparam,' \ + ${WRKSRC}/Makefile.in post-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.cfg \