Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

java-1_6_0-sun-plugin-1.6.0.u22-1.2.1 RPM for i586

From OpenSuSE 11.3 updates for i586

Name: java-1_6_0-sun-plugin Distribution: openSUSE 11.3
Version: 1.6.0.u22 Vendor: openSUSE
Release: 1.2.1 Build date: Tue Oct 19 14:52:33 2010
Group: Development/Languages/Java Build host: build30
Size: 2862642 Source RPM: java-1_6_0-sun-1.6.0.u22-1.2.1.nosrc.rpm
Packager: http://bugs.opensuse.org
Url: https://jdk-distros.dev.java.net/developer.html
Summary: Browser plugin files for java-1_6_0-sun
This package contains browser plugin files for java-1_6_0-sun. Note:
this package supports browsers built with GCC 3.2 and later

Provides

Requires

License

NON-OSI-COMPLIANT(royalties)

Changelog

* Mon Oct 18 2010 mvyskocil@suse.cz
  - fix bnc#646073 - VUL-0: java-1_6_0-sun Security Update to u22
    CVE-2010-3556 CVE-2010-3562 CVE-2010-3565 CVE-2010-3566
    CVE-2010-3567 CVE-2010-3571 CVE-2010-3554 CVE-2010-3563
    CVE-2010-3568 CVE-2010-3569 CVE-2010-3558 CVE-2010-3552
    CVE-2010-3559 CVE-2010-3572 CVE-2010-3553 CVE-2010-3555
    CVE-2010-3550 CVE-2010-3570 CVE-2010-3561 CVE-2009-3555
    CVE-2010-1321 CVE-2010-3549 CVE-2010-3557 CVE-2010-3541
    CVE-2010-3573 CVE-2010-3574 CVE-2010-3548 CVE-2010-3551
    CVE-2010-3560
