commit java-1_6_0-openjdk for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory checked in at 2012-04-12 09:27:20

Comparing /work/SRC/openSUSE:Factory/java-1_6_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new (New)


Package is "java-1_6_0-openjdk", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_6_0-openjdk/java-1_6_0-openjdk.changes
2012-03-07 13:42:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/java-1_6_0-openjdk.changes   
2012-04-12 09:27:22.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  4 17:32:11 UTC 2012 - reddw...@opensuse.org
+
+- Add xorg-x11 BuildRequires to have xprop
+
+---



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.fnFBw3/_old  2012-04-12 09:27:24.0 +0200
+++ /var/tmp/diff_new_pack.fnFBw3/_new  2012-04-12 09:27:24.0 +0200
@@ -216,20 +216,20 @@
 BuildRequires:  -rpmlint-mini
 %endif
 
-BuildRequires:  automake
 BuildRequires:  alsa-lib-devel
-BuildRequires:  quilt
-BuildRequires:  vim
+BuildRequires:  automake
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  giflib-devel
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
+BuildRequires:  quilt
 BuildRequires:  rhino
+BuildRequires:  vim
 BuildRequires:  wget
 BuildRequires:  xalan-j2
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-proto-devel
 # make sure to use bootstrap requires of ant
 BuildRequires:  xerces-j2-bootstrap
 #!BuildIgnore: xerces-j2 xml-commons-resolver xml-commons-apis xml-commons
@@ -248,11 +248,11 @@
 
 # Mauve build requirements.
 %if %{runtests}
-BuildRequires:  xorg-x11-server-extra
-BuildRequires:  xorg-x11-fonts
-BuildRequires:  freetype2-devel >= 2.3.0
-BuildRequires:  fontconfig
 BuildRequires:  ecj
+BuildRequires:  fontconfig
+BuildRequires:  freetype2-devel >= 2.3.0
+BuildRequires:  xorg-x11-fonts
+BuildRequires:  xorg-x11-server-extra
 %endif
 
 # Java Access Bridge for GNOME build requirements.
@@ -266,6 +266,10 @@
 BuildRequires:  libpulse-devel >= 0.9.11
 BuildRequires:  pulseaudio >= 0.9.11
 
+# java-access-bridge-1.23.0/util/org/GNOME/Accessibility/AccessUtil.java.in 
actually wants the full path of xprop.
+# Probably would be better to patch the code and let the xprop path be 
detected at runtime, but I'm lazy.
+BuildRequires:  xorg-x11
+
 #system tap
 %if %{with_systemtap}
 BuildRequires:  systemtap-sdt-devel >= 1.0
@@ -285,10 +289,10 @@
 
 %if %defined suse_version
 BuildRequires:  fdupes
-BuildRequires:  unzip
-BuildRequires:  procps
 BuildRequires:  gcc-c++
 BuildRequires:  perl
+BuildRequires:  procps
+BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 %endif
 
@@ -327,26 +331,26 @@
 Recommends: systemtap >= 1.0
 %endif
 # Standard JPackage base provides.
+Provides:   java = %{javaver}
+Provides:   java-%{javaver} = %{version}-%{release}
+Provides:   java-%{origin} = %{version}-%{release}
 Provides:   java-1.6.0-openjdk = %{version}-%{release}
+Provides:   jre = %{javaver}
+Provides:   jre-%{javaver} = %{version}-%{release}
 Provides:   jre-%{javaver}-%{origin} = %{version}-%{release}
 Provides:   jre-%{origin} = %{version}-%{release}
-Provides:   jre-%{javaver} = %{version}-%{release}
-Provides:   java-%{javaver} = %{version}-%{release}
-Provides:   jre = %{javaver}
-Provides:   java-%{origin} = %{version}-%{release}
-Provides:   java = %{javaver}
 # Standard JPackage extensions provides.
+Provides:   jaas = %{version}
+Provides:   java-sasl = %{version}
+Provides:   jce = %{version}
+Provides:   jdbc-stdext = %{version}
+Provides:   jdbc-stdext = 3.0
 Provides:   jndi = %{version}
-Provides:   jndi-ldap = %{version}
 Provides:   jndi-cos = %{version}
-Provides:   jndi-rmi = %{version}
 Provides:   jndi-dns = %{version}
-Provides:   jaas = %{version}
+Provides:   jndi-ldap = %{version}
+Provides:   jndi-rmi = %{version}
 Provides:   jsse = %{version}
-Provides:   jce = %{version}
-Provides:   jdbc-stdext = 3.0
-Provides:   jdbc-stdext = %{version}
-Provides:   java-sasl = %{version}
 # Required at least by fop
 Provides:   jre1.3.x
 Provides:   jre1.4.x
@@ -360,12 +364,13 @@
 %ifarch x86_64 ia64 s390x
 %define bits 64
 %endif
