1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- included an patch that solves a coredump in sshd

- Bumped PORTREVISION

Submitted by:	ryanb@goddamnbastard.org
This commit is contained in:
Dirk Meyer 2001-10-24 07:16:49 +00:00
parent b98ad00ebf
commit 1865c26403
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49158
6 changed files with 36 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= openssh
PORTVERSION= 2.9.9p2
PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \

View File

@ -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];

View File

@ -7,6 +7,7 @@
PORTNAME= openssh
PORTVERSION= 2.9.9p2
PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \

View File

@ -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];

View File

@ -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/ \

View File

@ -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];