diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-29 21:28:13 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-29 21:28:13 +0000 |
commit | fc11092ea427ce0f75beab4af5cd01c8eddda29d (patch) | |
tree | 7e7d23913747eb56c329425a3a76847ac3769711 /archivers/unarj/files/patch-01-path-Makefile | |
parent | Fix build with native java. (diff) |
Close two vulnerabilities
Submitted by: simon
Notes
Notes:
svn path=/head/; revision=122771
Diffstat (limited to 'archivers/unarj/files/patch-01-path-Makefile')
-rw-r--r-- | archivers/unarj/files/patch-01-path-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/unarj/files/patch-01-path-Makefile b/archivers/unarj/files/patch-01-path-Makefile new file mode 100644 index 000000000000..942f2ea7ee86 --- /dev/null +++ b/archivers/unarj/files/patch-01-path-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig Mon Nov 29 16:47:24 2004 ++++ Makefile Mon Nov 29 22:46:56 2004 +@@ -9,7 +9,9 @@ + + decode.o: decode.c unarj.h + +-OBJS = unarj.o decode.o environ.o ++sanitize.o: sanitize.c unarj.h ++ ++OBJS = unarj.o decode.o environ.o sanitize.o + + unarj: $(OBJS) + $(CC) $(LDFLAGS) $(OBJS) -o unarj |