Change logs for openjdk-lts source package in Disco

  • openjdk-lts (11.0.5+10-0ubuntu1.1~19.04) disco-security; urgency=medium
    
      * Backport from Eoan.
    
    openjdk-lts (11.0.5+10-0ubuntu1.1) eoan-security; urgency=high
    
      * Update to 11.0.5-10.
      * Security fixes:
        - S8209901: Canonical file handling.
        - S8213429, CVE-2019-2933: Windows file handling redux.
        - S8218573, CVE-2019-2945: Better socket support.
        - S8218877: Help transform transformers.
        - S8219914: Change the environment variable for Java Access Bridge.
          logging to have a directory..
        - S8220186: Improve use of font temporary files.
        - S8220302, CVE-2019-2949: Better Kerberos ccache handling.
        - S8221497: Optional Panes in Swing.
        - S8221858, CVE-2019-2958: Build Better Processes.
        - S8222684, CVE-2019-2964: Better support for patterns.
        - S8222690, CVE-2019-2962: Better Glyph Images.
        - S8223163: Better pattern recognition.
        - S8223505, CVE-2019-2973: Better pattern compilation.
        - S8223518, CVE-2019-2975: Unexpected exception in jjs.
        - S8223886: Add in font table referene.
        - S8223892, CVE-2019-2978: Improved handling of jar files.
        - S8224025: Fix for JDK-8220302 is not complete.
        - S8224062, CVE-2019-2977: Improve String index handling.
        - S8224532, CVE-2019-2981: Better Path supports.
        - S8224915, CVE-2019-2983: Better serial attributes.
        - S8225286, CVE-2019-2987: Better rendering of native glyphs.
        - S8225292, CVE-2019-2988: Better Graphics2D drawing.
        - S8225298, CVE-2019-2989: Improve TLS connection support.
        - S8225597, CVE-2019-2992: Enhance font glyph mapping.
        - S8226765, CVE-2019-2999: Commentary on Javadoc comments.
        - S8227601: Better collection of references.
        - S8228825, CVE-2019-2894: Enhance ECDSA operations.
      * debian/tests/control: mark all autopkgtests as flaky, Depends on g++
        instead of gcc.
    
    openjdk-lts (11.0.5+9-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.5+9-1:
        - OpenJDK 11.0.5+9 build (early access).
        - Bump standards version.
        - Use dh_strip_nondeterminism (Emmanuel Bourg). Closes: #933389.
        - Fix 8230708, server build on sparc64 (Adrian Glaubitz). Closes: #939565.
        - Fix FTBFS with DEB_BUILD_PROFILES=nocheck (Helmut Grohne). Closes: #939521.
        - Add more breaks to the openjdk-11-jre-headless package. Closes: #935624.
        - Fix debug and src symlinks. Closes: #893134, #910694, #910696.
    
    openjdk-lts (11.0.5+6-1ubuntu2) eoan; urgency=medium
    
      * Don't build zero on armhf, ftbfs at least in eoan.
    
    openjdk-lts (11.0.5+6-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.5+6-1:
        - OpenJDK 11.0.5+6 build (early access).
    
        [ Matthias Klose ]
        - Tighten dependency on jtreg.
        - Build using GCC 9 on recent development releases.
        - Refresh patches.
    
        [ Tiago Stürmer Daitx ]
        - Properly generate Breaks: rules for bionic (fix typo).
        - Remove libgtk-3-dev from build-deps: libgtk-3-dev is not actually
          required, package builds fine without it; libgtk2.0-0 or libgtk-3-0
          should be explicitly declared instead in bdeps and tests;
          libxrandr-dev should be explicitly added as it is required and was
          being included due to libgtk-3-dev dependency.
        - Set minimum dependency on jtreg based on testsuite requirements.
        - Fail during pre-build if installed jtreg version is lower then
          the minimum required version.
        - Improve and fix build tests and autopkgtests:
          - Depend on default-jre-headless so jtreg will use the
            JRE from /usr/default-java; remove JT_JAVA exports as it
            no longer needs to be set.
          - Update debian/tests/hotspot,jdk,langtools to ignore
            jtreg-autopkgtest.sh return code.
          - Create debian/tests/jtdiff-autopkgtest.in as it depends
            on debian/rules variables.
          - debian/tests/jtreg-autopkgtest.sh:
            + Enable retry of failed tests to trim out flaky tests.
            + Fix unbound variable.
            + Keep .jtr files from failed tests only.
          - debian/tests/jtdiff-autopkgtest.sh:
            + Fail only if an actual regression is detected.
            + Add the super-diff comparison from jtdiff.
          - debian/rules:
            + Preserve all JTreport directories in the test output
              directory.
            + Use JDK_DIR instead of JDK_TO_TEST for autopkgtest
              generation.
            + Package all .jtr files from JTwork as jtreg-autopkgtest.sh
              makes sure it contains only failing tests.
    
     -- Tiago Stürmer Daitx <email address hidden>  Wed, 16 Oct 2019 22:01:07 +0000
  • openjdk-lts (11.0.4+11-1ubuntu2~19.04) disco-security; urgency=medium
    
      * Backport from Eoan.
    
    openjdk-lts (11.0.4+11-1ubuntu2) eoan; urgency=medium
    
      * Improve and fix build tests and autopkgtests:
        - Update debian/tests/hotspot,jdk,langtools to ignore
          jtreg-autopkgtest.sh return code.
        - Create debian/tests/jtdiff-autopkgtest.in as it depends
          on debian/rules variables.
        - debian/tests/jtreg-autopkgtest.sh:
          + Enable retry of failed tests to trim out flaky tests.
          + Fix unbound variable.
          + Force JT_JAVA otherwise jtreg will look for
            /usr/lib/jvm/default-java which might not be installed
            or be the right JVM to use.
          + Keep .jtr files from failed tests only.
        - debian/tests/jtdiff-autopkgtest.sh:
          + Fail only if an actual regression is detected.
          + Force JT_JAVA otherwise jtreg will look for
            /usr/lib/jvm/default-java which might not be installed
            or be the right JVM to use.
          + Add the super-diff comparison from jtdiff.
        - debian/rules:
          + Preserve all JTreport directories in the test output
            directory.
          + Use JDK_DIR instead of JDK_TO_TEST for autopkgtest
            generation.
          + Package all .jtr files from JTwork as jtreg-autopkgtest.sh
            makes sure it contains only failing tests.
    
    openjdk-lts (11.0.4+11-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.4+11-1:
        - OpenJDK 11.0.4+11 build (release).
          - S8212328, CVE-2019-2762: Exceptional throw cases.
          - S8213431, CVE-2019-2766: Improve file protocol handling.
          - S8213432, CVE-2019-2769: Better copies of CopiesList.
          - S8216381, CVE-2019-2786: More limited privilege usage.
          - S8217563: Improve realm maintenance.
          - S8218863: Better endpoint checks.
          - S8218873: Improve JSSE endpoint checking.
          - S8218876, CVE-2019-7317: Improve PNG support options.
          - S8219775: Certificate validation improvements.
          - S8220517: Enhanced GIF support.
          - S8221345, CVE-2019-2818: Better Poly1305 support.
          - S8221518, CVE-2019-2816: Normalize normalization.
          - S8222678, CVE-2019-2821: Improve TLS negotiation.
        - Fix more build issues for Ubuntu precise builds.
        - Bump standards version.
    
      [ Tiago Stürmer Daitx ]
      * Fix unbound variable debian/tests/jtreg-autopkgtest.in.
      * Regenerate debian/tests/jtreg-autopkgtest.sh to fix wrong path.
      * Force jtdiff to return success.
    
    openjdk-lts (11.0.4+10-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.4+10-1:
        - OpenJDK 11.0.4+10 build (early access).
        - Add riscv64 support for zero (Ed Nevill).
        - Fix build dependencies for Ubuntu precise builds.
        - Fix dependency generation on the libjpeg runtime. Closes: #927965.
        - Drop dependency on transitional libgl1-mesa-glx package. Closes: #930611.
    
    openjdk-lts (11.0.4+9-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.4+9-1:
        - OpenJDK 11.0.4+9 build (early access).
        - Add another break for libequinox-osgi-java (<< 3.9.1). Closes: #931115.
    
    openjdk-lts (11.0.4+8-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.4+8-1:
        - OpenJDK 11.0.4+8 build (early access).
        - Apply patch for JDK-8225716.
      * Remove the icedtea-sound build logic.
      * Install swing.properties into <java-home>/conf instead of <java-home>/lib.
    
    openjdk-lts (11.0.4+6-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.4+6-1:
        - OpenJDK 11.0.4+6 build (early access).
    
    openjdk-lts (11.0.4+4-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.4+4-1:
        - OpenJDK 11.0.4+4 build (early access).
        - Configure with --with-version-pre='ea' for upstream tags which are
          not upstream releases (has to be set manually). Not enabled during
          the buster freeze.
        - Allow to skip the bootcycle build (DEB_BUILD_OPTIONS=nobootcycle).
        - Add a watch file (Paul Wise).
        - Print some information about the host configuration before starting
          the build.
    
    openjdk-lts (11.0.4+2-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.4+2-1:
        - OpenJDK 11.0.4+2 build.
        - Fix src.zip symlink. Closes: #928369.
        - Tighten dependency on ca-certificates-java. Closes: #914860.
        - Refresh patches.
    
    openjdk-lts (11.0.4+1-1ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.4+1-1:
        - OpenJDK 11.0.4+1 build.
    
    openjdk-lts (11.0.3+7-4ubuntu1) eoan; urgency=medium
    
      * Sync packages with 11.0.3+7-4:
      * Add breaks to the openjdk-11-jre-headless package:
        - For unattended upgrades: jetty9, netbeans, tomcat8, visualvm.
        - For eclipse 3.8 removal: eclipse-platform. Closes: #925071.
        - For configuration with vendor flag: libreoffice-core.
      * Install jspawnhelper.
      * Apply updates from jdk11u-dev, and remove locally applied patches:
        - 8218618: Program fails when using JDK addressed by UNC path and using
          Security Managerdefault tip.
        - 8221924: get(null) on single-entry unmodifiable Map returns null
          instead of throwing NPE.
        - 8206955: MethodHandleProxies.asInterfaceInstance does not support default
          methodsdefault tip.
        - 8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java.
        - 8218854: FontMetrics.getMaxAdvance may be less than the maximum
          FontMetrics.charWidth.
        - 8214002: Cannot use italic font style if the font has embedded bitmap.
        - 8222522: Add configure options for Mac Bundle creation.
        - 8221880: Better customization for Windows RC properties FileDescription
          and ProductName.
        - 8222133: Add temporary exceptions for root certs that are due to expire
          soon.
        - 8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due
          to cert within 90-day expiry window.
        - 8170494: JNI exception pending in PlainDatagramSocketImpl.c.
        - 8217879: hs_err should print more instructions in hex dump.
        - 8222410: java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile
          hangs when "nc" does not accept "-U".
        - 8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to garbled
          registers.
        - 8209914: javadoc search sometimes generates bad URIs.
        - 8218020: Fix version number in mesa.md 3rd party legal file.
        - 8188133: C2: Static field accesses in clinit can trigger
          deoptimizations.
        - 8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and
          tests.
        - 8211266: [TESTBUG] ZipFSTester.java failed intermittently in
          ZipFSTester.checkRead(): bound must be positive.
        - 8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the
          crc32 value into size field.
        - 8217647: JFR: recordings on 32-bit systems unreadable.
        - 8216970: condy causes JVM crash.
        - 8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine.
        - 8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit platforms.
        - 8220349: The fix done for JDK-8214253 have caused issues in JTree
          behaviour.
        - 8221833: Readability check in Symbol::is_valid not performed for some
          addresses.
        - 8220441: [PPC64] Clobber memory effect missing for memory barriers in
          atomics.
        - 8218991: s390: Add intrinsic for GHASH algorithm.
        - 8220625: tools/javac/classreader/8171132/BadConstantValue.java failed
          with "did not see expected error".
    
    openjdk-lts (11.0.3+7-2ubuntu1) disco-proposed; urgency=medium
    
      * Sync packages with 11.0.3+7-2:
        - Fix 8210739: Calling JSpinner's setFont with null throws
          NullPointerException.
        - Fix 8210483: AssertionError in DeferredAttr at setOverloadKind caused by
          JDK-8203679.
    
     -- Tiago Stürmer Daitx <email address hidden>  Thu, 18 Jul 2019 18:21:46 +0000
  • openjdk-lts (11.0.3+7-1ubuntu2~19.04.1) disco-security; urgency=medium
    
      * Backport from Eoan.
      * debian/tests/jtreg-autopkgtest.sh: fix jdk default path to point to
        openjdk-11.
    
    openjdk-lts (11.0.3+7-1ubuntu2) eoan; urgency=medium
    
      * Security fixes:
        - S8211936, CVE-2019-2602: Better String parsing
        - S8218453, CVE-2019-2684: More dynamic RMI interactions
        - S8214809: CDS storage improvements
      * debian/control, debian/control.in: add breaks clause to prevent
        openjdk-11-jre-headless from being updated when jetty9, netbeans,
        tomcat8, or visualvm are being hold back in unattended-upgrades
        due to local conffiles changes.
      * Add support for automatic updates:
        - debian/watch: upstream has started releasing tarballs and signatures at
          https://openjdk-sources.osci.io/openjdk11/ which allows us to track new
          releases and check signatures by using uscan. For now it is using the
          unmodified upstream tarball while previously the use of get-orig from
          the debian/rules file would remove a few files from it - this can be
          replicated by either providing a repack script or by adding the
          exclusions directly to debian/copyright.
        - debian/upstream/signing-key.asc: public signing key used by upstream
          to sign their tarball releases.
    
     -- Tiago Stürmer Daitx <email address hidden>  Tue, 23 Apr 2019 18:34:35 +0000
  • openjdk-lts (11.0.3+7-1ubuntu1) disco; urgency=medium
    
      * Sync packages with 11.0.3+7-1:
        - OpenJDK 11.0.3+7 build.
        - Support using the Java ATK wrapper (Samuel Thibault). Closes: #900912.
          - patches/jaw-classpath.diff: Fix finding the Java ATK wrapper.
          - patches/jaw-optional.diff: Make failing to load the Java ATK wrapper
            non-fatal.
    
     -- Matthias Klose <email address hidden>  Wed, 17 Apr 2019 05:00:11 +0200
  • openjdk-lts (11.0.3+5-1ubuntu2) disco; urgency=medium
    
      * Fix configuring with the vendor flags.
    
     -- Matthias Klose <email address hidden>  Tue, 02 Apr 2019 16:42:19 +0200
  • openjdk-lts (11.0.3+5-1ubuntu1) disco; urgency=medium
    
      * Sync packages with 11.0.3+5-1:
        - OpenJDK 11.0.3+5 build.
        - Annotate the bootstrap dependency with :native.
    
     -- Matthias Klose <email address hidden>  Tue, 02 Apr 2019 14:09:44 +0200
  • openjdk-lts (11.0.3+4-2ubuntu1) disco; urgency=medium
    
      * Sync packages with 11.0.3+4-2:
        [ Matthias Klose ]
        - Configure with vendor flags.
        - Work around the missing gcc-for-host b-d for cross builds.
        - Backport fix for 8221083, wrong oop compare in C1-generated code (PPC).
    
        [ Tiago Stürmer Daitx ]
        - Revert to GTK2 as default since GTK3 still has padding and
          component issues, apply upstream changeset to fix a few GTK3
          components: LP: #1770278.
          - debian/patches/jdk-improve-gtk3-compatibility.patch: upstream
            fix for JDK-8218469, JDK-8218470, JDK-8218472, and JDK-8203627.
          - debian/patches/keep-gtk2-as-default.patch: revert upstream so
            GTK2 is loaded before GTK3 when available.
          - debian/rules, debian/control: Set jre to depend on libgtk2.0-0
            and alternatively to libgtk-3-0.
    
     -- Matthias Klose <email address hidden>  Thu, 28 Mar 2019 10:58:50 +0100
  • openjdk-lts (11.0.3+4-1ubuntu2) disco; urgency=medium
    
      * Revert to GTK2 as default since GTK3 still has padding and
        component issues, apply upstream changeset to fix a few GTK3
        components: LP: #1770278.
        - debian/patches/jdk-improve-gtk3-compatibility.patch: upstream
          fix for JDK-8218469, JDK-8218470, JDK-8218472, and JDK-8203627.
        - debian/patches/keep-gtk2-as-default.patch: revert upstream so
          GTK2 is loaded before GTK3 when available.
        - debian/rules, debian/control: remove libgtk-3-dev from build
          depends as it is not required for building; set jre to depend
          on libgtk2.0-0 and alternatively to libgtk-3-0.
    
     -- Tiago Stürmer Daitx <email address hidden>  Thu, 28 Mar 2019 01:14:12 +0000
  • openjdk-lts (11.0.3+4-1ubuntu1) disco; urgency=medium
    
      * Sync packages with 11.0.3+4-1:
        - OpenJDK 11.0.3+4 build.
        - Fix the wrong assumption in the autopkg tests that the OpenJDK is
          the same as the default JDK.
        - Don't prune the build trees before running the tests.
    
     -- Matthias Klose <email address hidden>  Thu, 21 Mar 2019 15:07:34 +0100
  • openjdk-lts (11.0.3+1-1ubuntu1) disco; urgency=medium
    
      * Sync packages with 11.0.3+1-1:
        - OpenJDK 11.0.3+1 build.
        - Attribute test dependencies with <!nocheck>.
        - Add support for DCEVM on am64 and i386. Closes: #921419.
        - Check for nodoc instead of nodocs in DEB_BUILD_OPTIONS.
          Addresses: #922761.
    
     -- Matthias Klose <email address hidden>  Wed, 27 Feb 2019 15:53:42 +0100
  • openjdk-lts (11.0.2+9-3ubuntu1) disco; urgency=medium
    
      * Sync packages with 11.0.2+9-3:
        - Fix Zero on sparc64 (Adrian Glaubitz). Closes: #920315.
        - Link zero on alpha with --no-relax (Michael Cree). Addresses: #920161.
        - Don't run the tests on alpha, causing build failure.
        - jhsdb isn't built on alpha.
        - Backport the fix for 8214002 (cannot use italic font style if the font
          has embedded bitmap). LP: #1799014.
      * Sync packages with 11.0.2+9-2:
        - Fix file permissions for autopkg tests.
    
     -- Matthias Klose <email address hidden>  Thu, 24 Jan 2019 15:14:20 +0100
  • openjdk-lts (11.0.2+9-1ubuntu3) disco; urgency=medium
    
      * Fix file permissions for autopkg tests.
    
     -- Matthias Klose <email address hidden>  Tue, 22 Jan 2019 14:39:45 +0100
  • openjdk-lts (11.0.2+9-1ubuntu2) disco; urgency=medium
    
      * Fix file permissions for autopkg tests.
    
     -- Matthias Klose <email address hidden>  Tue, 22 Jan 2019 14:39:45 +0100
  • openjdk-lts (11.0.2+9-1ubuntu1) disco; urgency=medium
    
      * Sync packages with 11.0.2+9-1:
        - OpenJDK 11.0.2 release (build 9).
    
        - Backport the fix for S8212233. Closes: #920020, #919798.
        - debian/buildwatch.sh: use same code from openjdk-8.
        - debian/control.in, debian/control:
          - add fixed build depends for jtreg and xfvb.
          - remove Conflicts: oracle-java11-installer. (LP: #1782630)
        - debian/rules:
          - call the same testsuites scripts used for autopkgtest.
          - removed jtreg and xvfb build dependency logic and moved the bdeps
            into debian/control.in.
          - added gen-autopackage rule to generate autopkgtest scripts from
            templates.
          - copy flight recorder configuration files.
          - fix logging in langtools testing.
          - don't ignore/exclude the release file from the jdk package, it is
            required by jtreg tests and autopkgtests will fail without it.
          - don't run nashorn testsuite.
        - update dep8 tests:
          - debian/tests/control: updated to run openjdk-11 tests.
          - debian/tests/hotspot, debian/tests/jaxp, debian/tests/jdk,
            debian/tests/langtools: use the new jt .sh scripts.
          - debian/tests/jtdiff-autopkgtest.sh: diff build time and autopkgtest
            JTreports to show what changed.
          - debian/tests/jtreg-autopkgtest.in: template to generate the jtreg
            script used by the autopkgtest tests.
          - debian/tests/jtdiff-autopkgtest.sh: used by the scripts to report
            any differences between the autopkgtest and the tests results
            generated during the openjdk package build.
          - debian/tests/jtreg-autopkgtest.sh: used by the scripts to run jtreg
            and put the resulting artifacts in the right places, by default will
            remove all non .jtr files after it is done to preserve space.
          - debian/tests/hotspot, debian/tests/jaxp, debian/tests/jdk,
            debian/tests/langtools: run same testsuites as build time and
            compare the results.
          - debian/tests/valid-tests: no longer needed, removed.
    
      * Sync packages with 11.0.2+7-1:
        - OpenJDK 11.0.2 release.
    
        - Update VCS attributes in the control file. Closes: #909736.
        - Prefer OpenJDK 11 over OpenJDK 10 as the bootstrap OpenJDK for
          recent releases. Closes: #915600.
    
     -- Matthias Klose <email address hidden>  Tue, 22 Jan 2019 13:30:45 +0100
  • openjdk-lts (11.0.1+13-3ubuntu3.19.04.1) disco; urgency=medium
    
      * Apply 11.0.2 security patches.
      * Security fixes:
        - CVE-2019-2422, S8206290: Better FileChannel transfer performance.
        - CVE-2019-2426, S8209094: Improve web server connections.
        - S8199156: Better route routing.
        - S8199552: Update to build scripts.
        - S8200659: Improve BigDecimal support.
        - S8203955: Improve robot support.
        - S8204895: Better icon support.
        - S8205709: Proper allocation handling.
        - S8205714: Initial class initialization.
        - S8210094: Better loading of classloader classes.
        - S8210606: Improved data set handling.
        - S8210866: Improve JPEG processing.
    
     -- Tiago Stürmer Daitx <email address hidden>  Sun, 13 Jan 2019 22:43:58 +0000
  • openjdk-lts (11.0.1+13-3ubuntu2) disco; urgency=medium
    
      * debian/buildwatch.sh: use same code from openjdk-8.
      * debian/control.in, debian/control:
        - add fixed build depends for jtreg and xfvb.
      * debian/rules:
        - call the same testsuites scripts used for autopkgtest.
        - removed jtreg and xvfb build dependency logic and moved the bdeps
          into debian/control.in.
        - added gen-autopackage rule to generate autopkgtest scripts from
          templates.
        - copy flight recorder configuration files.
        - fix logging in langtools testing.
        - don't ignore/exclude the release file from the jdk package, it is
          required by jtreg tests and autopkgtests will fail without it.
        - don't run nashorn testsuite.
        - add prune-build-dir rule to cleanup build dir from unnecessary
          files.
      * update dep8 tests:
        - debian/tests/control: updated to run openjdk-11 tests.
        - debian/tests/hotspot, debian/tests/jaxp, debian/tests/jdk,
          debian/tests/langtools: use the new jt .sh scripts.
        - debian/tests/jtdiff-autopkgtest.sh: used by the scripts to report
          any differences between the autopkgtest and the tests results
          generated during the openjdk package build.
        - debian/tests/jtreg-autopkgtest.in: template to generate the jtreg
          script used by the autopkgtest tests.
        - debian/tests/jtreg-autopkgtest.sh: used by the scripts to run jtreg
          and put the resulting artifacts in the right places.
        - debian/tests/hotspot, debian/tests/jaxp, debian/tests/jdk,
          debian/tests/langtools: run same testsuites as build time and
          compare the results.
        - debian/tests/valid-tests: no longer needed, removed.
    
     -- Tiago Stürmer Daitx <email address hidden>  Sat, 08 Dec 2018 02:40:24 +0000
  • openjdk-lts (11.0.1+13-3ubuntu1) disco; urgency=medium
    
      * Sync packages with 11.0.1+13-3:
        - Tighten dependency on debhelper on recent releases. Closes: #911694.
        - Reproducible properties file header when SOURCE_DATE_EPOCH is specified.
          Closes: #914278.
        - Add SOURCE_DATE_EPOCH support to the javadoc tool. Closes: #783938.
        - Disable AArch64 intrinsics for sin, cos and log. Closes: #910188.
          LP: #1796982.
        - Add support for DEB_BUILD_OPTIONS=terse. Closes: #912211.
    
     -- Matthias Klose <email address hidden>  Fri, 30 Nov 2018 12:15:34 +0100
  • openjdk-lts (11~28-3ubuntu2) cosmic; urgency=medium
    
      * debian/rules:
        - limit the tests that we run for the hotspot, langtools,
          and jdk testsuites to improve build times and also to
          prevent running unstable or failing tests.
        - fix 'if' clause for definition of the TIME command.
        - remove guava jar from test classpath, no longer required.
      * debian/control, debian/control.in: add a breaks clause to
        clojure1.8 <= 1.8.0-7ubuntu1~.
    
     -- Tiago Stürmer Daitx <email address hidden>  Wed, 10 Oct 2018 19:10:01 +0000