diff options
author | cy <cy@FreeBSD.org> | 2007-01-06 22:42:50 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2007-01-06 22:42:50 +0000 |
commit | 578c86e590079684063c0c964b652a243f4bae4f (patch) | |
tree | 121a26b71661e7d9eded6033e088719a229cede9 /security | |
parent | 3f02bb065b2582174ea5c038dde08fdc99f8bb2a (diff) | |
download | FreeBSD-ports-578c86e590079684063c0c964b652a243f4bae4f.zip FreeBSD-ports-578c86e590079684063c0c964b652a243f4bae4f.tar.gz |
Fix SIBGUS and SIGSEGV violations on amd64 platform.
Diffstat (limited to 'security')
-rw-r--r-- | security/sudosh/Makefile | 2 | ||||
-rw-r--r-- | security/sudosh/files/patch-src-parse.c | 12 | ||||
-rw-r--r-- | security/sudosh2/Makefile | 2 | ||||
-rw-r--r-- | security/sudosh2/files/patch-src-parse.c | 12 | ||||
-rw-r--r-- | security/sudosh3/Makefile | 2 | ||||
-rw-r--r-- | security/sudosh3/files/patch-src-parse.c | 12 |
6 files changed, 39 insertions, 3 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile index 1ee670d..e63bfdd 100644 --- a/security/sudosh/Makefile +++ b/security/sudosh/Makefile @@ -7,7 +7,7 @@ PORTNAME= sudosh PORTVERSION= 1.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} diff --git a/security/sudosh/files/patch-src-parse.c b/security/sudosh/files/patch-src-parse.c new file mode 100644 index 0000000..646cb65 --- /dev/null +++ b/security/sudosh/files/patch-src-parse.c @@ -0,0 +1,12 @@ +--- src/parse.c.orig Sun Jun 12 16:22:42 2005 ++++ src/parse.c Fri Jan 5 17:54:55 2007 +@@ -19,7 +19,8 @@ + void parse(option * o, const char *file) + { + FILE *f = fopen(file, "r"); +- unsigned int line_number, i; ++ unsigned int line_number; ++ int i; + char line[BUFSIZ]; + char *arg, *cmt, *opt; + config *scan; diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile index 1ee670d..e63bfdd 100644 --- a/security/sudosh2/Makefile +++ b/security/sudosh2/Makefile @@ -7,7 +7,7 @@ PORTNAME= sudosh PORTVERSION= 1.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} diff --git a/security/sudosh2/files/patch-src-parse.c b/security/sudosh2/files/patch-src-parse.c new file mode 100644 index 0000000..646cb65 --- /dev/null +++ b/security/sudosh2/files/patch-src-parse.c @@ -0,0 +1,12 @@ +--- src/parse.c.orig Sun Jun 12 16:22:42 2005 ++++ src/parse.c Fri Jan 5 17:54:55 2007 +@@ -19,7 +19,8 @@ + void parse(option * o, const char *file) + { + FILE *f = fopen(file, "r"); +- unsigned int line_number, i; ++ unsigned int line_number; ++ int i; + char line[BUFSIZ]; + char *arg, *cmt, *opt; + config *scan; diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index 1ee670d..e63bfdd 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/Makefile @@ -7,7 +7,7 @@ PORTNAME= sudosh PORTVERSION= 1.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} diff --git a/security/sudosh3/files/patch-src-parse.c b/security/sudosh3/files/patch-src-parse.c new file mode 100644 index 0000000..646cb65 --- /dev/null +++ b/security/sudosh3/files/patch-src-parse.c @@ -0,0 +1,12 @@ +--- src/parse.c.orig Sun Jun 12 16:22:42 2005 ++++ src/parse.c Fri Jan 5 17:54:55 2007 +@@ -19,7 +19,8 @@ + void parse(option * o, const char *file) + { + FILE *f = fopen(file, "r"); +- unsigned int line_number, i; ++ unsigned int line_number; ++ int i; + char line[BUFSIZ]; + char *arg, *cmt, *opt; + config *scan; |