reproducible.debian.net status changes for wagon

2016-03-04 Thread Reproducible builds folks
2016-03-04 14:34 https://tests.reproducible-builds.org/unstable/amd64/wagon 
changed from unreproducible -> reproducible

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#816758: netbeans: Warning during "Turning on modules..." when using openjdk-7

2016-03-04 Thread Markus Koschany
Am 04.03.2016 um 23:15 schrieb Kevin Carney:
> Package: netbeans
> Version: 8.1+dfsg2-1
> Severity: normal
> 
> Dear Maintainer,
> 
> When starting netbeans, the startup splashscreen stops during "Turning on 
> modules..." and a warning window is displays:
> 
> Window Title: NetBeans IDE - Warning
> Text: "org.netbeans.InvalidException: StandardModule:org.netbeans.modules.db 
> jarFile: /usr/share/netbeans/8.1/ide/modules/org-netbeans-modules-db.jar: 
> java.lang.UnsupportedClassVersionError: org/netbeans/lib/ddl/DBConnection: 
> Unsupported major.minor version 52.0"
> 
> Warning gives two options: "Exit" and "Disable Modules and Continue"
> 
> "Exit" does the obvious thing.
> 
> "Disable Modules and Continue" allows the startup process to finish.  
> Subsequent startups do not show the warning (presumably because netbeans 
> saves the "Disable Modules" option).
> 
> This is occuring on a fresh installation of netbeans running on a fresh 
> installation of Debian/testing.
> 
> It appears to be an issue with openjdk-7, which was pulled in as a dependency 
> while installing netbeans.  I subsequently tested by installing openjdk-8, 
> and the problem did not occur.
> 
> To reproduce:
> 1. Delete my ~/.netbeans directory,
> 2. Switched default java to openjdk-7 with: "sudo update-java-alternatives -s 
> java-1.7.0-openjdk-amd64"
> 3. Start netbeans

Hi,

thanks for the report. We aim to release Netbeans and OpenJDK 8 as the
default environment for Stretch. So don't expect a solution for OpenJDK
7 because it will be most likely removed from Debian before the next
freeze. I don't know why OpenJDK 7 got installed on your system because
the default is OpenJDK 8 now, but I don't think we should invest a lot
of time debugging this issue because OpenJDK 7 won't be supported for
Stretch anyway. Sorry for the inconvenience, but please switch to
OpenJDK 8 at your earliest convenience.

Regards,

Markus




signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#816758: netbeans: Warning during "Turning on modules..." when using openjdk-7

2016-03-04 Thread Kevin Carney
Package: netbeans
Version: 8.1+dfsg2-1
Severity: normal

Dear Maintainer,

When starting netbeans, the startup splashscreen stops during "Turning on 
modules..." and a warning window is displays:

Window Title: NetBeans IDE - Warning
Text: "org.netbeans.InvalidException: StandardModule:org.netbeans.modules.db 
jarFile: /usr/share/netbeans/8.1/ide/modules/org-netbeans-modules-db.jar: 
java.lang.UnsupportedClassVersionError: org/netbeans/lib/ddl/DBConnection: 
Unsupported major.minor version 52.0"

Warning gives two options: "Exit" and "Disable Modules and Continue"

"Exit" does the obvious thing.

"Disable Modules and Continue" allows the startup process to finish.  
Subsequent startups do not show the warning (presumably because netbeans saves 
the "Disable Modules" option).

This is occuring on a fresh installation of netbeans running on a fresh 
installation of Debian/testing.

It appears to be an issue with openjdk-7, which was pulled in as a dependency 
while installing netbeans.  I subsequently tested by installing openjdk-8, and 
the problem did not occur.

To reproduce:
1. Delete my ~/.netbeans directory,
2. Switched default java to openjdk-7 with: "sudo update-java-alternatives -s 
java-1.7.0-openjdk-amd64"
3. Start netbeans


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages netbeans depends on:
ii  default-jdk [java7-sdk]  2:1.7-52.1
ii  libnb-apisupport3-java   8.1+dfsg2-1
ii  libnb-ide14-java 8.1+dfsg2-1
ii  libnb-java5-java 8.1+dfsg2-1
ii  libnb-platform18-java8.1+dfsg1-2

netbeans suggests no packages.

-- no debconf information

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#816357: jedit: FTBFS: XThis.java:128: error: cannot find symbol [..] NotSerializableException

2016-03-04 Thread Markus Koschany
Am 04.03.2016 um 14:40 schrieb tony mancill:
[...]
>> Hi tony,
>>
>> I can upload a new revision of bsh with this change later. I'm just wondering
>> why we need to use java.io.ObjectStreamException and
>> java.io.NotSerializableException explicitly because these classes are already
>> imported in bsh's XThis.java.
>>
>> import java.io.*;
>>
>> Anyway it doesn't change the intention of the patch and should be safe.
> 
> Hi Markus,
> 
> I ask myself that same question, and intend to look it up.  Perhaps
> because it's a nested inner class of XThis?
> 
> But one of the clues was that the original code specified the full class
> name for java.io.Serializable and not just Serializable.
> 
> I agree that it shouldn't affect the intention of patch and should be
> safe, but it is a bit puzzling.

I have just uploaded bsh with this change.

Cheers,

Markus




signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#816357: jedit: FTBFS: XThis.java:128: error: cannot find symbol [..] NotSerializableException

