diff options
-rw-r--r-- | security/dropbear/Makefile | 4 | ||||
-rw-r--r-- | security/dropbear/distinfo | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 8a7546119f24..910c015b7b6a 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dropbear -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/ @@ -26,6 +26,8 @@ BIN= dropbear dropbearkey dropbearconvert post-configure: @${REINPLACE_CMD} -e "s,/etc/,${PREFIX}/etc/,g" ${WRKSRC}/options.h @${REINPLACE_CMD} -e "s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h + @${REINPLACE_CMD} -e "s,^typedef int socklen_t,//typedef int socklen_t," \ + ${WRKSRC}/includes.h do-install: .for bin in ${BIN} diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo index 94c061015cd4..d453fbdd03ea 100644 --- a/security/dropbear/distinfo +++ b/security/dropbear/distinfo @@ -1 +1 @@ -MD5 (dropbear-0.36.tar.gz) = 37b38670235c4cdd37e3833919bcf53f +MD5 (dropbear-0.37.tar.gz) = d71da88922b23fa41e5baac582cf74dc |