Update cacerts file using the one included in 8u111 release.

Notable change is the inclusion of Let's Encrypt CA.
This commit is contained in:
Alex Dupre 2016-10-24 08:53:21 +00:00
parent cb32325f30
commit 6b6b8271c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424546
6 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= openjdk6
PORTVERSION= b40
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= java devel
MASTER_SITES= APACHE/ant/binaries/:ant \

Binary file not shown.

View file

@ -3,6 +3,7 @@
PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \

Binary file not shown.

View file

@ -2,7 +2,7 @@
PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \
https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \

Binary file not shown.