diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-07 12:25:53 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-07 12:25:53 +0000 |
commit | 1c0ba86c6b8add7395c00a196279bf230d6ccf8c (patch) | |
tree | 8b4186d305ba5f81955d5ce3756d55ed155711cc | |
parent | 839bf42eb38889d69c311768d0523fe3aad393af (diff) |
Notes
-rw-r--r-- | security/dropbear/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 9f5bde5e693f..e099f769c7b3 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -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: |