plexus-classworlds2_2.2.3-1_amd64.changes REJECTED

2011-12-01 Thread Luca Falavigna
Hi,

some files are copyright The Werken Company and licensed under a
BSD-style license. Please fix your copyright file.

Cheers,
Luca



===

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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


jenkins-htmlunit_2.6-jenkins-6-1_amd64.changes ACCEPTED into unstable

2011-12-01 Thread Debian FTP Masters



Accepted:
jenkins-htmlunit_2.6-jenkins-6-1.debian.tar.gz
  to main/j/jenkins-htmlunit/jenkins-htmlunit_2.6-jenkins-6-1.debian.tar.gz
jenkins-htmlunit_2.6-jenkins-6-1.dsc
  to main/j/jenkins-htmlunit/jenkins-htmlunit_2.6-jenkins-6-1.dsc
jenkins-htmlunit_2.6-jenkins-6.orig.tar.gz
  to main/j/jenkins-htmlunit/jenkins-htmlunit_2.6-jenkins-6.orig.tar.gz
libjenkins-htmlunit-java-doc_2.6-jenkins-6-1_all.deb
  to 
main/j/jenkins-htmlunit/libjenkins-htmlunit-java-doc_2.6-jenkins-6-1_all.deb
libjenkins-htmlunit-java_2.6-jenkins-6-1_all.deb
  to main/j/jenkins-htmlunit/libjenkins-htmlunit-java_2.6-jenkins-6-1_all.deb


Override entries for your package:
jenkins-htmlunit_2.6-jenkins-6-1.dsc - source java
libjenkins-htmlunit-java-doc_2.6-jenkins-6-1_all.deb - optional doc
libjenkins-htmlunit-java_2.6-jenkins-6-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 650266 


Thank you for your contribution to Debian.

__
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.


apache-pom_10-1_amd64.changes ACCEPTED into unstable

2011-12-01 Thread Debian FTP Masters



Accepted:
apache-pom_10-1.debian.tar.gz
  to main/a/apache-pom/apache-pom_10-1.debian.tar.gz
apache-pom_10-1.dsc
  to main/a/apache-pom/apache-pom_10-1.dsc
apache-pom_10.orig.tar.gz
  to main/a/apache-pom/apache-pom_10.orig.tar.gz
libapache-pom-java_10-1_all.deb
  to main/a/apache-pom/libapache-pom-java_10-1_all.deb


Override entries for your package:
apache-pom_10-1.dsc - source java
libapache-pom-java_10-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 644558 


Thank you for your contribution to Debian.

__
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.


commons-parent_22-1_amd64.changes ACCEPTED into unstable

2011-12-01 Thread Debian FTP Masters



Accepted:
commons-parent_22-1.debian.tar.gz
  to main/c/commons-parent/commons-parent_22-1.debian.tar.gz
commons-parent_22-1.dsc
  to main/c/commons-parent/commons-parent_22-1.dsc
commons-parent_22.orig.tar.gz
  to main/c/commons-parent/commons-parent_22.orig.tar.gz
libcommons-parent-java_22-1_all.deb
  to main/c/commons-parent/libcommons-parent-java_22-1_all.deb


Override entries for your package:
commons-parent_22-1.dsc - source java
libcommons-parent-java_22-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 644561 


Thank you for your contribution to Debian.

__
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.


[SCM] Apache ZooKeeper branch, master, updated. debian/3.3.1+dfsg1-2-38-g0d11677

2011-12-01 Thread James Page
The following commit has been merged in the master branch:
commit 0d11677cd05329c698487f328590e7a637137661
Author: James Page james.p...@canonical.com
Date:   Thu Dec 1 15:05:07 2011 +

d/rules: Disable test suite execution for the time being as does  not run 
reliably.

diff --git a/debian/changelog b/debian/changelog
index d7047f6..a068e0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,13 +16,15 @@ zookeeper (3.3.4+dfsg1-1) unstable; urgency=low
 - d/patches/debian/patch-build-system: Patch unit testing to exclude 
   InvalidSnapshot and Upgrade tests (non-free data) and to pickup 
   junit4 from system library.
