Date: Sat, 14 Jul 2007 20:01:49 GMT From: Olivier SMEDTS <olivier@gid0.org> To: freebsd-gnats-submit@FreeBSD.org Subject: java/114592: java/jdk15 : incorrect URL for jce_policy-1_5_0.zip Message-ID: <200707142001.l6EK1nup027050@www.freebsd.org> Resent-Message-ID: <200707142010.l6EKA1gY052201@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114592 >Category: java >Synopsis: java/jdk15 : incorrect URL for jce_policy-1_5_0.zip >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 14 20:10:00 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Olivier SMEDTS >Release: 6.2-STABLE >Organization: gid0.org >Environment: FreeBSD z.gid0.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Apr 27 16:19:36 CEST 2007 root@z.gid0.org:/work/obj/work/src/sys/XPC i386 >Description: In Makefile : .if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ IGNORE += Please open http://java.sun.com/javase/downloads/index.jsp\n\ in a web browser and follow the \"Download\" link for\n\ \"Other Downloads\" to obtain the JCE policy file, ${POLICYFILE}.\n\n .endif#} The problem is that the only JCE policy file available on this page is now for java 6. >How-To-Repeat: Read instructions and browse the Sun's page. >Fix: .if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ IGNORE += Please open http://java.sun.com/javase/downloads/index_jdk5.jsp\n\ in a web browser and follow the \"Download\" link for\n\ \"Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 5.0\" to obtain the JCE policy file, ${POLICYFILE}.\n\n .endif#} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707142001.l6EK1nup027050>