------------------------------------------------------------
revno: 599
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk7
timestamp: Thu 2015-11-26 21:30:42 +0100
message:
  openjdk-7 (7u91-2.6.3-2) unstable; urgency=medium
  
    * Enable sparc64 for hotspot (John Paul Adrian Glaubitz).
    * Add debian/patches/sparc-libproc-fix.diff to include missing
      headers on sparc64 (David Matthew Mattli). Closes: #805846.
  
   -- Matthias Klose <d...@ubuntu.com>  Wed, 25 Nov 2015 23:38:54 +0100
  
  openjdk-7 (7u91-2.6.3-1) unstable; urgency=medium
  
    [ Tiago Stürmer Daitx ]
    * Icedtea release 2.6.3 (based on 7u91):
    * Security fixes
      - S8142882, CVE-2015-4871: rebinding of the receiver of a 
DirectMethodHandle may
        allow a protected method to be accessed
  
   -- Matthias Klose <d...@ubuntu.com>  Thu, 19 Nov 2015 01:27:25 +0100
modified:
  changelog
  generate-debian-orig.sh
  rules


--
lp:~openjdk/openjdk/openjdk7
https://code.launchpad.net/~openjdk/openjdk/openjdk7

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk7.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk7/+edit-subscription
=== modified file 'changelog'
--- changelog	2015-10-30 15:18:48 +0000
+++ changelog	2015-11-26 20:30:42 +0000
@@ -1,3 +1,21 @@
+openjdk-7 (7u91-2.6.3-2) unstable; urgency=medium
+
+  * Enable sparc64 for hotspot (John Paul Adrian Glaubitz).
+  * Add debian/patches/sparc-libproc-fix.diff to include missing
+    headers on sparc64 (David Matthew Mattli). Closes: #805846.
+
+ -- Matthias Klose <d...@ubuntu.com>  Wed, 25 Nov 2015 23:38:54 +0100
+
+openjdk-7 (7u91-2.6.3-1) unstable; urgency=medium
+
+  [ Tiago Stürmer Daitx ]
+  * Icedtea release 2.6.3 (based on 7u91):
+  * Security fixes
+    - S8142882, CVE-2015-4871: rebinding of the receiver of a DirectMethodHandle may
+      allow a protected method to be accessed
+
+ -- Matthias Klose <d...@ubuntu.com>  Thu, 19 Nov 2015 01:27:25 +0100
+
 openjdk-7 (7u91-2.6.2-1) unstable; urgency=medium
 
   [ Tiago Stürmer Daitx ]

=== modified file 'generate-debian-orig.sh'
--- generate-debian-orig.sh	2015-09-03 18:30:37 +0000
+++ generate-debian-orig.sh	2015-11-26 20:30:42 +0000
@@ -7,13 +7,13 @@
 tarballs="$tarballs icedtea-sound.tar.gz"
 jamvmtb=jamvm-2.0.0.tar.gz
 cacaotb=cacao-c182f119eaad.tar.gz
-tarballdir=7u85
-version=7u85-2.6.1
+tarballdir=7u91
+version=7u91-2.6.3
 base=openjdk-7
 pkgdir=$base-$version
 origtar=${base}_${version}.orig.tar.gz
 
-icedtea_checkout=icedtea-2.6.1
+icedtea_checkout=icedtea-2.6.3
 debian_checkout=openjdk7
 
 if [ -d $pkgdir ]; then

=== modified file 'rules'
--- rules	2015-10-30 15:18:48 +0000
+++ rules	2015-11-26 20:30:42 +0000
@@ -41,7 +41,7 @@
   endif
 endif
 
-hotspot_archs	= amd64 i386 arm64 lpia ppc64 ppc64el sparc kfreebsd-amd64 kfreebsd-i386
+hotspot_archs	= amd64 i386 arm64 lpia ppc64 ppc64el sparc sparc64 kfreebsd-amd64 kfreebsd-i386
 # requires llvm; llvm in jaunty is recent enough, but in universe
 ifeq (,$(filter $(distrel),lenny jaunty intrepid hardy))
   shark_archs	= amd64 i386 lpia kfreebsd-amd64 kfreebsd-i386
@@ -438,6 +438,11 @@
 	debian/patches/s390_hotspot_fix.diff
 endif
 
+ifneq (,$(filter $(DEB_HOST_ARCH), sparc64))
+  DISTRIBUTION_PATCHES += \
+	debian/patches/sparc-libproc-fix.diff
+endif
+
 DISTRIBUTION_PATCHES += \
 	debian/patches/icedtea-override-redirect-compiz.patch \
 	debian/patches/icedtea-4953367.patch \

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to