1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Update to version 1.2.31.

This commit is contained in:
David E. O'Brien 2002-06-29 21:31:50 +00:00
parent a1344ad38f
commit a78b81fa8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62195
3 changed files with 2 additions and 11 deletions

View File

@ -9,7 +9,7 @@
# #
PORTNAME= ssh PORTNAME= ssh
PORTVERSION= 1.2.30 PORTVERSION= 1.2.31
PORTREVISION= 0 PORTREVISION= 0
CATEGORIES= security ipv6 CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.tokyonet.ad.jp/pub/security/ssh/old/ \ MASTER_SITES= ftp://ftp.tokyonet.ad.jp/pub/security/ssh/old/ \

View File

@ -1 +1 @@
MD5 (ssh-1.2.30.tar.gz) = 328475a59043770f95bdc691f3604da9 MD5 (ssh-1.2.31.tar.gz) = 2147f591fc16632c8a89e61d2e94ec55

View File

@ -402,15 +402,6 @@
/* Perform session preparation. */ /* Perform session preparation. */
do_authenticated(pw); 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 @@ @@ -3383,15 +3495,16 @@
char line[256]; char line[256];
struct stat st; struct stat st;