2016-03-04 Thread Markus Koschany
On Thu, 03. Mar 22:30 tony mancill  wrote:
> On 03/03/2016 12:49 PM, Markus Koschany wrote:
> > Am 03.03.2016 um 05:03 schrieb tony mancill:
> >> Control: -1 tag  + confirmed
> >> Control: -1 owner tmanc...@debian.org
> >>
> >> On 02/29/2016 11:05 PM, Chris Lamb wrote:
> >>> Source: jedit
> >>> Version: 5.3.0+dfsg-1
> >>> Severity: serious
> >>> Justification: fails to build from source
> >>
> >>>   [javac] 
> >>> /home/lamby/temp/cdt.20160301065925.cu0iTWjXkj/jedit-5.3.0+dfsg/org/gjt/sp/jedit/bsh/XThis.java:128:
> >>>  error: cannot find symbol
> >>>   [javac] throw new NotSerializableException();
> >>
> >> Thanks for the bug report.  Looks like we have a bit of porting for the
> >> latest bsh upload.
> >>
> >
> > Sorry for the inconvenience. If there is more involved than importing
> > the missing class, please let me know and I try to fix it.
>
> Hi Markus,
>
> No inconvenience at all. The issue seems to be with the upstream patch
> for CVE-2016-2510, which drops the java.io.Serializable interface from
> the InvocationHandler, but then references the ObjectStreamException and
> NotSerializableException classes that package.
>
> I was able to get things working for jedit by applying the following
> patch (also attached), building a new bsh-src package locally, and using
> that for the jedit build.
>
> > diff -Nru bsh-2.0b4/debian/patches/CVE-2016-2510.patch 
> > bsh-2.0b4/debian/patches/CVE-2016-2510.patch
> > --- bsh-2.0b4/debian/patches/CVE-2016-2510.patch2016-03-02 
> > 20:24:07.0 -0800
> > +++ bsh-2.0b4/debian/patches/CVE-2016-2510.patch2016-03-03 
> > 22:10:57.0 -0800
> > @@ -35,8 +35,8 @@
> >  -  class Handler implements InvocationHandler, java.io.Serializable
> >  +  class Handler implements InvocationHandler
> > {
> > -+  private Object readResolve() throws ObjectStreamException {
> > -+  throw new NotSerializableException();
> > ++  private Object readResolve() throws 
> > java.io.ObjectStreamException {
> > ++  throw new java.io.NotSerializableException();
> >  +  }
> >  +
>
> So, if you're okay with the patch, could you apply it and upload an
> updated bsh?  Or do you mind if I do?

Hi tony,

I can upload a new revision of bsh with this change later. I'm just wondering
why we need to use java.io.ObjectStreamException and
java.io.NotSerializableException explicitly because these classes are already
imported in bsh's XThis.java.

import java.io.*;

Anyway it doesn't change the intention of the patch and should be safe.

Cheers,

Markus



signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#816357: jedit: FTBFS: XThis.java:128: error: cannot find symbol [..] NotSerializableException

2016-03-04 Thread tony mancill
On 03/04/2016 12:24 AM, Markus Koschany wrote:
> On Thu, 03. Mar 22:30 tony mancill  wrote:
>>> diff -Nru bsh-2.0b4/debian/patches/CVE-2016-2510.patch 
>>> bsh-2.0b4/debian/patches/CVE-2016-2510.patch
>>> --- bsh-2.0b4/debian/patches/CVE-2016-2510.patch2016-03-02 
>>> 20:24:07.0 -0800
>>> +++ bsh-2.0b4/debian/patches/CVE-2016-2510.patch2016-03-03 
>>> 22:10:57.0 -0800
>>> @@ -35,8 +35,8 @@
>>>  -  class Handler implements InvocationHandler, java.io.Serializable
>>>  +  class Handler implements InvocationHandler
>>> {
>>> -+  private Object readResolve() throws ObjectStreamException {
>>> -+  throw new NotSerializableException();
>>> ++  private Object readResolve() throws 
>>> java.io.ObjectStreamException {
>>> ++  throw new java.io.NotSerializableException();
>>>  +  }
>>>  +
>>
>> So, if you're okay with the patch, could you apply it and upload an
>> updated bsh?  Or do you mind if I do?
> 
> Hi tony,
> 
> I can upload a new revision of bsh with this change later. I'm just wondering
> why we need to use java.io.ObjectStreamException and
> java.io.NotSerializableException explicitly because these classes are already
> imported in bsh's XThis.java.
> 
> import java.io.*;
> 
> Anyway it doesn't change the intention of the patch and should be safe.

Hi Markus,

I ask myself that same question, and intend to look it up.  Perhaps
because it's a nested inner class of XThis?

But one of the clues was that the original code specified the full class
name for java.io.Serializable and not just Serializable.

I agree that it shouldn't affect the intention of patch and should be
safe, but it is a bit puzzling.

Thank you,
tony

P.S.  I'm leaving you on the cc: because my MX is having some issues
with bugs.debian.org at the moment.  Sorry if you get duplicates.



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#816357: jedit: FTBFS: XThis.java:128: error: cannot find symbol [..] NotSerializableException

2016-03-04 Thread tony mancill
On 03/03/2016 12:49 PM, Markus Koschany wrote:
> Am 03.03.2016 um 05:03 schrieb tony mancill:
>> Control: -1 tag  + confirmed
>> Control: -1 owner tmanc...@debian.org
>>
>> On 02/29/2016 11:05 PM, Chris Lamb wrote:
>>> Source: jedit
>>> Version: 5.3.0+dfsg-1
>>> Severity: serious
>>> Justification: fails to build from source
>>
>>>   [javac] 
>>> /home/lamby/temp/cdt.20160301065925.cu0iTWjXkj/jedit-5.3.0+dfsg/org/gjt/sp/jedit/bsh/XThis.java:128:
>>>  error: cannot find symbol
>>>   [javac]   throw new NotSerializableException();
>>
>> Thanks for the bug report.  Looks like we have a bit of porting for the
>> latest bsh upload.
>>
> 
> Sorry for the inconvenience. If there is more involved than importing
> the missing class, please let me know and I try to fix it.

Hi Markus,

No inconvenience at all. The issue seems to be with the upstream patch
for CVE-2016-2510, which drops the java.io.Serializable interface from
the InvocationHandler, but then references the ObjectStreamException and
NotSerializableException classes that package.

I was able to get things working for jedit by applying the following
patch (also attached), building a new bsh-src package locally, and using
that for the jedit build.

> diff -Nru bsh-2.0b4/debian/patches/CVE-2016-2510.patch 
> bsh-2.0b4/debian/patches/CVE-2016-2510.patch
> --- bsh-2.0b4/debian/patches/CVE-2016-2510.patch  2016-03-02 
> 20:24:07.0 -0800
> +++ bsh-2.0b4/debian/patches/CVE-2016-2510.patch  2016-03-03 
> 22:10:57.0 -0800
> @@ -35,8 +35,8 @@
>  -class Handler implements InvocationHandler, java.io.Serializable 
>  +class Handler implements InvocationHandler
>   {
> -+private Object readResolve() throws ObjectStreamException {
> -+throw new NotSerializableException();
> ++private Object readResolve() throws 
> java.io.ObjectStreamException {
> ++throw new java.io.NotSerializableException();
>  +}
>  +

So, if you're okay with the patch, could you apply it and upload an
updated bsh?  Or do you mind if I do?

Cheers,
tony

diff -Nru bsh-2.0b4/debian/patches/CVE-2016-2510.patch bsh-2.0b4/debian/patches/CVE-2016-2510.patch
--- bsh-2.0b4/debian/patches/CVE-2016-2510.patch	2016-03-02 20:24:07.0 -0800
+++ bsh-2.0b4/debian/patches/CVE-2016-2510.patch	2016-03-03 22:10:57.0 -0800
@@ -35,8 +35,8 @@
 -	class Handler implements InvocationHandler, java.io.Serializable 
 +	class Handler implements InvocationHandler
  	{
-+		private Object readResolve() throws ObjectStreamException {
-+			throw new NotSerializableException();
++		private Object readResolve() throws java.io.ObjectStreamException {
++			throw new java.io.NotSerializableException();
 +		}
 +


signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

modello_1.8.3-2~bpo8+1_amd64.changes is NEW

2016-03-04 Thread Debian FTP Masters
binary:libmodello-java is NEW.
binary:libmodello-java-doc is NEW.
source:modello is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


plexus-maven-plugin 1.3.8-10 MIGRATED to testing

2016-03-04 Thread Debian testing watch
FYI: The status of the plexus-maven-plugin source package
in Debian's testing distribution has changed.

  Previous version: 1.3.8-9
  Current version:  1.3.8-10

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


guice_4.0-2~bpo8+1_amd64.changes REJECTED

2016-03-04 Thread Debian FTP Masters


libguice-java_4.0-2~bpo8+1_all.deb: APT could not parse Built-Using field

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


bsh_2.0b4-12+deb7u1_amd64.changes ACCEPTED into oldstable-proposed-updates->oldstable-new

2016-03-04 Thread Debian FTP Masters
Mapping oldstable-security to oldstable-proposed-updates.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Mar 2016 15:32:04 +0100
Source: bsh
Binary: bsh bsh-gcj bsh-doc bsh-src
Architecture: source all amd64
Version: 2.0b4-12+deb7u1
Distribution: wheezy-security
Urgency: high
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description: 
 bsh- Java scripting environment (BeanShell) Version 2
 bsh-doc- Documentation for bsh
 bsh-gcj- Java scripting environment (BeanShell) Version 2 (native code)
 bsh-src- Java scripting environment (BeanShell) Version 2 (source code)
Changes: 
 bsh (2.0b4-12+deb7u1) wheezy-security; urgency=high
 .
   * Team upload.
   * Fix CVE-2016-2510.
 An application that includes BeanShell on the classpath may be vulnerable
 if another part of the application uses Java serialization or XStream to
 deserialize data from an untrusted source. A vulnerable application could
 be exploited for remote code execution, including executing arbitrary shell
 commands.
Checksums-Sha1: 
 04a045a1f8dd9d5d1f9cd921259e15d752be831b 2191 bsh_2.0b4-12+deb7u1.dsc
 03db7b1d7318203ee5ee7534f32dd68b60d21922 826645 bsh_2.0b4.orig.tar.gz
 535d7760cfbd073bd290a1450ce5d9d775c5bf40 8948 bsh_2.0b4-12+deb7u1.debian.tar.gz
 9a07b83f516bf8f62a34f642fbf931ca69c673d8 270880 bsh_2.0b4-12+deb7u1_all.deb
 b770893a78518c34eebf9d4e34ef16bb174adb5f 427574 bsh-doc_2.0b4-12+deb7u1_all.deb
 9e0adf586f8ddc3fa9b0047ba754854923e475d8 836146 bsh-src_2.0b4-12+deb7u1_all.deb
 8b3be2ae40cb8d965de190a38e9186361271d890 470788 
bsh-gcj_2.0b4-12+deb7u1_amd64.deb
Checksums-Sha256: 
 8d5cb7ecb262074728f523846d9fc4cf3b6c15354526d674f8ddc15a155f17b7 2191 
bsh_2.0b4-12+deb7u1.dsc
 776a64db4967af4fdfa13e3801eaf4249afbb7ffa1ced13f525fdf44e6e340f7 826645 
bsh_2.0b4.orig.tar.gz
 eba036af3614e21b83673ed3e6eba1d28029e3d7ab0ad498d3ffd53675e2fa64 8948 
bsh_2.0b4-12+deb7u1.debian.tar.gz
 4cdae0a778736064c55d74ad461b1f5dd3f71cc58523d081e3cbd91d533236ec 270880 
bsh_2.0b4-12+deb7u1_all.deb
 6222dc06c40cb1a6517e47da8c12033c8e74e52fa26861849cd816c20b099d2e 427574 
bsh-doc_2.0b4-12+deb7u1_all.deb
 cf9d1763eb475ca1e652c6fd7d0c97fadee31576c86c0390ef7237314abfe60c 836146 
bsh-src_2.0b4-12+deb7u1_all.deb
 8952f4101e0358b58de2d34d6936c55b4051310399f086d80729b7d49d976ca7 470788 
bsh-gcj_2.0b4-12+deb7u1_amd64.deb
Files: 
 2f1f87593bf62600cbfd2f7c0fcd091b 2191 java optional bsh_2.0b4-12+deb7u1.dsc
 47642ecdfed4789bed8d4184aeebb132 826645 java optional bsh_2.0b4.orig.tar.gz
 334d251de8542be41912b7008fc090f1 8948 java optional 
bsh_2.0b4-12+deb7u1.debian.tar.gz
 b93ac41f95e66e02a63fd0ef497c09aa 270880 java optional 
bsh_2.0b4-12+deb7u1_all.deb
 ee6d487e5f4e70a9be2838a767547a93 427574 doc optional 
bsh-doc_2.0b4-12+deb7u1_all.deb
 528a253f0f83a65ad746ffb08193d539 836146 java optional 
bsh-src_2.0b4-12+deb7u1_all.deb
 36100edfd464aacabbc4b026002b8c01 470788 libs optional 
bsh-gcj_2.0b4-12+deb7u1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJW1cdoXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkUwkP/i+Jb2tOlgaGo04kQVGb8zhA
5CuJc9BSgKfllia8N6ywmYbqTcZ6iV+u+8WqN9tY5bGagxTnnhBfju+Z8OYmcluS
SenqydL3EslXwG/eGuFSdLSV/BgIFdQzTLBRyzvCb7TqXxnzpodeZ7r0b4k0xk2w
QauXKqw3dV52V+cGSfeP68867/8aSgZ3mh/8bRsuDnz2M8K2mkckhX+zJo5vnSPH
U2gxqTwYlLmE9GrZTrV62+bE0kQlMOBhh/MHUD0DbUklEwVdLR5NgBRyQTVynoTs
Mau7fQ7a+NO2eyU+L1O8dRv6A4yqEMb8ugtuwLSYqmRVZV2fMpvegtGuq52sETTX
KfCvr+1Spp1IkXrsAxX/HP4WlaT8fgY9MIj3jMoUUmFJU+x7/tdKeiNG4Bncemf6
4ZFqvOT3RiibV1O9wNp9hvOPEfhQzeb1T6GVOOtYtYPENB00Os0V78TZjnuQWW3q
ZTK7UjRrq961aqyzMOGox7s5I4TBGY5tHvrMd3J0/FZqc69V/oQFY08mpdmPILO+
YbpyKy33C4fQRviZGtbB//ZLG4i7AKxOzIDlZZ8N52sUHm6IGDTJtIzeg377LYHL
4ChPQ/GnNNeC2mJdKyB774Bhv8N7nxf7kf4fQYblheHYFlJaLcAWZJWOR5om3zRX
J68pYPgDusQwJynmgans
=qPSI
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


bsh_2.0b4-17_amd64.changes ACCEPTED into unstable

2016-03-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Mar 2016 14:58:01 +0100
Source: bsh
Binary: bsh libbsh-java bsh-doc bsh-src
Architecture: source all
Version: 2.0b4-17
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 bsh- Java scripting environment (BeanShell) Version 2
 bsh-doc- Documentation for bsh
 bsh-src- Java scripting environment (BeanShell) Version 2 (source code)
 libbsh-java - Java scripting environment (BeanShell) Version 2 (library)
Changes:
 bsh (2.0b4-17) unstable; urgency=medium
 .
   * Team upload.
   * Update CVE-2016-2510.patch and use java.io.ObjectStreamException and
 java.io.NotSerializableException directly to ensure Jedit can be build from
 source.
Checksums-Sha1:
 d28bae4340708c040768ab780f57d1c22e8092ae 2264 bsh_2.0b4-17.dsc
 ce9b50169e12d9b695bd0d103116952cae53ae30 9356 bsh_2.0b4-17.debian.tar.xz
 7cdd8fa04e12a0509a1c974e496ef12f90bb109a 331368 bsh-doc_2.0b4-17_all.deb
 f9da2f5ce87dc78b43f39c28df2ab12a8d410fd8 837678 bsh-src_2.0b4-17_all.deb
 4d5c2416b14273e3f50350646482a5fe7c1d732a 8124 bsh_2.0b4-17_all.deb
 fcb13bbcc51f4ff3bfd168ac741f318b9aec6dd1 266488 libbsh-java_2.0b4-17_all.deb
Checksums-Sha256:
 ece857faef365f5481618f24701f3cf7bf0c4829503e8c305b569c8947d94c39 2264 
bsh_2.0b4-17.dsc
 c07dfd5e3cb656407ff02a88e653b6c1da2fec434a41d3e81d863c56dfb381c0 9356 
bsh_2.0b4-17.debian.tar.xz
 c7f54ddafa3c04d176c44eb26c26fef22940c21768be83fd5999e36060fa1604 331368 
bsh-doc_2.0b4-17_all.deb
 ac5e9c4f6bd806dfada53b303f64a261b5e384179bad771cc795b264b1589dd6 837678 
bsh-src_2.0b4-17_all.deb
 25ca014e5ac601ec8364906a6ea2f3795626cec80d212fe023e455a6a1e14dda 8124 
bsh_2.0b4-17_all.deb
 6e5baee0c7a31ee7494186f191ee412cbc3d7f4f166344984e034fe59126f7f3 266488 
libbsh-java_2.0b4-17_all.deb
Files:
 50d3f203f80d41bd7f95f659d5364258 2264 devel optional bsh_2.0b4-17.dsc
 315b9f965f2f6752670124cc65ebe89e 9356 devel optional bsh_2.0b4-17.debian.tar.xz
 56d5b53ff9991daf69523ecebf19557b 331368 doc optional bsh-doc_2.0b4-17_all.deb
 a8b4ece8d689c393026949b2121a42f4 837678 java optional bsh-src_2.0b4-17_all.deb
 c15098a100cc515b7699b8891d5070ab 8124 devel optional bsh_2.0b4-17_all.deb
 d9100ed9ddf38cde90db3251862939af 266488 java optional 
libbsh-java_2.0b4-17_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJW2ZXgXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkJwUP/1t5gmzXC19lGG13Xyjbh5Ui
ccdeaxlsCd3e6n9RVH+ddGXTohP0Zkoyf97oGRhX7LJdhSfABXt51yYXf4SvFUQH
0n9NDNSdZ4qOfdv7KpgkLrFNRPoO+s8bRC2zVHU1m+Xy4F2nn42gElLbDaoAi2ct
yoOArUmM8EIMIafjTc3qPbGsi+YNbL+uw0EmwRsPTdWU/EaupgSBij9AOqDIAYhN
42Vv5iCZgE045Sf6UIFm2kxzAVP1tqutztjC/jCqZpdJHVqT/1soJoNh/6FSh+FT
EPkW4V4CCPhVIs2MlutTFZTH0jgyTcH5+C2Tylk4mopJxKlwe6m0bIh9iIJ1ZZTg
V8680Wc1rd+G82TRF8u8pZtrtg0382o1kXdU1cereR1AiHR9vRG3rzhrO4dMbtjD
4VTcSIAwVjSiS9/cBNhXrMRwIJLg5mKBKjxwUon8mJumYS8pOCWVsl3F0KIVlfPy
y0BRiG6aIT0nguN4hlu3wMoj9I9H/3ELmmYoyVUAVGG4S7bRqou+OV5AqWrdtHJ0
M5CSPl2BneG2vN0+HFVVkyVJwGu2JZogUnUzOKiSt3+nEyVEqeBz0zokSAGu57Vl
wU1s1mEmt6RxtLpjclwvcUqDUTEMn/aEiYziCaZOJpVxGoKBPCrs9kXFfzht5B5c
5EPAWb/tR0nZL1qFimbA
=8ygc
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


bsh_2.0b4-15+deb8u1_amd64.changes ACCEPTED into proposed-updates->stable-new

2016-03-04 Thread Debian FTP Masters
Mapping stable-security to proposed-updates.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Mar 2016 15:54:12 +0100
Source: bsh
Binary: bsh libbsh-java bsh-doc bsh-src
Architecture: source all
Version: 2.0b4-15+deb8u1
Distribution: jessie-security
Urgency: high
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 bsh- Java scripting environment (BeanShell) Version 2
 bsh-doc- Documentation for bsh
 bsh-src- Java scripting environment (BeanShell) Version 2 (source code)
 libbsh-java - Java scripting environment (BeanShell) Version 2 (library)
Changes:
 bsh (2.0b4-15+deb8u1) jessie-security; urgency=high
 .
   * Team upload.
   * Fix CVE-2016-2510.
 An application that includes BeanShell on the classpath may be vulnerable
 if another part of the application uses Java serialization or XStream to
 deserialize data from an untrusted source. A vulnerable application could
 be exploited for remote code execution, including executing arbitrary shell
 commands.
Checksums-Sha1:
 b84817cd31d61889f5a2ee76e9ea888767273c95 2291 bsh_2.0b4-15+deb8u1.dsc
 dc1344119059ea42f3df115b8d06dc7807615c3d 9280 bsh_2.0b4-15+deb8u1.debian.tar.xz
 78f7b39b1775f1e045fc36643408b0f4b9a3deaf 8094 bsh_2.0b4-15+deb8u1_all.deb
 0d313f9f9dfb7d410ed3aa59247818d7db11fbe1 266470 
libbsh-java_2.0b4-15+deb8u1_all.deb
 cc26005dc0b7e76a5d76693edaec037d2636dc41 342042 bsh-doc_2.0b4-15+deb8u1_all.deb
 d9c5f9eab164475c8a47e3169027cfe5f224456d 837614 bsh-src_2.0b4-15+deb8u1_all.deb
Checksums-Sha256:
 b1ca7393ecfbb887430740267093cb5159b5299bb9b9582e28b39216507b0dff 2291 
bsh_2.0b4-15+deb8u1.dsc
 5b8675c6ae951f24f77e83df9300c98cb4f42d2391c652db0a8f7d574c8d16bc 9280 
bsh_2.0b4-15+deb8u1.debian.tar.xz
 42b6e3e57926d6a8acccb58077051b4e0144938a200e97c53b45d467235cb135 8094 
bsh_2.0b4-15+deb8u1_all.deb
 72ddef827d11fb5e6d8a39123a4e4027d86b8e5d85ce8289f2bc3c26f09735ef 266470 
libbsh-java_2.0b4-15+deb8u1_all.deb
 fcbe805842b885a36008ad89bdc14345799d051939101bdd3c3c6c3850f45044 342042 
bsh-doc_2.0b4-15+deb8u1_all.deb
 05eb777ba85efabb19d039be837e81254956ecb7da3cb3eb1f2186d1545d80d1 837614 
bsh-src_2.0b4-15+deb8u1_all.deb
Files:
 5a0aaa98bf25d23cb4b7c03bbf74483c 2291 devel optional bsh_2.0b4-15+deb8u1.dsc
 d8f4836a64d26ef3ddcfc6f51bcea57f 9280 devel optional 
bsh_2.0b4-15+deb8u1.debian.tar.xz
 1d02fe312585dde432fdaaa0dd1b 8094 devel optional 
bsh_2.0b4-15+deb8u1_all.deb
 e93eea765b76baac8372cc0a213ca4cf 266470 java optional 
libbsh-java_2.0b4-15+deb8u1_all.deb
 1c900ebc0a577e45e576236364e319ab 342042 doc optional 
bsh-doc_2.0b4-15+deb8u1_all.deb
 66f6c5fff9437430ac03763ae284d717 837614 java optional 
bsh-src_2.0b4-15+deb8u1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJW1eD2XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkfBAQALiEaDVOopnZmfEG5OZ2HCKQ
LSSPWGUu480ByRnS4JhpYyYNXMV6K04dnoUbTp07MRb0QZH+inGVN9oUGJIcqgqp
gw2gdkBaalIQ0RwiGUTKb43emE3lC/NucCuMIi9Mpo++akABTFGlikShOZ05hOTe
ymW+V9D2qhfVavEfAfTR5ObSeoYDsWzaCcUnsDjwC/Que23+UOMxKDjWAFaY9MR7
m/1Gx+yF3j1YIyz4BxSTUfOYZNk1GgYE1WygkVDtpcc2Q35VM90ZiMKQCKahJv3A
oWrArzoH0LX7gsJO7nosiryksxSCdO7JJvku0T6PGMoYBJ36YP1UfqXJHKsfJDca
M3rGn6QOQnNkLFtTFJ2CXJOvb/lq4ltLn+nAItTueM71KjwnsCMw5prH9VC3BgbC
NxKAESEBGlJqb+mJiopEllvM2B93p7Eo+IlXBlin4hyk0np9PqJl7mLoScmKqPjo
3Q8qN9itIH6kGtSZUJ65G6o9UhDFdeYxBVq7hz4/20wotFwItvRWx9qTORRN1qhz
1ekuJ75pW+LrOF8E4mPRiqwfSYLnj67+IcYa0iQV66rCvmf+AttnSxSgzjv1cK7x
3TxLZ0Ur8WNt/lV3FAA/O7Fb27lFKz7xGSTmqaAEJr7Iix75bgknI7buRmyeq5p5
zzh6lQb/37BBGWMxO8ji
=VeNt
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of bsh_2.0b4-15+deb8u1_amd64.changes

2016-03-04 Thread Debian FTP Masters
bsh_2.0b4-15+deb8u1_amd64.changes uploaded successfully to localhost
along with the files:
  bsh_2.0b4-15+deb8u1.dsc
  bsh_2.0b4-15+deb8u1.debian.tar.xz
  bsh_2.0b4-15+deb8u1_all.deb
  libbsh-java_2.0b4-15+deb8u1_all.deb
  bsh-doc_2.0b4-15+deb8u1_all.deb
  bsh-src_2.0b4-15+deb8u1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of bsh_2.0b4-12+deb7u1_amd64.changes

2016-03-04 Thread Debian FTP Masters
bsh_2.0b4-12+deb7u1_amd64.changes uploaded successfully to localhost
along with the files:
  bsh_2.0b4-12+deb7u1.dsc
  bsh_2.0b4.orig.tar.gz
  bsh_2.0b4-12+deb7u1.debian.tar.gz
  bsh_2.0b4-12+deb7u1_all.deb
  bsh-doc_2.0b4-12+deb7u1_all.deb
  bsh-src_2.0b4-12+deb7u1_all.deb
  bsh-gcj_2.0b4-12+deb7u1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of modello_1.8.3-2~bpo8+1_amd64.changes

2016-03-04 Thread Debian FTP Masters
modello_1.8.3-2~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  modello_1.8.3-2~bpo8+1.dsc
  modello_1.8.3.orig.tar.xz
  modello_1.8.3-2~bpo8+1.debian.tar.xz
  libmodello-java_1.8.3-2~bpo8+1_all.deb
  libmodello-java-doc_1.8.3-2~bpo8+1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of guice_4.0-2~bpo8+1_amd64.changes

2016-03-04 Thread Debian FTP Masters
guice_4.0-2~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  guice_4.0-2~bpo8+1.dsc
  guice_4.0.orig.tar.xz
  guice_4.0-2~bpo8+1.debian.tar.xz
  libguice-java_4.0-2~bpo8+1_all.deb
  libguice-java-doc_4.0-2~bpo8+1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of bsh_2.0b4-17_amd64.changes

2016-03-04 Thread Debian FTP Masters
bsh_2.0b4-17_amd64.changes uploaded successfully to localhost
along with the files:
  bsh_2.0b4-17.dsc
  bsh_2.0b4-17.debian.tar.xz
  bsh-doc_2.0b4-17_all.deb
  bsh-src_2.0b4-17_all.deb
  bsh_2.0b4-17_all.deb
  libbsh-java_2.0b4-17_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of bsh_2.0b4-17_amd64.changes

2016-03-04 Thread Debian FTP Masters
bsh_2.0b4-17_amd64.changes uploaded successfully to ftp-master.debian.org
along with the files:
  bsh_2.0b4-17.dsc
  bsh_2.0b4-17.debian.tar.xz
  bsh-doc_2.0b4-17_all.deb
  bsh-src_2.0b4-17_all.deb
  bsh_2.0b4-17_all.deb
  libbsh-java_2.0b4-17_all.deb

Greetings,

Your Debian queue daemon (running on host coccia.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


osgi-annotation_6.0.0-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports, jessie-backports

2016-03-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Mar 2016 17:51:19 +0100
Source: osgi-annotation
Binary: libosgi-annotation-java libosgi-annotation-java-doc
Architecture: source all
Version: 6.0.0-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libosgi-annotation-java - Java OSGi API - annotation module
 libosgi-annotation-java-doc - Javadoc for Java OSGi API - annotation module
Changes:
 osgi-annotation (6.0.0-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
Checksums-Sha1:
 0b90893cd63625e8d20b4b26e1f3a4fd4bd44a95 2151 
osgi-annotation_6.0.0-1~bpo8+1.dsc
 6fe4a35f63710d5613126f9a7b42329eb81f4209 2344 
osgi-annotation_6.0.0-1~bpo8+1.debian.tar.xz
 5104e2b4e7eed2e3d2ed289302ee147b600f674f 3894 
libosgi-annotation-java_6.0.0-1~bpo8+1_all.deb
 ad9cf940fa7574d34be11199da8c4a4201c1 23836 
libosgi-annotation-java-doc_6.0.0-1~bpo8+1_all.deb
Checksums-Sha256:
 5b94a3df15ac610c81341d273f8b2566e2c0c3d8816f8721e812e604959a45a8 2151 
osgi-annotation_6.0.0-1~bpo8+1.dsc
 03e5a9d37b8baafabb55a55ad4b3a49469e8c6bac4e1c4c983f8730e0faa3c82 2344 
osgi-annotation_6.0.0-1~bpo8+1.debian.tar.xz
 6426f96aef71d0d8ed6d4d7de3066b3306a12bdf64d28e056549580885be968e 3894 
libosgi-annotation-java_6.0.0-1~bpo8+1_all.deb
 d7b15a4a54cb57df923c3d352b3e0740268ab8d22561f400980fb4576267805b 23836 
libosgi-annotation-java-doc_6.0.0-1~bpo8+1_all.deb
Files:
 7bda21157f9c19a50ac7b5c281bdd039 2151 java optional 
osgi-annotation_6.0.0-1~bpo8+1.dsc
 bd17c7e0ff8cb30ad426c14b53a9ba8a 2344 java optional 
osgi-annotation_6.0.0-1~bpo8+1.debian.tar.xz
 aea877f629345777e00f9a2233641fbe 3894 java optional 
libosgi-annotation-java_6.0.0-1~bpo8+1_all.deb
 9efc2c58d3c6fdb1607b11de1533bcb2 23836 doc optional 
libosgi-annotation-java-doc_6.0.0-1~bpo8+1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJW2GwTAAoJEPUTxBnkudCsCi4P/24oGztuVPY4VnJqHU/ymBx0
qIWhNOG01aANhrRhNTwAMc11DmRvfsZrWodLidybGIfNhSJEKubMFr28ajvk2pPi
K4hvPneVFE0oUdpEpyj/40DPf6MNxF8ph5Dz2E8Kcu96OxX+1UVrYj4xvzxiScuU
elk3VpcTsHL0qzCuFPbVmeDc9BEA+J3J3IPfeqttM0A/MNHvIDe9wMG8cGz/eE1X
mSrO3giGBa5s79tujQ9IHxk5YABjc2QxQxPYGwQ+rnqlnZRISzLoVBrYayPwByaW
/sAkuQwTwUTqL3JSkzk4SWIaMgxd9fvqi8cOdDZluxtK41CUwfEoRl/J0paHxvA6
zWQO0CKlthE46r67QGaNSNBRgng9C85qtg2YMkAQ67XBD4YXNCsz5MmYut5W4te2
mzbjprOkE+nSUT/5OTGBtCZClMlBDn4v4KfEaZZN8eNbufJH85YL+IYOx0p1V6UZ
avKVT5vvDVOEC6Vy+1Dzq5IbQ08xof5JWkcTHlAIiqoZlhpGbTyWdAbi5oOBGNtj
BCMWpl0wLbnBfCaNvC8ws/ueW2DSGpr2XN835qrKdYcFsKflr/dTxY8hWIPA4eS9
B7YIGHmisAxJ4pfdfgZ2A+g0IUXWlMtksd/A40hMCQHpHDB/RllOGSxGs+OHBphk
IeU8fYvzeoJncPC5jpOf
=eor1
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


jedit_5.3.0+dfsg-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports, jessie-backports

2016-03-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Mar 2016 09:24:11 +0100
Source: jedit
Binary: jedit
Architecture: source all
Version: 5.3.0+dfsg-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 jedit  - Plugin-based editor for programmers
Changes:
 jedit (5.3.0+dfsg-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 jedit (5.3.0+dfsg-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version.
   * Update debian/copyright.
 .
 jedit (5.2.0+dfsg-2) unstable; urgency=medium
 .
   * Drop the .menu file, since jedit ships a .desktop file.
 This is now prohibitted by CTTE #741573.
   * Depend on Java 7 runtime.  Build-dep on JDK 7.
   * Address lintian warning in d/copyright.
 .
 jedit (5.2.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 a0714c9e84f8203412471b2574a4beb768a4fa8f 2276 jedit_5.3.0+dfsg-1~bpo8+1.dsc
 a382f2bd00b0b56d6b02b589334a75b958c501bf 2108504 jedit_5.3.0+dfsg.orig.tar.xz
 11ad7e163cd8f362892530aa28a067a3da7b62ca 22516 
jedit_5.3.0+dfsg-1~bpo8+1.debian.tar.xz
 7f9263c4ed1187b9c291542d20135dee19707f36 2280084 
jedit_5.3.0+dfsg-1~bpo8+1_all.deb
Checksums-Sha256:
 7dbfd68b0b62b47607817dee961ac7545818ba0018eb556851563746b1b1babe 2276 
jedit_5.3.0+dfsg-1~bpo8+1.dsc
 19701de45d5dc009f814ebc554c484d323d47cfda44c6b875c9a357ae2c8db6b 2108504 
jedit_5.3.0+dfsg.orig.tar.xz
 b2d08f9c2a4d79acf7efcdfb5aed094729143f429e626eec7dfbdf1ae146128a 22516 
jedit_5.3.0+dfsg-1~bpo8+1.debian.tar.xz
 e89557a9134df027a8c331b3c10a558af98c0f75ce3bebd54413b23b3ff73cf6 2280084 
jedit_5.3.0+dfsg-1~bpo8+1_all.deb
Files:
 8090786baecb24e0f06306da81be91cc 2276 editors optional 
jedit_5.3.0+dfsg-1~bpo8+1.dsc
 ff8f86554a2c18fc4e9ae4776e0e0be2 2108504 editors optional 
jedit_5.3.0+dfsg.orig.tar.xz
 80bf7d7898679ba5a7c7ce4198c5bc44 22516 editors optional 
jedit_5.3.0+dfsg-1~bpo8+1.debian.tar.xz
 9c17a1b0d8bd63c076f31d9763a8f340 2280084 editors optional 
jedit_5.3.0+dfsg-1~bpo8+1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJW1VKTAAoJEPUTxBnkudCsG2cP/R+wklj1pF/XMeCLcgeZT6Z4
FctQ8+/VJHsOedsQCh8A7H2IZDQyRA7Oc5F5oH9C3XoDiabgf3+OiDA8VHZ0G/Fn
SYwCDDQ0XJ427XmSMEBq/UnmEAns2evMBIq3Y5YeNqz/YKAohGYuSir31qiz7EXI
+KosGFgAP9Z8TQSceU5Ef2YwXEBxZKFtOUPV2ylhs6ot6JTaMpHMKOcXpd7VZQas
xJOVVR0vZKQgLq6EtpnSTTVUjgqJ7AqQ+aX0QTauFSdb1IzxjnYRRx6wUY2lDS0P
ny3TvRoQUMXCGu9RZHkozTDzeMHyBkYVrIz0QPkabyzVR2Bliw2SpIz2BnKV9sku
u/zjR6ntZWgwgBoHmWn32a1fRcycI7XznDuGKM078P21TZxx4AVqyvx3DXMUKvP9
sWCH0SbP2Ix63gruqJwLT/pfnHSgpxO6guA29fKgLbqvC04Luwt0zzLoCBubbYUM
cjBhOivZU9QePqJZRaspwR0oJ0cbLoY1p6PsfRZTM8b1tb2yyKPKL1Ih6ZHd7ig/
mSSepEOQf0BG3pKhB51daOGWJOw2lCDrepdAg2iyit8E8Fx1F5fU6ieEhUa9meio
gc6GIyL4aJgo8Ab0w/rm8iJrpsDwvglhhBBIrcqMDJzONs6dM3fiG+NLfwFrdy1o
vjQg9fttJwa/3q65CgJz
=A6SS
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


openjdk-7-jre-dcevm_7u79-3~bpo8+1_amd64.changes ACCEPTED into jessie-backports, jessie-backports

2016-03-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Feb 2016 17:33:37 +0100
Source: openjdk-7-jre-dcevm
Binary: openjdk-7-jre-dcevm
Architecture: source amd64
Version: 7u79-3~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 openjdk-7-jre-dcevm - Alternative VM for OpenJDK 7 with enhanced class 
redefinition
Closes: 759648 809588
Changes:
 openjdk-7-jre-dcevm (7u79-3~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 openjdk-7-jre-dcevm (7u79-3) unstable; urgency=medium
 .
   * Updated the DCEVM patches for Java 7u79 (build 8)
   * Standards-Version updated to 3.9.7 (no changes)
   * Replaced the hardcoded package name in debian/rules and debian/orig-tar.sh
 .
 openjdk-7-jre-dcevm (7u79-2) unstable; urgency=medium
 .
   * Team upload.
   * d/rules: export DISABLE_HOTSPOT_OS_VERSION_CHECK=ok and disable this
 version check to prevent a FTBFS with newer kernels.
 Thanks to Chris Faux for the report. (Closes: #809588)
   * d/control: Remove deprecated B-D hardening-wrapper. (Closes: #759648)
   * Vcs-Browser: Use https.
   * d/rules: Remove export DEB_BUILD_HARDENING=1
 .
 openjdk-7-jre-dcevm (7u79-1) unstable; urgency=medium
 .
   * New upstream release
   * Fixed a linker error with G1SATBCardTableModRefBS
   * Build depend on GCC 5
   * Updated debian/watch
Checksums-Sha1:
 ea8feacc52147664607492a577578ff8b9026c12 2090 
openjdk-7-jre-dcevm_7u79-3~bpo8+1.dsc
 5a972f1bfa5b07ec761a53975f38fd6f63024b68 9695091 
openjdk-7-jre-dcevm_7u79.orig.tar.gz
 775ed4259a4f63d09707d46ab74e9f0f0fd9916f 99748 
openjdk-7-jre-dcevm_7u79-3~bpo8+1.debian.tar.xz
 8cee19a6acb7f024d338c1ef84959867dc87eb99 3200982 
openjdk-7-jre-dcevm_7u79-3~bpo8+1_amd64.deb
Checksums-Sha256:
 68260129998ea87e1fd90be90ca297d8c9a9e1ec53a990f51cb6c5176995530c 2090 
openjdk-7-jre-dcevm_7u79-3~bpo8+1.dsc
 7d88cdc0394c045c78e7c3aeaa732ecae35e0f025a9b336103ffa756a39a525d 9695091 
openjdk-7-jre-dcevm_7u79.orig.tar.gz
 7834943cecce500f99abfbc82c82461bb7b1e00acbb83c117380e88538e5b564 99748 
openjdk-7-jre-dcevm_7u79-3~bpo8+1.debian.tar.xz
 b76a51f3f5a72c15e491268cf29ff20e06d2c4b3dd6a061cb9299a847b21f354 3200982 
openjdk-7-jre-dcevm_7u79-3~bpo8+1_amd64.deb
Files:
 37fe1f1a8089c9a649854fcc4f5ef37c 2090 java optional 
openjdk-7-jre-dcevm_7u79-3~bpo8+1.dsc
 9e53fdc8ed0caf89a1e14adcb7f12d24 9695091 java optional 
openjdk-7-jre-dcevm_7u79.orig.tar.gz
 3ee43908ef6aec4b6fe791802c378369 99748 java optional 
openjdk-7-jre-dcevm_7u79-3~bpo8+1.debian.tar.xz
 37fbd3648cbcce1ac62d8d0fb5c41fb1 3200982 java optional 
openjdk-7-jre-dcevm_7u79-3~bpo8+1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJW1Ha0AAoJEPUTxBnkudCs0/gP/0Cchyy5lvkNYZ050farE8Ym
vwHtSLfejn5Y0nSyXzMFJNINICqKPZzu32zw3EP3K4/1MBRWT4mgmP4GDwWbhhh8
ypbTbxUaDXhYNZbmj3qZDiMGagX5Yqh5Hhw940s6+LNiNgzKd5jZ8f5jugkeCaeb
c+Qkqq3JSyxjTAisPrFCgA0eTU8Infz876nTSuVM5fGkisyTKvMDoKi2J4dFuOFm
bH2Q0foZ4Eun28kojn7FtovOKMefhuTo8pSx4vCuglLPWr4+I9ZeQntyvy2zoCHM
yQ6vuIXwuF6oeBGBDAl/IZ/9i3tFzR1f79j270+KGB/xu+MlnStURLrvahMmibcp
FwVzKiOzuIjiFjSosUCC8L51GwoLorItXguP7t7TI1JM/k85sRX/ZsR2ay/Ex8yI
dU1dGvPDz8fhACJqqLUFN7/1lQe0k22jc06bj6IZk5yoZj5dn2AAAIVAXRIGWDR0
fdgl/sAYqdbpVlwAZbSHDiObvhWw0GF42q7ZGHl01afOz2Mg0lN40H6AtoyFvKB4
ks2fAfkzuOoAMK464wupAl91a9inZl6GBfKj28orx20rkYdgLnCsFdmMjw13v2er
kF4by3m09UyPFz+rUj6I/EY5wSTngTD1hFBE12jqEAweEoSfIOqjUI5DEobiHxgJ
6KtfELnIPfFRJXtD8/0d
=SPEl
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


jetty9_9.2.14-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports, jessie-backports

2016-03-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Feb 2016 15:31:49 +0100
Source: jetty9
Binary: libjetty9-java libjetty9-extra-java jetty9
Architecture: source all
Version: 9.2.14-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 jetty9 - Java servlet engine and webserver
 libjetty9-extra-java - Java servlet engine and webserver -- extra libraries
 libjetty9-java - Java servlet engine and webserver -- core libraries
Changes:
 jetty9 (9.2.14-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
Checksums-Sha1:
 08bd08b2238259bfcbec6ab873d3e9dc4562994a 2494 jetty9_9.2.14-1~bpo8+1.dsc
 5747d6994bd11ce13e5d399b593778f2139783d9 25804 
jetty9_9.2.14-1~bpo8+1.debian.tar.xz
 2ad9406e03e0957e83d8d84935095ea16fab 1778850 
libjetty9-java_9.2.14-1~bpo8+1_all.deb
 df900a44832e9910bea43d0f4c722df6d7618347 1191984 
libjetty9-extra-java_9.2.14-1~bpo8+1_all.deb
 f8a037bd032b15382ed5f131879b3e9302fb4654 210088 jetty9_9.2.14-1~bpo8+1_all.deb
Checksums-Sha256:
 eb718f2e8e63d3a2cfd742da70c528abb356442523a70c7ba01b75233e5a36a0 2494 
jetty9_9.2.14-1~bpo8+1.dsc
 006ce25029284b23b64c9d88ef95b8fc37c5b7af60225035aa69b4737d131581 25804 
jetty9_9.2.14-1~bpo8+1.debian.tar.xz
 bb4c240bf438e52eb7913a9e14d2bc3fe8f05b6852ef8eea3c6b02285dccf360 1778850 
libjetty9-java_9.2.14-1~bpo8+1_all.deb
 a2c5b2b4b94616313906473f91fab1bec30b34cdee2c07a8ef4b4c9796322ac2 1191984 
libjetty9-extra-java_9.2.14-1~bpo8+1_all.deb
 09b739f71b62468a8de7b4eb766bbec117b2eaa0f6486ffe11b0431f19f2c20a 210088 
jetty9_9.2.14-1~bpo8+1_all.deb
Files:
 313d14002ef9c86fcbc8e98305a240d7 2494 java optional jetty9_9.2.14-1~bpo8+1.dsc
 72a074f715a4c09e8d3bff6f56a115b5 25804 java optional 
jetty9_9.2.14-1~bpo8+1.debian.tar.xz
 af9a20b208e0977b3a5f001b3b40202d 1778850 java optional 
libjetty9-java_9.2.14-1~bpo8+1_all.deb
 2167056b4fa342d29512fb3fcb5df607 1191984 java optional 
libjetty9-extra-java_9.2.14-1~bpo8+1_all.deb
 e7160ecd80b1017f51390acd34c4d9e3 210088 java optional 
jetty9_9.2.14-1~bpo8+1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJWzxdoAAoJEPUTxBnkudCsA3UP/iv9RHVktPL6b0OZPyYuVgoZ
Psi10BvYPz8ozutFicqZOjM1j25a2YjHyU2flfkg8VA1CnPBQLfGud1WWrKN/ZTL
os+A8a7Is14nBEmtRQBrFgY9EgtX1sPsa+snAYpPtA81w4Sw5olQSz0/U3fksfO+
x3+03JXqVV0MJI6CYe+a+7O0PL4T2SCE8bC0uZyGYCaEeG/E4yaA9fpJ+gKZHjnO
axs5lrbxEbUToHF+fqHIV0YMGWYINEAEjdOBKhiqiNoiBgzlQFLgZujv/hgH08hz
HAnfWLDgWcvsXgF55iJTKaD2UFspkKKNQjz5m5FpGuUDhOlgvzZ4yhxlzcUQ63on
sbgNybICgWoCoTeUOnZqEcCD/wRoJ5ZI3KbWEJbA39dj0JAt4/DwjLsCQ6IdYk87
r94RNT7vDVPmWqzPcd8Ujlq7RB7gBfrUbixYIsMpnXo7kx0+2B83P78GNyKxeE9g
umTE8qAf4eBag/Q+tse6dTKhuure9Hb1EhtS9kYzRQNm9Sm4mn4g+jC3s8cCg7p0
CqPjUf1WeRWusLyGrPa+8skHQhdq0+yt5pNZ/7hVH5jiE8Edy18qBb40or4T7o/3
Xq1aFH+ulgs5YznaqWzj2VRvFRwM0Y0Ziwrg1M79Nvsq5tWq/Z921ZBfdu+N1RhO
awVw1Fto5zJ/IX7PbvTB
=93zC
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.