diff options
author | John Vogel <jvogel4@stny.rr.com> | 2018-12-28 11:44:37 -0500 |
---|---|---|
committer | John Vogel <jvogel4@stny.rr.com> | 2018-12-28 11:44:37 -0500 |
commit | dcd1b706d2bbe2a962c319eff04ddf9bf52173ed (patch) | |
tree | d7c78956f5b31a02ca8e0b24b11364c9b5bcec8b /openjdk8/README | |
parent | 60fe2ec1a72ab7f413ae0ccc93b68b71ee4f8865 (diff) | |
download | contrib-dcd1b706d2bbe2a962c319eff04ddf9bf52173ed.tar.gz contrib-dcd1b706d2bbe2a962c319eff04ddf9bf52173ed.tar.xz |
openjdk8: add versioning for all downloaded files.
Also, add note in README about unversioned source urls.
Diffstat (limited to 'openjdk8/README')
-rw-r--r-- | openjdk8/README | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/openjdk8/README b/openjdk8/README index 1dfcb0fe7..bb586601e 100644 --- a/openjdk8/README +++ b/openjdk8/README @@ -1,15 +1,27 @@ NOTES: ===== -The following packages do not exist but might be nice to have: +* These are the links to the unversioned files: + +http://icedtea.wildebeest.org/download/drops/icedtea8/$icedtea_version/{corba,hotspot,jaxp,jaxws,langtools,nashorn,openjdk}.tar.xz +http://hg.mozilla.org/releases/mozilla-release/raw-file/$certdata_rev/security/nss/lib/ckfw/builtins/certdata.txt +http://ftp.netbsd.org/pub/pkgsrc/pkgsrc-$pkgsrc_quarter/pkgsrc/security/mozilla-rootcerts/files/mozilla-rootcerts.sh + + The mirrorred and versioned files are merely renamed to prevent signature mismatches and files + not being downloaded due to older, unversioned files stopping the correct file from being retrieved. + +* The following packages do not exist but might be nice to have: + pcsc-lite, lksctp-tools -(Actually, I have private ports for these, but need to determine if there is -any actual benefit from adding and depending on them). + + (Actually, I have private ports for these, but need to determine if there is + any actual benefit from adding and depending on them). + TODO: ==== -* Add script(s) for setting the java environment. +* Add script(s) for setting the java environment. Or, perhaps in a post-install? * Concider generic java packages that allow to have different java env installed and be able to switch between them via script: 'java-choose icedtea7' or |