mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- included an patch that solves a coredump in sshd
- Bumped PORTREVISION Submitted by: ryanb@goddamnbastard.org
This commit is contained in:
parent
b98ad00ebf
commit
1865c26403
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49158
@ -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/ \
|
||||
|
11
security/hpn-ssh/files/patch-coredump
Normal file
11
security/hpn-ssh/files/patch-coredump
Normal 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];
|
@ -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/ \
|
||||
|
11
security/openssh-portable/files/patch-coredump
Normal file
11
security/openssh-portable/files/patch-coredump
Normal 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];
|
@ -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/ \
|
||||
|
11
security/openssh/files/patch-coredump
Normal file
11
security/openssh/files/patch-coredump
Normal 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];
|
Loading…
Reference in New Issue
Block a user