diff options
author | clement <clement@FreeBSD.org> | 2004-07-31 09:10:43 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-07-31 09:10:43 +0000 |
commit | bd246217e38908296c7b0890d7b829579e6b6688 (patch) | |
tree | d47f5f4e4639fd56be787612a3d4094354e86cd8 /security/dropbear | |
parent | 86f2313c3aa7f629c77c88ebe303b497146ae5ab (diff) | |
download | FreeBSD-ports-bd246217e38908296c7b0890d7b829579e6b6688.zip FreeBSD-ports-bd246217e38908296c7b0890d7b829579e6b6688.tar.gz |
Security fix.
- Update to 0.43
This release fixes a DSS verification vulnerability.
See:
http://www.freebsd.org/ports/portaudit/0316f983-dfb6-11d8-9b0a-000347a4fa7d.html
Diffstat (limited to 'security/dropbear')
-rw-r--r-- | security/dropbear/Makefile | 5 | ||||
-rw-r--r-- | security/dropbear/distinfo | 4 | ||||
-rw-r--r-- | security/dropbear/files/patch-includes.h | 11 |
3 files changed, 5 insertions, 15 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 72abd9e..6e910a8 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dropbear -PORTVERSION= 0.41 -PORTREVISION= 1 +PORTVERSION= 0.43 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ @@ -26,6 +25,8 @@ post-patch: @${REINPLACE_CMD} -e "s,_PRIV_FILENAME \"/etc/,_PRIV_FILENAME \"${PREFIX}/etc/,g; \ s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h @${REINPLACE_CMD} -e "s,sys/dir.h,dirent.h," ${WRKSRC}/*.[ch] + ${REINPLACE_CMD} -e "s,make clean,\$${MAKE} clean," \ + ${WRKSRC}/libtomcrypt/makefile @${SED} -e 's:__PREFIX__:${PREFIX}:g' \ ${FILESDIR}/dropbear.sh > ${WRKSRC}/dropbear.sh diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo index 2985789..a4567d0 100644 --- a/security/dropbear/distinfo +++ b/security/dropbear/distinfo @@ -1,2 +1,2 @@ -MD5 (dropbear-0.41.tar.gz) = 3742362ca88ed2687d39a54a9c6648d3 -SIZE (dropbear-0.41.tar.gz) = 2842237 +MD5 (dropbear-0.43.tar.gz) = ed8a9143ba2164d224ccb75fafcc32b0 +SIZE (dropbear-0.43.tar.gz) = 1286621 diff --git a/security/dropbear/files/patch-includes.h b/security/dropbear/files/patch-includes.h deleted file mode 100644 index e456342..0000000 --- a/security/dropbear/files/patch-includes.h +++ /dev/null @@ -1,11 +0,0 @@ ---- includes.h.orig Tue Dec 16 11:02:22 2003 -+++ includes.h Tue Dec 16 11:02:43 2003 -@@ -38,7 +38,7 @@ - #include <sys/time.h> - #include <sys/un.h> - #include <sys/wait.h> --#include <sys/dir.h> -+#include <sys/dirent.h> - - #include <stdio.h> - #include <errno.h> |