diff options
author | mnag <mnag@FreeBSD.org> | 2006-11-10 21:11:49 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-11-10 21:11:49 +0800 |
commit | 6a07fd3261c5c2a8a0c85a1408cb1a7dba6d6266 (patch) | |
tree | 0e38da4cfdf62bfa21528ab35f5ca842098ad85a /security | |
parent | e673d014e1afc014f6fb29e6eee939ecf471b7c3 (diff) | |
download | freebsd-ports-gnome-6a07fd3261c5c2a8a0c85a1408cb1a7dba6d6266.tar.gz freebsd-ports-gnome-6a07fd3261c5c2a8a0c85a1408cb1a7dba6d6266.tar.zst freebsd-ports-gnome-6a07fd3261c5c2a8a0c85a1408cb1a7dba6d6266.zip |
- Update to 4.5p1
- patch-sshd.c unconditionally includes <gssapi.h>. Include "ssh-gss.h" instead. [1]
PR: 104481 [1]
Submitted by: Mark Andrews <Mark_Andrews___isc.org> [1]
Diffstat (limited to 'security')
-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 + |