summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-29 21:31:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-29 21:31:50 +0000
commita78b81fa8ecc91288509c1d764aaad227469ce28 (patch)
tree51e7a7857d513f18f0bc03f26a6248fea12a11ca /security/ssh
parentUpdate to version 1.2.30. (diff)
Update to version 1.2.31.
Notes
Notes: svn path=/head/; revision=62195
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile2
-rw-r--r--security/ssh/distinfo2
-rw-r--r--security/ssh/files/patch-af9
3 files changed, 2 insertions, 11 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index d2009a992fc1..5639c696fdac 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -9,7 +9,7 @@
#
PORTNAME= ssh
-PORTVERSION= 1.2.30
+PORTVERSION= 1.2.31
PORTREVISION= 0
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.tokyonet.ad.jp/pub/security/ssh/old/ \
diff --git a/security/ssh/distinfo b/security/ssh/distinfo
index e7c0ed6c2442..075099ea17a9 100644
--- a/security/ssh/distinfo
+++ b/security/ssh/distinfo
@@ -1 +1 @@
-MD5 (ssh-1.2.30.tar.gz) = 328475a59043770f95bdc691f3604da9
+MD5 (ssh-1.2.31.tar.gz) = 2147f591fc16632c8a89e61d2e94ec55
diff --git a/security/ssh/files/patch-af b/security/ssh/files/patch-af
index 2feee63b99f5..e9f2a66f0dbd 100644
--- a/security/ssh/files/patch-af
+++ b/security/ssh/files/patch-af
@@ -402,15 +402,6 @@
/* Perform session preparation. */
do_authenticated(pw);
-@@ -2962,7 +3074,7 @@
- #ifdef UF_OPAQUE
- UF_OPAQUE |
- #endif /* UF_OPAQUE */
-- 0)) < 0)
-+ 0) < 0)
- {
- debug("chflags failed for %s, error: %s",
- ttyname, strerror(errno));
@@ -3383,15 +3495,16 @@
char line[256];
struct stat st;