aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-02-25 12:32:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-02-25 12:32:57 +0000
commitd35031ac66ade7408e31398e6ff7dc2cbae39605 (patch)
tree018ff5e1fc884e6a64f0d6b07b224ae2464a9b27 /security/openssh-portable
parent757e3af17957af6ce6af0c2f7407cf377328383e (diff)
downloadports-d35031ac66ade7408e31398e6ff7dc2cbae39605.tar.gz
ports-d35031ac66ade7408e31398e6ff7dc2cbae39605.zip
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile3
-rw-r--r--security/openssh-portable/distinfo3
-rw-r--r--security/openssh-portable/files/patch-sshpty.c18
3 files changed, 13 insertions, 11 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index d81f25cf4980..356201652c55 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openssh
-PORTVERSION= 3.7.1p2
+PORTVERSION= 3.8p1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/
@@ -121,6 +121,7 @@ post-install:
test:
(cd ${WRKSRC}/regress && ${SETENV} ${MAKE_ENV} \
+ TEST_SHELL=/bin/sh \
PATH=${WRKSRC}:${PREFIX}/bin:${PREFIX}/sbin:${PATH} \
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} )
diff --git a/security/openssh-portable/distinfo b/security/openssh-portable/distinfo
index 535e38fe2412..fcfa9aa4286a 100644
--- a/security/openssh-portable/distinfo
+++ b/security/openssh-portable/distinfo
@@ -1 +1,2 @@
-MD5 (openssh-3.7.1p2.tar.gz) = 61cf5b059938718308836d00f6764a94
+MD5 (openssh-3.8p1.tar.gz) = 7861a4c0841ab69a6eec5c747daff6fb
+SIZE (openssh-3.8p1.tar.gz) = 826588
diff --git a/security/openssh-portable/files/patch-sshpty.c b/security/openssh-portable/files/patch-sshpty.c
index 090be41de9ef..d8cd703dcec7 100644
--- a/security/openssh-portable/files/patch-sshpty.c
+++ b/security/openssh-portable/files/patch-sshpty.c
@@ -1,12 +1,12 @@
---- sshpty.c.orig Wed Jun 26 01:21:42 2002
-+++ sshpty.c Fri Jun 28 07:09:38 2002
-@@ -30,6 +30,9 @@
- #ifdef HAVE_PTY_H
- # include <pty.h>
- #endif
+--- sshpty.c.orig Wed Jan 21 07:07:17 2004
++++ sshpty.c Wed Feb 25 11:58:54 2004
+@@ -17,6 +17,9 @@
+ #ifdef HAVE_UTIL_H
+ # include <util.h>
+ #endif /* HAVE_UTIL_H */
+#ifdef HAVE_LIBUTIL_H
+#include <libutil.h>
+#endif
- #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
- # include <sys/stropts.h>
- #endif
+
+ #include "sshpty.h"
+ #include "log.h"