- Update to version 0.37
PR: 57188 Submitted by: maintainer
This commit is contained in:
parent
57cf8f81d1
commit
24a60a8057
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89342
2 changed files with 4 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (dropbear-0.36.tar.gz) = 37b38670235c4cdd37e3833919bcf53f
|
||||
MD5 (dropbear-0.37.tar.gz) = d71da88922b23fa41e5baac582cf74dc
|
||||
|
|
Loading…
Reference in a new issue