From owner-svn-ports-all@freebsd.org Thu Dec 20 21:07:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E8B7135425A; Thu, 20 Dec 2018 21:07:49 +0000 (UTC) (envelope-from zi@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 C62E46DEC9; Thu, 20 Dec 2018 21:07:48 +0000 (UTC) (envelope-from zi@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 B0E4A336E; Thu, 20 Dec 2018 21:07:48 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBKL7mZu063578; Thu, 20 Dec 2018 21:07:48 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBKL7lnB063570; Thu, 20 Dec 2018 21:07:47 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201812202107.wBKL7lnB063570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 20 Dec 2018 21:07:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487922 - in head/security/hitch: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/security/hitch: . files X-SVN-Commit-Revision: 487922 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C62E46DEC9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Thu, 20 Dec 2018 21:07:49 -0000 Author: zi Date: Thu Dec 20 21:07:47 2018 New Revision: 487922 URL: https://svnweb.freebsd.org/changeset/ports/487922 Log: - Update to 1.5.0 - Add OCSP stapling smarts to port [1] PR: 232436 [1] Submitted by: Graham Percival [1] Added: head/security/hitch/files/hitch.conf.sample.in - copied, changed from r487921, head/security/hitch/files/hitch.conf.sample Deleted: head/security/hitch/files/hitch.conf.sample Modified: head/security/hitch/Makefile head/security/hitch/distinfo head/security/hitch/pkg-message head/security/hitch/pkg-plist Modified: head/security/hitch/Makefile ============================================================================== --- head/security/hitch/Makefile Thu Dec 20 21:04:51 2018 (r487921) +++ head/security/hitch/Makefile Thu Dec 20 21:07:47 2018 (r487922) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hitch -PORTVERSION= 1.4.8 -PORTREVISION= 2 +PORTVERSION= 1.5.0 CATEGORIES= security MASTER_SITES= http://hitch-tls.org/source/ \ ZI @@ -27,11 +26,15 @@ CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO USE_RC_SUBR= ${PORTNAME} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lcrypto -lssl +CACHE_DIR?= /var/cache/hitch +PLIST_SUB= CACHE_DIR=${CACHE_DIR} +SUB_LIST+= CACHE_DIR="${CACHE_DIR}" +SUB_FILES= ${PORTNAME}.conf.sample OPTIONS_DEFINE= DOCS post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc - ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/ + ${MKDIR} ${STAGEDIR}${PREFIX}/etc ${STAGEDIR}${CACHE_DIR} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/ .include Modified: head/security/hitch/distinfo ============================================================================== --- head/security/hitch/distinfo Thu Dec 20 21:04:51 2018 (r487921) +++ head/security/hitch/distinfo Thu Dec 20 21:07:47 2018 (r487922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526906812 -SHA256 (hitch-1.4.8.tar.gz) = d52ba690d90c25bbfca73f5e0ed427738366dac12faf46fb5834e497cc2d1ac3 -SIZE (hitch-1.4.8.tar.gz) = 297107 +TIMESTAMP = 1545338657 +SHA256 (hitch-1.5.0.tar.gz) = 0ec254699292f73e419ff279d2834db31026192ef373a91badd82e2dc7154d0b +SIZE (hitch-1.5.0.tar.gz) = 304169 Copied and modified: head/security/hitch/files/hitch.conf.sample.in (from r487921, head/security/hitch/files/hitch.conf.sample) ============================================================================== --- head/security/hitch/files/hitch.conf.sample Thu Dec 20 21:04:51 2018 (r487921, copy source) +++ head/security/hitch/files/hitch.conf.sample.in Thu Dec 20 21:07:47 2018 (r487922) @@ -45,6 +45,11 @@ prefer-server-ciphers = off # type: string ssl-engine = "" +# Directory for OCSP staple retrieval +# +# type: string +ocsp-dir = "%%CACHE_DIR%%" + # Number of worker processes # # type: integer Modified: head/security/hitch/pkg-message ============================================================================== --- head/security/hitch/pkg-message Thu Dec 20 21:04:51 2018 (r487921) +++ head/security/hitch/pkg-message Thu Dec 20 21:07:47 2018 (r487922) @@ -1,2 +1,2 @@ Don't forget to append DH params to your pem file using: -openssl dhparam -rand - 1024 >> /path/to/cert.pem +openssl dhparam -rand - 2048 >> /path/to/cert.pem Modified: head/security/hitch/pkg-plist ============================================================================== --- head/security/hitch/pkg-plist Thu Dec 20 21:04:51 2018 (r487921) +++ head/security/hitch/pkg-plist Thu Dec 20 21:07:47 2018 (r487922) @@ -5,3 +5,4 @@ sbin/hitch %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/hitch.conf.example @sample etc/hitch.conf.sample +@dir(hitch,hitch,) %%CACHE_DIR%%