[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#823433: jessie-pu: package openjdk-7/7u101-2.6.6-2~deb8u1



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

The latest openjdk-7 security update broke the arm32 JIT.  This was
disabled in experimental (7u101-2.6.6-2) and wheezy LTS
(7u101-2.6.6-2~deb7u1), but not in jessie-security, so armel and armhf
now FTBFS.  This pulls in the changes from 7u101-2.6.6-2.

Cheers,
Julien
diff -Nru openjdk-7-7u101-2.6.6/debian/changelog openjdk-7-7u101-2.6.6/debian/changelog
--- openjdk-7-7u101-2.6.6/debian/changelog	2016-04-25 09:11:46.000000000 +0200
+++ openjdk-7-7u101-2.6.6/debian/changelog	2016-05-04 19:20:09.000000000 +0200
@@ -1,8 +1,15 @@
-openjdk-7 (7u101-2.6.6-1~deb8u1) jessie-security; urgency=medium
+openjdk-7 (7u101-2.6.6-2~deb8u1) jessie; urgency=medium
 
-  * Rebuild for jessie-security
+  * Non-maintainer upload.
+  * Rebuild for jessie.
 
- -- Moritz Mühlenhoff <jmm@debian.org>  Mon, 25 Apr 2016 09:11:12 +0200
+ -- Julien Cristau <jcristau@debian.org>  Wed, 04 May 2016 19:20:03 +0200
+
+openjdk-7 (7u101-2.6.6-2) experimental; urgency=medium
+
+  * Configure with --disable-arm32-jit, broken by the security update.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sat, 23 Apr 2016 02:28:28 +0200
 
 openjdk-7 (7u101-2.6.6-1) experimental; urgency=medium
 
diff -Nru openjdk-7-7u101-2.6.6/debian/control openjdk-7-7u101-2.6.6/debian/control
--- openjdk-7-7u101-2.6.6/debian/control	2016-04-25 09:11:04.000000000 +0200
+++ openjdk-7-7u101-2.6.6/debian/control	2016-05-04 19:21:19.000000000 +0200
@@ -16,7 +16,7 @@
   libpulse-dev (>= 0.9.12),
   libnss3-dev (>= 2:3.17.1), systemtap-sdt-dev,
   mauve, xvfb, xauth, xfonts-base, libgl1-mesa-dri [!x32], twm | metacity, twm | dbus-x11, x11-xkb-utils,
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: http://openjdk.java.net/
 Vcs-Bzr: http://bazaar.launchpad.net/~openjdk/openjdk/openjdk7
 Vcs-Browser: https://code.launchpad.net/~openjdk/openjdk/openjdk7
diff -Nru openjdk-7-7u101-2.6.6/debian/control.in openjdk-7-7u101-2.6.6/debian/control.in
--- openjdk-7-7u101-2.6.6/debian/control.in	2016-04-25 09:10:48.000000000 +0200
+++ openjdk-7-7u101-2.6.6/debian/control.in	2016-04-26 14:26:01.000000000 +0200
@@ -16,7 +16,7 @@
   @bd_pulsejava@
   @bd_nss@ @bd_systemtap@
   @bd_mauve@ @bd_xvfb@
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: http://openjdk.java.net/
 Vcs-Bzr: http://bazaar.launchpad.net/~openjdk/openjdk/openjdk7
 Vcs-Browser: https://code.launchpad.net/~openjdk/openjdk/openjdk7
diff -Nru openjdk-7-7u101-2.6.6/debian/rules openjdk-7-7u101-2.6.6/debian/rules
--- openjdk-7-7u101-2.6.6/debian/rules	2016-04-22 21:18:43.000000000 +0200
+++ openjdk-7-7u101-2.6.6/debian/rules	2016-04-23 02:28:24.000000000 +0200
@@ -590,9 +590,9 @@
 	--with-langtools-src-zip=$(CURDIR)/langtools.tar.bz2
 
 ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf))
-  #CONFIGURE_ARGS += \
-	--disable-arm32-jit
   CONFIGURE_ARGS += \
+	--disable-arm32-jit
+  #CONFIGURE_ARGS += \
 	--enable-arm32-jit
 endif
 

Attachment: signature.asc
Description: PGP signature


Reply to: