Hi there!
Hope all well, Could you help me to get a copy of Java SE 7 Windows 32 bit with all the latest security patches (I guess from build 80 to 201). Thank you in advance! Regards, Domini ________________________________ From: jdk7u-dev <jdk7u-dev-boun...@openjdk.java.net> on behalf of jdk7u-dev-requ...@openjdk.java.net <jdk7u-dev-requ...@openjdk.java.net> Sent: 08 November 2018 12:00 To: jdk7u-dev@openjdk.java.net Subject: jdk7u-dev Digest, Vol 82, Issue 4 Send jdk7u-dev mailing list submissions to jdk7u-dev@openjdk.java.net To subscribe or unsubscribe via the World Wide Web, visit http://mail.openjdk.java.net/mailman/listinfo/jdk7u-dev jdk7u-dev -- Technical discussion related to the JDK 7 ...<http://mail.openjdk.java.net/mailman/listinfo/jdk7u-dev> mail.openjdk.java.net To see the collection of prior postings to the list, visit the jdk7u-dev Archives.. Using jdk7u-dev: To post a message to all the list members, send email to jdk7u-dev@openjdk.java.net. You can subscribe to the list, or change your existing subscription, in the sections below. or, via email, send a message with subject or body 'help' to jdk7u-dev-requ...@openjdk.java.net You can reach the person managing the list at jdk7u-dev-ow...@openjdk.java.net When replying, please edit your Subject line so it is more specific than "Re: Contents of jdk7u-dev digest..." Today's Topics: 1. Re: [PATCH] jdk7u201-b00 security patch review (Mario Torre) ---------------------------------------------------------------------- Message: 1 Date: Wed, 7 Nov 2018 17:37:34 +0100 From: Mario Torre <neug...@redhat.com> To: Martin Balao <mba...@redhat.com> Cc: jdk7u-dev@openjdk.java.net Subject: Re: [PATCH] jdk7u201-b00 security patch review Message-ID: <cajwkkmyh1q378sbjlkp8w7fttuk1em8yi9398yjgquonem3...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" I did proof read the patches too, it's good to go for me. Cheers, Mario On Thu, Nov 1, 2018 at 5:36 PM Martin Balao <mba...@redhat.com> wrote: > > Hi, > > I'm not an official reviewer but have had a look at the following critical > backports and are fine to me: > > * 8194534 / 8208754 > * 8194546 > * 8195868 > * 8195874 / 8211731 > * 8196897 > * 8196902 > * 8199177 > * 8199226 > * 8201756 > * 8202613 > * 8203654 > * 8204497 > * 8205361 > > Kind regards, > Martin.- > > On Wed, Oct 31, 2018 at 3:40 PM, Andrew Hughes <gnu.and...@redhat.com> > wrote: > > > 8u191 was released recently & we've backported appropriate > > changes to OpenJDK 7 to create OpenJDK 7 u201. > > > > The changes from u191-b02 to u201-b00 are as follows: > > - S7058700: Unexpected exceptions and timeouts in SF2 parser code > > - S7098755: test/sun/misc/JarIndex/metaInfFilenames/Basic.java > > should use supported compiler interface > > - S7104650: rawtype warnings in several net, nio and security source > > files > > - S7116722: Miscellaneous warnings sun.misc ( and related classes ) > > - S7117249: fix warnings in java.util.jar, .logging, .prefs, .zip > > - S7142888: sun/security/tools/jarsigner/ec.sh fail on sparc > > - S8044860: Vectors and fixed length fields should be verified for > > allowed sizes. > > - S8049834: Two security tools tests do not run with only JRE > > - S8054431: Some of the input validation in the javasound is too strict > > - S8074462: Handshake messages can be strictly ordered > > - S8130132: jarsigner should emit warning if weak algorithms or > > keysizes are used > > - S8142927: Feed some text to STDIN in ProcessTools.executeProcess() > > - S8146377: test/sun/security/tools/jarsigner/concise_jarsigner.sh > > failing > > - S8158887: sun/security/tools/jarsigner/concise_jarsigner.sh timed out > > - S8164480: Crash with assert(handler_address == > > SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the > > same > > - S8168405: Pending exceptions in java.base/windows/native > > - S8172529: Use PKIXValidator in jarsigner > > - S8180289: jarsigner treats timestamped signed jar invalid after > > the signer cert expires > > - S8190674: sun/security/tools/jarsigner/TimestampCheck.java failed > > with java.nio.file.NoSuchFileException: ts2.cert > > - S8193892: Impact of noncloneable MessageDigest implementation > > - S8194534: Manifest better support > > - S8194546: Choosier FileManagers > > - S8195868: Address Internet Addresses > > - S8195874: Improve jar specification adherence > > - S8196897: Improve PRNG support > > - S8196902: Better HTTP redirection support > > - S8199177: Enhance JNDI lookups > > - S8199226: Improve field accesses > > - S8201756: Improve cipher inputs > > - S8202613: Improve TLS connections stability > > - S8203654: Improve cypher state updates > > - S8204497: Better formatting of decimals > > - S8204667: Resources not freed on exception > > - S8205361: Better RIFF reading support > > - S8207336: Build failure in JDK8u on Windows after fix 8207260 > > - S8208350: Disable all DES cipher suites > > - S8208353: Upgrade JDK 8u to libpng 1.6.35 > > - S8208660: JDK 8u191 l10n resource file update > > - S8208754: The fix for JDK-8194534 needs updates > > - S8211107: LDAPS communication failure with jdk 1.8.0_181 > > - S8211731: Reconsider default option for ClassPathURLCheck change > > done in JDK-8195874 > > > > Webrevs for the new changes: > > > > http://cr.openjdk.java.net/~andrew/openjdk7/20181016/root/ > > http://cr.openjdk.java.net/~andrew/openjdk7/20181016/corba/ > > http://cr.openjdk.java.net/~andrew/openjdk7/20181016/jaxp/ > > http://cr.openjdk.java.net/~andrew/openjdk7/20181016/jaxws/ > > http://cr.openjdk.java.net/~andrew/openjdk7/20181016/hotspot/ > > http://cr.openjdk.java.net/~andrew/openjdk7/20181016/jdk/ > > http://cr.openjdk.java.net/~andrew/openjdk7/20181016/langtools/ > > > > Ok to push? > > > > Thanks, > > -- > > Andrew :) > > > > Senior Free Java Software Engineer > > Red Hat, Inc. (http://www.redhat.com) > > > > Web Site: http://fuseyism.com > > Twitter: https://twitter.com/gnu_andrew_java > > PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net) > > Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222 > > -- Mario Torre Associate Manager, Software Engineering Red Hat GmbH <https://www.redhat.com> 9704 A60C B4BE A8B8 0F30 9205 5D7E 4952 3F65 7898 End of jdk7u-dev Digest, Vol 82, Issue 4 ****************************************