diff options
author | glewis <glewis@FreeBSD.org> | 2004-01-17 04:54:02 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-01-17 04:54:02 +0800 |
commit | 9cf065b5f70bf3eac8e870b770026345de2641c2 (patch) | |
tree | 0006382c465f06c1350598a259ca51e60cce568e /java | |
parent | 64b925b420acccd4f8d3ebd434fea33b6d6cf3c0 (diff) | |
download | freebsd-ports-gnome-9cf065b5f70bf3eac8e870b770026345de2641c2.tar.gz freebsd-ports-gnome-9cf065b5f70bf3eac8e870b770026345de2641c2.tar.zst freebsd-ports-gnome-9cf065b5f70bf3eac8e870b770026345de2641c2.zip |
. 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/Makefile | 2 | ||||
-rw-r--r-- | java/linux-sun-jdk12/files/cacerts | bin | 0 -> 8607 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/java/linux-sun-jdk12/Makefile b/java/linux-sun-jdk12/Makefile index 9ece974bfbb0..e78580dfd51d 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 Binary files differnew file mode 100644 index 000000000000..aff2e72fc003 --- /dev/null +++ b/java/linux-sun-jdk12/files/cacerts |