+- d/rules: Disable test suite execution for the time being as does 
+  not run reliably.
   * Close RFH for this package (LP: #579791).
 
   [ Damien Raude-Morvan ]
   * Add DMUA flag for James Page.
   * Build-Depends on procps for test suite.
 
- -- James Page james.p...@ubuntu.com  Wed, 30 Nov 2011 10:55:30 +
+ -- James Page james.p...@ubuntu.com  Thu, 01 Dec 2011 15:03:53 +
 
 zookeeper (3.3.3+dfsg2-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index a56944d..93c56a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,21 +45,21 @@ override_dh_install:
  done
dh_install
 
-ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-override_dh_auto_test-arch:
-   # C testing starts/stops zookeeper
-   # this ensures that all the right classes are found
-   for jar in jline log4j-1.2 xercesImpl xmlParserAPIs; do \
-   ln -sf /usr/share/java/$$jar.jar build/lib/$$jar.jar; \
-   done;
-   # Execute multi-threaded test suite
-   $(MAKE) -C src/c zktest-mt
-   cd src/c  ./zktest-mt
-
-override_dh_auto_test-indep:
-   # Run core Java test suite against zookeeper
-   ant -Dversion=$(DEB_UPSTREAM_VERSION) -DlastRevision=-1 test-core-java
-endif
+#ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
+#override_dh_auto_test-arch:
+#  # C testing starts/stops zookeeper
+#  # this ensures that all the right classes are found
+#  for jar in jline log4j-1.2 xercesImpl xmlParserAPIs; do \
+#  ln -sf /usr/share/java/$$jar.jar build/lib/$$jar.jar; \
+#  done;
+#  # Execute multi-threaded test suite
+#  $(MAKE) -C src/c zktest-mt
+#  cd src/c  ./zktest-mt
+#
+#override_dh_auto_test-indep:
+#  # Run core Java test suite against zookeeper
+#  ant -Dversion=$(DEB_UPSTREAM_VERSION) -DlastRevision=-1 test-core-java
+#endif
 
 override_dh_clean:
dh_clean --exclude=src/java \

-- 
Apache ZooKeeper

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


weirdx 1.0.32-6 MIGRATED to testing

2011-12-01 Thread Debian testing watch
FYI: The status of the weirdx source package
in Debian's testing distribution has changed.

  Previous version: 1.0.32-5
  Current version:  1.0.32-6

-- 
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 http://release.debian.org/testing-watch/ for more information.

__
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.


libjdom1-java 1.1.2+dfsg-2 MIGRATED to testing

2011-12-01 Thread Debian testing watch
FYI: The status of the libjdom1-java source package
in Debian's testing distribution has changed.

  Previous version: 1.1.2+dfsg-1
  Current version:  1.1.2+dfsg-2

-- 
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 http://release.debian.org/testing-watch/ for more information.

__
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.


maven-repo-helper 1.7 MIGRATED to testing

2011-12-01 Thread Debian testing watch
FYI: The status of the maven-repo-helper source package
in Debian's testing distribution has changed.

  Previous version: 1.6
  Current version:  1.7

-- 
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 http://release.debian.org/testing-watch/ for more information.

__
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.


libxbean-java 3.7-4 MIGRATED to testing

2011-12-01 Thread Debian testing watch
FYI: The status of the libxbean-java source package
in Debian's testing distribution has changed.

  Previous version: 3.7-3
  Current version:  3.7-4

-- 
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 http://release.debian.org/testing-watch/ for more information.

__
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.


Bug#650656: tomcat6: Error in debian/rules causes tomcat to report no version

2011-12-01 Thread Jorge Barreiro
Package: tomcat6
Version: 6.0.28-9+squeeze1
Severity: normal
Tags: patch

Hello,

The tomcat6 packaged in debian reports no version. This can be seen executing:
$ /usr/share/tomcat6/bin/version.sh

Which results in:

Using CATALINA_BASE:   /usr/share/tomcat6
Using CATALINA_HOME:   /usr/share/tomcat6
Using CATALINA_TMPDIR: /usr/share/tomcat6/temp
Using JRE_HOME:/usr
Using CLASSPATH:   /usr/share/tomcat6/bin/bootstrap.jar
Server version: Apache Tomcat/6.0.28
Server built:   February 12 2011 1443
Server number:  ...0
OS Name:Linux
OS Version: 2.6.32-5-amd64
Architecture:   amd64
JVM Version:1.6.0_18-b18
JVM Vendor: Sun Microsystems Inc.

The server number should contain 6.0.28.0.

This doesn't seem to affect functionality, but it does affect the integration 
of 
tomcat with other development tools. For example, netbeans 7.0.1 refuses to 
use this tomcat installation to deploy webapps as it can't determine the 
version.

I've dug into it and found that the version number is fed to the build system 
in the ant command line in the debian/rules script. The version is read from 
the changelog, but then it's wrongly parsed into major/minor/build versions.

I've attached the patch I used to solve it.

I can confirm this happens in the tomcat6 packages in both squeeze and wheezy, 
as well as in the tomcat7 packages from unstable and testing. I'll file another 
bug report against it if needed.

-- 
Jorge Barreiro González
aCore
jbarre...@acore.es
http://www.acore.es
Tel. 881 927 189
--- debian/rules	2011-12-01 17:11:19.0 +0100
+++ debian/rules	2011-12-01 13:52:41.0 +0100
@@ -21,9 +21,9 @@
 	| cut -f 2 -d ' ' | cut -f 2 -d ' '|sed 's/-[^-]*$$//')
 T_JARS := tomcat-i18n-fr tomcat-i18n-es tomcat-i18n-ja catalina-ant
 T_MAVENIZED_JARS := jasper-el annotations-api jasper catalina-ha catalina
-T_VER_MAJOR := $(echo $(T_VER) | cut -d'.' -f1)
-T_VER_MINOR := $(echo $(T_VER) | cut -d'.' -f2)
-T_VER_BUILD := $(echo $(T_VER) | cut -d'.' -f3)
+T_VER_MAJOR := $(shell echo $(T_VER) | cut -d'.' -f1)
+T_VER_MINOR := $(shell echo $(T_VER) | cut -d'.' -f2)
+T_VER_BUILD := $(shell echo $(T_VER) | cut -d'.' -f3)
 
 ANT_ARGS := -Dcompile.debug=true \
 	-Dant.build.javac.source=1.5 \
__
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.

maven-ant-helper 7.5 MIGRATED to testing

2011-12-01 Thread Debian testing watch
FYI: The status of the maven-ant-helper source package
in Debian's testing distribution has changed.

  Previous version: 7.4
  Current version:  7.5

-- 
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 http://release.debian.org/testing-watch/ for more information.

__
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.


[SCM] mojarra: JavaServer Faces 2.0 Java EE web framework branch, master, updated. debian/2.0.3-1-3-gee9c778

2011-12-01 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit ee9c778999205698273b3b21ee26b390d5238908
Author: Miguel Landaeta mig...@miguel.cc
Date:   Thu Dec 1 00:21:45 2011 -0430

Update changelog

diff --git a/debian/changelog b/debian/changelog
index ee50897..55d8c40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
-mojarra (2.0.3-1squeeze1) stable; urgency=high
+mojarra (2.0.3-2) UNRELEASED; urgency=high
 
   * Fixed critical bug by not allowing the value of UIViewParam to be an
 EL Expression: CVE-2011-4358. (Closes: #650430).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Update watch file.
 
  -- Miguel Landaeta mig...@miguel.cc  Tue, 29 Nov 2011 19:45:48 -0430
 
diff --git a/debian/control b/debian/control
index 44ee1bb..bc17729 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (= 7.0.50), default-jdk, javahelper, 
ant,
  groovy, libtomcat6-java, libcommons-digester-java, libcommons-logging-java,
  libcommons-beanutils-java, ant-contrib, bnd, yui-compressor, libjetty-java,
  libjetty-extra-java, ant-optional, default-jdk-doc
-Standards-Version: 3.9.0
+Standards-Version: 3.9.2
 Homepage: https://javaserverfaces.dev.java.net/
 Vcs-Git: git://git.debian.org/pkg-java/mojarra.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/mojarra.git

-- 
mojarra: JavaServer Faces 2.0 Java EE web framework

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


[SCM] mojarra: JavaServer Faces 2.0 Java EE web framework branch, master, updated. debian/2.0.3-1-3-gee9c778

2011-12-01 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 2a3f6862943784be345d575edada2677a9ebad65
Author: Miguel Landaeta mig...@miguel.cc
Date:   Tue Nov 29 19:54:35 2011 -0430

Fix CVE-2011-4358

diff --git a/debian/changelog b/debian/changelog
index f5028a0..ee50897 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mojarra (2.0.3-1squeeze1) stable; urgency=high
+
+  * Fixed critical bug by not allowing the value of UIViewParam to be an
+EL Expression: CVE-2011-4358. (Closes: #650430).
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 29 Nov 2011 19:45:48 -0430
+
 mojarra (2.0.3-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/650430.diff b/debian/patches/650430.diff
new file mode 100644
index 000..bbb6c7f
--- /dev/null
+++ b/debian/patches/650430.diff
@@ -0,0 +1,365 @@
+Description: Do not allow the value of UIViewParam to be an EL Expression
+Author: Ed Burns ed.bu...@sun.com
+Origin: upstream, http://java.net/projects/mojarra/sources/svn/revision/9468
+Bug: http://java.net/jira/browse/JAVASERVERFACES-2247
+Bug-Debian: http://bugs.debian.org/650430
+Forwarded: http://java.net/projects/mojarra/sources/svn/revision/9468
+Reviewed-By: Ed Burns ed.bu...@sun.com
+Last-Update: 2011-11-29
+
+--- mojarra-2.0.3.orig/jsf-api/build.xml
 mojarra-2.0.3/jsf-api/build.xml
+@@ -308,6 +308,9 @@
+   filtering=true/
+ 
+ filter token=package value=javax.faces.component/
++copy file=${tools.dir}/template-src/SharedUtils.java
++  todir=${build.generate.dir}/javax/faces/component
++  filtering=true/
+ copy file=${tools.dir}/template-src/MessageFactory.java
+   todir=${build.generate.dir}/javax/faces/component
+   filtering=true/
+--- 
mojarra-2.0.3.orig/jsf-api/src/main/java/javax/faces/LogStrings_zh_TW.properties
 mojarra-2.0.3/jsf-api/src/main/java/javax/faces/LogStrings_zh_TW.properties
+@@ -54,6 +54,8 @@ error.component.abortprocessing_thrown=\
+ severe.component.unable_to_process_expression=\u8655\u7406\u5c6c\u6027 {1} 
\u7684\u8868\u793a\u5f0f {0} \u6642\u767c\u751f\u7570\u5e38\u3002 
+ severe.component.uiviewroot_error_invoking_phaselistener=\u547c\u53eb 
UIViewRoot PhaseListener {0} \u6642\u767c\u751f\u7570\u5e38\u3002
+ 
warning.component.uiviewroot_non_serializable_attribute_viewmap=\u5c07\u4e0d\u53ef\u4e32\u5217\u5316\u7684\u5c6c\u6027\u503c\u8a2d\u70ba
 ViewMap\uff1a(\u6a5f\u78bc: {0}\uff0c\u503c\u985e\u5225: {1})
++severe.uiviewparam_value_is_expression=The value of a UIParameter must not be 
an expression literal. Ignoring expression value {0}.
++
+ # PACKAGE javax.faces.context 
--
+ 
+ 
+--- 
mojarra-2.0.3.orig/jsf-api/src/main/java/javax/faces/LogStrings_fr.properties
 mojarra-2.0.3/jsf-api/src/main/java/javax/faces/LogStrings_fr.properties
+@@ -54,6 +54,8 @@ error.component.abortprocessing_thrown=E
+ severe.component.unable_to_process_expression=Exception lors du traitement de 
l''expression {0} de l''attribut {1}.
+ severe.component.uiviewroot_error_invoking_phaselistener=Exception invoquant 
UIViewRoot PhaseListener {0}.
+ 
warning.component.uiviewroot_non_serializable_attribute_viewmap=D\u00e9finition 
d''une valeur d''attribut non-s\u00e9rialisable dans ViewMap\u00a0: 
(cl\u00e9\u00a0: {0}, classe de la valeur\u00a0: {1})
++severe.uiviewparam_value_is_expression=The value of a UIParameter must not be 
an expression literal. Ignoring expression value {0}.
++
+ # PACKAGE javax.faces.context 
--
+ 
+ 
+--- 
mojarra-2.0.3.orig/jsf-api/src/main/java/javax/faces/LogStrings_zh_CN.properties
 mojarra-2.0.3/jsf-api/src/main/java/javax/faces/LogStrings_zh_CN.properties
+@@ -54,6 +54,8 @@ error.component.abortprocessing_thrown=\
+ severe.component.unable_to_process_expression=\u5904\u7406\u5c5e\u6027 {1} 
\u7684\u8868\u8fbe\u5f0f {0} \u65f6\u51fa\u73b0\u5f02\u5e38\u3002
+ severe.component.uiviewroot_error_invoking_phaselistener=\u8c03\u7528 
UIViewRoot PhaseListener {0} \u65f6\u51fa\u73b0\u5f02\u5e38\u3002
+ 
warning.component.uiviewroot_non_serializable_attribute_viewmap=\u5c06\u4e0d\u53ef\u5e8f\u5217\u5316\u5c5e\u6027\u503c\u8bbe\u7f6e\u4e3a
 ViewMap\uff1a\uff08\u5bc6\u94a5\uff1a{0}\uff0c\u503c\u7c7b\uff1a{1}\uff09
++severe.uiviewparam_value_is_expression=The value of a UIParameter must not be 
an expression literal. Ignoring expression value {0}.
++
+ # PACKAGE javax.faces.context 
--
+ 
+ 
+--- mojarra-2.0.3.orig/jsf-api/src/main/java/javax/faces/LogStrings.properties
 mojarra-2.0.3/jsf-api/src/main/java/javax/faces/LogStrings.properties
+@@ -54,6 +54,8 @@ error.component.abortprocessing_thrown=A
+ severe.component.unable_to_process_expression=Exception while processing 
expression {0} for attribute {1}.
+ severe.component.uiviewroot_error_invoking_phaselistener=Exception invoking 
UIViewRoot 

Processed: raise severity for netbeans ftbfs with osgi-core 4.3.0

2011-12-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 649750 serious
Bug #649750 [netbeans] netbeans: FTBFS against latest osgi-core
Severity set to 'serious' from 'normal'

 tags 649750 + wheezy sid
Bug #649750 [netbeans] netbeans: FTBFS against latest osgi-core
Added tag(s) sid and wheezy.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
649750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649750
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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.


Bug#650662: newer upstream version available

2011-12-01 Thread David Paleino
Package: junit4
Version: 4.8.2-2
Severity: wishlist

Hello,
I'm packaging a new version (0.40) of osmosis, and it needs a newer version of
junit (4.10). We still have 4.8 in the repositories, while 4.10 has been
released back in September.

Would you please update it?

Thanks,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature
__
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.

Bug#580759: New version for libwoodstox-java

2011-12-01 Thread David Paleino
Ciao Gio,

a new version of osmosis (0.40) has been released, and it needs woodstox 4.1.2.
I see this bug has stalled for a while, do you have any plans on releasing
a newer woodstox in Debian? :)

Thanks,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature
__
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.

Processing of mojarra_2.0.3-2_amd64.changes

2011-12-01 Thread Debian FTP Masters
mojarra_2.0.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  mojarra_2.0.3-2.dsc
  mojarra_2.0.3-2.debian.tar.gz
  libjsf-api-java_2.0.3-2_all.deb
  libjsf-impl-java_2.0.3-2_all.deb
  libjsf-java-doc_2.0.3-2_all.deb

Greetings,

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

__
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.


[SCM] mojarra: JavaServer Faces 2.0 Java EE web framework branch, master, updated. debian/2.0.3-1-4-gd89ddf9

2011-12-01 Thread tony mancill
The following commit has been merged in the master branch:
commit d89ddf90aa770c319b5045a847f9af29ebc74215
Author: tony mancill tmanc...@debian.org
Date:   Thu Dec 1 09:22:11 2011 -0800

set distribution to unstable for sponsored upload

diff --git a/debian/changelog b/debian/changelog
index 55d8c40..86773f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mojarra (2.0.3-2) UNRELEASED; urgency=high
+mojarra (2.0.3-2) unstable; urgency=high
 
   * Fixed critical bug by not allowing the value of UIViewParam to be an
 EL Expression: CVE-2011-4358. (Closes: #650430).

-- 
mojarra: JavaServer Faces 2.0 Java EE web framework

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


[SCM] mojarra: JavaServer Faces 2.0 Java EE web framework annotated tag, debian/2.0.3-2, created. debian/2.0.3-2

2011-12-01 Thread tony mancill
The annotated tag, debian/2.0.3-2 has been created
at  197a1b8b4c1687f44476bc38d4f91066cf5190f3 (tag)
   tagging  d89ddf90aa770c319b5045a847f9af29ebc74215 (commit)
  replaces  debian/2.0.3-1
 tagged by  tony mancill
on  Thu Dec 1 10:10:50 2011 -0800

- Shortlog 
Debian release 2.0.3-2

Miguel Landaeta (3):
  Update watch file
  Fix CVE-2011-4358
  Update changelog

tony mancill (1):
  set distribution to unstable for sponsored upload

---

-- 
mojarra: JavaServer Faces 2.0 Java EE web framework

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


[SCM] mojarra: JavaServer Faces 2.0 Java EE web framework branch, master, updated. debian/2.0.3-2-1-g8c3513c

2011-12-01 Thread tony mancill
The following commit has been merged in the master branch:
commit 8c3513ce47b6e8d1b6d0e5eb4af337628906867e
Author: tony mancill tmanc...@debian.org
Date:   Thu Dec 1 10:14:57 2011 -0800

update Vcs-Git URL

diff --git a/debian/changelog b/debian/changelog
index 86773f3..33fdc50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mojarra (2.0.3-2.1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Update Vcs-Git URL in debian/control
+
+ -- tony mancill tmanc...@debian.org  Thu, 01 Dec 2011 10:13:48 -0800
+
 mojarra (2.0.3-2) unstable; urgency=high
 
   * Fixed critical bug by not allowing the value of UIViewParam to be an
diff --git a/debian/control b/debian/control
index bc17729..3953b90 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 7.0.50), default-jdk, 
javahelper, ant,
  libjetty-extra-java, ant-optional, default-jdk-doc
 Standards-Version: 3.9.2
 Homepage: https://javaserverfaces.dev.java.net/
-Vcs-Git: git://git.debian.org/pkg-java/mojarra.git
+Vcs-Git: git://git.debian.org/git/pkg-java/mojarra.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/mojarra.git
 
 Package: libjsf-api-java

-- 
mojarra: JavaServer Faces 2.0 Java EE web framework

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


[SCM] Apache ZooKeeper annotated tag, debian/3.3.4+dfsg1-1, created. debian/3.3.4+dfsg1-1

2011-12-01 Thread James Page
The annotated tag, debian/3.3.4+dfsg1-1 has been created
at  8076a58f44e6caa1a87991643e37e26465b3f1a6 (tag)
   tagging  0d11677cd05329c698487f328590e7a637137661 (commit)
  replaces  debian/3.3.1+dfsg1-2
 tagged by  Damien Raude-Morvan
on  Thu Dec 1 20:07:35 2011 +0100

- Shortlog 
Debian release 3.3.4+dfsg1-1

Damien Raude-Morvan (2):
  Add DMUA flag for James Page.
  Build-Depends on procps for test suite.

James Page (36):
  General tidyup
  General tidyup - unpatched files restored
  Fixed FTBFS -Werror
  Switched default branch back to master
  Update to watch file for new location
  Minor update to make importing easier
  Updated README.source to make imports easier
  Imported Upstream version 3.3.1+dfsg1
  Merge branch 'upstream'
  Imported Upstream version 3.3.3+dfsg1
  Merge branch 'upstream'
  New upstream release
  Set minimum python version to 2.6
  Updated version in ant.properties
  * Resolve FTBFS on mips and hppa - platforms should not be supported
  Tidy some lintian warnings, better annotation for patch
  More lintian cleansing and tidyup
  More lintian cleansing and tidyup
  Updated timestamp on  changelog
  Re-enable python 2.7 modules (Closes: #633690):
  Imported Upstream version 3.3.3+dfsg2
  Merge branch 'upstream'
  Updated changelog for orig.tar.gz repack
  Fixed changelog version number
  Updated patch for ZOOKEEPER-1117 with fixes accepted into zookeeper 3.4.0 
upstream; should also resolve FTBFS on ia64.
  Added support for upstart under Ubuntu (LP: #862762):
  Fixup upstart path
  Tidied copyright
  General tidyup of rules
  Enabled C and Java test suites:
  Switched to main test suite
  Imported Upstream version 3.3.4+dfsg1
  Merge branch 'upstream'
  New upstream release 3.3.4
  Close RFH
  d/rules: Disable test suite execution for the time being as does  not run 
reliably.

---

-- 
Apache ZooKeeper

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


Processing of zookeeper_3.3.4+dfsg1-1_amd64.changes

2011-12-01 Thread Debian FTP Masters
zookeeper_3.3.4+dfsg1-1_amd64.changes uploaded successfully to localhost
along with the files:
  zookeeper_3.3.4+dfsg1-1.dsc
  zookeeper_3.3.4+dfsg1.orig.tar.gz
  zookeeper_3.3.4+dfsg1-1.debian.tar.gz
  libzookeeper-java_3.3.4+dfsg1-1_all.deb
  zookeeper_3.3.4+dfsg1-1_all.deb
  zookeeperd_3.3.4+dfsg1-1_all.deb
  libzookeeper-java-doc_3.3.4+dfsg1-1_all.deb
  libzookeeper2_3.3.4+dfsg1-1_amd64.deb
  libzookeeper-dev_3.3.4+dfsg1-1_amd64.deb
  zookeeper-bin_3.3.4+dfsg1-1_amd64.deb
  python-zookeeper_3.3.4+dfsg1-1_amd64.deb

Greetings,

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

__
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.


Processing of plexus-classworlds2_2.2.3-2_amd64.changes

2011-12-01 Thread Debian FTP Masters
plexus-classworlds2_2.2.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  plexus-classworlds2_2.2.3-2.dsc
  plexus-classworlds2_2.2.3.orig.tar.gz
  plexus-classworlds2_2.2.3-2.debian.tar.gz
  libplexus-classworlds2-java_2.2.3-2_all.deb
  libplexus-classworlds2-java-doc_2.2.3-2_all.deb

Greetings,

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

__
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.


Bug#645881: critical update 29 available

2011-12-01 Thread Florian Weimer
* Moritz Mühlenhoff:

 Florian, what's the status of openjdk6 for stable/oldstable?

I've released the pending update for squeeze.  lenny will eventually
follow, and so will the pending updates for squeeze, but judging by my
past performance, it will take a while.

If someone else wants to work on these updates, I'll gladly share what
I've learnt about the packaging.



__
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.


Bug#650682: ca-certificates-java: does not install any certificates

2011-12-01 Thread Martin Erik Werner
Package: ca-certificates-java
Version: 20110912
Severity: normal

Dear Maintainer,

Currently, and also after running:
aptitude reinstall ca-certificates-java
or
dpkg-reconfigure ca-certificates-java
I have no cert file, neither in /etc/ssl/certs/java/cacerts nor in
/usr/share/ca-certificates-java/cacerts

After forcing the debian/postinst line reading:
if [ -z $2 -o -n $FIXOLD ]; then
to
if true; then
It gets all the certs fine and all seems well.

I don't know what, but something in that test does not work as intended for me.

This is a new (couple of days old) install of Wheezy, bare metal.

I'm happy to provide any further info at request


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

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ca-certificates-java depends on:
ii  ca-certificates  20111025   
ii  default-jre-headless [java6-runtime-headless]1:1.6-43   
ii  libnss3-1d   3.13.1.with.ckbi.1.88-1
ii  openjdk-6-jre-headless [java6-runtime-headless]  6b23~pre11-1   

ca-certificates-java recommends no packages.

ca-certificates-java suggests no packages.

-- Configuration Files:
/etc/default/cacerts [Errno 13] Permission denied: u'/etc/default/cacerts'
Contains just comments and:
cacerts_updates=yes

-- no debconf information



__
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.


[pkg-java] r15481 - trunk/apache-log4j1.2/debian

2011-12-01 Thread Tony Mancill
Author: tmancill
Date: 2011-12-01 21:36:54 + (Thu, 01 Dec 2011)
New Revision: 15481

Modified:
   trunk/apache-log4j1.2/debian/changelog
Log:
set distribution to unstable for sponsored upload

Modified: trunk/apache-log4j1.2/debian/changelog
===
--- trunk/apache-log4j1.2/debian/changelog  2011-11-30 23:53:50 UTC (rev 
15480)
+++ trunk/apache-log4j1.2/debian/changelog  2011-12-01 21:36:54 UTC (rev 
15481)
@@ -1,4 +1,4 @@
-apache-log4j1.2 (1.2.16-3) UNRELEASED; urgency=low
+apache-log4j1.2 (1.2.16-3) unstable; urgency=low
 
   * Add Bundle-SymbolicName to jar manifest
   * Update Import-Package OSGi attribute


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


[pkg-java] r15482 - in tags/apache-log4j1.2: . 1.2.16-3/debian

2011-12-01 Thread Tony Mancill
Author: tmancill
Date: 2011-12-01 21:45:12 + (Thu, 01 Dec 2011)
New Revision: 15482

Added:
   tags/apache-log4j1.2/1.2.16-3/
   tags/apache-log4j1.2/1.2.16-3/debian/changelog
Removed:
   tags/apache-log4j1.2/1.2.16-3/debian/changelog
Log:
[svn-buildpackage] Tagging apache-log4j1.2 1.2.16-3

Deleted: tags/apache-log4j1.2/1.2.16-3/debian/changelog
===
--- trunk/apache-log4j1.2/debian/changelog  2011-11-30 23:53:50 UTC (rev 
15480)
+++ tags/apache-log4j1.2/1.2.16-3/debian/changelog  2011-12-01 21:45:12 UTC 
(rev 15482)
@@ -1,276 +0,0 @@
-apache-log4j1.2 (1.2.16-3) UNRELEASED; urgency=low
-
-  * Add Bundle-SymbolicName to jar manifest
-  * Update Import-Package OSGi attribute
-  * Add Jakub Adam to Uploaders
-  * Updated Standards-Version to 3.9.2
-  * Removed Thomas Koch from Uploaders. Thanks for your contributions.
-
- -- Jakub Adam jakub.a...@ktknet.cz  Sun, 27 Nov 2011 19:01:34 +0100
-
-apache-log4j1.2 (1.2.16-2) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * Add myself to uploaders
-  * Rename source package to apache-log4j1.2 (Closes: #598007)
-  * d/maven.rules: use * instead of jar to match log4j, as
-version 1.2.16 has a pom type of 'bundle' and this
-means that the version installed in the Maven repository
-is 'debian' instead of '1.2.x' (Closes: #618263)
-  * d/control: update Homepage to reflect the new location of log4j
-  * include OSGi metadata in the jar, add Build-Depends on bnd
-  * Add --has-package-version to libapache-log4j1.2-java.poms
-  * Deploy javadoc jar into the Maven repository 
-
-  [ Niels Thykier ]
-  * Updated Vcs-* fields.
-
-  [ Torsten Werner ]
-  * Remove Kalle from Uploaders list.
-  * Do no longer build the liblog4j1.2-java-gcj package.
-  * Fix typo in Description.
-
- -- Torsten Werner twer...@debian.org  Fri, 23 Sep 2011 23:03:09 +0200
-
-jakarta-log4j (1.2.16-1) experimental; urgency=low
-
-  * New upstream release
-  * debian/control:
-+ Standards version is now 3.9.1 (No changes needed).
-+ Recommends: liblog4j1.2-java-gcj downgraded to Suggests
-  (Closes: #583260)
-+ Add Suggests on liblog4j1.2-java-doc
-  * Remove pom.xml.patch, changes applied upstream,
-refresh build.xml.patch
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 14 May 2010 00:11:30 
+0200
-
-jakarta-log4j (1.2.15-11) unstable; urgency=low
-
-  * Team upload.
-  * Move the patches to quilt, add a Build-Depends on quilt
-  * JMX package is built and patch from Thomas Koch has been applied
-with changes (Closes: #503837)
-  * Use default-jdk-doc instead of classpath-doc/openjdk-6-doc
-(Closes: #567275)
-  * Remove dependencies on all java runtimes and java-common
-(Closes: #576737)
-  * Source format 3.0 (quilt)
-- removed quilt as build dependency
-- removed include patchsys-quilt.mk in d/rules 
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Mon, 05 Apr 2010 16:30:15 
+0200
-
-jakarta-log4j (1.2.15-10) unstable; urgency=low
-
-  * Fixed Maven support (Closes: #571046)
-- d/m.ignoreRules: added JMX stuff
-- pom.xml patch : javax.jms and java.mail set as optional
-  * Standards-Version to 3.8.4
-  * debhelper compat to 7
-
- -- Gabriele Giacone 1o5g4...@gmail.com  Wed, 24 Feb 2010 02:33:46 +0100
-
-jakarta-log4j (1.2.15-9) unstable; urgency=low
-
-  * Added libjboss-jmx-java to suggests:
-
- -- Thomas Koch thomas.k...@ymc.ch  Thu, 14 Jan 2010 15:51:45 +0100
-
-jakarta-log4j (1.2.15-8) unstable; urgency=low
-
-  * Build with jmx support 
-
- -- Thomas Koch thomas.k...@ymc.ch  Tue, 12 Jan 2010 11:02:21 +0100
-
-jakarta-log4j (1.2.15-7) unstable; urgency=low
-
-  * Upload to unstable
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:25:57 +0200
-
-jakarta-log4j (1.2.15-6) experimental; urgency=low
-
-  [ Ludovic Claude ]
-  * Add the Maven POM to the package
-  * Add a Build-Depends dependency on maven-repo-helper
-  * Move API documentation to /usr/share/doc/liblog4j1.2-java/api
-
-  [ Torsten Werner ]
-  * Fix doc-base file.
-
- -- Torsten Werner twer...@debian.org  Sun, 02 Aug 2009 21:51:13 +0200
-
-jakarta-log4j (1.2.15-5) unstable; urgency=low
-
-  * Add myself to Uploaders.
-  * Do no longer quote the full text of the Apache-2.0 license.
-  * Add missing Depends: ${misc:Depends}.
-  * Change Section: java.
-  * Update Standards-Version: 3.8.2 (no changes).
-  * Fix spelling api - API.
-
- -- Torsten Werner twer...@debian.org  Thu, 30 Jul 2009 18:24:10 +0200
-
-jakarta-log4j (1.2.15-4) unstable; urgency=low
-
-  * liblog4j-java: Depend on default-jre-headless as the preferred runtime,
-keep the existing alternatives for now.
-
- -- Matthias Klose d...@debian.org  Mon, 04 Aug 2008 23:55:26 +0200
-
-jakarta-log4j (1.2.15-3) unstable; urgency=medium
-
-  * debian/control:
-+ Use default-java-jdk in place of java-gcj-compat-dev.
-(Closes: #477866)
-+ Switch to use Varun and Kumar's debian.org addresses.
-+ Standards 

Processing of apache-log4j1.2_1.2.16-3_amd64.changes

2011-12-01 Thread Debian FTP Masters
apache-log4j1.2_1.2.16-3_amd64.changes uploaded successfully to localhost
along with the files:
  apache-log4j1.2_1.2.16-3.dsc
  apache-log4j1.2_1.2.16-3.debian.tar.gz
  liblog4j1.2-java_1.2.16-3_all.deb
  liblog4j1.2-java-doc_1.2.16-3_all.deb

Greetings,

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

__
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.


apache-log4j1.2_1.2.16-3_amd64.changes ACCEPTED into unstable

2011-12-01 Thread Debian FTP Masters



Accepted:
apache-log4j1.2_1.2.16-3.debian.tar.gz
  to main/a/apache-log4j1.2/apache-log4j1.2_1.2.16-3.debian.tar.gz
apache-log4j1.2_1.2.16-3.dsc
  to main/a/apache-log4j1.2/apache-log4j1.2_1.2.16-3.dsc
liblog4j1.2-java-doc_1.2.16-3_all.deb
  to main/a/apache-log4j1.2/liblog4j1.2-java-doc_1.2.16-3_all.deb
liblog4j1.2-java_1.2.16-3_all.deb
  to main/a/apache-log4j1.2/liblog4j1.2-java_1.2.16-3_all.deb


Override entries for your package:
apache-log4j1.2_1.2.16-3.dsc - source java
liblog4j1.2-java-doc_1.2.16-3_all.deb - optional doc
liblog4j1.2-java_1.2.16-3_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.


mojarra_2.0.3-2_amd64.changes ACCEPTED into unstable

2011-12-01 Thread Debian FTP Masters



Accepted:
libjsf-api-java_2.0.3-2_all.deb
  to main/m/mojarra/libjsf-api-java_2.0.3-2_all.deb
libjsf-impl-java_2.0.3-2_all.deb
  to main/m/mojarra/libjsf-impl-java_2.0.3-2_all.deb
libjsf-java-doc_2.0.3-2_all.deb
  to main/m/mojarra/libjsf-java-doc_2.0.3-2_all.deb
mojarra_2.0.3-2.debian.tar.gz
  to main/m/mojarra/mojarra_2.0.3-2.debian.tar.gz
mojarra_2.0.3-2.dsc
  to main/m/mojarra/mojarra_2.0.3-2.dsc


Override entries for your package:
libjsf-api-java_2.0.3-2_all.deb - optional java
libjsf-impl-java_2.0.3-2_all.deb - optional java
libjsf-java-doc_2.0.3-2_all.deb - optional doc
mojarra_2.0.3-2.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 650430 


Thank you for your contribution to Debian.

__
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.


Bug#650430: marked as done (Mojarra: CVE-2011-4358)

2011-12-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Dec 2011 23:43:00 +
with message-id e1rwghm-00051n...@franck.debian.org
and subject line Bug#650430: fixed in mojarra 2.0.3-2
has caused the Debian Bug report #650430,
regarding Mojarra: CVE-2011-4358
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
650430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mojarra
Severity: grave
Tags: security patch

Hi there,
A vulnerability against mojarra have been reported.
http://www.openwall.com/lists/oss-security/2011/11/29/1

Please, check the reference to a get a patch and a PoC.

Best Regards,

/luciano


---End Message---
---BeginMessage---
Source: mojarra
Source-Version: 2.0.3-2

We believe that the bug you reported is fixed in the latest version of
mojarra, which is due to be installed in the Debian FTP archive:

libjsf-api-java_2.0.3-2_all.deb
  to main/m/mojarra/libjsf-api-java_2.0.3-2_all.deb
libjsf-impl-java_2.0.3-2_all.deb
  to main/m/mojarra/libjsf-impl-java_2.0.3-2_all.deb
libjsf-java-doc_2.0.3-2_all.deb
  to main/m/mojarra/libjsf-java-doc_2.0.3-2_all.deb
mojarra_2.0.3-2.debian.tar.gz
  to main/m/mojarra/mojarra_2.0.3-2.debian.tar.gz
mojarra_2.0.3-2.dsc
  to main/m/mojarra/mojarra_2.0.3-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 650...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated mojarra package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Nov 2011 19:45:48 -0430
Source: mojarra
Binary: libjsf-api-java libjsf-impl-java libjsf-java-doc
Architecture: source all
Version: 2.0.3-2
Distribution: unstable
Urgency: high
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libjsf-api-java - JavaServer Faces 2.0 Java EE web framework - API
 libjsf-impl-java - JavaServer Faces 2.0 Java EE web framework - Implementation
 libjsf-java-doc - Documentation for libjsf-api-java
Closes: 650430
Changes: 
 mojarra (2.0.3-2) unstable; urgency=high
 .
   * Fixed critical bug by not allowing the value of UIViewParam to be an
 EL Expression: CVE-2011-4358. (Closes: #650430).
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Update watch file.
Checksums-Sha1: 
 ce56fcbb64c67729e7ff3a31e691e76bd6fc3306 2331 mojarra_2.0.3-2.dsc
 826ca6abf3840fc0841f71fae1ef0413dafc414f 17594 mojarra_2.0.3-2.debian.tar.gz
 aae9f9e374bfa1d8e877eccf068fbf10360c386f 432724 libjsf-api-java_2.0.3-2_all.deb
 fd70099031d06f5ef44b5b0de2a7ceb644efab28 1410550 
libjsf-impl-java_2.0.3-2_all.deb
 1381dbe8ddce21d402fde91a497880eac8e6ddf2 970818 libjsf-java-doc_2.0.3-2_all.deb
Checksums-Sha256: 
 0598a2e7026124ce8a8d00d4b12568beefa0471ad74263542437c9dc6971bc45 2331 
mojarra_2.0.3-2.dsc
 d8fa06fcd7a4e95deb5a28d15a80ef56ae23a5cd705c4e87ed2b37ecb5b8be1a 17594 
mojarra_2.0.3-2.debian.tar.gz
 d4d6079866672c0edff6bf3bbfffbdd5529a76692b350b142264d44899bf3144 432724 
libjsf-api-java_2.0.3-2_all.deb
 be6e806f697f148fbe9797841f7e439ebe9863b65d6dde53146db04f5f397313 1410550 
libjsf-impl-java_2.0.3-2_all.deb
 d1fa01f34bb0475793db4ead6e20ac1860af77df75776438b0c1321782d11152 970818 
libjsf-java-doc_2.0.3-2_all.deb
Files: 
 00694b57a42fad7c9f47797fd11a2577 2331 java optional mojarra_2.0.3-2.dsc
 3f5c0fad4bb639eff62103ee02c83262 17594 java optional 
mojarra_2.0.3-2.debian.tar.gz
 6d2bc43f44f3f581b11ae929fdaea356 432724 java optional 
libjsf-api-java_2.0.3-2_all.deb
 403247ad5a275f353209ac1f3b5d9556 1410550 java optional 
libjsf-impl-java_2.0.3-2_all.deb
 33315f95a2b2fc862ea110c055d975ed 970818 doc optional 
libjsf-java-doc_2.0.3-2_all.deb

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

iQIcBAEBAgAGBQJO18MRAAoJECHSBYmXSz6WaJ4P/3Snk8ymPBiSM2FCeJJ166k7
x6ZI60qiuS4JxAUcxliQCp3AUgzPjz2JNECVbzY6H+ilfbP0k3VLYXj/9ERVYihh
hPzgF6+73xTdqXAVN+X1BYIBQ1T/V4Uk/pgDmkT6e8/16XVvZT6y110LQ3iK3w0U
NTrUkx9XbJw3j6ib3cDD3vqrb6prn1DB4pg29d7aUllU8qs8NsMDnEQnUiZHfoyO
kMDrVB7HX2ITnSpnOYOctUOtaYJHud1qFZJlHbIZMCwIeWAwlRu5Sgv32ukhbhyp
HRZk+4s22XrbtAVaAlqm/7e6Hpi6MMuc5sZHHXVqMR0LH1yXyapugEDxIIqpggK9

plexus-classworlds2_2.2.3-2_amd64.changes is NEW

2011-12-01 Thread Debian FTP Masters
(new) libplexus-classworlds2-java-doc_2.2.3-2_all.deb optional doc
Class loading utilities for the Plexus framework - documentation
 The Plexus project provides a full software stack for creating and executing
 software projects. Based on the Plexus container, the applications can
 utilise component-oriented programming to build modular, reusable components
 that can easily be assembled and reused.
 .
 While Plexus is similar to other inversion-of-control (IoC) or dependency
 injection frameworks such as the Spring Framework, it is a full-fledged
 container that supports many more features such as:
 .
  * Component lifecycles
  * Component instantiation strategies
  * Nested containers
  * Component configuration
  * Auto-wiring
  * Component dependencies, and
  * Various dependency injection techniques including constructor injection,
   setter injection, and private field injection.
 .
 This package provides the API documentation for libplexus-classworlds2-java.
(new) libplexus-classworlds2-java_2.2.3-2_all.deb optional java
Class loading utilities for the Plexus framework
 The Plexus project provides a full software stack for creating and executing
 software projects. Based on the Plexus container, the applications can
 utilise component-oriented programming to build modular, reusable components
 that can easily be assembled and reused.
 .
 While Plexus is similar to other inversion-of-control (IoC) or dependency
 injection frameworks such as the Spring Framework, it is a full-fledged
 container that supports many more features such as:
 .
  * Component lifecycles
  * Component instantiation strategies
  * Nested containers
  * Component configuration
  * Auto-wiring
  * Component dependencies, and
  * Various dependency injection techniques including constructor injection,
   setter injection, and private field injection.
(new) plexus-classworlds2_2.2.3-2.debian.tar.gz optional java
(new) plexus-classworlds2_2.2.3-2.dsc optional java
(new) plexus-classworlds2_2.2.3.orig.tar.gz optional java
Changes: plexus-classworlds2 (2.2.3-2) unstable; urgency=low
 .
  * d/copyright: Fix license of The Werken Company code
to Apache-1.1.
 .
plexus-classworlds2 (2.2.3-1) unstable; urgency=low
 .
  * Initial release (Closes: #648773)


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 648773 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
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.


[SCM] netbeans packaging branch, master, updated. debian/7.0.1+dfsg1-3-2-ge746516

2011-12-01 Thread Andrew Ross
The following commit has been merged in the master branch:
commit e746516aa3c617f2becaf3b9b0359e2c0e32d751
Author: Andrew Ross ubu...@rossfamily.co.uk
Date:   Fri Dec 2 00:05:26 2011 +

Updated for 7.0.1+dfsg1-4

diff --git a/debian/changelog b/debian/changelog
index 1d7f046..62e7c1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+netbeans (7.0.1+dfsg1-4) unstable; urgency=low
+
+  * Patch core.osgi to use osgi-core 4.3. (Closes: #649750)
+  * Correct binary package names and install locations.
+  (Closes: #646856)
+  * Install AbsoluteLayout.jar in a separate package.
+  (Closes: #646857)
+
+ -- Andrew Ross ubu...@rossfamily.co.uk  Thu, 01 Dec 2011 21:59:37 +
+
 netbeans (7.0.1+dfsg1-3) unstable; urgency=low
 
   * Use libosgi-core-java and libosgi-compendium-java for osgi.
diff --git a/debian/control b/debian/control
index a3dd3ea..cd35522 100644
--- a/debian/control
+++ b/debian/control
@@ -104,13 +104,22 @@ Description: Utility classes for modules from the 
NetBeans Platform
  APIs and working together or in a standalone mode. This package provides
  some utility functions for managing NetBeans modules.
 
+Package: libnb-absolutelayout-java
+Architecture: all
+Depends: ${misc:Depends}, ${java:Depends}
+Description: Java LayoutManager to allow placement in absolute positions
+ This library is part of the Netbeans platform and provides an 
+ implementation of the java.awt.LayoutManager interface. This 
+ implementation allows you to position components by their 
+ absolute position.
+
 Package: netbeans
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}, libnb-platform13-java (= 7.0),
  openjdk-6-jdk | java6-sdk | java7-sdk,
- libnb-ide13-java (= ${binary:Version}), 
- libnb-java4-java (= ${binary:Version}),
- libnb-apisupport2-java (= ${binary:Version})
+ libnb-ide14-java (= ${binary:Version}), 
+ libnb-java5-java (= ${binary:Version}),
+ libnb-apisupport3-java (= ${binary:Version})
 Conflicts: netbeans5.5, netbeans-ide
 Replaces: netbeans5.5, netbeans-ide
 Provides: netbeans-ide
@@ -120,7 +129,7 @@ Description: Extensible Java IDE
  includes the Base IDE, Java Development Tools and Plug-in Development Tools. 
  Support for PHP, Ruby, C/C++, Java EE and others can be added.
 
-Package: libnb-ide13-java
+Package: libnb-ide14-java
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}, libnb-platform13-java (= 7.0),
  antlr3 (= 3.2), libcommons-codec-java, libbytelist-java,
@@ -138,10 +147,11 @@ Description: Common Integrated Development Environment 
Libraries for NetBeans
  APIs and working together or in a standalone mode. This package contains 
  independent libraries for use in the NetBeans IDE.
 
-Package: libnb-java4-java
+Package: libnb-java5-java
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends},
- libnb-platform13-java (= 7.0), libnb-ide13-java (= ${binary:Version}),
+ libnb-platform13-java (= 7.0), libnb-ide14-java (= ${binary:Version}),
+ libnb-absolutelayout-java,
  libbetter-appframework-java,  libbeansbinding-java, libcglib-java,
  libnb-javaparser-java (= 7.0.1~), ant (= 1.7.0), ant-optional (= 1.7.0)
 Description: Common Java Related Libraries for NetBeans
@@ -149,11 +159,11 @@ Description: Common Java Related Libraries for NetBeans
  APIs and working together or in a standalone mode. This package contains 
  common libraries for the NetBeans Java IDE.
 
-Package: libnb-apisupport2-java
+Package: libnb-apisupport3-java
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}, libnb-platform13-java (= 7.0),
- libnb-platform-devel-java (= 7.0), libnb-ide13-java (= ${binary:Version}),
- libnb-java4-java (= ${binary:Version})
+ libnb-platform-devel-java (= 7.0), libnb-ide14-java (= ${binary:Version}),
+ libnb-java5-java (= ${binary:Version})
 Description: Common NetBeans Platform Development Related Libraries for 
NetBeans
  The NetBeans Platform is a set of modules, each providing their own 
  APIs and working together or in a standalone mode. This package contains 
diff --git a/debian/libnb-apisupport2-java.lintian-overrides 
b/debian/libnb-apisupport2-java.lintian-overrides
deleted file mode 100644
index 914fe9a..000
--- a/debian/libnb-apisupport2-java.lintian-overrides
+++ /dev/null
@@ -1,10 +0,0 @@
-# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
-libnb-apisupport2-java: codeless-jar
-
-# Netbeans has it's own way to set the classpath, and it breaks things if we 
-# set it separately.
-libnb-apisupport2-java: missing-classpath
-
-# It is a library of sorts, although it installs as a netbeans cluster rather
-# than in /usr/share/java
-libnb-apisupport2-java: javalib-but-no-public-jars
diff --git a/debian/libnb-apisupport3-java.lintian-overrides 
b/debian/libnb-apisupport3-java.lintian-overrides
new file mode 100644
index 000..853fcef
--- /dev/null
+++ b/debian/libnb-apisupport3-java.lintian-overrides
@@ -0,0 +1,10 @@
+# Netbeans builds lots of codeless jars on purpose, so 

[SCM] mojarra: JavaServer Faces 2.0 Java EE web framework branch, squeeze, updated. debian/2.0.3-1-2-g07f5844

2011-12-01 Thread Miguel Landaeta
The following commit has been merged in the squeeze branch:
commit 07f5844e16daee3fe0f448369a1cb9b7181e0b9f
Author: Miguel Landaeta mig...@miguel.cc
Date:   Thu Dec 1 20:03:37 2011 -0430

Fix version and distribution

diff --git a/debian/changelog b/debian/changelog
index ee50897..5e90555 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mojarra (2.0.3-1squeeze1) stable; urgency=high
+mojarra (2.0.3-1+squeeze1) stable-security; urgency=high
 
   * Fixed critical bug by not allowing the value of UIViewParam to be an
 EL Expression: CVE-2011-4358. (Closes: #650430).

-- 
mojarra: JavaServer Faces 2.0 Java EE web framework

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


zookeeper_3.3.4+dfsg1-1_amd64.changes ACCEPTED into unstable

2011-12-01 Thread Debian FTP Masters



Accepted:
libzookeeper-dev_3.3.4+dfsg1-1_amd64.deb
  to main/z/zookeeper/libzookeeper-dev_3.3.4+dfsg1-1_amd64.deb
libzookeeper-java-doc_3.3.4+dfsg1-1_all.deb
  to main/z/zookeeper/libzookeeper-java-doc_3.3.4+dfsg1-1_all.deb
libzookeeper-java_3.3.4+dfsg1-1_all.deb
  to main/z/zookeeper/libzookeeper-java_3.3.4+dfsg1-1_all.deb
libzookeeper2_3.3.4+dfsg1-1_amd64.deb
  to main/z/zookeeper/libzookeeper2_3.3.4+dfsg1-1_amd64.deb
python-zookeeper_3.3.4+dfsg1-1_amd64.deb
  to main/z/zookeeper/python-zookeeper_3.3.4+dfsg1-1_amd64.deb
zookeeper-bin_3.3.4+dfsg1-1_amd64.deb
  to main/z/zookeeper/zookeeper-bin_3.3.4+dfsg1-1_amd64.deb
zookeeper_3.3.4+dfsg1-1.debian.tar.gz
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1-1.debian.tar.gz
zookeeper_3.3.4+dfsg1-1.dsc
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1-1.dsc
zookeeper_3.3.4+dfsg1-1_all.deb
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1-1_all.deb
zookeeper_3.3.4+dfsg1.orig.tar.gz
  to main/z/zookeeper/zookeeper_3.3.4+dfsg1.orig.tar.gz
zookeeperd_3.3.4+dfsg1-1_all.deb
  to main/z/zookeeper/zookeeperd_3.3.4+dfsg1-1_all.deb


Override entries for your package:
libzookeeper-dev_3.3.4+dfsg1-1_amd64.deb - optional libdevel
libzookeeper-java-doc_3.3.4+dfsg1-1_all.deb - optional doc
libzookeeper-java_3.3.4+dfsg1-1_all.deb - optional java
libzookeeper2_3.3.4+dfsg1-1_amd64.deb - optional libs
python-zookeeper_3.3.4+dfsg1-1_amd64.deb - optional python
zookeeper-bin_3.3.4+dfsg1-1_amd64.deb - optional misc
zookeeper_3.3.4+dfsg1-1.dsc - source java
zookeeper_3.3.4+dfsg1-1_all.deb - optional java
zookeeperd_3.3.4+dfsg1-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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.