From b6da5a5a5cace248e1e898b6cd3317cdcd91f8f6 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 16 Jan 2004 22:09:55 +0000 Subject: . Install an updated cacerts file. This was produced by taking the standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 --- java/linux-blackdown-jdk12/Makefile | 3 ++- java/linux-blackdown-jdk12/files/cacerts | Bin 0 -> 8607 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 java/linux-blackdown-jdk12/files/cacerts (limited to 'java') diff --git a/java/linux-blackdown-jdk12/Makefile b/java/linux-blackdown-jdk12/Makefile index 5abcc0393cb3..fa1a11419954 100644 --- a/java/linux-blackdown-jdk12/Makefile +++ b/java/linux-blackdown-jdk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= ftp://ftp.tux.org/pub/java/JDK-${PORTVERSION}/${ARCH}/FCS/ \ http://www.metaverse.nl/~ernst/ \ @@ -43,6 +43,7 @@ do-install: ${MKDIR} ${APP_HOME} cd ${WRKSRC} && ${FIND} . -print \ | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${APP_HOME} + ${INSTALL_DATA} ${FILESDIR}/cacerts ${APP_HOME}/jre/lib/security/cacerts ${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Linux-Blackdown-JDK${PORTVERSION}" .include diff --git a/java/linux-blackdown-jdk12/files/cacerts b/java/linux-blackdown-jdk12/files/cacerts new file mode 100644 index 000000000000..aff2e72fc003 Binary files /dev/null and b/java/linux-blackdown-jdk12/files/cacerts differ -- cgit v1.2.3