svn commit: r541416 - head/security/dropbear

Tobias Kortkamp tobik at FreeBSD.org
Tue Jul 7 12:25:54 UTC 2020


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:


More information about the svn-ports-all mailing list