diff options
author | skrll <skrll@pkgsrc.org> | 2002-09-18 06:34:47 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-09-18 06:34:47 +0000 |
commit | 76844804e77b78b47ee4247a00184a779fe9ca62 (patch) | |
tree | da1bb231e11390e146b0e0340cf098b0db95a460 /x11 | |
parent | 153612c8c0f8f9bd35da21d1d835d055b030a145 (diff) | |
download | pkgsrc-76844804e77b78b47ee4247a00184a779fe9ca62.tar.gz |
Fix khtml/java/kjava.policy so that it includes a real path. This allows
the security manager to be on when using java in konqueror.
Found by Wolfgang Solfrank ws at tools dot de
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/distinfo | 3 | ||||
-rw-r--r-- | x11/kdelibs3/patches/patch-cb | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index a655b48508e..c5fa76ac2fa 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/08/28 07:15:43 skrll Exp $ +$NetBSD: distinfo,v 1.8 2002/09/18 06:34:47 skrll Exp $ SHA1 (kdelibs-3.0.3.tar.bz2) = 54284f898a9f16eb0a0f14988308f20ce32d1d2c Size (kdelibs-3.0.3.tar.bz2) = 7623931 bytes @@ -54,3 +54,4 @@ SHA1 (patch-bw) = 246c7123c8ec52944bd99cab1ec8b1226435f5e0 SHA1 (patch-bx) = bdb54c677c9e21ecf0a67b617e17f26f5fd40019 SHA1 (patch-by) = b3eec86ae3ffbf5a17fa808c973f0968e6c680e6 SHA1 (patch-ca) = ee31a9cfe62d9dd4f269bf95f2721bfb289d5d51 +SHA1 (patch-cb) = 371d970d7334a74652fb83cae69841f7745d5801 diff --git a/x11/kdelibs3/patches/patch-cb b/x11/kdelibs3/patches/patch-cb new file mode 100644 index 00000000000..2e868ae8c8a --- /dev/null +++ b/x11/kdelibs3/patches/patch-cb @@ -0,0 +1,12 @@ +$NetBSD: patch-cb,v 1.1 2002/09/18 06:34:49 skrll Exp $ + +--- khtml/java/kjava.policy.in.orig Wed Nov 15 19:57:40 2000 ++++ khtml/java/kjava.policy.in +@@ -1,4 +1,4 @@ +-grant codeBase "file:@prefix@/share/apps/kjava/-" ++grant codeBase "file:@kde_datadir@/kjava/-" + { + permission java.security.AllPermission; +-}; +\ No newline at end of file ++}; |