* Tue Oct 12 2010 mvyskocil@suse.cz
  - fix bnc#355868: Could not initialize class javax.crypto.SunJCE_b
    * post install script no longer broke the $JREDIR/lib/security/*policy.jar
* Thu Jul 22 2010 bitshuffler@opensuse.org
  - Update to 1.6.21 (bnc#624569)
* Tue Apr 20 2010 mvyskocil@suse.cz
  - fix bnc#596010 - VUL-0: Java webstart code exec
    - CVE-2010-0886
    codebase parameter in JNLP file is required starting this release - Java SE 6 update 20
  - fix bnc#597827 - symlink /usr/bin/javaws to /etc/alternatives/javaws is missing
* Wed Mar 31 2010 mvyskocil@suse.cz
  - fix bnc#592589 - VUL-0: Sun Java 6 Update 19
    CVE-2009-3555, CVE-2010-0082, CVE-2010-0084, CVE-2010-0085,
    CVE-2010-0087, CVE-2010-0088, CVE-2010-0089, CVE-2010-0090,
    CVE-2010-0091, CVE-2010-0092, CVE-2010-0093, CVE-2010-0094,
    CVE-2010-0095, CVE-2010-0837, CVE-2010-0838, CVE-2010-0839,
    CVE-2010-0840, CVE-2010-0841, CVE-2010-0842, CVE-2010-0843,
    CVE-2010-0844, CVE-2010-0845, CVE-2010-0846, CVE-2010-0847,
    CVE-2010-0848, CVE-2010-0849, CVE-2010-0850
  - fix [bnc#578877] - jvisualvm not present in PATH
* Thu Jan 28 2010 mvyskocil@suse.cz
  - fixed [bnc#574502] - VUL-0: java-1_6_0-sun update u18
* Thu Jan 14 2010 mvyskocil@suse.cz
  - fixed bnc#570306 - run javaws -viewer from GUI
* Thu Nov 05 2009 mvyskocil@suse.cz
  - fixed [bnc#552586] - VUL-0: java-1_6_0-sun: u17 update
* Wed Aug 05 2009 mvyskocil@suse.cz
  - fixed bnc#528268: VUL-0: sun jdk 5 u20 / jdk 6 u 15 update
    * Added one new root certificate and removed 3 root certificates from
      Entrust. (Refer to 6805338.) Added three new root certificates from
    * Keynectis. (Refer to 6845457.)
    * Added three new root certificates from Quovadis. (Refer to 6846473.)
    * JNLPAppletLauncher in blacklist (See Sun Alert 263490.)
    * + many bugfixes
* Thu Jun 11 2009 mvyskocil@suse.cz
  - fixed bnc#510016: Chinese fonts display
    Merged fontconfig.SuSE.properties with openjdk:
    * used logical font names ("DejaVu Sans") instead of X11 names
    * use Arphic PL fonts for Chinse, instead of non existent sazanami
    * use UnDotum and UnBatang fonts for Korean, instead of baekmukttf-batang
  - fixed bnc#494536: Updating Java overwrites a custom certs
    Mark the following files as %config(noreplace):
    * jre/lib/security/cacerts
    * jre/lib/security/java.policy
    * jre/lib/security/java.security
    * jre/lib/security/javaws.security
    * /usr/lib/jvm-private/java-1_6_0-sun/jce/vanilla/local_policy.jar
    * /usr/lib/jvm-private/java-1_6_0-sun/jce/vanilla/US_export_policy.jar
    (don't remove the policy files in jre/lib/security - they're just symlinks)
* Mon Jun 01 2009 mvyskocil@suse.cz
  - fixed bnc#507056: updated to 1.6.0.u14
  - Support for blacklisting signed jar files.
  - Java HotSpot VM 14.0 with more efficient SoftReference processing and
    improvements to Parallel Compacting garbage collection. Optionally available
    are two new features - escape analysis and compressed object pointers:
    * Optimization Using Escape Analysis: -XX:+DoEscapeAnalysis
    * Compressed Object Pointers: -XX:+UseCompressedOops (improve performance on 64bit JRE)
    * Garbage First (G1) Garbage Collector: -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC
      production use of G1 is only permitted where a Java support contract has
      been purchased, which is not provides by SUSE!
  - Improvement TreeMap Iteration
  - JAX WS 2.1.6 and JAXB 2.1.10
  - JAX-WS 2.1.6 and JAXB 2.1.10 are integrated into JDK 6u14. You can find more details about the new features in the JAX-WS 2.1.6 changelog and in the JAXB 2.1.10 changelog.
  - JavaDB 10.4.2.1
  - Java VisualVM Updates:
    * CPU usage and GC activity graph in the Monitor tab
    * Table view in the Threads tab
    * Command line options: --openpid, --openjmx, --openfile
    * Compare Memory Snapshots action in the context menu
    * Copy To Clipboard / Save To File buttons in the About dialog
    * Monitoring IBM JVM via JMX connection
    * Based on NetBeans Platform 6.5 and NetBeans Profiler 6.5
    * Faster computation of references, and improved readability of path to GC root in HeapWalker
    * Improved integration of the Visual GC tool
* Mon May 25 2009 mvyskocil@suse.cz
  - fixed bnc#506730: Sun Java uses own fonts instead of platform fonts
* Mon Apr 20 2009 mvyskocil@suse.cz
  - fixed bnc#496489: added sample to demo package
* Thu Mar 26 2009 mvyskocil@suse.cz
  - update to 1.6.0u13 (bnc#488926)
  - moved new plugin file to -plugin package

Files

/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/i386/libjavaplugin_jni.so
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/i386/libjavaplugin_nscp.so
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/i386/libjavaplugin_nscp_gcc29.so
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/i386/libnpjp2.so
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/plugin.jar
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/plugin
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/plugin/desktop
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/plugin/desktop/sun_java.desktop
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/plugin/desktop/sun_java.png
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/plugin/i386
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/plugin/i386/ns7
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/plugin/i386/ns7-gcc29
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/plugin/i386/ns7-gcc29/libjavaplugin_oji.so
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
/usr/lib/opera
/usr/lib/opera/plugins
/usr/lib/seamonkey
/usr/lib/seamonkey/plugins
/usr/share/applications/jpackage-java-1_6_0-sun-ControlPanel.desktop


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jun 10 05:02:36 2013