summaryrefslogtreecommitdiffstats
path: root/security/openssh
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-10-24 07:16:49 +0000
committerdinoex <dinoex@FreeBSD.org>2001-10-24 07:16:49 +0000
commit27893d05560f84078897bba9ce7b4c2e6061404b (patch)
treec5948610b037f368fb24ac40784c43ba71f3d9fd /security/openssh
parent01b8f91711f707e92b5eb194cb4cbd9343842255 (diff)
downloadFreeBSD-ports-27893d05560f84078897bba9ce7b4c2e6061404b.zip
FreeBSD-ports-27893d05560f84078897bba9ce7b4c2e6061404b.tar.gz
- included an patch that solves a coredump in sshd
- Bumped PORTREVISION Submitted by: ryanb@goddamnbastard.org
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile1
-rw-r--r--security/openssh/files/patch-coredump11
2 files changed, 12 insertions, 0 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index acc7e11..6f32039 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openssh
PORTVERSION= 2.9.9
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \
ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/ \
diff --git a/security/openssh/files/patch-coredump b/security/openssh/files/patch-coredump
new file mode 100644
index 0000000..f8f8218
--- /dev/null
+++ b/security/openssh/files/patch-coredump
@@ -0,0 +1,11 @@
+--- session.c.orig Wed Oct 24 00:36:26 2001
++++ session.c Wed Oct 24 00:35:57 2001
+@@ -1003,7 +1003,7 @@
+ char cmd[1024];
+ FILE *f = NULL;
+ u_int envsize, i;
+- char **env;
++ char **env = NULL;
+ extern char **environ;
+ struct stat st;
+ char *argv[10];
OpenPOWER on IntegriCloud