diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-11-10 13:11:49 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-11-10 13:11:49 +0000 |
commit | ec6c3d3ee3b5b9817d5a86e140ba03e093a08d04 (patch) | |
tree | f5e6a50e93d4e2d222b38c6de5e97a7be5fd211d /security/openssh-portable | |
parent | bf969f18865b24c3df95080521cc0954019b193f (diff) |
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 3 | ||||
-rw-r--r-- | security/openssh-portable/distinfo | 6 | ||||
-rw-r--r-- | security/openssh-portable/files/patch-sshd.c | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 9c49b1691e7c..4c3521dd7874 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openssh -DISTVERSION= 4.4p1 -PORTREVISION= 1 +DISTVERSION= 4.5p1 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/ \ diff --git a/security/openssh-portable/distinfo b/security/openssh-portable/distinfo index 83ed5d847fae..8f7eb7ef72ee 100644 --- a/security/openssh-portable/distinfo +++ b/security/openssh-portable/distinfo @@ -1,6 +1,6 @@ -MD5 (openssh-4.4p1.tar.gz) = 793a709a8de695c22f523024d7e9bf07 -SHA256 (openssh-4.4p1.tar.gz) = 0252474af4009129cde6a2df2893fb1ac24316436758796f6adc043ac73b35ac -SIZE (openssh-4.4p1.tar.gz) = 1044334 +MD5 (openssh-4.5p1.tar.gz) = 6468c339886f78e8a149b88f695839dd +SHA256 (openssh-4.5p1.tar.gz) = 7046b9d372f9e31ca654a66492310c188470480ddab300eb715dbf5e2177ae55 +SIZE (openssh-4.5p1.tar.gz) = 965925 MD5 (openssh-4.4p1-gsskex-20061002.patch) = 61e8573f7192eb1ff26036f486db445a SHA256 (openssh-4.4p1-gsskex-20061002.patch) = cc21b7038589be27924bdc0ba163cf059ea1f0b7b65d0f8d7ddc015cac6d9ac4 SIZE (openssh-4.4p1-gsskex-20061002.patch) = 69152 diff --git a/security/openssh-portable/files/patch-sshd.c b/security/openssh-portable/files/patch-sshd.c index 392cd2082571..f6ba026f8f44 100644 --- a/security/openssh-portable/files/patch-sshd.c +++ b/security/openssh-portable/files/patch-sshd.c @@ -7,7 +7,7 @@ +#ifdef __FreeBSD__ +#include <resolv.h> +#ifdef GSSAPI -+#include <gssapi.h> ++#include "ssh-gss.h" +#endif +#endif + |