Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: icedtea-web | Distribution: SUSE Linux Enterprise 15 |
Version: 1.7.2 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150100.7.3.1 | Build date: Thu Apr 7 17:41:43 2022 |
Group: Development/Languages/Java | Build host: s390zl37 |
Size: 1840050 | Source RPM: icedtea-web-1.7.2-150100.7.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://icedtea.classpath.org | |
Summary: Java Web Start implementation |
The IcedTea-Web project provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project.
GPL-2.0-with-classpath-exception
* Fri Jul 26 2019 fstrba@suse.com - Update to 1.7.2 * added support for javafx-desc and so allow run of pure-javafx only applications * --nosecurity enhanced for possibility to skip invalid signatures * enhanced to allow resources to be read also from j2se/java element (OmegaT) * PR3644 - java.lang.NoClassDefFoundError: Could not initialize class net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder * deployment.config now support generic url instead just file * Added support for windows desktop shortcuts via https://github.com/DmitriiShamrikov/mslinks * cache can now be operated by groups, list by -Xcacheids (details via -verbose, can filter by regex), Xclearcache now can clear only selected id. There is also gui to operate cache via id in itweb-settings now. * desktop shortcut name get shortened to title or file if title is missing. * scripted launchers rework: Windows bat launchers rewritten to be feature complete, Linux shell launchers made portable, build enhanced to produce platform independent image - Removed patch: * icedtea-web-jdk10.patch + integrated upstream - Added patches: * CVE-2019-10181.patch + Upstream patch to fix bsc#1142835, CVE-2019-10181: icedtea-web: unsigned code injection in a signed JAR file * CVE-2019-10182_1.patch * CVE-2019-10182_2.patch + Upstream patches to fix bsc#1142825, CVE-2019-10182: icedtea-web: path traversal while processing <jar/> elements of JNLP files results in arbitrary file overwrite * CVE-2019-10185.patch + Upstream patch to fix bsc#1142832, CVE-2019-10185: icedtea-web: directory traversal in the nested jar auto-extraction leading to arbitrary file overwrite * Tue Feb 05 2019 fstrba@suse.com - Make the plugin opt-in for all distributions and architectures * Wed Sep 26 2018 fstrba@suse.com - BuildConflict with java >= 11, since it cannot build icedtea-web due to removed classes. * Wed Jun 13 2018 fstrba@suse.com - Remove dependency on objectweb-asm, since the build does not need it * Tue May 15 2018 bjorn.lie@gmail.com - Drop java Supplements: We no longer want to install this browser plugin for all users that have java installed by default. It is no longer supported by the majority of browsers in use, including Mozilla Firefox. * Wed Feb 21 2018 fstrba@suse.com - Disable the native plugin for SLE from version 15 (fate#323976) * Fri Dec 15 2017 fstrba@suse.com - Update to 1.7.1 * better work with authors file * better work with jdk9 * Added possibility to turn off https preference via deployment properties - Removed patches: * icedtea-web-exports.patch * icedtea-web-javadoc9.patch * icedtea-web-x509factory.patch + Integrated upstream * Thu Nov 23 2017 fstrba@suse.com - Modified patch: * icedtea-web-jdk10.patch + more future-proof determination of java version * Wed Nov 15 2017 fstrba@suse.com - Bumped by mistake build requirement, bump it back. Build with java-devel >= 1.8 * Tue Nov 14 2017 fstrba@suse.com - Added patch: * icedtea-web-jdk10.patch + Allow build/run with jdk10 * Tue Sep 26 2017 fstrba@suse.com - Modified patch: * icedtea-web-exports.patch + Fix typo in patch * Tue Sep 05 2017 fstrba@suse.com - Added patch: * icedtea-web-javadoc9.patch - Allow building of icedtea-web-javadoc with jdk9 * Tue Sep 05 2017 fstrba@suse.com - Added patch: * icedtea-web-x509factory.patch - Allow building of icedtea-web (with some limitations) using jdk9 * Tue Sep 05 2017 fstrba@suse.com - Added patch: * icedtea-web-exports.patch - Fixing "java.lang.IllegalAccessError: class netscape.javascript.JSObject (in module jdk.jsobject) cannot access class sun.applet.PluginDebug (in module java.desktop) because module java.desktop does not export sun.applet to module jdk.jsobject" with https://www.java.com/en/download/installed8.jsp?detect=jre * Fri Jul 28 2017 fstrba@suse.com - Update to 1.7 * PR3366 - bash completion file was split to three, and is setup-able by bashcompdir environment variable * added experimental support for windows * added experimental support for java 9 (linux only) * added experimental support for jnlp protocol (see https://bugs.openjdk.java.net/browse/JDK-8055464) * restricted to JDK8 and higher * all connection restrictions now consider also port * Enabled Entry-Point attribute check * permissions sandbox and signed app and unsigned app with permissions all-permissions now run in sandbox instead of not at all. * fixed DownloadService * PR2779: html-gen.sh: Don't try to call hg if .hg directory isn't present * PR2591 - IcedTea-Web request resources twice for meta informations and causes ClientAbortException on tomcat in conjunction with JnlpDownloadServlet * PR2690 - Can't run BOM into JNLP file * PR2669 - remove bash-specific syntax from top level Makefile.am * PR2489 - various NPEs when codebase is null * PR2855 - configure.ac: Remove unnecessary checks for libX11 and zlib * PR878 - (http-511) Handle HTTP error 511 Network Authentication Required (standard secure proxy authentification/captive portal detection) * PR1190 - unuseable javaws cache handling * PR3227 - can not save file with query longer then (together with name) then 255 chars * comments in deployment.properties now should persists load/save * fixed bug in caching of files with query * fixed issues with recreating of existing shortcut * trustAll/trustNone now processed correctly * headless no longer shows dialogues * RH1231441 Unable to read the text of the buttons of the security dialogue * Fixed RH1233697 icedtea-web: applet origin spoofing * Fixed RH1233667 icedtea-web: unexpected permanent authorization of unsigned applets * FIXED PR3263 - Cannot retrieve JavaScript Engine using ScriptEngineManager.getEngineByName * fixed fatal impact of initialization error of FileLog * MissingALACAdialog made available also for unsigned applications (but ignoring actual manifest value) and fixed * more dialogs got remember me possibility - MissingALACAttributePanel - AccessWarning - MissingPermissionsAttributePanel - MatchingALACAttributePanel - UnsignedAppletTrustWarningPanel - PartiallySignedAppTrustWarningPanel * Itw-settings - All rememberable dialogues can have saved value modified * NetX - fixed issues with -html shortcuts - fixed issue with -html receiving garbage in width and height - main-class attribute trimmed by default - in strict mode, main-class attribute checked for invalid characters - added -browser switch as workaround around most uttermost http authentications cornercases * PolicyEditor - Entry list is sorted, entries will appear with consistent ordering - file flag made to work when used standalone - file flag cannot be used in combination with main argument - defaultfile flag added - support for SignedBy and Principals along with existing Codebase * Plugin - RH1273691 - Escaped equals signs in deployment.properties not un-escaped when used - PR2746 - IcedTea-Web Plugin 1.6.1: net.sourceforge.jnlp.LaunchException - PR2714 - IcedTea-Web plugin sends uninitialized memory garbage across a pipe when NPN_GetValueForURL call fails - PR3198 - Error in webmin - PR2968 - IcedTea-Web crashes on Dell EqualLogic SAN * Thu Jun 29 2017 fstrba@suse.com - Handle the plugin with alternatives - Register icedtea-web's javaws as default handler for jnlp and jnlps protocols * Fri Jun 23 2017 fstrba@suse.com - Remove the java-*-openjdk-plugin.spec files - Build only one version of plugin and javaws, that works with the default java alternative - Name the package back icedtea-web - Depend on tagsoup to handle the majority badly formed html out there * Tue Feb 21 2017 fstrba@suse.com - Removed patch: * icedtea-web-1.6.1-fix-2746.patch + Part of 1.6.2 * Thu Jul 21 2016 fstrba@suse.com - Bump build java-devel version requirements to 1.7 or bigger * The build system requires it * Fri Jul 08 2016 pjanouch@suse.de - Fix bsc#982622 net.sourceforge.jnlp.LaunchException with icedtea-web-1.6.1-fix-2746.patch taken from 1.6.2 * Wed Mar 16 2016 bwiedemann@suse.com - Fix build-compare by not including rebuild-counter * Wed Feb 03 2016 fstrba@suse.com - Update to 1.6.2 * all connection restrictions now consider also port * PR2779: html-gen.sh: Don't try to call hg if .hg directory isn't present * PR2591 - IcedTea-Web request resources twice for meta informations and causes ClientAbortException on tomcat in conjunction with JnlpDownloadServlet * PR2690 - Can't run BOM into JNLP file * PR2669 - remove bash-specific syntax from top level Makefile.am * PR2489 - various NPEs when codebase is null * NetX + main-class attribute trimmed by default + in strict mode, main-class attribute checked for invalid characters * Plugin + RH1273691 - Escaped equals signs in deployment.properties not un-escaped when used + PR2746 - IcedTea-Web Plugin 1.6.1: net.sourceforge.jnlp.LaunchException + PR2714 - IcedTea-Web plugin sends uninitialized memory garbage across a pipe when NPN_GetValueForURL call fails - Removed patches: * icedtea-web-1.6.1-doInit.patch * icedtea-web-1.6.1-HexDumpEncoder.patch + integrated upstream * Mon Jan 18 2016 fstrba@suse.com - Let java-VERSION-openjdk-plugin supplement java-VERSION-openjdk only and not the generic java-openjdk (bsc#929464) * Wed Jan 13 2016 fstrba@suse.com - Added patch: * icedtea-web-1.6.1-HexDumpEncoder.patch - Adapt to the move of HexDumpEncoder from sun.misc to sun.security.utils from jdk-9+99. * Tue Nov 03 2015 fstrba@suse.com - Added patch: * icedtea-web-1.6.1-doInit.patch - Adapt to the removal of support for serialized applets from jdk9's java.desktop * Mon Sep 14 2015 fstrba@suse.com - Update to 1.6.1 * Enabled Entry-Point attribute check * permissions sandbox and signed app and unsigned app with permissions all-permissions now run in sandbox instead of not at all. * fixed DownloadService * comments in deployment.properties now should persists load/save * fixed bug in caching of files with query * fixed issues with recreating of existing shortcut * trustAll/trustNone now processed correctly * headless no longer shows dialogues * RH1231441 Unable to read the text of the buttons of the security dialogue * Fixed RH1233697 icedtea-web: applet origin spoofing (CVE-2015-5235, bsc#944208) * Fixed RH1233667 icedtea-web: unexpected permanent authorization of unsigned applets (CVE-2015-5234, bsc#944209) * MissingALACAdialog made available also for unsigned applications (but ignoring actual manifest value) and fixed * NetX - fixed issues with -html shortcuts - fixed issue with -html receiving garbage in width and height * PolicyEditor - file flag made to work when used standalone - file flag and main argument cannot be used in combination - Removed patch: * icedtea-web-1.6-tail.patch - Upstreamed * Wed Jul 22 2015 fstrba@suse.com - Added patch: * icedtea-web-1.6-tail.patch - Fix generation of man-pages with some versions of "tail" * Mon Jul 20 2015 fstrba@suse.com - Update to 1.6 * Massively improved offline abilities. Added Xoffline switch to force work without inet connection. * Improved to be able to run with any JDK * JDK 6 and older no longer supported * JDK 8 support added (URLPermission granted if applicable) * JDK 9 supported * Added support for Entry-Point manifest attribute * Added KEY_ENABLE_MANIFEST_ATTRIBUTES_CHECK deployment property to control scan of Manifest file * starting arguments now accept also -- abbreviations * Added new documentation * Added support for menu shortcuts - both javaws applications/applets and html applets are supported * added support for -html switch for javaws. Now you can run most of the applets without browser at all * Control Panel - PR1856: ControlPanel UI improvement for lower resolutions (800*600) * NetX - PR1858: Java Console accepts multi-byte encodings - PR1859: Java Console UI improvement for lower resolutions (800*600) - RH1091563: [abrt] icedtea-web-1.5-2.fc20: Uncaught exception java.lang.ClassCastException in method sun.applet.PluginAppletViewer$8.run() - Dropped support for long unmaintained -basedir argument - Returned support for -jnlp argument - RH1095311, PR574 - References class sun.misc.Ref removed in OpenJDK 9 - fixed, and so buildable on JDK9 * Plugin - PR1743 - Intermittant deadlock in PluginRequestProcessor - PR1298 - LiveConnect - problem setting array elements (applet variables) from JS - RH1121549: coverity defects - Resolves method overloading correctly with superclass heirarchy distance * PolicyEditor - codebases can be renamed in-place, copied, and pasted - codebase URLs can be copied to system clipboard - displays a progress dialog while opening or saving files - codebases without permissions assigned save to file anyway (and re-appear on next open) - PR1776: NullPointer on save-and-exit - PR1850: duplicate codebases when launching from security dialogs - Fixed bug where clicking "Cancel" on the "Save before Exiting" dialog could result in the editor exiting without saving changes - Keyboard accelerators and mnemonics greatly improved - "File - New" allows editing a new policy without first selecting the file to save to * Common - PR1769: support signed applets which specify Sandbox permissions in their manifests * Temporary Permissions in security dialog now multi-selectable and based on PolicyEditor permissions * Wed Nov 26 2014 fstrba@suse.com - Update to 1.5.2 (fate#318956) * NetX - RH1095311, PR574 - References class sun.misc.Ref removed in OpenJDK 9 - fixed, and so buildable on JDK9 - RH1154177 - decoded file needed from cache - fixed NPE in https dialog - empty codebase behaves as "." - Remove patch: icedtea-web-1.5.1-java9.patch * Upstreamed in this version * Thu Oct 16 2014 gber@opensuse.org - Modify icedtea-web-suse-desktop-files.patch to use use X-GNOME-DesktopSettings as well * Thu Oct 16 2014 fstrba@suse.com - Conditional dependencies on libX11 and/or xorg-x11-devel * make possible to build for SLE11 * Mon Oct 13 2014 gber@opensuse.org - Modify icedtea-web-suse-desktop-files.patch to use the Settings instead of the System category, policyeditor.desktop and itweb.desktop are tools for mamanging per-user preferences and not system applications
/usr/bin/itweb-settings.itweb /usr/bin/itweb-settings.itweb.sh /usr/bin/javaws.itweb /usr/bin/javaws.itweb.sh /usr/bin/policyeditor.itweb /usr/bin/policyeditor.itweb.sh /usr/share/applications/itweb-settings.desktop /usr/share/applications/javaws.desktop /usr/share/applications/policyeditor.desktop /usr/share/bash-completion/completions /usr/share/bash-completion/completions/itweb-settings.bash /usr/share/bash-completion/completions/javaws.bash /usr/share/bash-completion/completions/policyeditor.bash /usr/share/icedtea-web /usr/share/icedtea-web/itw-modularjdk.args /usr/share/icedtea-web/javaws_splash.png /usr/share/icedtea-web/jsobject.jar /usr/share/icedtea-web/netx.jar /usr/share/icedtea-web/plugin.jar /usr/share/man/man1/icedtea-web-plugin.1.gz /usr/share/man/man1/icedtea-web.1.gz /usr/share/man/man1/itweb-settings.itweb.1.gz /usr/share/man/man1/javaws.itweb.1.gz /usr/share/man/man1/policyeditor.itweb.1.gz /usr/share/pixmaps/javaws.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:25:27 2024