diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-30 05:31:50 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-30 05:31:50 +0800 |
commit | f93629640746c395134c84dec76da48b308abe27 (patch) | |
tree | fc683d528da1d525ffc5fa7a85978a8767884de3 /security | |
parent | dacdde52d290e742636409b6261a53dbf1a3703f (diff) | |
download | freebsd-ports-gnome-f93629640746c395134c84dec76da48b308abe27.tar.gz freebsd-ports-gnome-f93629640746c395134c84dec76da48b308abe27.tar.zst freebsd-ports-gnome-f93629640746c395134c84dec76da48b308abe27.zip |
Update to version 1.2.31.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 2 | ||||
-rw-r--r-- | security/ssh/distinfo | 2 | ||||
-rw-r--r-- | security/ssh/files/patch-af | 9 |
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; |