Bug#613495: libjlha-java: Please reencode source into UTF-8

2011-02-15 Thread Warren Turkal
Package: libjlha-java
Version: 0.0.20050504-8
Severity: wishlist
Tags: upstream

Please reencode the source into UTF-8. Shift-JIS is not a convenient
encoding to work in and it seems that the upstream author has abandoned
this project.

Something similar to the following in the root of the source should do it
just fine:
$ find jp -name '*.java' -print0 | xargs -0 recode Shift-JIS..UTF-8

Thanks,
wt

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libjlha-java depends on:
ii  default-jre-headless [java2 1:1.6-40 Standard Java or Java compatible R
ii  gcj-4.4-jre-headless [java2 4.4.5-9  Java runtime environment using GIJ
ii  gcj-jre-headless [java2-run 4:4.4.5-2Java runtime environment using GIJ
ii  gij-4.3 [java2-runtime-head 4.3.4-4  The GNU Java bytecode interpreter
ii  openjdk-6-jre-headless [jav 6b18-1.8.5-1 OpenJDK Java runtime, using Hotspo

libjlha-java recommends no packages.

Versions of packages libjlha-java suggests:
ii  gcj-jre-headless [java-virtua 4:4.4.5-2  Java runtime environment using GIJ
ii  gij-4.3 [java-virtual-machine 4.3.4-4The GNU Java bytecode interpreter
pn  libjlha-java-doc-ja   none (no description available)

-- no debconf information



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


Bug#353774: marked as done (eclipse-cdt: CDT reported as broken in configuration)

2011-02-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Feb 2011 10:05:10 +0100
with message-id 4d5a41c6.8040...@thykier.net
and subject line eclipse-cdt: CDT reported as broken in configuration
has caused the Debian Bug report #353774,
regarding eclipse-cdt: CDT reported as broken in configuration
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.)


-- 
353774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: eclipse-cdt
Version: 3.0.1-2
Severity: normal

Hi,

the CDT source Feature is reported as broken under Help-Software
Updates-Manage Configuration. The status is

Plug-in org.eclipse.cdt.source version 3.0.1 referenced by this feature is 
missing.

Andreas

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'experimental'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-cherry
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages eclipse-cdt depends on:
ii  eclipse-pde   3.1.2-1Plug-in Development Environment to
ii  exuberant-ctags [ctags]   1:5.5.4-1  build tag file indexes of source c

eclipse-cdt recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Version: 6.0.2-1

Hey

I cannot reproduce this in 6.0.2-1; if you still experience this in
eclipse-cdt 6.0.2-1 from Debian, please write back with how to reproduce it.

~Niels


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


[SCM] eclipse - Powerful IDE written in java - Debian package. branch, squeeze, updated. debian/3.5.2-6-2-gae15998

2011-02-15 Thread Niels Thykier
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse - Powerful IDE written in java - Debian package..

The branch, squeeze has been updated
   via  ae159987d5d468c09c06535755470970c8ce09aa (commit)
  from  4b95866c797a74205eace051ffdef40b9f5f442a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ae159987d5d468c09c06535755470970c8ce09aa
Author: Niels Thykier ni...@thykier.net
Date:   Fri Feb 11 13:24:43 2011 +0100

Backported patch for CVE-2010-4647 (Closes: #611849)

---

Summary of changes:
 debian/changelog   |7 
 .../bp-eclipse-help-webapps-xss-BZ661901.patch |   34 
 debian/patches/series  |1 +
 .../org.eclipse.help.webapp/advanced/content.jsp   |2 +-
 .../org.eclipse.help.webapp/basic/index.jsp|4 +-
 5 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 969e3dc..f47a087 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+eclipse (3.5.2-6squeeze2) stable; urgency=low
+
+  * Backported patch for CVE-2010-4647. (Closes: #611849)
+- Fixes XSS in help browser application.
+
+ -- Niels Thykier ni...@thykier.net  Fri, 11 Feb 2011 12:46:51 +0100
+
 eclipse (3.5.2-6squeeze1) testing-proposed-updates; urgency=low
 
   * Install the NEWS file in eclipse-platform instead of eclipse,
diff --git a/debian/patches/bp-eclipse-help-webapps-xss-BZ661901.patch 
b/debian/patches/bp-eclipse-help-webapps-xss-BZ661901.patch
new file mode 100644
index 000..ebe1665
--- /dev/null
+++ b/debian/patches/bp-eclipse-help-webapps-xss-BZ661901.patch
@@ -0,0 +1,34 @@
+Description: Backported patch for fixing CVE-2010-4647.
+Origin: Fedora, 
http://pkgs.fedoraproject.org/gitweb/?p=eclipse.git;a=commit;h=5c1617b
+Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=329582
+Bug-Debian: http://bugs.debian.org/611849
+Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=661901
+
+diff --git a/eclipse/plugins/org.eclipse.help.webapp/advanced/content.jsp 
b/eclipse/plugins/org.eclipse.help.webapp/advanced/content.jsp
+index fc9998f..73712b4 100644
+--- a/eclipse/plugins/org.eclipse.help.webapp/advanced/content.jsp
 b/eclipse/plugins/org.eclipse.help.webapp/advanced/content.jsp
+@@ -46,7 +46,7 @@ FRAMESET {
+ 
+ 
+ frameset id=contentFrameset rows=24,* frameborder=0 framespacing=0 
border=0 spacing=0
+-  frame name=ContentToolbarFrame 
title=%=ServletResources.getString(topicViewToolbar, request)% 
src='%=contentToolbar.jsp+data.getQuery()%'  marginwidth=0 
marginheight=0 scrolling=no frameborder=0 noresize=0
++  frame name=ContentToolbarFrame 
title=%=ServletResources.getString(topicViewToolbar, request)% 
src='%=contentToolbar.jsp+UrlUtil.htmlEncode(data.getQuery())%'  
marginwidth=0 marginheight=0 scrolling=no frameborder=0 noresize=0
+   frame ACCESSKEY=K name=ContentViewFrame 
title=%=ServletResources.getString(topicView, request)% 
src='%=UrlUtil.htmlEncode(data.getContentURL())%'  
marginwidth=10%=(data.isIE()  6.0.compareTo(data.getIEVersion()) 
=0)?scrolling=\yes\:% marginheight=0 frameborder=0 
+ /frameset
+ 
+diff --git a/eclipse/plugins/org.eclipse.help.webapp/basic/index.jsp 
b/eclipse/plugins/org.eclipse.help.webapp/basic/index.jsp
+index c405813..5639f62 100644
+--- a/eclipse/plugins/org.eclipse.help.webapp/basic/index.jsp
 b/eclipse/plugins/org.eclipse.help.webapp/basic/index.jsp
+@@ -29,8 +29,8 @@
+ %
+   }
+ %
+-  frame name=TabsFrame 
title=%=ServletResources.getString(helpToolbarFrame, request)% 
src='%=basic/tabs.jsp+data.getQuery()%' marginwidth=5 marginheight=5 
scrolling=no
+-  frame name=HelpFrame title=%=ServletResources.getString(ignore, 
HelpFrame, request)% src='%=basic/help.jsp+data.getQuery()%' 
frameborder=no marginwidth=0 marginheight=0 scrolling=no
++  frame name=TabsFrame 
title=%=ServletResources.getString(helpToolbarFrame, request)% 
src='%=basic/tabs.jsp+UrlUtil.htmlEncode(data.getQuery())%' marginwidth=5 
marginheight=5 scrolling=no
++  frame name=HelpFrame title=%=ServletResources.getString(ignore, 
HelpFrame, request)% 
src='%=basic/help.jsp+UrlUtil.htmlEncode(data.getQuery())%' 
frameborder=no marginwidth=0 marginheight=0 scrolling=no
+ /frameset
+ 
+ /html
diff --git a/debian/patches/series b/debian/patches/series
index 7a10dc6..4ac429d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -22,3 +22,4 @@ build-arch.patch
 sat4j-version.patch
 add-o.e.equinox.concurrent.patch
 pdebuild-workspace.patch
+bp-eclipse-help-webapps-xss-BZ661901.patch
diff --git 

[pkg-java] r13324 - trunk/libapache-mod-jk/debian

2011-02-15 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-02-15 14:27:49 + (Tue, 15 Feb 2011)
New Revision: 13324

Modified:
   trunk/libapache-mod-jk/debian/changelog
   trunk/libapache-mod-jk/debian/control
Log:
* Update package section to httpd.

Modified: trunk/libapache-mod-jk/debian/changelog
===
--- trunk/libapache-mod-jk/debian/changelog 2011-02-15 06:07:41 UTC (rev 
13323)
+++ trunk/libapache-mod-jk/debian/changelog 2011-02-15 14:27:49 UTC (rev 
13324)
@@ -5,10 +5,11 @@
   * Bump Standards-Version to 3.9.1. No changes were required.
   * Remove duplicated control fields in binary packages.
   * Fix lintian warning about dh_clean -k deprecation.
+  * Update package section to httpd.
   * Document in NEWS the minimal Linux version needed (= 2.6.27) to use
 this module.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 13 Feb 2011 19:30:12 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 15 Feb 2011 09:29:23 -0430
 
 libapache-mod-jk (1:1.2.30-1) unstable; urgency=low
 

Modified: trunk/libapache-mod-jk/debian/control
===
--- trunk/libapache-mod-jk/debian/control   2011-02-15 06:07:41 UTC (rev 
13323)
+++ trunk/libapache-mod-jk/debian/control   2011-02-15 14:27:49 UTC (rev 
13324)
@@ -1,5 +1,5 @@
 Source: libapache-mod-jk
-Section: web
+Section: httpd
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de


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


Processing of eclipse_3.5.2-6squeeze2_i386.changes

2011-02-15 Thread Debian FTP Masters
eclipse_3.5.2-6squeeze2_i386.changes uploaded successfully to localhost
along with the files:
  eclipse_3.5.2-6squeeze2.dsc
  eclipse_3.5.2-6squeeze2.debian.tar.gz
  eclipse_3.5.2-6squeeze2_all.deb
  eclipse-jdt_3.5.2-6squeeze2_i386.deb
  eclipse-pde_3.5.2-6squeeze2_i386.deb
  eclipse-platform_3.5.2-6squeeze2_i386.deb
  eclipse-platform-data_3.5.2-6squeeze2_all.deb
  eclipse-plugin-cvs_3.5.2-6squeeze2_i386.deb
  eclipse-rcp_3.5.2-6squeeze2_i386.deb
  libequinox-osgi-java_3.5.2-6squeeze2_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/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, squeeze, created. dcda20838b1c1c1df5776d9888cce8f58f63bf12

2011-02-15 Thread Niels Thykier
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian 
package..

The branch, squeeze has been created
at  dcda20838b1c1c1df5776d9888cce8f58f63bf12 (commit)

- Log -
commit dcda20838b1c1c1df5776d9888cce8f58f63bf12
Author: Niels Thykier ni...@thykier.net
Date:   Tue Feb 15 15:37:35 2011 +0100

Rebuild for squeeze-backports

---


hooks/post-receive
-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.

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


[SCM] eclipse - Powerful IDE written in java - Debian package. annotated tag, debian/3.5.2-6squeeze2, created. debian/3.5.2-6squeeze2

2011-02-15 Thread Niels Thykier
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse - Powerful IDE written in java - Debian package..

The annotated tag, debian/3.5.2-6squeeze2 has been created
at  ec52ec7bb6f9b95604c9e5936bc0ae0448036fa5 (tag)
   tagging  ae159987d5d468c09c06535755470970c8ce09aa (commit)
  replaces  debian/3.5.2-6
 tagged by  Niels Thykier
on  Tue Feb 15 16:16:27 2011 +0100

- Log -
Tag for 3.5.2-6squeeze2. Fixes: CVE-2010-4647

Niels Thykier (2):
  Backport 3.5.2-7 changes to Squeeze.
  Backported patch for CVE-2010-4647 (Closes: #611849)

---


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.

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


[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. annotated tag, debian/bp-squeeze-6.0.2-1+1, created. debian/bp-squeeze-6.0.2-1+1

2011-02-15 Thread Niels Thykier
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian 
package..

The annotated tag, debian/bp-squeeze-6.0.2-1+1 has been created
at  c11dab373bc52e9a7a6b1de97a67f142de118096 (tag)
   tagging  dcda20838b1c1c1df5776d9888cce8f58f63bf12 (commit)
 tagged by  Niels Thykier
on  Tue Feb 15 16:17:45 2011 +0100

- Log -
Backported 6.0.2-1 to Squeeze

Benjamin Drung (9):
  Imported upstream version 6.0.1
  Merge commit 'upstream/6.0.1'
  Add get-orig-source script.
  Imported Upstream version 6.0.2
  Merge branch 'upstream'
  Add git-buildpackage configuration.
  Add get-orig-source rule.
  Add debian/watch file.
  Close some Launchpad bugs too.

Niels Thykier (49):
  Initial import from svn.
  Correct binary name.
  Added VCS fields.
  Partly functional fetch script.
  Imported Upstream version 6.0.2
  Merge commit 'upstream/6.0.2'
  Removed useless svn folder.
  Threw out all old patches and replaced debian/rules.
  Do not fetch tests - it fails.
  Initial build and imported to patches from Fedora. Currently the build 
fails due to imcomplete source files. Waiting for Fedora to fix their fetch-cdt 
script.
  Initial build and imported to patches from Fedora. Currently the build 
fails due to imcomplete source files. Waiting for Fedora to fix their fetch-cdt 
script.
  Merge branch 'master' of git+ssh://git.debian.org/git/pkg-java/eclipse-cdt
  Imported Upstream version 6.0.2
  Merge branch 'upstream'
  Added initial fetch-cdt.sh script.
  Added and applied a patch.
  Renamed package back to eclipse-cdt and made it use eclipse-helper for 
the build.
  Removed Adrian Perez from uploaders, added some contraints to B-D. Added 
some missing files.
  Fixed a problem with locating the JNI libraries and reduced the depends 
in d/eclipse.features.
  Remove B-C on eclipse-cdt.
  Fixed FTBFS due to build dir not setup.
  Updated changelog to include changes and bugs.
  Added ${misc:Depends} and merged/updated the fetch scripts.
  Imported Upstream version 6.0.2
  Imported Upstream version 6.0.2
  Merge commit 'upstream/6.0.2'
  Remove even more prebuilt-binaries.
  Merge commit 'upstream/6.0.2'
  Imported Upstream version 6.0.2
  Corrected the find expression.
  Imported Upstream version 6.0.2
  Merge commit 'upstream/6.0.2'
  Added find to remove empty dirs.
  Updated copyright to include Fedora contributions.
  Fix fetch-cdt.sh to only remove files.
  Merge commit 'upstream/6.0.2'
  Imported Upstream version 6.0.2
  Made fetch-cdt.sh remove comments from properties files.
  Imported Upstream version 6.0.2
  Merge commit 'upstream/6.0.2'
  Merge branch 'master' of git+ssh://git.debian.org/git/pkg-java/eclipse-cdt
  Remove more binary files and bail on first error in fetch-cdt.sh.
  Imported Upstream version 6.0.2
  Imported Upstream version 6.0.2
  Merge commit 'upstream/6.0.2'
  Sorted the (Build-)Depends.
  Remove old unused file.
  Set dist.
  Rebuild for squeeze-backports

---


hooks/post-receive
-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.

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


Bug#590085: File no longer exists

2011-02-15 Thread Ernesto Ongaro
Package: tomcat6-admin
Version: 6.0.28-9+squeeze1
Severity: normal

In Squeeze there's no Readme.Debian for tomcat6-admin - it used to exist and
has some necessary notes.



-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tomcat6-admin depends on:
ii  tomcat6-common 6.0.28-9+squeeze1 Servlet and JSP engine -- common f

tomcat6-admin recommends no packages.

tomcat6-admin suggests no packages.

-- no debconf information



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


Bug#613575: tomcat6: tomcat home directory should be writeable by tomcat user

2011-02-15 Thread Ernesto Ongaro
Package: tomcat6
Version: 6.0.28-9+squeeze1
Severity: important

tomcat6.postinst uses adduser --no-create-home and then the deb file puts files 
in /usr/share/tomcat6/ ($TOMCAT6_USER's home) are owned by root. Lots of 
application write to this folder.


-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tomcat6 depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  tomcat6-common 6.0.28-9+squeeze1 Servlet and JSP engine -- common f
ii  ucf3.0025+nmu1   Update Configuration File: preserv

Versions of packages tomcat6 recommends:
ii  authbind  1.2.0  Allows non-root programs to bind()

Versions of packages tomcat6 suggests:
pn  tomcat-native  none(no description available)
ii  tomcat6-admin  6.0.28-9+squeeze1 Servlet and JSP engine -- admin we
pn  tomcat6-docs   none(no description available)
pn  tomcat6-examples   none(no description available)
pn  tomcat6-user   none(no description available)

-- Configuration Files:
/etc/tomcat6/tomcat-users.xml [Errno 13] Permission denied: 
u'/etc/tomcat6/tomcat-users.xml'

-- debconf information:
  tomcat6/javaopts: -Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC
  tomcat6/groupname: tomcat6
  tomcat6/username: tomcat6



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


eclipse_3.5.2-6squeeze2_i386.changes ACCEPTED into proposed-updates

2011-02-15 Thread Debian FTP Masters


Notes:
Mapping stable to proposed-updates.


Accepted:
eclipse-jdt_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-jdt_3.5.2-6squeeze2_i386.deb
eclipse-pde_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-pde_3.5.2-6squeeze2_i386.deb
eclipse-platform-data_3.5.2-6squeeze2_all.deb
  to main/e/eclipse/eclipse-platform-data_3.5.2-6squeeze2_all.deb
eclipse-platform_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-platform_3.5.2-6squeeze2_i386.deb
eclipse-plugin-cvs_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-plugin-cvs_3.5.2-6squeeze2_i386.deb
eclipse-rcp_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-rcp_3.5.2-6squeeze2_i386.deb
eclipse_3.5.2-6squeeze2.debian.tar.gz
  to main/e/eclipse/eclipse_3.5.2-6squeeze2.debian.tar.gz
eclipse_3.5.2-6squeeze2.dsc
  to main/e/eclipse/eclipse_3.5.2-6squeeze2.dsc
eclipse_3.5.2-6squeeze2_all.deb
  to main/e/eclipse/eclipse_3.5.2-6squeeze2_all.deb
libequinox-osgi-java_3.5.2-6squeeze2_all.deb
  to main/e/eclipse/libequinox-osgi-java_3.5.2-6squeeze2_all.deb


Override entries for your package:
eclipse-jdt_3.5.2-6squeeze2_i386.deb - optional devel
eclipse-pde_3.5.2-6squeeze2_i386.deb - optional devel
eclipse-platform-data_3.5.2-6squeeze2_all.deb - optional devel
eclipse-platform_3.5.2-6squeeze2_i386.deb - optional devel
eclipse-plugin-cvs_3.5.2-6squeeze2_i386.deb - optional devel
eclipse-rcp_3.5.2-6squeeze2_i386.deb - optional devel
eclipse_3.5.2-6squeeze2.dsc - source devel
eclipse_3.5.2-6squeeze2_all.deb - optional devel
libequinox-osgi-java_3.5.2-6squeeze2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


libapache-mod-jk_1.2.30-1squeeze1_i386.changes ACCEPTED into proposed-updates

2011-02-15 Thread Debian FTP Masters


Notes:
Mapping stable to proposed-updates.


Accepted:
libapache-mod-jk-doc_1.2.30-1squeeze1_all.deb
  to main/liba/libapache-mod-jk/libapache-mod-jk-doc_1.2.30-1squeeze1_all.deb
libapache-mod-jk_1.2.30-1squeeze1.debian.tar.gz
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.30-1squeeze1.debian.tar.gz
libapache-mod-jk_1.2.30-1squeeze1.dsc
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.30-1squeeze1.dsc
libapache2-mod-jk_1.2.30-1squeeze1_i386.deb
  to main/liba/libapache-mod-jk/libapache2-mod-jk_1.2.30-1squeeze1_i386.deb


Override entries for your package:
libapache-mod-jk-doc_1.2.30-1squeeze1_all.deb - optional doc
libapache-mod-jk_1.2.30-1squeeze1.dsc - source httpd
libapache2-mod-jk_1.2.30-1squeeze1_i386.deb - optional httpd

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


Thank you for your contribution to Debian.

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


libapache-mod-jk override disparity

2011-02-15 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

libapache2-mod-jk_1.2.30-1squeeze1_i386.deb: package says section is web, 
override says httpd.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

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

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


Bug#609886: marked as done (libapache2-mod-jk: After upgrade from 1.2.26 to 1.2.30 mod_jk no longer connects to tomcats)

2011-02-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Feb 2011 19:58:40 +
with message-id e1ppr2m-00064r...@franck.debian.org
and subject line Bug#609886: fixed in libapache-mod-jk 1:1.2.30-1squeeze1
has caused the Debian Bug report #609886,
regarding libapache2-mod-jk: After upgrade from 1.2.26 to 1.2.30 mod_jk no 
longer connects to tomcats
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.)


-- 
609886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609886
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libapache2-mod-jk
Version: 1.2.30
Severity: grave
Justification: renders package unusable

From mod_jk.log:
[Thu Jan 13 15:05:34 2011] [441:140327941527312] [error] 
jk_open_socket::jk_connect.c (444): socket() failed (errno=22)
[Thu Jan 13 15:05:34 2011] [441:140327941527312] [info] 
ajp_connect_to_endpoint::jk_ajp_common.c (959): Failed opening socket to 
(172.17.231.57:8009) (errno=22)
[Thu Jan 13 15:05:34 2011] [441:140327941527312] [error] 
ajp_send_request::jk_ajp_common.c (1585): (ajp13) connecting to backend failed. 
Tomcat is probably not started or is listening on the wrong port (errno=22)
[Thu Jan 13 15:05:34 2011] [441:140327941527312] [info] 
ajp_service::jk_ajp_common.c (2540): (ajp13) sending request to tomcat failed 
(recoverable), because of error during request sending (attempt=1)
[Thu Jan 13 15:05:34 2011] [441:140327941527312] [error] 
ajp_service::jk_ajp_common.c (2559): (ajp13) connecting to tomcat failed.
 although logs suggest that port 8009 is unreachable,
one can connect to it using telnet, or by replacing libapache2_mod_jk with 
version 1.2.26


-- System Information:
Debian Release: 5.0.7
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-openvz-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Source: libapache-mod-jk
Source-Version: 1:1.2.30-1squeeze1

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

libapache-mod-jk-doc_1.2.30-1squeeze1_all.deb
  to main/liba/libapache-mod-jk/libapache-mod-jk-doc_1.2.30-1squeeze1_all.deb
libapache-mod-jk_1.2.30-1squeeze1.debian.tar.gz
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.30-1squeeze1.debian.tar.gz
libapache-mod-jk_1.2.30-1squeeze1.dsc
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.30-1squeeze1.dsc
libapache2-mod-jk_1.2.30-1squeeze1_i386.deb
  to main/liba/libapache-mod-jk/libapache2-mod-jk_1.2.30-1squeeze1_i386.deb



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 609...@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 libapache-mod-jk 
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: SHA256

Format: 1.8
Date: Wed, 09 Feb 2011 23:07:41 -0500
Source: libapache-mod-jk
Binary: libapache2-mod-jk libapache-mod-jk-doc
Architecture: source i386 all
Version: 1:1.2.30-1squeeze1
Distribution: stable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libapache-mod-jk-doc - Documentation of libapache2-mod-jk package
 libapache2-mod-jk - Apache 2 connector for the Tomcat Java servlet engine
Closes: 609886
Changes: 
 libapache-mod-jk (1:1.2.30-1squeeze1) stable; urgency=medium
 .
   * Team upload.
   * Fix issue with socket(2) syscall and SOCK_CLOEXEC flag affecting
 upgrades from 1.2.26 to 1.2.30. (Closes: #609886).
Checksums-Sha1: 
 f92a11356510d47a8404013e3774f0e39c9aca94 2072 
libapache-mod-jk_1.2.30-1squeeze1.dsc
 78f9edd7975df7fffa6ea5c47fbe8041764be192 21613 
libapache-mod-jk_1.2.30-1squeeze1.debian.tar.gz
 1f6efc56cae034be07567b6abc4254b0da9ae9a4 124338 
libapache2-mod-jk_1.2.30-1squeeze1_i386.deb
 d6c4c70df36fd73d6b911c8b97bff065f28d4a7c 194920 
libapache-mod-jk-doc_1.2.30-1squeeze1_all.deb
Checksums-Sha256: 
 f20785383f653279987ddef5bda855ace909063f29103eba3090698b71fd1ae1 2072 
libapache-mod-jk_1.2.30-1squeeze1.dsc
 cb646016d3755369edfa940df84a1fa88187ea4e5ba08eb40c0b6bc224f68425 21613 

Bug#611849: marked as done (CVE-2010-4647/CVE-2008-7271: XSS in help browser application)

2011-02-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Feb 2011 19:58:29 +
with message-id e1ppr2b-00063q...@franck.debian.org
and subject line Bug#611849: fixed in eclipse 3.5.2-6squeeze2
has caused the Debian Bug report #611849,
regarding CVE-2010-4647/CVE-2008-7271: XSS in help browser application
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.)


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

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4647
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-7271

Red Hat has a good description and links to patches:
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4647

This doesn't warrant a DSA, but you could fix this in Squeeze
in a point update.

Cheers,
Moritz

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

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


---End Message---
---BeginMessage---
Source: eclipse
Source-Version: 3.5.2-6squeeze2

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

eclipse-jdt_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-jdt_3.5.2-6squeeze2_i386.deb
eclipse-pde_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-pde_3.5.2-6squeeze2_i386.deb
eclipse-platform-data_3.5.2-6squeeze2_all.deb
  to main/e/eclipse/eclipse-platform-data_3.5.2-6squeeze2_all.deb
eclipse-platform_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-platform_3.5.2-6squeeze2_i386.deb
eclipse-plugin-cvs_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-plugin-cvs_3.5.2-6squeeze2_i386.deb
eclipse-rcp_3.5.2-6squeeze2_i386.deb
  to main/e/eclipse/eclipse-rcp_3.5.2-6squeeze2_i386.deb
eclipse_3.5.2-6squeeze2.debian.tar.gz
  to main/e/eclipse/eclipse_3.5.2-6squeeze2.debian.tar.gz
eclipse_3.5.2-6squeeze2.dsc
  to main/e/eclipse/eclipse_3.5.2-6squeeze2.dsc
eclipse_3.5.2-6squeeze2_all.deb
  to main/e/eclipse/eclipse_3.5.2-6squeeze2_all.deb
libequinox-osgi-java_3.5.2-6squeeze2_all.deb
  to main/e/eclipse/libequinox-osgi-java_3.5.2-6squeeze2_all.deb



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 611...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier ni...@thykier.net (supplier of updated eclipse 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: SHA256

Format: 1.8
Date: Fri, 11 Feb 2011 12:46:51 +0100
Source: eclipse
Binary: eclipse eclipse-jdt eclipse-pde eclipse-platform eclipse-platform-data 
eclipse-plugin-cvs eclipse-rcp libequinox-osgi-java
Architecture: source all i386
Version: 3.5.2-6squeeze2
Distribution: stable
Urgency: low
Maintainer: Debian Orbital Alignment Team 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Niels Thykier ni...@thykier.net
Description: 
 eclipse- Extensible Tool Platform and Java IDE
 eclipse-jdt - Eclipse Java Development Tools (JDT)
 eclipse-pde - Eclipse Plug-in Development Environment (PDE)
 eclipse-platform - Eclipse platform without plug-ins to develop any language
 eclipse-platform-data - Eclipse platform without plug-ins to develop any 
language (data)
 eclipse-plugin-cvs - Eclipse Team Integration (CVS support)
 eclipse-rcp - Eclipse Rich Client Platform (RCP)
 libequinox-osgi-java - Equinox OSGi framework
Closes: 611849
Changes: 
 eclipse (3.5.2-6squeeze2) stable; urgency=low
 .
   * Backported patch for CVE-2010-4647. (Closes: #611849)
 - Fixes XSS in help browser application.
Checksums-Sha1: 
 d742dc937f3bcc56fdb2063b09a1b9fb07b60cd6 3272 eclipse_3.5.2-6squeeze2.dsc
 99d161161a1e711d6d2846cce67003012bdb0378 100040 
eclipse_3.5.2-6squeeze2.debian.tar.gz
 76419b0b6ee6ce78a02c56206f7f022e43ee457e 47040 eclipse_3.5.2-6squeeze2_all.deb
 c2800c3bb2f8573cc934e603cfdf6a3e3bd00f99 40006884 
eclipse-jdt_3.5.2-6squeeze2_i386.deb
 16c568727c603ec309b3bb85ca6c1f2baeda5f89 16098146 
eclipse-pde_3.5.2-6squeeze2_i386.deb
 990b9596e6e896d7b0a9560ee1f508dde42bcd18 40302504 
eclipse-platform_3.5.2-6squeeze2_i386.deb
 

Bug#611786: marked as done (eclipse: cross-site scripting vulnerability in the help webapps)

2011-02-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Feb 2011 19:58:29 +
with message-id e1ppr2b-00063q...@franck.debian.org
and subject line Bug#611849: fixed in eclipse 3.5.2-6squeeze2
has caused the Debian Bug report #611849,
regarding eclipse: cross-site scripting vulnerability in the help webapps
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.)


-- 
611849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611849
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: eclipse-platform
Version: 3.5.2-6squeeze1
Severity: important
Tags: security

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi

These are reported as CVE-2008-7271 and CVE-2010-4647, which appear to be the
(nearly) same issue.  Upstream has fixed this with [1] and has made its way
into our git repositories in the upstream-3.6 branch[2].

~Niels

[1] https://bugs.eclipse.org/bugs/attachment.cgi?id=130767

[2] 
http://git.debian.org/?p=pkg-java/eclipse.git;a=commitdiff;h=68f899e621857ab6f44c7926b80c1da742bf7adf;hp=c4581570d622c04e03188f20aeb9f2149dff5724

- -- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages eclipse-platform depends on:
ii  ant  1.8.0-4 Java based build tool like make
ii  ant-optional 1.8.0-4 Java based build tool like make - 
ii  default-jre [java6-runti 1:1.6-40Standard Java or Java compatible R
ii  eclipse-platform-data3.5.2-6squeeze1 Eclipse platform without plug-ins 
ii  eclipse-rcp  3.5.2-6squeeze1 Eclipse Rich Client Platform (RCP)
ii  gcj-4.4-jre [java5-runti 4.4.5-2 Java runtime environment using GIJ
ii  gcj-jre [java5-runtime]  4:4.4.5-1   Java runtime environment using GIJ
ii  java-common  0.40Base of all Java packages
ii  libc62.11.2-10   Embedded GNU C Library: Shared lib
ii  libcommons-codec-java1.4-2   encoder and decoders such as Base6
ii  libcommons-el-java   1.0-6   Implementation of the JSP2.0 Expre
ii  libcommons-httpclient-ja 3.1-9   A Java(TM) library for creating HT
ii  libcommons-logging-java  1.1.1-8 commmon wrapper interface for seve
ii  libjasper-java   5.5.26-5Implementation of the JSP Containe
ii  libjetty-java6.1.24-6Java servlet engine and webserver 
ii  libjsch-java 0.1.42-2pure Java implementation of the SS
ii  liblucene2-java  2.9.2+ds1-1 Full-text search engine library fo
ii  libservlet2.5-java   6.0.28-9Servlet 2.5 and JSP 2.1 Java API c
ii  openjdk-6-jre [java6-run 6b18-1.8.3-2OpenJDK Java runtime, using Hotspo
ii  perl 5.10.1-17   Larry Wall's Practical Extraction 
ii  sat4j2.2.0-3 Efficient library of SAT solvers i
ii  sun-java6-jre [java6-run 6.22-1  Sun Java(TM) Runtime Environment (

Versions of packages eclipse-platform recommends:
ii  eclipse-pde  3.5.2-6squeeze1 Eclipse Plug-in Development Enviro

Versions of packages eclipse-platform suggests:
ii  eclipse-jdt  3.5.2-6squeeze1 Eclipse Java Development Tools (JD

Versions of packages eclipse-platform is related to:
ii  eclipse-jdt  3.5.2-6squeeze1 Eclipse Java Development Tools (JD
ii  eclipse-pde  3.5.2-6squeeze1 Eclipse Plug-in Development Enviro

- -- no debconf information

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

iQIcBAEBCAAGBQJNSQp4AAoJEAVLu599gGRCbdQP/0Ia6qMqbmo83im1YAfRMTHk
qSzBvYXs339p8AEVkE2dtFc/vxujsMcKINFdJrSJLCYAeXuTeUQWNQJGwuFVmCTC
FqDPzqriQ22Tzf9zbxBjp4aaCETYTb5cEJSn9iC527SaJxWAxey+WKK3gE7vKQBs
YrxxjfQIGq9dKcX3d9/zM5mogTfeC2O1dEVALs1Zo/DaiPZwu/E77RVxjo4mqz47
mBX08bwyncgRcGfHpTfDmk5KoiUxBjpj/bUjXNgfgbiaHrDMXXoj4zFYHXyovxnC
oQEU1HcX6hmMZDgOc5hLSaMKXs44Y/ZBRrZvsW6AOh0eqSC/EdX/85QbTkwbCKdz
HMAdWrXTu3J4A0qmKPAL4LWarp44KWwbPf52yFipCPrkU0Jv7dG8oHqlFgBUCYrq
t5grRRVgQeP4YIrTo8SKc5R++AVv9QKFjvvnQDhgBHTjc/jvpRez0UzaFjDLFFDE
CmkfW+5OeahlgoSEJo/f0GoYSkww1glAC7ItcNFE+0WSK6pvkXVQ2MxOsjhevyP+
z78eJU0svxJdhpcguP7UdfKKJ2VvecAG74atyLA18OeizsDLMzyjmlH+K9KXCZu2
B12YhJyshmwDm+kKYV3dE9fcN+tbFRPWNM+kZp5G4HqtHTS68YOB7k148UPx00Hp
p7nQ4DltHi3FXDQ7NIUh
=UCG+
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: eclipse
Source-Version: 3.5.2-6squeeze2

We believe that the 

[pkg-java] r13325 - trunk/sun-java6/debian

2011-02-15 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-02-15 23:58:04 + (Tue, 15 Feb 2011)
New Revision: 13325

Modified:
   trunk/sun-java6/debian/changelog
   trunk/sun-java6/debian/control
Log:
sun-java6 (6.24-1) UNRELEASED; urgency=low

  * New upstream release
  * Watch file added
  * Homepage updated to http://jdk-distros.java.net/
  * SECURITY UPDATE: multiple upstream vulnerabilities. Upstream fixes:
- (CVE-2010-4476): Java Runtime Environment hangs when converting
  2.2250738585072012e-308 to a binary floating-point number.


Modified: trunk/sun-java6/debian/changelog
===
--- trunk/sun-java6/debian/changelog2011-02-15 14:27:49 UTC (rev 13324)
+++ trunk/sun-java6/debian/changelog2011-02-15 23:58:04 UTC (rev 13325)
@@ -1,3 +1,14 @@
+sun-java6 (6.24-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Watch file added
+  * Homepage updated to http://jdk-distros.java.net/
+  * SECURITY UPDATE: multiple upstream vulnerabilities. Upstream fixes:
+- (CVE-2010-4476): Java Runtime Environment hangs when converting 
+  2.2250738585072012e-308 to a binary floating-point number.
+
+ -- Sylvestre Ledru sylves...@debian.org  Wed, 16 Feb 2011 00:46:20 +0100
+
 sun-java6 (6.23-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/sun-java6/debian/control
===
--- trunk/sun-java6/debian/control  2011-02-15 14:27:49 UTC (rev 13324)
+++ trunk/sun-java6/debian/control  2011-02-15 23:58:04 UTC (rev 13325)
@@ -8,7 +8,7 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/sun-java6
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/sun-java6
 XS-Autobuild: yes
-Homepage: https://jdk-distros.dev.java.net
+Homepage: http://jdk-distros.java.net/
 
 Package: sun-java6-jre
 Section: non-free/java


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


[pkg-java] r13326 - trunk/libapache-mod-jk/debian

2011-02-15 Thread Tony Mancill
Author: tmancill
Date: 2011-02-16 06:11:03 + (Wed, 16 Feb 2011)
New Revision: 13326

Modified:
   trunk/libapache-mod-jk/debian/changelog
Log:
set release to unstable for sponsored upload

Modified: trunk/libapache-mod-jk/debian/changelog
===
--- trunk/libapache-mod-jk/debian/changelog 2011-02-15 23:58:04 UTC (rev 
13325)
+++ trunk/libapache-mod-jk/debian/changelog 2011-02-16 06:11:03 UTC (rev 
13326)
@@ -1,4 +1,4 @@
-libapache-mod-jk (1:1.2.31-1) UNRELEASED; urgency=low
+libapache-mod-jk (1:1.2.31-1) unstable; urgency=low
 
   * Team upload.
   * Bump debhelper compatibility level to 7.


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


[pkg-java] r13327 - in tags/libapache-mod-jk: . 1:1.2.31-1/debian

2011-02-15 Thread Tony Mancill
Author: tmancill
Date: 2011-02-16 06:15:06 + (Wed, 16 Feb 2011)
New Revision: 13327

Added:
   tags/libapache-mod-jk/1:1.2.31-1/
   tags/libapache-mod-jk/1:1.2.31-1/debian/changelog
Removed:
   tags/libapache-mod-jk/1:1.2.31-1/debian/changelog
Log:
[svn-buildpackage] Tagging libapache-mod-jk 1:1.2.31-1

Deleted: tags/libapache-mod-jk/1:1.2.31-1/debian/changelog
===
--- trunk/libapache-mod-jk/debian/changelog 2011-02-15 23:58:04 UTC (rev 
13325)
+++ tags/libapache-mod-jk/1:1.2.31-1/debian/changelog   2011-02-16 06:15:06 UTC 
(rev 13327)
@@ -1,219 +0,0 @@
-libapache-mod-jk (1:1.2.31-1) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Bump debhelper compatibility level to 7.
-  * Bump Standards-Version to 3.9.1. No changes were required.
-  * Remove duplicated control fields in binary packages.
-  * Fix lintian warning about dh_clean -k deprecation.
-  * Update package section to httpd.
-  * Document in NEWS the minimal Linux version needed (= 2.6.27) to use
-this module.
-
- -- Miguel Landaeta mig...@miguel.cc  Tue, 15 Feb 2011 09:29:23 -0430
-
-libapache-mod-jk (1:1.2.30-1) unstable; urgency=low
-
-  * Team upload
-  * New upstream release
-  * Convert patches to dep3 format.
-  * Switch to source format 3.0.
-  * Remove Stefan (Gybas) and Arnaud from Uploaders list. Thanks to your
-contribution in the past!
-  * Add Vcs-* headers.
-  * Add missing Depends: ${misc:Depends}. 
-  * Update Standards-Version: 3.9.0 (no changes).
-  * Update patch for config.guess and config.sub.
-  * Switch to tomcat6 and default-java in workers.properties. Thanks to
-Olivier Berger. (Closes: #590078)
-
- -- Torsten Werner twer...@debian.org  Sat, 24 Jul 2010 01:04:36 +0200
-
-libapache-mod-jk (1:1.2.28-2) unstable; urgency=low
-
-  * Added debian/patches/05_config_update.dpatch which updates
-config.{guess|sub} in native/scripts/build/unix/ (Closes: #540392).
-  * debian/control: Let libapache2-mod-jk suggest tomcat6 instead of
-tomcat5.5.
-  * Added debian/README.source.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Thu, 20 Aug 2009 20:04:39 +0200
-
-libapache-mod-jk (1:1.2.28-1) unstable; urgency=low
-
-  * New upstream release.
-- Removed debian/patches/05_bug_451494.dpatch. Applied upstream.
-- Removed debian/patches/06_CVE-2008-5519.dpatch. Applied upstream.
-  * Updated Build-Depends to debhelper (= 5) as 4 is deprecated.
-  * Link /usr/share/common-licenses/Apache-2.0 in debian/copgyright.
-  * Updated Standards-Version to 3.8.2.
-
- -- Michael Koch konque...@gmx.de  Sat, 25 Jul 2009 23:08:41 +0200
-
-libapache-mod-jk (1:1.2.26-2.1) unstable; urgency=high
-
-  * Non-maintainer upload by the security-team.
-  * CVE-2008-5519: Fix information disclosure vulnerability when clients
-abort connection before sending POST body (closes: #523054).
-
- -- Stefan Fritsch s...@debian.org  Sat, 30 May 2009 15:49:20 +0200
-
-libapache-mod-jk (1:1.2.26-2) unstable; urgency=low
-
-  * Apply patch to fix JkOptions handling for virtual hosts. Thanks to
-Toshihiro Sasajima for the patch, Closes: #451494
-  * Fixed debian/copyright to mention copyright and license properly.
-  * debian/libapache-mod-jk-doc.doc-base: Moved to section
-System/Administration.
-  * Remove unused lintian override for libapache-mod-jk-doc.
-
- -- Michael Koch konque...@gmx.de  Wed, 02 Apr 2008 23:09:41 +0200
-
-libapache-mod-jk (1:1.2.26-1) unstable; urgency=low
-
-  * New upstream release.
-  * Updated Standards-Version to 3.7.3.
-  * Fixed URL in Homepage field.
-  * Fixed typo in debian/libapache2-mod-jk.NEWS.
-
- -- Michael Koch konque...@gmx.de  Thu, 27 Dec 2007 13:04:55 -0100
-
-libapache-mod-jk (1:1.2.25-2) unstable; urgency=low
-
-  * debian/workers.properties: Renamed worker.loadbalancer.balanced_workers to
-worker.loadbalancer.balance_workers. Closes: #448062.
-
- -- Michael Koch konque...@gmx.de  Thu, 25 Oct 2007 21:18:33 +0200
-
-libapache-mod-jk (1:1.2.25-1) unstable; urgency=low
-
-  * New upstream release.
-  * Don't suggest tomcat5 anymore.
-  * Use Homepage: field in debian/control
-
- -- Michael Koch konque...@gmx.de  Sat, 15 Sep 2007 09:07:30 +0200
-
-libapache-mod-jk (1:1.2.23-4) unstable; urgency=low
-
-  * libapache2-mod-jk: Removed Suggests on tomcat4.
-  * libapache-mod-jk-doc: Removed Suggests on libapache-mod-jk.
-
- -- Michael Koch konque...@gmx.de  Thu,  5 Jul 2007 13:44:24 +0200
-
-libapache-mod-jk (1:1.2.23-3) unstable; urgency=low
-
-  * Don't build libapache-mod-jk binary package anymore. Closes: #429125.
-  * Removed Wolfgang from Uploaders.
-
- -- Michael Koch konque...@gmx.de  Sun, 24 Jun 2007 18:34:33 -0100
-
-libapache-mod-jk (1:1.2.23-2) unstable; urgency=low
-
-  * Point workers.tomcat_home to /usr/share/tomcat5 and
-workers.java_home to /usr/lib/jvm/java-gcj.
-  * Generate changelog from changelog.html correctly.
-
- -- Michael Koch konque...@gmx.de  Sat, 09 Jun 2007 

libapache-mod-jk_1.2.31-1_i386.changes ACCEPTED into unstable

2011-02-15 Thread Debian FTP Masters



Accepted:
libapache-mod-jk-doc_1.2.31-1_all.deb
  to main/liba/libapache-mod-jk/libapache-mod-jk-doc_1.2.31-1_all.deb
libapache-mod-jk_1.2.31-1.debian.tar.gz
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.31-1.debian.tar.gz
libapache-mod-jk_1.2.31-1.dsc
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.31-1.dsc
libapache-mod-jk_1.2.31.orig.tar.gz
  to main/liba/libapache-mod-jk/libapache-mod-jk_1.2.31.orig.tar.gz
libapache2-mod-jk_1.2.31-1_i386.deb
  to main/liba/libapache-mod-jk/libapache2-mod-jk_1.2.31-1_i386.deb


Override entries for your package:
libapache-mod-jk-doc_1.2.31-1_all.deb - optional doc
libapache-mod-jk_1.2.31-1.dsc - source httpd
libapache2-mod-jk_1.2.31-1_i386.deb - optional httpd

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


Bug#613611: libhadoop-java: isn't installed with S3 support

2011-02-15 Thread Itai Zukerman
Package: libhadoop-java
Version: 0.20.2+dfsg1-2
Severity: wishlist


According to the wiki:

http://wiki.debian.org/Hadoop

s3 support is missing because jets3t isn't packaged.  But jets3t is in
Debian as of 3/25/2010.  So, what's the holdup?

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libhadoop-java depends on:
ii  libcommons-cli-java  1.2-3   API for working with the command l
ii  libcommons-codec-java1.4-2   encoder and decoders such as Base6
ii  libcommons-el-java   1.0-6   Implementation of the JSP2.0 Expre
ii  libcommons-httpclient-java   3.1-9   A Java(TM) library for creating HT
ii  libcommons-io-java   1.4-3   Common useful IO related classes
ii  libcommons-logging-java  1.1.1-8 commmon wrapper interface for seve
ii  libcommons-net-java  1.4.1-2 internet protocol suite Java libra
ii  libjetty-java6.1.24-6Java servlet engine and webserver 
ii  liblog4j1.2-java 1.2.15-11   Logging library for java
ii  libservlet2.5-java   6.0.28-9Servlet 2.5 and JSP 2.1 Java API c
ii  libslf4j-java1.5.11-2Simple Logging Facade for Java
ii  libtomcat6-java  6.0.28-9Servlet and JSP engine -- core lib
ii  libxmlenc-java   0.52+dfsg-2 Fast stream-based XML output libra

libhadoop-java recommends no packages.

Versions of packages libhadoop-java suggests:
ii  libhsqldb-java1.8.0.10-9 Java SQL database engine

-- no debconf information



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


Bug#607050: tomcat6: catalina.out grows

2011-02-15 Thread tony mancill
Thank you for the links.  I'm preparing an upload of tomcat 6.0.32 and
will try to address this bug either in the -1 or -2 release of the new
version.

tony

On 12/20/2010 01:09 PM, Ludovic Claude wrote:
 
 Logback and slf4j can provide a solution here as well, by redirecting
 all System.out and System.err to a log file managed by logback.
 
 See:
 http://blog.lidalia.org.uk/2010/04/system-out-over-slf4j-code-complete.html
 https://github.com/Mahoney/sysout-over-slf4j
 
 Ludovic
 
 On 12/20/2010 10:13 AM, Elmar Haneke wrote:


 Thank you for the bug report.  I'm wondering if we could easily handle
 this by using log4j instead of the juli logger as the default logging
 subsystem.  That would handle daily or sized-based rotations without
 requiring the user to set up anything additional.

 I would not expect that to help.

 File catalina.out is redirected stdout/stderr of tomcat java process it
 is not handled by any logging framework.

 The output should be piped through cronolog ore something similiar.

 Elmar



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.