[8u] RFR 8080462: Update SunPKCS11 provider with PKCS11 v2.40 support

Andrew Hughes gnu.andrew at redhat.com
Fri Aug 28 05:32:22 UTC 2020


On 01:24 Fri 28 Aug     , Martin Balao wrote:
> Hi,
> 
> On 8/28/20 12:27 AM, Andrew Hughes wrote:
> > 
> > I assume the THIRD_PARTY_README change will be applied to the other
> > repos as well?
> 
> Thanks for making me notice that; I was not familiar with the
> THIRD_PARTY_README files being replicated in every forest repository and
> would have missed it.
> 
> Please have a look at the other Webrevs:
> 
>  *
> http://cr.openjdk.java.net/~mbalao/webrevs/8080462/8080462.8u.corba.webrev.03/
>  *
> http://cr.openjdk.java.net/~mbalao/webrevs/8080462/8080462.8u.hotspot.webrev.03/
>  *
> http://cr.openjdk.java.net/~mbalao/webrevs/8080462/8080462.8u.jaxp.webrev.03/
>  *
> http://cr.openjdk.java.net/~mbalao/webrevs/8080462/8080462.8u.jaxws.webrev.03/
>  *
> http://cr.openjdk.java.net/~mbalao/webrevs/8080462/8080462.8u.langtools.webrev.03/
>  *
> http://cr.openjdk.java.net/~mbalao/webrevs/8080462/8080462.8u.nashorn.webrev.03/
>  * http://cr.openjdk.java.net/~mbalao/webrevs/8080462/8080462.8u.webrev.03/
> 
> Thanks,
> Martin.-
> 
> 
> 

No problem. I had to do this for the system library updates to OpenJDK 7
recently and my approach was simply along the lines of:

1. In jdk repo, run hg diff THIRD_PARTY_README > readme.patch
2. Commit the jdk change
3. Copy the exported header of the jdk changeset to a file, header.patch
4. cat header.patch readme.patch | hg import on the other repos

Having checked this using roughly the same approach,

$ for repos in corba jaxp jaxws langtools nashorn hotspot
  do
  wget -v http://cr.openjdk.java.net/~mbalao/webrevs/8080462/8080462.8u.${repos}.webrev.03/${repos}.changeset
  diff -u ${repos}.changeset readme.diff
  done

they look good to me.

Thanks,
-- 
Andrew :)

Senior Free Java Software Engineer
OpenJDK Package Owner
Red Hat, Inc. (http://www.redhat.com)

PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04  C5A0 CFDA 0F9B 3596 4222


More information about the jdk8u-dev mailing list