mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
security/dropbear: update to 2022.82
Remove the not supported TWOFISH options. Changelog: https://matt.ucc.asn.au/dropbear/CHANGES
This commit is contained in:
parent
46ca18bf4c
commit
01fecbcf81
@ -1,7 +1,7 @@
|
||||
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
||||
|
||||
PORTNAME= dropbear
|
||||
PORTVERSION= 2020.81
|
||||
PORTVERSION= 2022.82
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://matt.ucc.asn.au/dropbear/releases/
|
||||
|
||||
@ -20,11 +20,10 @@ USE_RC_SUBR= ${PORTNAME}
|
||||
ALL_TARGET= all scp
|
||||
|
||||
OPTIONS_DEFINE= SMALL_CODE STATIC X11FWD
|
||||
OPTIONS_DEFAULT= AES128 AES256 CURVE25519 ED25519 GCM GROUP14_SHA256 \
|
||||
GROUP16 RSA SHA2_256
|
||||
OPTIONS_DEFAULT= AES128 AES256 CURVE25519 ECDSA ED25519 GCM \
|
||||
GROUP14_SHA256 GROUP16 RSA SHA2_256
|
||||
OPTIONS_MULTI= ENC KEY KEX MAC MODE
|
||||
OPTIONS_MULTI_ENC= 3DES AES128 AES256 CHACHA20POLY1305 TWOFISH128 \
|
||||
TWOFISH256
|
||||
OPTIONS_MULTI_ENC= 3DES AES128 AES256 CHACHA20POLY1305
|
||||
OPTIONS_MULTI_KEY= ECDSA ED25519 RSA
|
||||
OPTIONS_MULTI_KEX= CURVE25519 ECDH GROUP1 GROUP14_SHA1 GROUP14_SHA256 \
|
||||
GROUP16
|
||||
@ -53,8 +52,6 @@ SHA1_DESC= Enable SHA1 MAC (less secure)
|
||||
SHA2_256_DESC= Enable SHA2_256 MAC
|
||||
SHA2_512_DESC= Enable SHA2_512 MAC
|
||||
SMALL_CODE_DESC= Make binary smaller in exchange for 50% performance hit
|
||||
TWOFISH128_DESC= Enable Twofish128-based encryption
|
||||
TWOFISH256_DESC= Enable Twofish256-based encryption
|
||||
X11FWD_DESC= Enable X11 forwarding
|
||||
|
||||
3DES_IMPLIES= CTR
|
||||
@ -81,12 +78,6 @@ post-patch-AES256-off:
|
||||
post-patch-CHACHA20POLY1305-off:
|
||||
@${ECHO} "#define DROPBEAR_CHACHA20POLY1305 0" >> ${WRKSRC}/localoptions.h
|
||||
|
||||
post-patch-TWOFISH256-on:
|
||||
@${ECHO} "#define DROPBEAR_TWOFISH256 1" >> ${WRKSRC}/localoptions.h
|
||||
|
||||
post-patch-TWOFISH128-on:
|
||||
@${ECHO} "#define DROPBEAR_TWOFISH128 1" >> ${WRKSRC}/localoptions.h
|
||||
|
||||
post-patch-CBC-on:
|
||||
@${ECHO} "#define DROPBEAR_ENABLE_CBC_MODE 1" >> ${WRKSRC}/localoptions.h
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1604058247
|
||||
SHA256 (dropbear-2020.81.tar.bz2) = 48235d10b37775dbda59341ac0c4b239b82ad6318c31568b985730c788aac53b
|
||||
SIZE (dropbear-2020.81.tar.bz2) = 2289644
|
||||
TIMESTAMP = 1649278626
|
||||
SHA256 (dropbear-2022.82.tar.bz2) = 3a038d2bbc02bf28bbdd20c012091f741a3ec5cbe460691811d714876aad75d1
|
||||
SIZE (dropbear-2022.82.tar.bz2) = 2309514
|
||||
|
Loading…
Reference in New Issue
Block a user