summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-01-16 20:54:02 +0000
committerglewis <glewis@FreeBSD.org>2004-01-16 20:54:02 +0000
commit9cf065b5f70bf3eac8e870b770026345de2641c2 (patch)
tree0006382c465f06c1350598a259ca51e60cce568e /java
parent64b925b420acccd4f8d3ebd434fea33b6d6cf3c0 (diff)
downloadFreeBSD-ports-9cf065b5f70bf3eac8e870b770026345de2641c2.zip
FreeBSD-ports-9cf065b5f70bf3eac8e870b770026345de2641c2.tar.gz
. 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
Diffstat (limited to 'java')
-rw-r--r--java/linux-sun-jdk12/Makefile2
-rw-r--r--java/linux-sun-jdk12/files/cacertsbin0 -> 8607 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/java/linux-sun-jdk12/Makefile b/java/linux-sun-jdk12/Makefile
index 9ece974..e78580d 100644
--- a/java/linux-sun-jdk12/Makefile
+++ b/java/linux-sun-jdk12/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}
+PORTREVISION= 1
CATEGORIES= java
MASTER_SITES= #
PKGNAMEPREFIX= linux-sun-
@@ -50,6 +51,7 @@ do-install:
@${ECHO_CMD} -n ">> Copying files..."
@${CP} -R ${WRKSRC}/* ${APP_HOME}
+ @${INSTALL_DATA} ${FILESDIR}/cacerts ${APP_HOME}/jre/lib/security/cacerts
@${CHOWN} -h -R ${LIBOWN}:${LIBGRP} ${APP_HOME}
@${ECHO_CMD} " [ DONE ]"
diff --git a/java/linux-sun-jdk12/files/cacerts b/java/linux-sun-jdk12/files/cacerts
new file mode 100644
index 0000000..aff2e72
--- /dev/null
+++ b/java/linux-sun-jdk12/files/cacerts
Binary files differ
OpenPOWER on IntegriCloud