Commit Graph

13 Commits

Author SHA1 Message Date
jca
a5b9786b4d Remove install -D and cp -a hunks, not needed any more. 2019-05-07 19:39:32 +00:00
landry
a5c3921dcf Update to icedtea-web 1.6.2.
Jirib submitted a similar diff a while ago
Drop maintainership as i never really used this, and java on the web is dead.
2016-05-15 13:20:43 +00:00
jasper
a7ee75a38e drop dependencies on gsed now that our sed can cope with -i 2015-07-17 21:46:10 +00:00
landry
57e905a02f Update to icedtea-web 1.5.2.
Patches from kurt@ merged upstream. Add shells/bash to bdep/rdep since the
launcher scripts are really too horrible.
See http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-April/027133.html
for the 1.5.x first release and
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-November/030195.html
for this last one.

Tested with midori on http://javatester.org/version.html
2015-03-24 20:29:10 +00:00
kurt
23c2beebde - make the queue wait condition pthread_cancel(3) safe which fixes a
deadlock in webkit-gtk3 + icedtea-web
- further cleanups of related global mutexs and condition variables
okay ajacoutot@, landry@
2014-04-21 20:46:57 +00:00
ajacoutot
328b372c0e Update to icedtea-web-1.4.2.
Note that this version still deadlock under WebKit2 but that's not a
regression compared to 1.4.1.

ok landry@ (maintainer)
2014-04-19 08:27:24 +00:00
landry
d61638ec4f Remove build dependency on gtar now that our tar handles PaxHeaders
fine. Regen patches while here.
reminded by fgsch@
2013-04-22 14:17:10 +00:00
landry
c8ed96c8a8 Update to icedtea-web 1.3.1.
- Merges the fix for CVE-2012-4540
- Fixes an issue with iDrac console applets (see
  http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1161 &
  https://bugzilla.redhat.com/show_bug.cgi?id=753960), reported by jirib
- Fix javaws launcher to not depend on bash, and correctly find
  libjava.so, from dcoppa@
- A regression with logmein.com has been filed upstream by giovanni@ :
  http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1213

Thx to all involved!
2012-11-10 10:37:27 +00:00
landry
acda6f6c59 SECURITY fix for CVE-2012-4540:
Heap-based buffer overflow after triggering event attached to applet

pointed out by jasper@

Other issues in some java applets are being worked on and will be fixed soon.
2012-11-08 18:42:29 +00:00
landry
b0636d7267 Update to icedtea-web 1.3.
- add a gtk3 flavor to be used by webkit-gtk3 browsers, tested with
  midori-gtk3. Mozilla doesnt care which version is installed and works
with both. Webkit only sees icedtea if the gtk version match..
- fix javaws shebang to use bash (pointed out by jiri b)
2012-11-01 11:56:04 +00:00
kurt
166f2e6d44 Correct improper use of condition variable. okay landry@ 2012-03-29 12:28:27 +00:00
landry
63206f3891 Update to icedtea-web 1.2. 2012-03-27 09:04:53 +00:00
landry
4e24173230 Import icedtea-web 1.1.2.
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.
It works in gecko-based AND webkit-based browsers, and is meant as a
replacement for the dead/unmaintained/dreaded sun java plugin.

It is still a it rough at the edges (java process sometimes doesn't
finish when tab is closed, awt exceptions upon first paint), but let's
import it so that people can try it and debug it.

ok sthen@
2012-02-29 20:57:52 +00:00