java/114592: java/jdk15 : incorrect URL for jce_policy-1_5_0.zip

Olivier SMEDTS olivier at gid0.org
Sat Jul 14 20:10:01 UTC 2007


>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 at 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:


More information about the freebsd-java mailing list