Package: icedtea-web / 1.4-3~deb7u2

Metadata

Package Version Patches format
icedtea-web 1.4-3~deb7u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
branch updates.diff | (download)

ChangeLog | 120 120 + 0 - 0 !
launcher/javaws.in | 2 1 + 1 - 0 !
netx/net/sourceforge/jnlp/Launcher.java | 122 21 + 101 - 0 !
netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java | 7 6 + 1 - 0 !
netx/net/sourceforge/jnlp/resources/Messages.properties | 8 4 + 4 - 0 !
netx/net/sourceforge/jnlp/runtime/Boot.java | 7 6 + 1 - 0 !
netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java | 2 1 + 1 - 0 !
netx/net/sourceforge/jnlp/util/UrlUtils.java | 15 14 + 1 - 0 !
plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java | 3 2 + 1 - 0 !
plugin/icedteanp/java/sun/applet/PluginAppletViewer.java | 52 27 + 25 - 0 !
plugin/icedteanp/java/sun/applet/PluginMain.java | 5 5 + 0 - 0 !
tests/junit-runner/CommandLine.java | 3 1 + 2 - 0 !
tests/netx/unit/net/sourceforge/jnlp/cache/ResourceTrackerTest.java | 4 2 + 2 - 0 !
tests/netx/unit/net/sourceforge/jnlp/util/UrlUtilsTest.java | 26 25 + 1 - 0 !
tests/reproducers/simple/AppletJsAppletDeadlock/resources/AppletJsAppletDeadlock.html | 55 55 + 0 - 0 !
tests/reproducers/simple/AppletJsAppletDeadlock/srcs/AppletJsAppletDeadlock.java | 89 89 + 0 - 0 !
tests/reproducers/simple/AppletJsAppletDeadlock/testcases/AppletJsAppletDeadlockTest.java | 95 95 + 0 - 0 !
tests/reproducers/simple/AppletTest/resources/appletZeroH.html | 44 44 + 0 - 0 !
tests/reproducers/simple/AppletTest/resources/appletZeroW.html | 44 44 + 0 - 0 !
tests/reproducers/simple/AppletTest/resources/appletZeroWH.html | 44 44 + 0 - 0 !
tests/reproducers/simple/AppletTest/testcases/AppletTestTests.java | 27 26 + 1 - 0 !
tests/reproducers/simple/GeneratedId/resources/GeneratedId.jnlp | 51 51 + 0 - 0 !
tests/reproducers/simple/GeneratedId/srcs/GeneratedId.java | 44 44 + 0 - 0 !
tests/reproducers/simple/GeneratedId/testcases/GeneratedIdTest.java | 181 181 + 0 - 0 !
tests/reproducers/simple/ResizeApplet/resources/ResizeApplet.html | 57 57 + 0 - 0 !
tests/reproducers/simple/ResizeApplet/srcs/ResizeApplet.java | 72 72 + 0 - 0 !
tests/reproducers/simple/ResizeApplet/testcases/ResizeAppletTests.java | 65 65 + 0 - 0 !
tests/test-extensions/net/sourceforge/jnlp/TinyHttpdImpl.java | 13 10 + 3 - 0 !
28 files changed, 1112 insertions(+), 145 deletions(-)

---
javaws_change_java_policy.diff | (download)

launcher/javaws.in | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 prepend -djava.security.manager -djava.security.policy=
 /etc/icedtea-web/javaws.policy to allow specific java security policy
 for Java WebStart.
 .
 The specified policy file will be loaded in *addition* to all the policy
 files that are specified in JVM security properties file:
 /etc/java-6-openjdk/security/java.policy 
gcc option order.diff | (download)

Makefile.am | 3 2 + 1 - 0 !
Makefile.in | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

---
use ldflags.diff | (download)

Makefile.am | 2 1 + 1 - 0 !
Makefile.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
CVE 2013 4349.diff | (download)

plugin/icedteanp/IcedTeaScriptablePluginObject.cc | 18 3 + 15 - 0 !
1 file changed, 3 insertions(+), 15 deletions(-)

 fix heap-buffer-overflow
 CVE-2013-4349: Fix IcedTeaScriptableJavaObject::invoke off-by-one
 heap-based buffer overflow after triggering event attached to applet,
 possibly allowing arbitrary code execution.
 .
 This corresponds to CVE-2012-4540 which was not fixed in 1.4 branch.
 .
 Removed unnecessary heap allocations.