Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2020 12:25:53 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541416 - head/security/dropbear
Message-ID:  <202007071225.067CPrXJ025181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Jul  7 12:25:53 2020
New Revision: 541416
URL: https://svnweb.freebsd.org/changeset/ports/541416

Log:
  security/dropbear: Fix typo and unbreak SHA2_512 option
  
  Reported by:	portscan

Modified:
  head/security/dropbear/Makefile

Modified: head/security/dropbear/Makefile
==============================================================================
--- head/security/dropbear/Makefile	Tue Jul  7 12:02:36 2020	(r541415)
+++ head/security/dropbear/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dropbear
 PORTVERSION=	2020.80
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://matt.ucc.asn.au/dropbear/releases/
 
@@ -140,7 +141,7 @@ post-patch-SHA1_96-off:
 post-patch-SHA2_256-off:
 	@${ECHO} "#define DROPBEAR_SHA2_256_HMAC 0" >> ${WRKSRC}/localoptions.h
 
-post-patch-SHA2-512-on:
+post-patch-SHA2_512-on:
 	@${ECHO} "#define DROPBEAR_SHA2_512_HMAC 1" >> ${WRKSRC}/localoptions.h
 
 post-patch-X11FWD-on:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007071225.067CPrXJ025181>