-Provides:   jre-1.6.0-%{origin}-%{bits} = %{version}-%{release}
-Provides:   jre-%{origin}-%{bits} = %{version}-%{release}
-Provides:   jre-1.6.0-%{bits}, java-1.6.0-%{bits}
-Provides:   jre-%{bits} = %{ja

commit java-1_6_0-openjdk for openSUSE:Factory

2012-03-07 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory checked in at 2012-03-07 13:42:49

Comparing /work/SRC/openSUSE:Factory/java-1_6_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new (New)


Package is "java-1_6_0-openjdk", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_6_0-openjdk/java-1_6_0-openjdk.changes
2012-02-28 14:13:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/java-1_6_0-openjdk.changes   
2012-03-07 13:42:57.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 01:25:27 CET 2012 - dmuel...@suse.de
+
+- fix build on ARM 
+
+---



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.uzc37t/_old  2012-03-07 13:43:00.0 +0100
+++ /var/tmp/diff_new_pack.uzc37t/_new  2012-03-07 13:43:00.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define gcjbootstrap 0
 
 %define jit_arches %{ix86} x86_64
@@ -217,14 +218,12 @@
 
 BuildRequires:  automake
 BuildRequires:  alsa-lib-devel
-%ifnarch %{arm}
 BuildRequires:  quilt
 BuildRequires:  vim
-%endif
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  giflib-devel
-BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel




-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit java-1_6_0-openjdk for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory checked in at 2012-02-28 14:13:29

Comparing /work/SRC/openSUSE:Factory/java-1_6_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new (New)


Package is "java-1_6_0-openjdk", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_6_0-openjdk/java-1_6_0-openjdk.changes
2012-02-10 17:14:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/java-1_6_0-openjdk.changes   
2012-02-28 14:13:31.0 +0100
@@ -1,0 +2,17 @@
+Thu Feb 16 12:42:24 UTC 2012 - mvysko...@suse.cz
+
+- update to 1.11.1 (bnc#747208)
+* Security fixes
+  - S7082299, CVE-2011-3571: Fix in AtomicReferenceArray
+  - S7088367, CVE-2011-3563: Fix issues in java sound
+  - S7110683, CVE-2012-0502: Issues with some KeyboardFocusManager method
+  - S7110687, CVE-2012-0503: Issues with TimeZone class
+  - S7110700, CVE-2012-0505: Enhance exception throwing mechanism in 
ObjectStreamClass
+  - S7110704, CVE-2012-0506: Issues with some method in corba
+  - S7112642, CVE-2012-0497: Incorrect checking for graphics rendering object
+  - S7118283, CVE-2012-0501: Better input parameter checking in zip file 
processing
+  - S7126960, CVE-2011-5035: (httpserver) Add property to limit number of 
request headers to the HTTP Server
+* Bug fixes
+  - PR865: Patching fails with patches/ecj/jaxws-getdtdtype.patch 
+
+---

Old:

  icedtea6-1.11.tar.gz

New:

  icedtea6-1.11.1.tar.gz



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.GB1cI5/_old  2012-02-28 14:13:34.0 +0100
+++ /var/tmp/diff_new_pack.GB1cI5/_new  2012-02-28 14:13:34.0 +0100
@@ -37,7 +37,7 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.11
+%define icedteaver 1.11.1
 %define icedteasnapshot %{nil}
 %define openjdkver b24
 %define openjdkdate 14_nov_2011
@@ -461,6 +461,7 @@
 %setup -q -n icedtea6-%{icedteaver} -T -D -a 2
 %patch0 -b .optflags
 %patch1000 -p1
+rm -f *.desktop
 
 cp %{SOURCE6} .
 

++ icedtea6-1.11.tar.gz -> icedtea6-1.11.1.tar.gz ++
/work/SRC/openSUSE:Factory/java-1_6_0-openjdk/icedtea6-1.11.tar.gz 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/icedtea6-1.11.1.tar.gz 
differ: char 5, line 1

++ java-1_6_0-openjdk-suse-desktop-files.patch ++
--- /var/tmp/diff_new_pack.GB1cI5/_old  2012-02-28 14:13:34.0 +0100
+++ /var/tmp/diff_new_pack.GB1cI5/_new  2012-02-28 14:13:34.0 +0100
@@ -1,22 +1,7 @@
-Index: icedtea6-1.11/jconsole.desktop
+Index: icedtea6-1.11.1/jconsole.desktop.in
 ===
 icedtea6-1.11.orig/jconsole.desktop2012-01-31 04:18:49.0 
+0100
-+++ /dev/null  1970-01-01 00:00:00.0 +
-@@ -1,10 +0,0 @@
--[Desktop Entry]
--Name=OpenJDK Monitoring & Management Console
--Comment=Monitor and manage OpenJDK applications
--Exec=/home/omajid/temp/icedtea6-release/openjdk.build/j2sdk-image/bin/jconsole
--Icon=java
--Terminal=false
--Type=Application
--StartupWMClass=sun-tools-jconsole-JConsole
--Categories=Development;Monitor;Java;
--Version=1.0
-Index: icedtea6-1.11/jconsole.desktop.in
-===
 icedtea6-1.11.orig/jconsole.desktop.in 2012-01-31 02:47:06.0 
+0100
-+++ icedtea6-1.11/jconsole.desktop.in  2012-02-03 10:43:39.532929067 +0100
+--- icedtea6-1.11.1.orig/jconsole.desktop.in
 icedtea6-1.11.1/jconsole.desktop.in
 @@ -1,10 +1,11 @@
  [Desktop Entry]
  Name=OpenJDK Monitoring & Management Console
@@ -30,10 +15,10 @@
 -Categories=Development;Monitor;Java;
 +Categories=Development;Profiling;
  Version=1.0
-Index: icedtea6-1.11/policytool.desktop.in
+Index: icedtea6-1.11.1/policytool.desktop.in
 ===
 icedtea6-1.11.orig/policytool.desktop.in   2012-01-31 02:47:06.0 
+0100
-+++ icedtea6-1.11/policytool.desktop.in2012-02-03 10:44:27.024473928 
+0100
+--- icedtea6-1.11.1.orig/policytool.desktop.in
 icedtea6-1.11.1/policytool.desktop.in
 @@ -1,10 +1,11 @@
  [Desktop Entry]
  Name=OpenJDK Policy Tool
@@ -47,18 +32,3 @@
 -Categories=Development;Java;
 +Categories=Utility;Security;
  Version=1.0
-Index: icedtea6-1.11/policytool.desktop
-===
 icedtea6-1.11.orig/policytool.desktop  2012-01-31 04:18:49.0 
+0100
-+++ /dev/null  1970-01-01 00:00:00.0 +
-@@ -1,10 +0,0 @@
--[Desktop Entry]
--Name=OpenJDK Policy Tool

commit java-1_6_0-openjdk for openSUSE:Factory

2012-02-10 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory checked in at 2012-02-10 17:14:38

Comparing /work/SRC/openSUSE:Factory/java-1_6_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new (New)


Package is "java-1_6_0-openjdk", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_6_0-openjdk/java-1_6_0-openjdk.changes
2012-01-27 15:17:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/java-1_6_0-openjdk.changes   
2012-02-10 17:14:42.0 +0100
@@ -1,0 +2,16 @@
+Fri Feb  3 14:06:13 UTC 2012 - r...@suse.de
+
+- apply ppc patch also on s390/s390x
+- add a 3 more void-return fixes to ppc patch 
+
+---
+Fri Feb  3 11:01:40 UTC 2012 - mvysko...@suse.cz
+
+- update to icedtea6-1.11, openjdk b24
+- ARM assembly language port reinstated and updated
+- Allow selection of test suites using the jtreg_checks argument e.g. 
jtreg_checks="langtools"
+- Drop the outdated NIO2 backport.  Users who want NIO2 should use IcedTea 2.x.
+- Shark has been disabled
+- Fixed build with GCC 4.7
+
+---

Old:

  f0f676c5a2c6.tar.gz
  icedtea6-1.10.5.tar.gz
  icedtea6-replace-gcc-stack-marking.patch
  jaxp144_01.zip
  jdk6-jaxws-b20.zip
  openjdk-6-src-b22-28_feb_2011-fedora.tar.bz2

New:

  icedtea6-1.11.tar.gz
  jaxp144_03.zip
  jdk6-jaxws2_1_6-2011_06_13.zip
  openjdk-6-src-b24-14_nov_2011-fedora.tar.gz



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.HezTJI/_old  2012-02-10 17:14:50.0 +0100
+++ /var/tmp/diff_new_pack.HezTJI/_new  2012-02-10 17:14:50.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define gcjbootstrap 0
 
 %define jit_arches %{ix86} x86_64
@@ -38,10 +37,10 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.10.5
+%define icedteaver 1.11
 %define icedteasnapshot %{nil}
-%define openjdkver b22
-%define openjdkdate 28_feb_2011
+%define openjdkver b24
+%define openjdkdate 14_nov_2011
 
 %define accessmajorver 1.23
 %define accessminorver 0
@@ -55,7 +54,7 @@
 
 %define openjdkurlbase http://www.java.net/download/openjdk/jdk6/promoted/
 %define openjdkurl %{openjdkurlbase}%{openjdkver}/
-%define fedorazip  openjdk-6-src-%{openjdkver}-%{openjdkdate}-fedora.tar.bz2
+%define fedorazip  openjdk-6-src-%{openjdkver}-%{openjdkdate}-fedora.tar.gz
 
 %define mauvedate 2008-10-22
 
@@ -147,14 +146,12 @@
 Source5:mauve-%{mauvedate}.tar.bz2
 # from Fedora rpm
 Source6:mauve_tests
-#Source7:%{hotspoturl}f0f676c5a2c6.tar.gz
 #Source8:%{jaxpurl}jaxp144_01.zip
 #Source9:%{jafurl}jdk6-jaf-b20.zip
 #Source10:   %{jaxwsurl}jdk6-jaxws-b20.zip
-Source7:f0f676c5a2c6.tar.gz
-Source8:jaxp144_01.zip
+Source8:jaxp144_03.zip
 Source9:jdk6-jaf-b20.zip
-Source10:   jdk6-jaxws-b20.zip
+Source10:   jdk6-jaxws2_1_6-2011_06_13.zip
 Source1000: java-1_6_0-openjdk-rpmlintrc
 # those properties are for opeSUSE only
 Source1001: fontconfig.SuSE.properties
@@ -203,9 +200,6 @@
 # PATCH-FIX-OPENSUSE: forward support for bouncycastle provider - requested by 
rgarrigue,
 # will be sent to fedora as well. Applied only on systems with enabled nss 
(11.2+)
 Patch135:   icedtea6-1.10.2-bouncycastle-provider-support.patch
-# PATCH-FIX-UPSTREAM: http://icedtea.classpath.org/hg/icedtea6/rev/012505ce3d0d
-# fixes build on 11.1/i586 and sle11/i586, which fails because code behind 
GNU_stack.note in linux_x64_32.so
-Patch136:   icedtea6-replace-gcc-stack-marking.patch
 #PATCH-FIX-OPENSUSE: no -Werror on ecj based build as well
 Patch137:   openjdk-ecj-6-src-b22-no-werror.patch
 # PATCH-FIX-UPSTREAM bnc#524505
@@ -223,8 +217,10 @@
 
 BuildRequires:  automake
 BuildRequires:  alsa-lib-devel
+%ifnarch %{arm}
 BuildRequires:  quilt
 BuildRequires:  vim
+%endif
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  giflib-devel
@@ -389,6 +385,7 @@
 
 %package devel
 Summary:Java SDK based on OpenJDK 6 and IcedTea 6
+Group:  Development/Languages/Java
 Requires:   %{name} = %{version}-%{release}
 Requires(pre):  %{_sbindir}/update-alternatives
 Provides:   java-1.6.0-openjdk-devel = %{version}-%{release}
@@ -417,6 +414,7 @@
 %package demo
 # As 1.6.0 is stable, obsolete java-1_7_0-icedtea in openSUSE 11.0 and earlier:
 Summary:Sources for building demo applications with OpenJDK 6
+Group:  Development/Languages/Java
 Provides:   j

commit java-1_6_0-openjdk for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory checked in at 2012-01-27 15:17:48

Comparing /work/SRC/openSUSE:Factory/java-1_6_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new (New)


Package is "java-1_6_0-openjdk", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_6_0-openjdk/java-1_6_0-openjdk.changes
2011-10-25 16:05:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/java-1_6_0-openjdk.changes   
2012-01-27 15:17:50.0 +0100
@@ -1,0 +2,43 @@
+Tue Jan 17 12:34:06 UTC 2012 - mvysko...@suse.cz
+
+- update to 1.10.5 (bugfix release)
+* Backports
+  - S7034464: Support transparent large pages on Linux
+  - S7037939: NUMA: Disable adaptive resizing if SHM large pages are used
+  - S7102369: remove java.rmi.server.codebase property parsing from registyimpl
+  - S7094468: rmiregistry clean up
+  - S7103725, RH767129: REGRESSION - 6u29 breaks ssl connectivity using 
TLS_DH_anon_WITH_AES_128_CBC_SHA
+  - S6851973, PR830: ignore incoming channel binding if acceptor does not set 
one
+  - S7091528: javadoc attempts to parse .class files
+
+---
+Sat Dec 10 09:39:51 CET 2011 - meiss...@suse.de
+
+- adjusted patch110 to fix ppc build.
+
+---
+Fri Dec  9 08:20:01 UTC 2011 - mvysko...@suse.cz
+
+- there is no architecture called arm, so use macro instead 
+
+---
+Thu Dec  8 10:18:51 UTC 2011 - mvysko...@suse.cz
+
+- fix a stuff needed for gjc-based build 
+  * change compiler flags in configure to gjc compatible
+  * added no-werror patch for openjdk-ecj
+  * avoid all aditional checking packages in this mode
+  * temporary remove memory size increase
+  * exclude patch110 in this case - TBD later
+- definitelly drop noarch feature as it never worked well
+- add arm to 32bit architectures
+- remove rhino as a runtime dependency, as it's repackaged and
+  installed in the jvm's tree
+- enable build --with-parallel-jobs
+
+---
+Wed Nov 30 09:39:51 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---

Old:

  icedtea6-1.10.4.tar.gz

New:

  icedtea6-1.10.5.tar.gz
  openjdk-ecj-6-src-b22-no-werror.patch



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.mViplj/_old  2012-01-27 15:17:54.0 +0100
+++ /var/tmp/diff_new_pack.mViplj/_new  2012-01-27 15:17:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package java-1_6_0-openjdk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,21 +28,21 @@
 %endif
 %endif
 
-# XXX: systemtap does not work with gcj
 %if %{gcjbootstrap}
+# XXX: systemtap does not work with gcj
 %define with_systemtap 0
+# disable debug packages for gjc-based builds
+%define suse_insert_debug_package %nil
 %endif
 
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.10.4
+%define icedteaver 1.10.5
 %define icedteasnapshot %{nil}
 %define openjdkver b22
 %define openjdkdate 28_feb_2011
 
-%define genurl http://cvs.fedoraproject.org/viewcvs/devel/java-1.6.0-openjdk/
-
 %define accessmajorver 1.23
 %define accessminorver 0
 %define accessver %{accessmajorver}.%{accessminorver}
@@ -111,8 +111,6 @@
 %define jrebindir   %{_jvmdir}/%{jrelnk}/bin
 %define jvmjardir   %{_jvmjardir}/%{sdkdir}
 %define jvmjarlink  %{_jvmjardir}/%{sdklnk}
-# For openSUSE >= 11.2 demo, sample and src.zip is noarch ==> share
-%define sdkshare%{_datadir}/%{sdkname}
 
 %ifarch %{jit_arches}
 # Where to install systemtap tapset (links)
@@ -132,26 +130,31 @@
 
 Name:   java-1_6_0-openjdk
 Version:1.6.0.0_%{openjdkver}.%{icedteaver}
-Release:1
+Release:0
 Summary:Java runtime environment based on OpenJDK 6 and IcedTea 6
+License:GPL-2.0 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
 Group:  Development/Languages/Java
-License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
 Url:http://openjdk.java.net/
 Source0:%{url}icedtea6-%{icedteaver}%{icedteasnapshot}.tar.gz
 # # download the

commit java-1_6_0-openjdk for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory checked in at 2011-10-25 16:05:00

Comparing /work/SRC/openSUSE:Factory/java-1_6_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new (New)


Package is "java-1_6_0-openjdk", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_6_0-openjdk/java-1_6_0-openjdk.changes
2011-09-23 02:04:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/java-1_6_0-openjdk.changes   
2011-10-25 16:05:02.0 +0200
@@ -1,0 +2,23 @@
+Fri Oct 21 12:51:28 UTC 2011 - mvysko...@suse.cz
+
+- update to 1.10.4 (bnc#725167)
+- Security fixes
+  * S7000600, CVE-2011-3547: InputStream skip() information leak
+  * S7019773, CVE-2011-3548: mutable static AWTKeyStroke.ctor
+  * S7023640, CVE-2011-3551: Java2D TransformHelper integer overflow
+  * S7032417, CVE-2011-3552: excessive default UDP socket limit under 
SecurityManager
+  * S7046794, CVE-2011-3553: JAX-WS stack-traces information leak
+  * S7046823, CVE-2011-3544: missing SecurityManager checks in scripting engine
+  * S7055902, CVE-2011-3521: IIOP deserialization code execution
+  * S7057857, CVE-2011-3554: insufficient pack200 JAR files uncompress error 
checks
+  * S7064341, CVE-2011-3389: HTTPS: block-wise chosen-plaintext attack against 
SSL/TLS (BEAST)
+  * S7070134, CVE-2011-3558: HotSpot crashes with sigsegv from PorterStemmer
+  * S7077466, CVE-2011-3556: RMI DGC server remote code execution
+  * S7083012, CVE-2011-3557: RMI registry privileged code execution
+  * S7096936, CVE-2011-3560: missing checkSetFactory calls in 
HttpsURLConnection
+- Bug fixes
+  - RH727195: Japanese font mappings are broken
+- Backports
+  - S6826104, RH730015: Getting a NullPointer exception when clicked on 
Application & Toolkit Modal dialog
+
+---

Old:

  icedtea6-1.10.3.tar.gz

New:

  icedtea6-1.10.4.tar.gz



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.TFaz28/_old  2011-10-25 16:05:06.0 +0200
+++ /var/tmp/diff_new_pack.TFaz28/_new  2011-10-25 16:05:06.0 +0200
@@ -36,7 +36,7 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.10.3
+%define icedteaver 1.10.4
 %define icedteasnapshot %{nil}
 %define openjdkver b22
 %define openjdkdate 28_feb_2011
@@ -103,8 +103,6 @@
 %define sdkname java-%{javaver}-%{origin}
 %define archname%{sdkname}
 # Standard JPackage directories and symbolic links.
-# Make 64-bit JDKs just another alternative on 64-bit architectures.
-# FIXME: add a archsuffix, or use of an baseline.conf
 %define jrelnk  jre-%{javaver}-%{origin}
 %define sdklnk  %{sdkname}
 %define sdkdir  %{sdklnk}-%{javaver}
@@ -1009,6 +1007,7 @@
 %doc ChangeLog
 %doc NEWS
 %doc README
+
 %dir %{_jvmdir}/%{sdkdir}
 %{_jvmdir}/%{jrelnk}
 %{_jvmjardir}/%{jrelnk}

++ icedtea6-1.10.3.tar.gz -> icedtea6-1.10.4.tar.gz ++
/work/SRC/openSUSE:Factory/java-1_6_0-openjdk/icedtea6-1.10.3.tar.gz 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/icedtea6-1.10.4.tar.gz 
differ: char 5, line 1




-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit java-1_6_0-openjdk for openSUSE:Factory

2011-08-06 Thread h_root

Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory
checked in at Sat Aug 6 19:19:20 CEST 2011.




--- java-1_6_0-openjdk/java-1_6_0-openjdk.changes   2011-06-09 
11:51:06.0 +0200
+++ /mounts/work_src_done/STABLE/java-1_6_0-openjdk/java-1_6_0-openjdk.changes  
2011-08-04 14:36:08.0 +0200
@@ -1,0 +2,20 @@
+Thu Aug  4 08:46:55 UTC 2011 - mvysko...@suse.cz
+
+- update to 1.10.3
+- Bug fixes
+  * PR748: Icedtea6 fails to build with Linux 3.0.
+  * PR744: icedtea6-1.10.2 : patching error
+- Backports:
+  * S7037283, RH712211: Null Pointer Exception in SwingUtilities2.
+  * S6769607, PR677: Modal frame hangs for a while.
+  * S6578583: Modality is broken in windows vista home premium from jdk1.7 b02 
onwards.
+  * S6610244: modal dialog closes with fatal error if -Xcheck:jni is set
+- don't touch java and javac alternatives anymore
+
+---
+Tue Jun 14 09:23:00 UTC 2011 - mvysko...@suse.cz
+
+- fix build on 11.1/i586 distros
+  * add icedtea6-replace-gcc-stack-marking.patch
+
+---

calling whatdependson for head-i586


Old:

  icedtea6-1.10.2.tar.gz

New:

  icedtea6-1.10.3.tar.gz
  icedtea6-replace-gcc-stack-marking.patch



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.6CxHNu/_old  2011-08-06 19:18:50.0 +0200
+++ /var/tmp/diff_new_pack.6CxHNu/_new  2011-08-06 19:18:50.0 +0200
@@ -36,7 +36,7 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.10.2
+%define icedteaver 1.10.3
 %define icedteasnapshot %{nil}
 %define openjdkver b22
 %define openjdkdate 28_feb_2011
@@ -202,6 +202,9 @@
 # PATCH-FIX-OPENSUSE: forward support for bouncycastle provider - requested by 
rgarrigue,
 # will be sent to fedora as well. Applied only on systems with enabled nss 
(11.2+)
 Patch135:   icedtea6-1.10.2-bouncycastle-provider-support.patch
+# PATCH-FIX-UPSTREAM: http://icedtea.classpath.org/hg/icedtea6/rev/012505ce3d0d
+# fixes build on 11.1/i586 and sle11/i586, which fails because code behind 
GNU_stack.note in linux_x64_32.so
+Patch136:   icedtea6-replace-gcc-stack-marking.patch
 # PATCH-FIX-UPSTREAM bnc#524505
 Patch1000:  java-1_6_0-openjdk-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -458,6 +461,7 @@
 %setup -q -n icedtea6-%{icedteaver} -T -D -a 5
 %setup -q -n icedtea6-%{icedteaver} -T -D -a 2
 %patch0 -b .optflags
+%patch136 -p1 -b .gnu-stack
 %patch1000 -p1
 
 cp %{SOURCE6} .
@@ -803,14 +807,6 @@
 
 %post
 
-#bnc#648260 - workaround
-sed -i '/pack200/d' /var/lib/rpm/alternatives/java
-#fix of the previous workaround ;-) bnc#669716
-#this will collect all empty lines in Sun Java alternatives
-if [ -f %{_libexecdir}/%{name}/javafix ]; then
-/bin/sh %{_libexecdir}/%{name}/javafix
-fi
-
 ext=.gz
 update-alternatives \
   --install %{_bindir}/java java %{jrebindir}/java %{priority} \
@@ -881,8 +877,6 @@
 %endif
 
 %post devel
-#bnc#648260 - workaround
-sed -i '/pack200/d' /var/lib/rpm/alternatives/java
 ext=.gz
 update-alternatives \
   --install %{_bindir}/javac javac %{sdkbindir}/javac %{priority} \

++ icedtea6-1.10.2.tar.gz -> icedtea6-1.10.3.tar.gz ++
java-1_6_0-openjdk/icedtea6-1.10.2.tar.gz 
/mounts/work_src_done/STABLE/java-1_6_0-openjdk/icedtea6-1.10.3.tar.gz differ: 
char 5, line 1

++ icedtea6-replace-gcc-stack-marking.patch ++

# HG changeset patch
# User Omair Majid 
# Date 1304632673 14400
# Node ID 012505ce3d0d03fa54072e9189f555b239278f8c
# Parent  50ed8053ec2f1f65f5d88f9f24826c8c15bc1771
Backport S7019808. Replace gcc-stack-markings.patch with upstream's fix

2011-05-05  Omair Majid  

   * Makefile.am (ICEDTEA_PATCHES): Replace patches/gcc-stack-markings.patch
   with patches/openjdk/7019808-stack_noexec.patch.
   * patches/gcc-stack-markings.patch: Remove
   * patches/openjdk/7019808-stack_noexec.patch: Fix from upstream.

Index: icedtea6-1.10.2/Makefile.am
===
--- icedtea6-1.10.2.orig/Makefile.am2011-05-25 18:35:41.452875471 +0200
+++ icedtea6-1.10.2/Makefile.am 2011-06-14 14:45:04.116091426 +0200
@@ -276,7 +276,7 @@
patches/java2d-stroker-internal-close-joint.patch \
patches/disable-cc-incompatible-sanity-checks.patch \
patches/explicit-target-arch.patch \
-   patches/gcc-stack-markings.patch \
+   patches/openjdk/7019808-stack_noexec.patch \
patches/parisc.patch \
patches/sh4-support.patch \
patches/policy-evaluation.patch \
Index: icedtea6-1.10.2/patches/gcc-stack-markings.patch
===
--- icedtea6-1.10.2.orig/patches/gcc-stack-markings.patch  

commit java-1_6_0-openjdk for openSUSE:Factory

2011-06-10 Thread h_root

Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory
checked in at Fri Jun 10 14:14:29 CEST 2011.




--- java-1_6_0-openjdk/java-1_6_0-openjdk.changes   2011-04-19 
10:52:20.0 +0200
+++ /mounts/work_src_done/STABLE/java-1_6_0-openjdk/java-1_6_0-openjdk.changes  
2011-06-09 11:51:06.0 +0200
@@ -1,0 +2,26 @@
+Wed Jun  8 12:45:01 UTC 2011 - mvysko...@suse.cz
+
+- fix bnc#698739: icedtea6-1.10.2 released
+- Security fixes
+  * S6213702, CVE-2011-0872: (so) non-blocking sockets with TCP urgent 
disabled get still selected for read ops (win)
+  * S6618658, CVE-2011-0865: Vulnerability in deserialization
+  * S7012520, CVE-2011-0815: Heap overflow vulnerability in FileDialog.show()
+  * S7013519, CVE-2011-0822, CVE-2011-0862: Integer overflows in 2D code
+  * S7013969, CVE-2011-0867: NetworkInterface.toString can reveal bindings
+  * S7013971, CVE-2011-0869: Vulnerability in SAAJ
+  * S7016340, CVE-2011-0870: Vulnerability in SAAJ
+  * S7016495, CVE-2011-0868: Crash in Java 2D transforming an image with scale 
close to zero
+  * S7020198, CVE-2011-0871: ImageIcon creates Component with null acc
+  * S7020373, CVE-2011-0864: JSR rewriting can overflow memory address size 
variables
+- Backports
+  * S7043054: REGRESSION - wrong userBounds in Paint.createContext()
+  * S7043963, RH698295: Window manager workaround in AWT was not applied to 
mutter. Now it is.
+- add commented bouncycastle provider into java.security allowing easy enable 
it from rpm
+  requested by rgarrigue
+
+---
+Thu Jun  2 09:45:19 UTC 2011 - mvysko...@suse.cz
+
+- fix bnc#695858 - call update-ca-certificates in posttrans 
+
+---

calling whatdependson for head-i586


Old:

  icedtea6-1.10.1.tar.gz

New:

  icedtea6-1.10.2-bouncycastle-provider-support.patch
  icedtea6-1.10.2.tar.gz



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.94KrNr/_old  2011-06-10 14:13:52.0 +0200
+++ /var/tmp/diff_new_pack.94KrNr/_new  2011-06-10 14:13:52.0 +0200
@@ -36,7 +36,7 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.10.1
+%define icedteaver 1.10.2
 %define icedteasnapshot %{nil}
 %define openjdkver b22
 %define openjdkdate 28_feb_2011
@@ -134,7 +134,7 @@
 
 Name:   java-1_6_0-openjdk
 Version:1.6.0.0_%{openjdkver}.%{icedteaver}
-Release:3
+Release:1
 Summary:Java runtime environment based on OpenJDK 6 and IcedTea 6
 Group:  Development/Languages/Java
 License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
@@ -199,6 +199,9 @@
 Patch133:   openjdk-6-src-b20-stringcompare.patch
 # PATCH-FIX-OPENSUSE: gcj on 11.2/x86_64 returns the NPE on this file - assume 
because of comments
 Patch134:   openjdk-6-src-b20-gcj-workaround.patch
+# PATCH-FIX-OPENSUSE: forward support for bouncycastle provider - requested by 
rgarrigue,
+# will be sent to fedora as well. Applied only on systems with enabled nss 
(11.2+)
+Patch135:   icedtea6-1.10.2-bouncycastle-provider-support.patch
 # PATCH-FIX-UPSTREAM bnc#524505
 Patch1000:  java-1_6_0-openjdk-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -532,6 +535,9 @@
 %{PATCH134} \
 %{PATCH133} \
 %endif
+%if 0%{?suse_version} >= 1120
+%{PATCH135} \
+%endif
 %{PATCH129}
 do
 qpatch -p1 ${PATCH}
@@ -861,7 +867,7 @@
 %posttrans
 # if there's no java, certificates are not generated
 if [ ! -f /var/lib/ca-certificates/java-cacerts ]; then
-/usr/lib/ca-certificates/update.d/java.run
+/usr/sbin/update-ca-certificates
 fi
 
 # remove the default empty cacert file, if it's installed

++ icedtea6-1.10.2-bouncycastle-provider-support.patch ++
Index: icedtea6-1.10.2/openjdk/jdk/src/share/lib/security/java.security
===
--- icedtea6-1.10.2.orig/openjdk/jdk/src/share/lib/security/java.security
+++ icedtea6-1.10.2/openjdk/jdk/src/share/lib/security/java.security
@@ -52,6 +52,9 @@ security.provider.6=com.sun.security.sas
 security.provider.7=org.jcp.xml.dsig.internal.dom.XMLDSigRI
 security.provider.8=sun.security.smartcardio.SunPCSC
 security.provider.9=sun.security.pkcs11.SunPKCS11 
${java.home}/lib/security/nss.cfg
+# bouncycastle.org API support
+# will be enabled after installation of bouncycastle.rpm
+#security.provider.10=org.bouncycastle.jce.provider.BouncyCastleProvider
 
 #
 # Select the source of seed data for SecureRandom. By default an
++ icedtea6-1.10.1.tar.gz -> icedtea6-1.10.2.tar.gz ++
java-1_6_0-openjdk/icedtea6-1.10.1.tar.gz 
/mounts/work_src_done/STABLE/java-1_6_0-openjdk/icedtea6-1.10

commit java-1_6_0-openjdk for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory
checked in at Mon May 16 09:31:07 CEST 2011.





calling whatdependson for head-i586




Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.sKtepu/_old  2011-05-16 09:29:44.0 +0200
+++ /var/tmp/diff_new_pack.sKtepu/_new  2011-05-16 09:29:44.0 +0200
@@ -134,7 +134,7 @@
 
 Name:   java-1_6_0-openjdk
 Version:1.6.0.0_%{openjdkver}.%{icedteaver}
-Release:1
+Release:3
 Summary:Java runtime environment based on OpenJDK 6 and IcedTea 6
 Group:  Development/Languages/Java
 License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
@@ -862,6 +862,7 @@
 # if there's no java, certificates are not generated
 if [ ! -f /var/lib/ca-certificates/java-cacerts ]; then
 /usr/lib/ca-certificates/update.d/java.run
+fi
 
 # remove the default empty cacert file, if it's installed
 if [ 0`stat -c "%s" %{cacerts} 2>/dev/null` = "032" ] ; then









Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit java-1_6_0-openjdk for openSUSE:Factory

2011-05-06 Thread h_root

Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory
checked in at Fri May 6 13:42:36 CEST 2011.




--- java-1_6_0-openjdk/java-1_6_0-openjdk.changes   2011-03-15 
10:00:45.0 +0100
+++ /mounts/work_src_done/STABLE/java-1_6_0-openjdk/java-1_6_0-openjdk.changes  
2011-04-19 10:52:20.0 +0200
@@ -1,0 +2,38 @@
+Thu Apr 14 12:37:43 UTC 2011 - mvysko...@suse.cz
+
+ - Fix the keystore handling
+   * remove the default (32 bytes long) keystore, if installed
+   * install symlinks in %posttrans, because older file not dissapear in post
+
+---
+Tue Apr  5 09:16:27 UTC 2011 - mvysko...@suse.cz
+
+- Update to icedtea6-1.10.1, openjdk b22, hotdpot 20b11
+  see following links for more details
+  http://blog.fuseyism.com/index.php/2011/04/04/icedtea6-1101-released/
+  http://blog.fuseyism.com/index.php/2011/03/02/icedtea6-110-released/
+- Backports:
+  * S7023591, S7027667: Clipped antialiased rectangles are filled, not drawn.
+Add missing privileged block around access to the sun.awt.nativedebug
+property.
+  * S7032388, PR682: Make HotSpot work on machines without cmov instruction 
again
+  * S7031385, PR680: Incorrect register allocation in 
orderAccess_linux_x86.inline.hpp
+Bug fixes:
+  * G356743: Support libpng 1.5.
+  * RH661505: JPEGs with sRGB IEC61966-2.1 color profiles have wrong colors
+  * PR600: HS19 upgrade broke CACAO build on ARM
+  * PR616, PR99: Don’t statically link libstdc++ or libgcc
+  * PR632: patches/security/20110215/6878713.patch breaks shark zero build
+  * PR103: Usage of native2ascii during bootstrap
+  * PR633: IcedTea installs javaws manpages on x86 even with –disable-webstart
+  * PR635: zero fails to build on icedtea6 trunk 20110217 with hs20
+  * PR586: Sources missing from src.zip
+  * PR639: Add missing include line, paths and LLVM flags for Shark.
+  * PR640: JamVM fails to build - Unrecognised option: -XX:ThreadStackSize.
+  * PR641: Increase stack size for PPC
+  * PR497: Mercurial revision detection not very reliable
+  * PR585: Freenet throws java.lang.UnsatisfiedLinkError with OpenJDK/CACAO
+- remove webstart and plugin, as they are now in separate icedtwa-web project
+- fix bnc#596177 - generate java cacerts at runtime (enabled for openSUSE 
11.3+)
+
+---

calling whatdependson for head-i586


Old:

  13edc857b967.tar.gz
  icedtea6-1.7-no-return-in-non-void.patch
  icedtea6-1.9.4-moonlight-symbol-clash.patch
  icedtea6-1.9.4-realpath.patch
  icedtea6-1.9.7.tar.gz
  jdk6-jaxp-b20.zip
  openjdk-6-src-b16-no-return-in-nonvoid-function.patch
  openjdk-6-src-b20-21_jun_2010-fedora.tar.bz2

New:

  f0f676c5a2c6.tar.gz
  icedtea6-1.10.1.tar.gz
  jaxp144_01.zip
  openjdk-6-src-b22-28_feb_2011-fedora.tar.bz2



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.ZaicNi/_old  2011-05-06 13:42:22.0 +0200
+++ /var/tmp/diff_new_pack.ZaicNi/_new  2011-05-06 13:42:22.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define gcjbootstrap 1
+%define gcjbootstrap 0
 
 %define jit_arches %{ix86} x86_64
 # Turn on/off some features depending on openSUSE version
@@ -36,10 +36,10 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.9.7
+%define icedteaver 1.10.1
 %define icedteasnapshot %{nil}
-%define openjdkver b20
-%define openjdkdate 21_jun_2010
+%define openjdkver b22
+%define openjdkdate 28_feb_2011
 
 %define genurl http://cvs.fedoraproject.org/viewcvs/devel/java-1.6.0-openjdk/
 
@@ -48,7 +48,7 @@
 %define accessver %{accessmajorver}.%{accessminorver}
 %define accessurl http://ftp.gnome.org/pub/GNOME/sources/java-access-bridge/
 
-%define hotspoturl http://hg.openjdk.java.net/hsx/hsx19/master/archive/
+%define hotspoturl http://hg.openjdk.java.net/hsx/hsx20/master/archive/
 %define jaxpurl https://jaxp.dev.java.net/files/documents/913/150648/
 %define jafurl  https://jax-ws.dev.java.net/files/documents/4202/150725/
 %define jaxwsurlhttps://jax-ws.dev.java.net/files/documents/4202/150724/
@@ -102,8 +102,6 @@
 # simply be another alternative.
 %define sdkname java-%{javaver}-%{origin}
 %define archname%{sdkname}
-# use a same name of alternatives as Sun/IBM Java
-%define javaplugin  javaplugin
 # Standard JPackage directories and symbolic links.
 # Make 64-bit JDKs just another alternative on 64-bit architectures.
 # FIXME: add a archsuffix, or use of an baseline.conf
@@ -115,12 +113,6 @@
 %define jrebindir   %{_jvmdir}/%{jrelnk}/bin
 %define jvmjardir   %{_jvmjardir}/%{sdkdir}
 %define jvmjarlink  %{_jvmjardir}/%{sdklnk}
-# macros from Sun package to make them similar
-%define pluginsdir  %{_libdir}/browser-plugins
-%define pluginpath  %{_jvmdir}/%{jrelnk}/lib/

commit java-1_6_0-openjdk for openSUSE:Factory

2011-03-18 Thread h_root

Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory
checked in at Fri Mar 18 09:19:14 CET 2011.




--- java-1_6_0-openjdk/java-1_6_0-openjdk.changes   2011-02-24 
14:02:09.0 +0100
+++ /mounts/work_src_done/STABLE/java-1_6_0-openjdk/java-1_6_0-openjdk.changes  
2011-03-15 10:00:45.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 15 08:59:35 UTC 2011 - mvysko...@suse.cz
+
+- remove policytool from javac alternative
+
+---

calling whatdependson for head-i586




Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.pbVSgX/_old  2011-03-18 09:17:57.0 +0100
+++ /var/tmp/diff_new_pack.pbVSgX/_new  2011-03-18 09:17:57.0 +0100
@@ -139,7 +139,7 @@
 
 Name:   java-1_6_0-openjdk
 Version:1.6.0.0_%{openjdkver}.%{icedteaver}
-Release:1
+Release:2
 Summary:Java runtime environment based on OpenJDK 6 and IcedTea 6
 Group:  Development/Languages/Java
 License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
@@ -931,7 +931,6 @@
   --slave %{_bindir}/jstat jstat %{sdkbindir}/jstat \
   --slave %{_bindir}/jstatd jstatd %{sdkbindir}/jstatd \
   --slave %{_bindir}/native2ascii native2ascii %{sdkbindir}/native2ascii \
-  --slave %{_bindir}/policytool policytool %{sdkbindir}/policytool \
   --slave %{_bindir}/rmic rmic %{sdkbindir}/rmic \
   --slave %{_bindir}/schemagen schemagen %{sdkbindir}/schemagen \
   --slave %{_bindir}/serialver serialver %{sdkbindir}/serialver \
@@ -984,8 +983,6 @@
   %{_mandir}/man1/jstatd-%{sdkname}.1$ext \
   --slave %{_mandir}/man1/native2ascii.1$ext native2ascii.1$ext \
   %{_mandir}/man1/native2ascii-%{sdkname}.1$ext \
-  --slave %{_mandir}/man1/policytool.1$ext policytool.1$ext \
-  %{_mandir}/man1/policytool-%{name}.1$ext \
   --slave %{_mandir}/man1/rmic.1$ext rmic.1$ext \
   %{_mandir}/man1/rmic-%{sdkname}.1$ext \
   --slave %{_mandir}/man1/schemagen.1$ext schemagen.1$ext \









Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit java-1_6_0-openjdk for openSUSE:Factory

2011-02-25 Thread h_root

Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory
checked in at Fri Feb 25 12:40:53 CET 2011.




--- java-1_6_0-openjdk/java-1_6_0-openjdk.changes   2011-02-01 
15:14:14.0 +0100
+++ /mounts/work_src_done/STABLE/java-1_6_0-openjdk/java-1_6_0-openjdk.changes  
2011-02-24 14:02:09.0 +0100
@@ -1,0 +2,31 @@
+Thu Feb 24 13:01:52 UTC 2011 - mvysko...@suse.cz
+
+- fix bnc#671714 - VUL-0: java-1_6_0-openjdk: permissions assigned to applets
+  with multiple JARs (icedtea6-1.9.7) 
+- Security updates
+  * S6878713, CVE-2010-4469: Hotspot backward jsr heap corruption
+  * S6907662, CVE-2010-4465: Swing timer-based security manager bypass
+  * S6994263, CVE-2010-4472: Untrusted code allowed to replace DSIG/C14N 
implementation
+  * S6981922, CVE-2010-4448: DNS cache poisoning by untrusted applets
+  * S6983554, CVE-2010-4450: Launcher incorrect processing of empty library 
path entries
+  * S6985453, CVE-2010-4471: Java2D font-related system property leak
+  * S6927050, CVE-2010-4470: JAXP untrusted component state manipulation
+  * RH677332, CVE-2011-0706: Multiple signers privilege escalation
+-  Bug fixes
+  * RH676659: Pass -export-dynamic flag to linker using -Wl, as option in gcc 
4.6+ is broken
+  * G344659: Fix issue when building on SPARC
+  * Fix latent JAXP bug caused by missing import
+- fix bnc#670304 - VUL-1: java-1_6_0-openjdk: denial of service using floats
+  (icedtea6-1.9.6)
+- Security updates
+  * S4421494, CVE-2010-4476: infinite loop while parsing double literal
+- patches changes:
+  * obsoletes stack-protector patches (already upstreamed)
+  * modified openjdk-6-src-b20-initialized-after.patch
+  * modified openjdk-6-src-b20-no-werror.patch
+  * openjdk-ecj-6-src-b20-no-return-in-nonvoid-function.patch
+  * add openjdk-6-src-b20-stringcompare.patch
+  * add openjdk-ecj-6-src-b20-no-return-in-nonvoid-function.patch
+  * add openjdk-6-src-b20-gcj-workaround.patch (11.2/x86_64 workaround)
+
+---

calling whatdependson for head-i586


Old:

  0803c0f69b51.tar.gz
  icedtea6-1.9.5.tar.bz2
  openjdk-6-src-b17-stack-protector-fclose.patch
  openjdk-6-src-b17-stack-protector.patch

New:

  13edc857b967.tar.gz
  icedtea6-1.9.7.tar.gz
  openjdk-6-src-b20-gcj-workaround.patch
  openjdk-6-src-b20-stringcompare.patch
  openjdk-ecj-6-src-b20-no-return-in-nonvoid-function.patch



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.HA8Qmd/_old  2011-02-25 12:32:54.0 +0100
+++ /var/tmp/diff_new_pack.HA8Qmd/_new  2011-02-25 12:32:54.0 +0100
@@ -16,6 +16,8 @@
 #
 
 
+%define gcjbootstrap 1
+
 %define jit_arches %{ix86} x86_64
 # Turn on/off some features depending on openSUSE version
 %define with_systemtap 0
@@ -26,12 +28,15 @@
 %endif
 %endif
 
-%define gcjbootstrap 0
+# XXX: systemtap does not work with gcj
+%if %{gcjbootstrap}
+%define with_systemtap 0
+%endif
 
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.9.5
+%define icedteaver 1.9.7
 %define icedteasnapshot %{nil}
 %define openjdkver b20
 %define openjdkdate 21_jun_2010
@@ -139,9 +144,7 @@
 Group:  Development/Languages/Java
 License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
 Url:http://openjdk.java.net/
-# hg clone http://icedtea.classpath.org/hg/icedtea6-%{icedteaver} 
icedtea6-%{icedteaver}
-# tar --exclude-vcs -cjf icedtea6-%{icedteaver}%{icedteasnapshot}.tar.bz2 
icedtea6-%{icedteaver}
-Source0:%{url}icedtea6-%{icedteaver}%{icedteasnapshot}.tar.bz2
+Source0:%{url}icedtea6-%{icedteaver}%{icedteasnapshot}.tar.gz
 # # download the openjdk from 
http://download.java.net/openjdk/jdk6/promoted/latest/
 # sh generate-fedora-zip.sh openjdk-6-src-%{openjdkver}-%{openjdkdate}.tar.gz
 Source1:%{fedorazip}
@@ -152,7 +155,7 @@
 Source5:mauve-%{mauvedate}.tar.bz2
 # from Fedora rpm
 Source6:mauve_tests
-Source7:%{hotspoturl}0803c0f69b51.tar.gz
+Source7:%{hotspoturl}13edc857b967.tar.gz
 Source8:%{jaxpurl}jdk6-jaxp-%{openjdkver}.zip
 Source9:%{jafurl}jdk6-jaf-%{openjdkver}.zip
 Source10:   %{jaxwsurl}jdk6-jaxws-%{openjdkver}.zip
@@ -198,12 +201,6 @@
 Patch123:   openjdk-6-src-b20-no-werror.patch
 # PATCH-FIX-OPENSUSE: the no-return-in-non-void againd - sent to upstream
 Patch124:   icedtea6-1.7-no-return-in-non-void.patch
-# PATCH-FIX-UPSTREAM: bnc#589021
-# http://cr.openjdk.java.net/~aph/6929067-jdk7-webrev-4/
-Patch125:   openjdk-6-src-b17-stack-protector.patch
-# PATCH-FIX-OPENSUSE: bnc#603316
-# The stack protector patch did not close the /proc/self/maps correctly
-Patch126:   openjdk-6-src-b17-stack-protector-fclose.patch
 # PATCH-FIX-OPENSUSE: gcc 4.5 warnings
 Patch127: