This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository bsh.

commit 24f8f594cd11ef6e6b1effbabae280c8e94778eb
Author: Markus Koschany <a...@debian.org>
Date:   Sat Mar 5 22:23:55 2016 +0000

    Release 2.0b4-17
---
 debian/changelog                   | 9 +++++++++
 debian/patches/CVE-2016-2510.patch | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8514371..2494092 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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.
+
+ -- Markus Koschany <a...@debian.org>  Fri, 04 Mar 2016 14:58:01 +0100
+
 bsh (2.0b4-16) unstable; urgency=high
 
   * Team upload.
diff --git a/debian/patches/CVE-2016-2510.patch 
b/debian/patches/CVE-2016-2510.patch
index a28655e..c0c110d 100644
--- a/debian/patches/CVE-2016-2510.patch
+++ b/debian/patches/CVE-2016-2510.patch
@@ -35,8 +35,8 @@ index 3f05974..94bcc22 100644
 -      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();
 +              }
 +
                public Object invoke( Object proxy, Method method, Object[] 
args ) 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/bsh.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to