[Bug 3696] [IcedTea8] Backport "8076475: Misuses of strncpy/strncat"

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Feb 27 17:58:29 UTC 2019


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3696

--- Comment #4 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea8?cmd=changeset;node=97c468298911
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Mon Feb 18 05:39:38 2019 +0000

    Bump to icedtea-3.11.0.

    Upstream changes:
      - S6424123, PR3696: JVM crashes on failed 'strdup' call
      - S8027781: New jarsigner timestamp warning is grammatically incorrect
      - S8059847, PR3696: complement JDK-8055286 and JDK-8056964 changes
      - S8076475, PR3696: Misuses of strncpy/strncat
      - S8141491: Unaligned memory access in Bits.c
      - S8159805: sun/security/tools/jarsigner/warnings/NoTimestampTest.java
fails after JDK-8027781
      - S8171049: Era.getDisplayName doesn't work with non-IsoChronology
      - S8191438: jarsigner should print when a timestamp will expire
      - S8194546: Choosier FileManagers
      - S8195095: Images are not scaled correctly in JEditorPane
      - S8196902: Better HTTP redirection support
      - S8199156: Better route routing
      - S8199161: Better interface enumeration
      - S8199166: Better interface lists
      - S8199552: Update to build scripts
      - S8200659: Improve BigDecimal support
      - S8201818: [macosx] Printing attributes break page size set via
"java.awt.print.Book" object
      - S8202696: Remove exclusion range for phonetic chars in windows
fontconfig.properties
      - S8203955: Improve robot support
      - S8204895: Better icon support
      - S8205330: InitialDirContext ctor sometimes throws NPE if the server has
sent a disconnection
      - S8205356: Choose printer defaults
      - S8205709: Proper allocation handling
      - S8205714: Initial class initialization
      - S8206290: Better FileChannel transfer performance
      - S8206295: More reliable p11 transactions
      - S8206301: Improve NIO stability
      - S8207336: Build failure in JDK8u on Windows after fix 8207260
      - S8207775: Better management of CipherCore buffers
      - S8208350: Disable all DES cipher suites
      - S8208353: Upgrade JDK 8u to libpng 1.6.35
      - S8208583: Better management of internal KeyStore buffers
      - S8208585: Make crypto code more robust
      - S8208660: JDK 8u191 l10n resource file update
      - S8208754: The fix for JDK-8194534 needs updates
      - S8209094: Improve web server connections
      - S8209129: Further improvements to cipher buffer management
      - S8209862: CipherCore performance improvement
      - S8210094: Better loading of classloader classes
      - S8210431: Complete backport of libpng 1.6.35 TPRM
      - S8210598: Strengthen Windows Access Bridge Support
      - S8210606: Improved data set handling
      - S8210610: Improved LSA authentication
      - S8210695: Create test to cover JDK-8205330 InitialDirContext ctor
sometimes throws NPE if the server has sent a disconnection
      - S8210866: Improve JPEG processing
      - S8210870: Libsunmscapi improved interactions
      - S8211107: LDAPS communication failure with jdk 1.8.0_181
      - S8211731: Reconsider default option for ClassPathURLCheck change done
in JDK-8195874
      - S8211883: Disable anon and NULL cipher suites
      - S8213085: (tz) Upgrade time-zone data to tzdata2018g
      - S8213368: JDK 8u201 l10n resource file update
      - S8213792: Update THIRD_PARTY_README for LCMS to 2.9
      - S8213949: OpenJDK 8 CCharToGlyphMapper.m missing the Classpath
exception license text
      - S8214059, PR3693: Undefined behaviour in ADLC
      - S8214357: JDK 8u201 l10n resource file update md20
      - S8215257: OpenJDK 8 mozilla_compat.js, parser.js missing the Classpath
exception license text
      - S8215377: JDK-8171049 Breaks JCK signature tests - Era.getDisplayName
doesn't work with non-IsoChronology
      - S8217753, PR3685: Enable HotSpot builds on 5.x Linux kernels

    ChangeLog:

    2019-02-17  Andrew John Hughes  <gnu_andrew at member.fsf.org>

        Bump to icedtea-3.11.0.
        * Makefile.am,
        (CORBA_CHANGESET): Update to icedtea-3.11.0 tag.
        (JAXP_CHANGESET): Likewise.
        (JAXWS_CHANGESET): Likewise.
        (JDK_CHANGESET): Likewise.
        (LANGTOOLS_CHANGESET): Likewise.
        (OPENJDK_CHANGESET): Likewise.
        (NASHORN_CHANGESET): Likewise.
        (CORBA_SHA256SUM): Likewise.
        (JAXP_SHA256SUM): Likewise.
        (JAXWS_SHA256SUM): Likewise.
        (JDK_SHA256SUM): Likewise.
        (LANGTOOLS_SHA256SUM): Likewise.
        (OPENJDK_SHA256SUM): Likewise.
        (NASHORN_SHA256SUM): Likewise.
        (ICEDTEA_PATCHES): Add new HotSpot patches for AArch32
        and Shenandoah builds.
        * NEWS: Updated.
        * acinclude.m4:
        (IT_DETERMINE_VERSION): Update JDK_UPDATE_VERSION to 201
        and set BUILD_VERSION to b08.
        * configure.ac: Bump to 3.11.0.
        * hotspot.map.in: Update to icedtea-3.11.0 tag.
        * patches/hotspot/aarch32/6424123-pr3696.patch,
        * patches/hotspot/aarch32/8059847-pr3696.patch,
        * patches/hotspot/aarch32/8076475-pr3696.patch,
        * patches/hotspot/aarch32/8214059-pr3693.patch,
        * patches/hotspot/aarch32/8217753-pr3685.patch,
        Symlinked to Shenandoah versions.
        * patches/hotspot/shenandoah/6424123-pr3696.patch,
        * patches/hotspot/shenandoah/8059847-pr3696.patch,
        * patches/hotspot/shenandoah/8076475-pr3696.patch,
        * patches/hotspot/shenandoah/8214059-pr3693.patch,
        * patches/hotspot/shenandoah/8217753-pr3685.patch:
        Add Shenandoah patches for latest HotSpot updates.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190227/a951629f/attachment.html>


More information about the distro-pkg-dev mailing list