aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-06-20 12:57:56 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-06-20 12:57:56 +0000
commit6027ef72b19b3fdf7e4f35564bee7872af561abb (patch)
tree8af489836058d455037cb933b063e83b31391ee3 /security
parent0e5a3678781bc806097c42691afa4a11d6e164a2 (diff)
downloadports-6027ef72b19b3fdf7e4f35564bee7872af561abb.tar.gz
ports-6027ef72b19b3fdf7e4f35564bee7872af561abb.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/dropbear/Makefile2
-rw-r--r--security/dropbear/distinfo5
-rw-r--r--security/dropbear/files/patch-fake-rfc2553.h11
-rw-r--r--security/dropbear/files/patch-svr-chansession.c10
4 files changed, 3 insertions, 25 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index 5da34869fb7c..5d515e038b73 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dropbear
-PORTVERSION= 0.52
+PORTVERSION= 0.53.1
CATEGORIES= security ipv6
MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/
diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo
index 4f4153e7d209..d2f9a037b6fe 100644
--- a/security/dropbear/distinfo
+++ b/security/dropbear/distinfo
@@ -1,3 +1,2 @@
-MD5 (dropbear-0.52.tar.bz2) = a1fc7adf601bca53330a792a9c873439
-SHA256 (dropbear-0.52.tar.bz2) = 8c7b727a4c9066e90a14f7f01c47cab698afb5a854ffa0404da162d4286f04c1
-SIZE (dropbear-0.52.tar.bz2) = 1601843
+SHA256 (dropbear-0.53.1.tar.bz2) = e24d3cbecd3bc850b2b336b8eb50c845a285ceef8e22544938a582e163d36393
+SIZE (dropbear-0.53.1.tar.bz2) = 1577227
diff --git a/security/dropbear/files/patch-fake-rfc2553.h b/security/dropbear/files/patch-fake-rfc2553.h
deleted file mode 100644
index bc2fb880a1b2..000000000000
--- a/security/dropbear/files/patch-fake-rfc2553.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- fake-rfc2553.h.orig Sat Jan 8 17:32:31 2005
-+++ fake-rfc2553.h Sat Jan 8 17:32:59 2005
-@@ -114,7 +114,7 @@
- # define NI_MAXHOST 1025
- #endif /* !NI_MAXHOST */
-
--#ifndef EAI_NODATA
-+#if 0
- # define EAI_NODATA 1
- # define EAI_MEMORY 2
- # define EAI_NONAME 3
diff --git a/security/dropbear/files/patch-svr-chansession.c b/security/dropbear/files/patch-svr-chansession.c
deleted file mode 100644
index fa9f3c373dc1..000000000000
--- a/security/dropbear/files/patch-svr-chansession.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- svr-chansession.c
-+++ svr-chansession.c
-@@ -33,7 +33,6 @@
- #include "termcodes.h"
- #include "ssh.h"
- #include "random.h"
--#include "utmp.h"
- #include "x11fwd.h"
- #include "agentfwd.h"
- #include "runopts.h"