mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
in or below the current working directory. Fixes a security problem with jar(1). This fix may change to be compatible with whatever fix Sun applies when they release the next version of 1.5.
11 lines
463 B
INI
11 lines
463 B
INI
--- ../src/share/classes/sun/tools/jar/resources/jar.properties 11 Jul 2001 21:39:05 -0000 1.1.1.1
|
|
+++ ../src/share/classes/sun/tools/jar/resources/jar.properties 27 Apr 2005 05:07:52 -0000
|
|
@@ -30,6 +30,8 @@
|
|
{0} : could not create directory
|
|
error.incorrect.length=\
|
|
incorrect length while processing: {0}
|
|
+error.no.cwd=\
|
|
+ {0} : could not determine current working directory
|
|
out.added.manifest=\
|
|
added manifest
|
|
out.update.manifest=\
|