[Bug 2479] [IcedTea6] Backport "8065238: javax.naming.NamingException after upgrade to JDK 8"

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Jul 22 13:43:36 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2479

--- Comment #2 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/release/icedtea6-1.13?cmd=changeset;node=927710fac2ce
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jul 22 14:41:55 2015 +0100

    Add backports from IcedTea 2.x & OpenJDK 8

    Backports
      - PR2488, CVE-2015-4000: Make jdk8 mode the default for
jdk.tls.ephemeralDHKeySize
      - S4890063, PR2306, RH1214835: HPROF: default text truncated when using
doe=n option
      - S6562614, PR2555: Compiler warnings for gettimeofday in
Inet4/Inet6AddressImpl.c
      - S6956398, PR2486: make ephemeral DH key match the length of the
certificate key
      - S6989466, PR2555: Miscellaneous compiler warnings in java/lang,
java/util, java/io, sun/misc native code
      - S6991580, PR2309: IPv6 Nameservers in resolv.conf throws
NumberFormatException
      - S6997561, PR2479: A request for better error handling in JNDI
      - S7007905, PR2298: javazic produces wrong line numbers
      - S7017176, PR2479: Several JNDI tests are mssing GPL header
      - S7058708, PR2298: Eliminate JDK build tools build warnings
      - S7069870, PR2298: Parts of the JDK erroneously rely on generic array
initializers with diamond
      - S7090844, PR2298: Support a timezone whose offset is changed more than
once in the future
      - S7094377, PR2479: Com.sun.jndi.ldap.read.timeout doesn't work with
ldaps.
      - S7133138, PR2298: Improve io performance around timezone lookups
      - S7170638, PR2495: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field.
      - S8000487, PR2479: Java JNDI connection library on ldap conn is not
honoring configured timeout
      - S8011709, PR2510: [parfait] False positive: memory leak in
jdk/src/share/native/sun/font/layout/CanonShaping.cpp
      - S8023052, PR2510: JVM crash in native layout
      - S8039921, PR2468: SHA1WithDSA with key > 1024 bits not working
      - S8041451, PR2480: com.sun.jndi.ldap.Connection:ReadTimeout should
abandon ldap request
      - S8042855, PR2510: [parfait] Potential null pointer dereference in
IndicLayoutEngine.cpp
      - S8042857, PR2479: 14 stuck threads waiting for notification on
LDAPRequest
      - S8065238, PR2479: javax.naming.NamingException after upgrade to JDK 8
      - S8074761, PR2469: Empty optional parameters of LDAP query are not
interpreted as empty
      - S8078654, PR2334: CloseTTFontFileFunc callback should be removed
      - S8078666, PR2327: JVM fastdebug build compiled with GCC 5 asserts with
"widen increases"
      - S8081315, PR2406: Avoid giflib interlacing workaround with giflib 5.0.0
on
      - S8081475, PR2495: SystemTap does not work when JDK is compiled with GCC
5
      - S8087120, RH1206656, PR2554: [GCC5] java.lang.StackOverflowError on
Zero JVM initialization on non x86 platforms.
      - PR2319: Checksum of policy JAR files changes on every build
      - PR2460: Policy JAR files should be timestamped with the date of the
policy file they hold
      - PR2481, RH489586, RH1236619: OpenJDK can't handle spaces in zone names
in /etc/sysconfig/clock
      - PR2486: JSSE server is still limited to 768-bit DHE

    2015-07-22  Andrew John Hughes  <gnu.andrew at redhat.com>

        * patches/hotspot/hs23/systemtap.patch:
        Removed; replaced by backport of upstream version.
        * Makefile.am:
        (ICEDTEA_PATCHES): Add patches below. Swap
        old SystemTap patch for a backport of 7170638.
        * NEWS: Updated.
        * patches/openjdk/4890063-hprof_truncation.patch,
        * patches/openjdk/6562615-compiler_warnings.patch,
        * patches/openjdk/6956398-ephemeraldhkeysize.patch,
        * patches/openjdk/6989466-compiler_warnings.patch,
        * patches/openjdk/6991580-ipv6_nameservers.patch,
        * patches/openjdk/6997561-better_jndi_error_handling.patch,
        * patches/openjdk/7007905-javazic_line_numbers.patch,
        * patches/openjdk/7017176-missing_gpl_headers.patch,
        * patches/openjdk/7058708-javazic_warnings.patch,
        * patches/openjdk/7069870-generic_array_initializers.patch,
        * patches/openjdk/7090844-support_multi_offset_change_timezones.patch,
        * patches/openjdk/7094377-ldaps_timeout.patch,
        * patches/openjdk/7133138-timezone_io_improvement.patch,
        * patches/openjdk/7170638-systemtap.patch,
        * patches/openjdk/8000487-jndi_connection_not_honouring_timeout.patch,
        * patches/openjdk/8011709-canonshaping_memory_leak.patch,
        * patches/openjdk/8023052-jvm_crash_in_native_layout.patch,
        * patches/openjdk/8039921-sha1_1024plus.patch,
        * patches/openjdk/8041451-ldap_read_timeout_abandon.patch,
        * patches/openjdk/8042855-indiclayoutengine_null_dereference.patch,
        * patches/openjdk/8042857-14_stuck_threads_on_ldaprequest.patch,
        *
patches/openjdk/8065238-ldap_namingexception_8041451_regression.patch,
        * patches/openjdk/8074761-ldap_empty_optional_params.patch,
        * patches/openjdk/8078654-closettfontfilefunc.patch,
        * patches/openjdk/8078666-widen_increases.patch,
        * patches/openjdk/8081315-giflib_interlacing.patch,
        * patches/openjdk/8081475-systemtap-gcc5.patch,
        * patches/openjdk/8087120-zero_gcc5.patch,
        * patches/pr2319-policy_jar_checksum.patch,
        * patches/pr2460-policy_jar_timestamp.patch,
        * patches/pr2481_sysconfig_clock_spaces.patch,
        * patches/pr2486-768_dh.patch,
        * patches/pr2488-1024_dh.patch: Added.

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


More information about the distro-pkg-dev mailing list