~openjdk/openjdk/openjdk7

« back to all changes in this revision

Viewing changes to control.cacao-jre

  • Committer: Matthias Klose
  • Date: 2016-11-04 18:31:44 UTC
  • Revision ID: doko@ubuntu.com-20161104183144-rpmf99hmjw0z4k5n
  [ Tiago Stürmer Daitx ]
  * Backported security fixes from 8u111:
    - CVE-2016-5568, S8158993: Service Menu services.
    - CVE-2016-5582, S8160591: Improve internal array handling.
    - CVE-2016-5573, S8159519: Reformat JDWP messages.
    - CVE-2016-5597, S8160838: Better HTTP service.
    - CVE-2016-5554, S8157739: Classloader Consistency Checking.
    - CVE-2016-5542, S8155973: Tighten jar checks.
  * debian/rules:
    - removed lcms version 1 option as no current release uses that, lcms2
      is now default.
    - removed in-tree/system lcms selection to always use system's lcms.
    - removed all cacao references except for the transitional cacao package.
    - updated jtreg tests to use othervm.
    - simplified rhino and libcups dependency selection.
  * debian/buildwatch.sh: updated to stop it if no 'make' process is running,
    as it probably means that the build failed - otherwise buildwatch keeps
    the builder alive until it exits after the timer (3 hours by default)
    expires.
  * debian/control.in: removed cacao references.
  * debian/README.source: removed cacao references.
  * debian/patches/cacao-armv4.diff: deleted file.
  * Makefile.am: remove -samevm
  * debian/patches/it-jamvm-8158260-unsafe-methods.patch: fix JAMVM
    after the introduction of two new Unsafe methods in the OpenJDK
    hotspot. Closes: #833933. (LP: #1611598)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
Package: icedtea-7-jre-cacao
3
 
Architecture: @cacao_archs@
4
 
Multi-Arch: same
5
 
Priority: extra
6
 
Pre-Depends: ${dpkg:Depends}
7
 
Depends: @basename@-jre-headless (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
8
 
Provides: icedtea6-jre-cacao
9
 
Description: Alternative JVM for OpenJDK, using Cacao
10
 
 The package provides an alternative runtime using the Cacao VM and the 
11
 
 Cacao Just In Time Compiler (JIT).  This is a somewhat faster alternative
12
 
 than the Zero port on architectures like alpha, armel, m68k, mips, mipsel,
13
 
 powerpc and s390.
14
 
 .
15
 
 The VM is started with the option `-cacao'. See the README.Debian for details.