diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-01-16 20:54:02 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-01-16 20:54:02 +0000 |
commit | 68c65d48be1cf817adcadb8c4db12297c53bd6ad (patch) | |
tree | f251ffa24135933eb6da737586bdd1105e8ec414 /java | |
parent | Update to 0.7. Don't treat warnings as errors. (diff) |
. 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
Notes
Notes:
svn path=/head/; revision=98336
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 |