[ubuntu/precise] openjdk-7 7~u3-2.1-1ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Wed Feb 22 14:05:30 UTC 2012


openjdk-7 (7~u3-2.1-1ubuntu1) precise; urgency=low

  [ Damien Raude-Morvan ]
  * d/patches/jexec.diff: Dropped, uneeded and not compatible with multi-arch.
  * d/rules: Use dpkg-buildflags --export=configure to enable hardened build.
    (Closes: #660021).

  [ Matthias Klose ]
  * Merge r522 from openjdk6:
    - Make upgrades from non-multiarch to multiarch builds more silent.
    - Fix order of grant decls in java.policy.
    - Make doc files multi-arch installable.
    - JB-archive.applications.in: Use /usr/bin/java by default. Maybe
      should be moved to the default-jdk package.
  * Explicitly look for the gthread-2.0 pkgconfig module.

openjdk-7 (7~u3-2.1-1) unstable; urgency=low

  * Update icedtea7 2.1 (OpenJDK7 ~u3 release):
    - Check for logging to prevent wasted CPU (Closes: #651423).
  * Fix following security issues:
    - S7082299, CVE-2011-3571: Fix in AtomicReferenceArray
    - S7088367, CVE-2011-3563: Fix issues in java sound
    - S7110683, CVE-2012-0502: Issues with some KeyboardFocusManager method
    - S7110687, CVE-2012-0503: Issues with TimeZone class
    - S7110700, CVE-2012-0505: Enhance exception throwing mechanism in
      ObjectStreamClass
    - S7110704, CVE-2012-0506: Issues with some method in corba
    - S7112642, CVE-2012-0497: Incorrect checking for graphics rendering object
    - S7118283, CVE-2012-0501: Better input parameter checking in zip file
      processing
    - S7126960, CVE-2011-5035: Add property to limit number of request headers
      to the HTTP Server

  [ Matthias Klose ]
  * openjdk-7-jre-lib: Mark as Multi-Arch: foreign.

  [ Damien Raude-Morvan ]
  * Merge r501-521 from openjdk6:
    - Fix plugin name in jinfo file.
    - Fix build flags for cppInterpreter_arm.o.
    - Use java-atk-wrapper instead of java-access-bridge for accessibility.
    - Make the java.policy file multi-arch installable.
    - Don't install desktop and menu files for multiarch builds.
      Needs a better solution.
    - Don't install an alternative for the deprecated apt tool.
    - Make the upgrade from a non-multiarch installation location more
      robust; don't depend on version numbers, but check the path of the
      alternatives.
    - Disable test for armel and powerpc (broken on buildd)
  * d/rules: Make symbolic links to src.zip on /usr/lib/jvm/java-7-openjdk-amd64
    like openjdk-6-jdk (Closes: #649618).
  * d/rules: Pass -n to gzip when compressing manpages to be Multi-Arch: same safe.
  * d/rules: Add build-arch/build-indep target.
  * d/rules: Re-enable Cacao VM!
  * d/{rules,control}: Only rhino 1.7R3 is supported by openjdk7, update B-D.
  * d/patches/hotspot-s390.diff: Update for latest Hotspot.
  * d/patches/icedtea-patch.diff: Move nssLibraryDirectory handling to d/rules.
  * d/rules: Remove --with-*-drop-zip options, as code drops are embedded.
  * d/patches/hsx23-zero.patch, patches/shark-compiler-fixes.patch:
    Fix FTBFS for Zero under Hotspot >= v22.
  * d/patches/kfreebsd-*: Refreshed.
  * d/control: Make openjdk-7-source:all package binNMU-able by using
    Depends ">=" on openjdk-7-jre (ie. src.zip won't change).

Date: Wed, 22 Feb 2012 14:07:16 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: OpenJDK Team <openjdk at lists.launchpad.net>
https://launchpad.net/ubuntu/precise/+source/openjdk-7/7~u3-2.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 22 Feb 2012 14:07:16 +0100
Source: openjdk-7
Binary: openjdk-7-jdk openjdk-7-jre-headless openjdk-7-jre openjdk-7-jre-lib openjdk-7-demo openjdk-7-source openjdk-7-doc openjdk-7-dbg icedtea-7-jre-cacao icedtea-7-jre-jamvm openjdk-7-jre-zero
Architecture: source
Version: 7~u3-2.1-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: OpenJDK Team <openjdk at lists.launchpad.net>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 icedtea-7-jre-cacao - Alternative JVM for OpenJDK, using Cacao
 icedtea-7-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-7-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-7-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-7-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-7-jdk - OpenJDK Development Kit (JDK)
 openjdk-7-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-7-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-7-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-7-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-7-source - OpenJDK Development Kit (JDK) source files
Closes: 649618 651423 660021
Changes: 
 openjdk-7 (7~u3-2.1-1ubuntu1) precise; urgency=low
 .
   [ Damien Raude-Morvan ]
   * d/patches/jexec.diff: Dropped, uneeded and not compatible with multi-arch.
   * d/rules: Use dpkg-buildflags --export=configure to enable hardened build.
     (Closes: #660021).
 .
   [ Matthias Klose ]
   * Merge r522 from openjdk6:
     - Make upgrades from non-multiarch to multiarch builds more silent.
     - Fix order of grant decls in java.policy.
     - Make doc files multi-arch installable.
     - JB-archive.applications.in: Use /usr/bin/java by default. Maybe
       should be moved to the default-jdk package.
   * Explicitly look for the gthread-2.0 pkgconfig module.
 .
 openjdk-7 (7~u3-2.1-1) unstable; urgency=low
 .
   * Update icedtea7 2.1 (OpenJDK7 ~u3 release):
     - Check for logging to prevent wasted CPU (Closes: #651423).
   * Fix following security issues:
     - S7082299, CVE-2011-3571: Fix in AtomicReferenceArray
     - S7088367, CVE-2011-3563: Fix issues in java sound
     - S7110683, CVE-2012-0502: Issues with some KeyboardFocusManager method
     - S7110687, CVE-2012-0503: Issues with TimeZone class
     - S7110700, CVE-2012-0505: Enhance exception throwing mechanism in
       ObjectStreamClass
     - S7110704, CVE-2012-0506: Issues with some method in corba
     - S7112642, CVE-2012-0497: Incorrect checking for graphics rendering object
     - S7118283, CVE-2012-0501: Better input parameter checking in zip file
       processing
     - S7126960, CVE-2011-5035: Add property to limit number of request headers
       to the HTTP Server
 .
   [ Matthias Klose ]
   * openjdk-7-jre-lib: Mark as Multi-Arch: foreign.
 .
   [ Damien Raude-Morvan ]
   * Merge r501-521 from openjdk6:
     - Fix plugin name in jinfo file.
     - Fix build flags for cppInterpreter_arm.o.
     - Use java-atk-wrapper instead of java-access-bridge for accessibility.
     - Make the java.policy file multi-arch installable.
     - Don't install desktop and menu files for multiarch builds.
       Needs a better solution.
     - Don't install an alternative for the deprecated apt tool.
     - Make the upgrade from a non-multiarch installation location more
       robust; don't depend on version numbers, but check the path of the
       alternatives.
     - Disable test for armel and powerpc (broken on buildd)
   * d/rules: Make symbolic links to src.zip on /usr/lib/jvm/java-7-openjdk-amd64
     like openjdk-6-jdk (Closes: #649618).
   * d/rules: Pass -n to gzip when compressing manpages to be Multi-Arch: same safe.
   * d/rules: Add build-arch/build-indep target.
   * d/rules: Re-enable Cacao VM!
   * d/{rules,control}: Only rhino 1.7R3 is supported by openjdk7, update B-D.
   * d/patches/hotspot-s390.diff: Update for latest Hotspot.
   * d/patches/icedtea-patch.diff: Move nssLibraryDirectory handling to d/rules.
   * d/rules: Remove --with-*-drop-zip options, as code drops are embedded.
   * d/patches/hsx23-zero.patch, patches/shark-compiler-fixes.patch:
     Fix FTBFS for Zero under Hotspot >= v22.
   * d/patches/kfreebsd-*: Refreshed.
   * d/control: Make openjdk-7-source:all package binNMU-able by using
     Depends ">=" on openjdk-7-jre (ie. src.zip won't change).
Checksums-Sha1: 
 952b5cabc7d57dcbf1a0950675d8d314aee19dba 2900 openjdk-7_7~u3-2.1-1ubuntu1.dsc
 29e4a5d48cb86108d064df02b1941286e308c2cd 66289987 openjdk-7_7~u3-2.1.orig.tar.gz
 e7b06e8d84769b2afda0944ec66736ee4e1d1f7f 185448 openjdk-7_7~u3-2.1-1ubuntu1.diff.gz
Checksums-Sha256: 
 0814fad918c843af21ce54a8fc7df94b7a81157ddfb4570937af27ccdf037595 2900 openjdk-7_7~u3-2.1-1ubuntu1.dsc
 cb12f82a42718202a0709dc229d7fd1e1932aaef26c6aec8439067e7f8d59280 66289987 openjdk-7_7~u3-2.1.orig.tar.gz
 2624af2fe3fb398debc1d5b8a6c5d5cc4dd18314afd5d06b490f6d5c1c7287e4 185448 openjdk-7_7~u3-2.1-1ubuntu1.diff.gz
Files: 
 ca6bcbf9835e436440d52308df68fd95 2900 java optional openjdk-7_7~u3-2.1-1ubuntu1.dsc
 6a286aa6c7a659456d5aa01154a9f954 66289987 java optional openjdk-7_7~u3-2.1.orig.tar.gz
 363a2df46da72eff9c8d06daa7ea9c43 185448 java optional openjdk-7_7~u3-2.1-1ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk9E9dEACgkQStlRaw+TLJw5ngCeLqQN4gAafeoEgypjoZeanWYh
VR0AnR0aD3BtIvu4RyVqoO93Qkh/GCRW
=CgS6
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list