1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761
|
icedtea-web (1.8.8-2) unstable; urgency=medium
* Team upload.
* Removed pack200 support to build with Java 17 (Closes: #1011532)
* Standards-Version updated to 4.6.1
* Updated the Homepage field
-- Emmanuel Bourg <ebourg@apache.org> Wed, 02 Nov 2022 10:52:30 +0100
icedtea-web (1.8.8-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
* Standards-Version updated to 4.6.0.1
-- Emmanuel Bourg <ebourg@apache.org> Thu, 05 May 2022 13:44:49 +0200
icedtea-web (1.8.4-1) unstable; urgency=medium
* Team upload.
* New upstream release
* Standards-Version updated to 4.5.0
* Switch to debhelper level 12
-- Emmanuel Bourg <ebourg@apache.org> Sun, 07 Jun 2020 22:58:41 +0200
icedtea-web (1.8.3-2) unstable; urgency=medium
* Team upload.
* Use SOURCE_DATE_EPOCH for the timestamps in the documentation to make
the package reproducible
-- Emmanuel Bourg <ebourg@apache.org> Thu, 12 Sep 2019 00:15:16 +0200
icedtea-web (1.8.3-1) unstable; urgency=medium
* Team upload.
* New upstream release (Closes: #934319)
- Fixes CVE-2019-10181: Unsigned code injection in a signed JAR file
- Fixes CVE-2019-10182: Path traversal while processing <jar/> elements
of JNLP files results in arbitrary file overwrite
- Fixes CVE-2019-10185: Directory traversal in the nested jar
auto-extraction leading to arbitrary file overwrite
-- Emmanuel Bourg <ebourg@apache.org> Fri, 09 Aug 2019 18:57:41 +0200
icedtea-web (1.8.2-2) unstable; urgency=medium
* Team upload.
* Added a symlink restoring /usr/share/icedtea-web/netx.jar (Closes: #932604)
-- Emmanuel Bourg <ebourg@apache.org> Mon, 22 Jul 2019 01:21:27 +0200
icedtea-web (1.8.2-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
- Keep building the shell launchers
- Set the new --with-itw-libs build flag
* Track and download the new releases from GitHub
* Standards-Version updated to 4.4.0
-- Emmanuel Bourg <ebourg@apache.org> Fri, 19 Jul 2019 00:09:27 +0200
icedtea-web (1.7.2-2) unstable; urgency=medium
* Team upload.
* Fixed the installation of the CLI tools alternatives (Closes: #924706)
* Improved the package description (Closes: #706306)
-- Emmanuel Bourg <ebourg@apache.org> Mon, 18 Mar 2019 00:57:12 +0100
icedtea-web (1.7.2-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
* Fixed the build failure with Java 11 (Closes: #912549)
* Added the missing dependency on a Java runtime (Closes: #912464)
* icedtea-netx now provides icedtea-netx-common (Closes: #911995)
* Enabled the enhanced XML parser based on Tagsoup
* Enabled Proxy Auto Config support with Rhino (Closes: #673415)
-- Emmanuel Bourg <ebourg@apache.org> Fri, 15 Mar 2019 23:44:27 +0100
icedtea-web (1.7.1-1) unstable; urgency=medium
* Team upload.
[ Vincent Privat ]
* IcedTea-Web 1.7.1 release (Closes: #886109).
* Build using default-jdk (Closes: #894360).
* Add support for openjdk-10.
* Drop support of browser plugin (deprecated technology).
* Drop unneeded patches.
* Fix lintian warnings.
* Update the copyright file.
[ Emmanuel Bourg ]
* No longer integrate icedtea-web with a specific JDK
(Closes: #743922, #642901, #712292)
* Merged icedtea-netx-common into icedtea-netx (Closes: #798946, #675082)
* Package transferred to the Java Team.
* Removed Damien Raude-Morvan from the uploaders (Closes: #889448)
* Fixed the detection of Java 10+ in the configure script
* No longer generate debian/control from template files
* Updated the .desktop files (Closes: #889553)
* Build with the DH sequencer
* Use Breaks/Replaces instead of Conflicts/Replaces in debian/control
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use a secure URL in debian/watch
-- Emmanuel Bourg <ebourg@apache.org> Wed, 24 Oct 2018 14:42:28 +0200
icedtea-web (1.6.2-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Apply fix from Santiago Vila to fix "dpkg-buildpackage -A".
(Closes: #831932)
-- Adrian Bunk <bunk@debian.org> Sat, 14 Jan 2017 17:46:54 +0200
icedtea-web (1.6.2-3) unstable; urgency=medium
* icedtea-netx: Remove the alternative openjdk-7-jre dependency.
Closes: #816451.
-- Matthias Klose <doko@ubuntu.com> Sat, 16 Apr 2016 18:15:51 +0200
icedtea-web (1.6.2-2ubuntu1) xenial; urgency=medium
* Regenerate the control file.
-- Matthias Klose <doko@ubuntu.com> Sun, 07 Feb 2016 13:58:00 +0100
icedtea-web (1.6.2-2) unstable; urgency=medium
* Non-maintainer upload.
* Don't try to handle alternatives for openjdk-7; we'll remove it anyway.
Closes: #813887, #813906, #813941.
-- Matthias Klose <doko@ubuntu.com> Sun, 07 Feb 2016 13:23:48 +0100
icedtea-web (1.6.2-1) unstable; urgency=medium
* IcedTea-Web 1.6.2 release.
* Build using openjdk-8, stop building the plugin for openjdk-7.
-- Matthias Klose <doko@ubuntu.com> Sat, 06 Feb 2016 09:25:32 +0100
icedtea-web (1.6.1-4) unstable; urgency=medium
* Update to the tip of the 1.6 branch.
- Apparently fixed running http://www.java.com/en/download/installed.jsp.
Closes: #805608.
* icedtea-netx: Don't ship any binaries in /usr/bin.
-- Matthias Klose <doko@ubuntu.com> Thu, 28 Jan 2016 13:31:49 +0100
icedtea-web (1.6.1-3) unstable; urgency=medium
* icedtea-netx: Fix postinst script. Closes: #812854.
-- Matthias Klose <doko@ubuntu.com> Wed, 27 Jan 2016 12:22:35 +0100
icedtea-web (1.6.1-2) unstable; urgency=medium
* Update the copyright file.
* Fix quoting (building the docs).
* Build only the english docs and man pages.
* icedtea-8-plugin: Fix postinst script.
-- Matthias Klose <doko@ubuntu.com> Wed, 27 Jan 2016 00:25:15 +0100
icedtea-web (1.6.1-1) unstable; urgency=medium
* IcedTea-Web 1.6.1 release.
- CVE-2015-5234: applet URL sanitization issue
- CVE-2015-5235: unsigned applet origin issue. Closes: #798467.
* Build using npapi-sdk-dev. Closes: #754367.
* Build a icedtea-8-plugin package.
-- Matthias Klose <doko@ubuntu.com> Tue, 26 Jan 2016 13:55:17 +0100
icedtea-web (1.5.3-0ubuntu1) xenial; urgency=medium
* Updated to upstream version 1.5.3 to fix two security issues:
- CVE-2015-5234: applet URL sanitization issue
- CVE-2015-5235: unsigned applet origin issue
-- Marc Deslauriers <marc.deslauriers@ubuntu.com> Fri, 20 Nov 2015 13:01:10 -0500
icedtea-web (1.5.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix alternatives handling in icedtea-netx.postinst.in
(closes: #778631).
-- Gilles Filippini <pini@debian.org> Sun, 22 Mar 2015 08:55:55 +0100
icedtea-web (1.5.2-1) unstable; urgency=medium
* IcedTea-Web 1.5.2 release.
-- Matthias Klose <doko@ubuntu.com> Fri, 28 Nov 2014 12:30:39 +0100
icedtea-web (1.5.2~rc1-1) unstable; urgency=medium
* IcedTea-Web 1.5.2 release candidate 1.
- RH1095311, PR574 - Build fix for JDK9 (references class sun.misc.Ref
removed in OpenJDK 9).
- RH1154177 - decoded file needed from cache.
- fixed NPE in https dialog.
- empty codebase behaves as ".".
* Remove the support for OpenJDK 8, breaks for OpenJDK 7, when 8 is not
installed. Closes: #759226. LP: #1363785.
-- Matthias Klose <doko@ubuntu.com> Fri, 21 Nov 2014 08:45:27 +0100
icedtea-web (1.5.1-1) unstable; urgency=medium
* IcedTea-Web 1.5.1 release.
* Build for ppc64 and ppc64el.
* Add build support for OpenJDK 8 (Emmanuel Bourg). Closes: #751173.
-- Matthias Klose <doko@debian.org> Thu, 21 Aug 2014 09:24:55 +0200
icedtea-web (1.5-2) unstable; urgency=medium
* Build-depend on iceweasel-dev. Closes: #752838.
* Stop building the icedtea-6-plugin package: Closes: #750640.
-- Matthias Klose <doko@ubuntu.com> Mon, 30 Jun 2014 15:00:58 +0200
icedtea-web (1.5-1) unstable; urgency=medium
* IcedTea-Web 1.5 release.
* Build using dh-autoreconf.
-- Matthias Klose <doko@ubuntu.com> Mon, 07 Apr 2014 17:38:58 +0200
icedtea-web (1.4.2-1) unstable; urgency=high
* IcedTea-Web 1.4.2 release.
- Security Updates- CVE-2012-4540: Heap-based buffer overflow after
triggering event.
-- Matthias Klose <doko@ubuntu.com> Wed, 05 Feb 2014 21:11:35 +0100
icedtea-web (1.4.1-1ubuntu1) trusty; urgency=low
* Merge with Debian; remaining changes:
- Regenerate the control file.
-- Matthias Klose <doko@ubuntu.com> Sat, 19 Oct 2013 17:51:32 +0200
icedtea-web (1.4.1-1) unstable; urgency=low
* IcedTea-Web 1.4.1 release.
* Build for AArch64.
* Don't build icedtea-6-plugin on KFreeBSD.
-- Matthias Klose <doko@ubuntu.com> Sat, 19 Oct 2013 17:20:43 +0200
icedtea-web (1.4-3.1) unstable; urgency=low
* Non-maintainer upload.
* Add CVE-2013-4349.diff patch.
CVE-2013-4349: Fix IcedTeaScriptableJavaObject::invoke off-by-one
heap-based buffer overflow after triggering event attached to applets.
(Closes: #723118)
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 28 Sep 2013 10:00:03 +0200
icedtea-web (1.4-3) unstable; urgency=low
* Update from the 1.4 branch:
- Fix PR1465, java.io.FileNotFoundException while trying to download
a JAR file.
- Fix PR1473, javaws should not depend on name of local file.
- Fix PR854, resizing an applet several times causes 100% CPU load.
Closes: #707729.
-- Matthias Klose <doko@ubuntu.com> Thu, 04 Jul 2013 11:01:08 +0200
icedtea-web (1.4-2) unstable; urgency=low
* Fix icedtea-web for use with OpenJDK 7u25.
-- Matthias Klose <doko@ubuntu.com> Wed, 03 Jul 2013 17:34:23 +0200
icedtea-web (1.4-1) unstable; urgency=low
* IcedTea-Web 1.4 release.
* Stop building the icedtea6-plugin transitional package.
-- Matthias Klose <doko@ubuntu.com> Thu, 09 May 2013 18:26:47 +0200
icedtea-web (1.3.2-1) unstable; urgency=high
* IcedTea-Web 1.3.2 release.
* Security Updates:
- CVE-2013-1927: fixed gifar vulnerability.
- CVE-2013-1926: Class-loader incorrectly shared for applets with same
relative-path.
* Common:
- Added new option in itw-settings which allows users to set JVM arguments
when plugin is initialized.
* NetX:
- PR580: http://www.horaoficial.cl/ loads improperly.
* Plugin:
- PR1260: IcedTea-Web should not rely on GTK.
- PR1157: Applets can hang browser after fatal exception.
* Refresh patches.
-- Matthias Klose <doko@ubuntu.com> Wed, 17 Apr 2013 00:45:29 +0200
icedtea-web (1.3.1-3) unstable; urgency=low
* Team upload.
* Remove mips and mipsel from architectures. (Closes: #701091)
-- Niels Thykier <niels@thykier.net> Thu, 21 Feb 2013 21:30:08 +0100
icedtea-web (1.3.1-2.1) unstable; urgency=low
* Non-maintainer upload.
* Don't forget to remove the itweb-settings alternative. (Closes: #668444)
-- Andreas Beckmann <anbe@debian.org> Sat, 02 Feb 2013 13:09:09 +0100
icedtea-web (1.3.1-2) unstable; urgency=low
* Team upload.
* Rebuild with Java7 as "default" to fix the Java7 variant of
the Java plugin. Thanks to Bálint Réczey for the report.
(Closes: #693623)
-- Niels Thykier <niels@thykier.net> Thu, 20 Dec 2012 16:06:38 +0100
icedtea-web (1.3.1-1) unstable; urgency=high
* IcedTea-Web 1.3.1 release.
* Security Updates
- CVE-2012-4540: Heap-based buffer overflow after triggering event
attached to applet.
* Common
- PR1161: X509VariableTrustManager does not work correctly with OpenJDK7.
-- Matthias Klose <doko@ubuntu.com> Thu, 08 Nov 2012 12:39:11 +0100
icedtea-web (1.3-2) unstable; urgency=high
* Configure with --disable-docs (the developer docs aren't shipped
anyway). Works around the build failure on s390.
-- Matthias Klose <doko@ubuntu.com> Thu, 06 Sep 2012 23:03:51 +0200
icedtea-web (1.3-1) unstable; urgency=high
* IcedTea-Web 1.3 release.
* Security updates:
- CVE-2012-3422: Potential read from an uninitialized memory location.
- CVE-2012-3423: Incorrect handling of not 0-terminated strings.
* NetX fixes:
- PR898: signed applications with big jnlp-file doesn't start (webstart
affect like "frozen").
- PR811: javaws is not handling urls with spaces (and other characters
needing encoding) correctly.
* Plugin fixes:
- PR820: IcedTea-Web 1.1.3 crashing Firefox when loading Citrix XenApp.
- PR863: Error passing strings to applet methods in Chromium.
- PR895: IcedTea-Web searches for missing classes on each loadClass or
findClass.
- PR861: Allow loading from non codebase hosts. Allow code to connect
to hosting server.
- PR518: NPString.utf8characters not guaranteed to be nul-terminated.
- PR722: META-INF/ unsigned entries should be ignored in signing.
- PR855: AppletStub getDocumentBase() doesn't return full URL.
- PR1011: Folders treated as jar files in archive tag.
- PR1106: Buffer overflow in plugin table.
- PR975: Plugin should not include classpaths specified in jar manifests
when using jnlp_href.
- PR588: Cookies not written from cookie jar to browser cookies.
* Common fixes:
- PR918: java applet windows uses a low resulution black/white icon.
- Disambiguate signed applet security prompt from certificate warning.
- PR955: regression: SweetHome3D fails to run.
* For Ubuntu quantal, set priorities for alternatives higher than for
OpenJDK 6.
* Call update-alternatives when the existing priority for the alternative
is lower than the current one.
* icedtea-netx: Don't set the alternatives to a OpenJDK which is not
installed. Closes: #681269.
* Allow building the plugin for OpenJDK 6 using OpenJDK 7.
* Build with hardening defaults.
-- Matthias Klose <doko@ubuntu.com> Thu, 06 Sep 2012 15:15:52 +0200
icedtea-web (1.2-2) unstable; urgency=low
* Fix interpreter path and classpath for OpenJDK7. Closes: #663895.
* Update to the 1.2 release branch 20120409.
- Fix PR895 (IcedTea-Web searches for missing classes on each
loadClass or findClass).
-- Matthias Klose <doko@ubuntu.com> Mon, 09 Apr 2012 16:15:17 +0200
icedtea-web (1.2-1ubuntu1) precise; urgency=low
* Regenerate the control file.
-- Matthias Klose <doko@ubuntu.com> Fri, 09 Mar 2012 02:09:38 +0100
icedtea-web (1.2-1) unstable; urgency=low
* IcedTea-Web 1.2 release.
* Security updates:
- CVE-2011-2513: Home directory path disclosure to untrusted applications.
- CVE-2011-2514: Java Web Start security warning dialog manipulation.
- CVE-2011-3377: IcedTea-Web: second-level domain subdomains and
suffix domain SOP bypass.
* Make icedtea-netx-common multi-arch installable.
-- Matthias Klose <doko@ubuntu.com> Fri, 09 Mar 2012 01:13:55 +0100
icedtea-web (1.2~pre3-3) unstable; urgency=low
* Really use OpenJDK 7 for the icedtea-7 plugin. Closes: #662239.
-- Matthias Klose <doko@ubuntu.com> Sun, 04 Mar 2012 23:47:57 +0100
icedtea-web (1.2~pre3-2) unstable; urgency=low
* Fix another quoting issue. Closes: #662039.
-- Matthias Klose <doko@ubuntu.com> Sun, 04 Mar 2012 13:18:02 +0100
icedtea-web (1.2~pre3-1ubuntu1) precise; urgency=low
* Regenerate the control file.
-- Matthias Klose <doko@ubuntu.com> Sat, 03 Mar 2012 12:35:35 +0100
icedtea-web (1.2~pre3-1) unstable; urgency=low
* Update to hg 20120303, taken from the icedtea-web-1.2 release branch.
-- Matthias Klose <doko@ubuntu.com> Sat, 03 Mar 2012 12:30:45 +0100
icedtea-web (1.2~pre2-1ubuntu2) precise; urgency=low
* debian/rules: Fix quoting issue.
-- Matthias Klose <doko@ubuntu.com> Mon, 27 Feb 2012 14:38:24 +0100
icedtea-web (1.2~pre2-1ubuntu1) precise; urgency=low
* icedtea-netx-common: Drop dependency on OpenJDK. Closes: #661428.
* Robustify maintainer scripts. Closes: #661424.
-- Matthias Klose <doko@ubuntu.com> Mon, 27 Feb 2012 10:53:13 +0100
icedtea-web (1.2~pre2-1) unstable; urgency=low
* Regenerate the control file.
-- Matthias Klose <doko@ubuntu.com> Sun, 26 Feb 2012 17:48:03 +0100
icedtea-web (1.2~pre2-0ubuntu1) precise; urgency=low
* Update to hg 20120226, taken from the icedtea-web-1.2 release branch.
* Fix icedtea-7-plugin update.
* Apply proposed patch for PR820, crashes with Firefox 10.
-- Matthias Klose <doko@ubuntu.com> Sun, 26 Feb 2012 17:26:04 +0100
icedtea-web (1.2~pre1-0ubuntu1) precise; urgency=low
* Update to hg 20120203, taken from the icedtea-web-1.2 release branch.
* Build separate plugin packages for OpenJDK 6 and OpenJDK 7, needed
to provide the path to the runtime and the mime description in the plugin.
Closes: #646843.
* Use icedtea-<jre version>-plugin as the name for both plugin packages.
* Remove icedtea-web-1.1.4-npapi-fix.patch, fixed upstream.
* Pass -n to gzip when compressing manpages to be Multi-Arch: same safe.
* Build multiarch packages.
-- Matthias Klose <doko@ubuntu.com> Sat, 04 Feb 2012 18:19:46 +0100
icedtea-web (1.1.4-1) unstable; urgency=medium
* New upstream release with security fix :
- RH742515, CVE-2011-3377: IcedTea-Web: second-level domain subdomains
and suffix domain SOP bypass
[ Sylvestre Ledru ]
* Fix a typo in the description. (Closes: #644538)
[ Damien Raude-Morvan ]
* Compress manpages. (Closes: #642975)
-- Damien Raude-Morvan <drazzib@debian.org> Fri, 11 Nov 2011 12:21:32 +0100
icedtea-web (1.1.3-2) unstable; urgency=low
* Team upload
* Sync from ubuntu
* Explicit the dependency on the OpenJDK (Closes: #644045, #644094)
* itweb-settings manpage added
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 04 Oct 2011 13:17:52 +0200
icedtea-web (1.1.3-1ubuntu1) oneiric; urgency=low
* Fix non multiarch installation.
-- Matthias Klose <doko@ubuntu.com> Thu, 29 Sep 2011 15:46:00 +0200
icedtea-web (1.1.3-1) unstable; urgency=low
* New upstream release:
- Plug-in: PR782: Support building against npapi-sdk as well.
- Common: PR794: IcedTea-Web does not work if a Web Start app jar has a
Class-Path element in the manifest (e.g. Elluminate)
* d/javaws.policy: Use AllPermission for netx.jar (as in Oracle JDK).
* Add myself as Uploader.
-- Damien Raude-Morvan <drazzib@debian.org> Thu, 29 Sep 2011 00:18:39 +0200
icedtea-web (1.1.2-1) unstable; urgency=low
* Team upload
* New upstream release:
- PR769: IcedTea-Web does not work with some ssl sites with OpenJDK7.
- Javaws cannot use proxy settings from Firefox.
(Closes: #640748, #640736, #641038)
* Drop the dependency on xulrunner (Closes: #636514, #606234, #601779)
* Fix FTBFS due to the switch to multiarch (Closes: #641798)
[ Damien Raude-Morvan ]
* Switch to 3.0 (quilt) format.
* d/javaws.policy: Allow RuntimePermission for javaws to access
sun.security.util package.
* d/patches/javaws_change_java_policy.diff: Loading of javaws.policy.
* d/rules: Install javaws.policy into /etc/icedtea-web/.
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 22 Sep 2011 10:48:22 +0200
icedtea-web (1.1.1-1ubuntu2) oneiric; urgency=low
* Updates from the 1.1 branch:
- PR749: sun.applet.PluginStreamHandler#handleMessage(String) really slow.
- PR768: Signed applets/Web Start apps don't work with OpenJDK7 and up.
-- Matthias Klose <doko@ubuntu.com> Tue, 16 Aug 2011 22:00:46 +0200
icedtea-web (1.1.1-1ubuntu1) oneiric; urgency=low
* Rebuild the control file.
-- Matthias Klose <doko@ubuntu.com> Sat, 16 Jul 2011 13:43:28 +0200
icedtea-web (1.1.1-1) unstable; urgency=high
* Upload to unstable.
-- Matthias Klose <doko@ubuntu.com> Sat, 16 Jul 2011 13:19:00 +0200
icedtea-web (1.1.1-0ubuntu1) natty-security; urgency=high
* IcedTea-Web 1.1.1 release.
- CVE-2011-2513: Home directory path disclosure to untrusted applications.
- CVE-2011-2514: Java Web Start security warning dialog manipulation.
-- Matthias Klose <doko@ubuntu.com> Sat, 16 Jul 2011 12:51:46 +0200
icedtea-web (1.1-1ubuntu1) oneiric; urgency=low
* Rebuild the control file.
-- Matthias Klose <doko@ubuntu.com> Thu, 09 Jun 2011 12:03:52 +0200
icedtea-web (1.1-1) unstable; urgency=low
* IcedTea-Web 1.1 release.
-- Matthias Klose <doko@ubuntu.com> Thu, 09 Jun 2011 11:58:59 +0200
icedtea-web (1.1~20110608-1ubuntu1) oneiric; urgency=low
* Rebuild the control file.
-- Matthias Klose <doko@ubuntu.com> Thu, 09 Jun 2011 10:39:20 +0200
icedtea-web (1.1~20110608-1) unstable; urgency=low
* Update to hg 20110608, taken from the icedtea-web-1.1 release branch.
-- Matthias Klose <doko@ubuntu.com> Wed, 08 Jun 2011 22:11:08 +0200
icedtea-web (1.1~20110530-1ubuntu1) oneiric; urgency=low
* Regenerate the control file.
* Add other browsers as an alternative to firefox depends. LP: #766559.
-- Matthias Klose <doko@ubuntu.com> Mon, 30 May 2011 22:25:14 +0200
icedtea-web (1.1~20110530-1) unstable; urgency=low
* Update to hg 20110530, taken from the icedtea-web-1.1 release branch.
-- Matthias Klose <doko@ubuntu.com> Mon, 30 May 2011 22:08:47 +0200
icedtea-web (1.1~20110510-1) unstable; urgency=low
* Update to hg 20110510, taken from the icedtea-web-1.1 release branch.
* Adjust conflicts to the OpenJDK version in unstable.
Closes: #627779, #626605.
* Make transitional package architecture independent. Closes: #627745.
-- Matthias Klose <doko@ubuntu.com> Wed, 25 May 2011 14:29:42 +0200
icedtea-web (1.1~20110421-1) unstable; urgency=low
* Update to hg 20110421, taken from the icedtea-web-1.1 release branch.
-- Matthias Klose <doko@ubuntu.com> Thu, 21 Apr 2011 19:20:32 +0200
icedtea-web (1.1~20110420-1) experimental; urgency=low
* Upload to experimental.
-- Matthias Klose <doko@ubuntu.com> Wed, 20 Apr 2011 14:33:31 +0200
icedtea-web (1.1~20110420-0ubuntu1) natty; urgency=low
* Update to hg 20110420.
- Removes non-distributable pdf documents.
* Update debian/copyright.
-- Matthias Klose <doko@ubuntu.com> Wed, 20 Apr 2011 14:05:16 +0200
icedtea-web (1.1~20110406-0ubuntu2) natty; urgency=low
* Reapply xulrunner → firefox-dev change from 1.1~20110320-0ubuntu2, which
were overwritten in the previous upload.
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 19 Apr 2011 08:47:28 +0200
icedtea-web (1.1~20110406-0ubuntu1) natty; urgency=low
* Fix typo in icedtea-netx postinst to install the javaws alternative.
-- Matthias Klose <doko@ubuntu.com> Wed, 06 Apr 2011 13:10:44 +0200
icedtea-web (1.1~20110320-0ubuntu2) natty; urgency=low
* Switch build-depends to firefox-dev for natty. xulrunner is
being demoted from main (LP: #740815)
- update debian/rules
- update debian/control
-- Chris Coulson <chris.coulson@canonical.com> Mon, 04 Apr 2011 11:07:15 +0100
icedtea-web (1.1~20110320-0ubuntu1) natty; urgency=low
* Update to hg 20110320.
-- Matthias Klose <doko@ubuntu.com> Thu, 24 Feb 2011 12:57:25 +0100
icedtea-web (1.0~20110122-1) experimental; urgency=low
* Upload to experimental.
-- Matthias Klose <doko@ubuntu.com> Sun, 23 Jan 2011 13:53:14 +0100
icedtea-web (1.0~20110122-0lucid1) lucid; urgency=low
* Update to hg 20110122.
-- Matthias Klose <doko@ubuntu.com> Sat, 22 Jan 2011 21:21:29 +0100
icedtea-web (1.0~20101223-0ubuntu3) natty; urgency=low
* Fix the armel build.
-- Matthias Klose <doko@ubuntu.com> Fri, 24 Dec 2010 12:31:32 +0100
icedtea-web (1.0~20101223-0ubuntu2) natty; urgency=low
* Build the plugin on armel.
-- Matthias Klose <doko@ubuntu.com> Fri, 24 Dec 2010 11:51:37 +0100
icedtea-web (1.0~20101223-0ubuntu1) natty; urgency=low
* Update to hg 20101223.
-- Matthias Klose <doko@ubuntu.com> Thu, 23 Dec 2010 14:20:21 +0100
icedtea-web (1.0~20101127-0ubuntu1) natty; urgency=low
* Update to hg 20101127.
* icedtea-plugin: Add versioned conflict/replaces with icedtea6-plugin
(<< 6b21.0~20101127~). LP: #673524.
-- Matthias Klose <doko@ubuntu.com> Sat, 27 Nov 2010 11:51:06 +0100
icedtea-web (1.0~20101124-0ubuntu1) natty; urgency=low
* Update to hg 20101124.
* Fix xulrunner dependencies for natty.
* Build-depend on pkg-config and libgtk2.0-dev.
-- Matthias Klose <doko@ubuntu.com> Wed, 24 Nov 2010 13:23:28 +0100
icedtea-web (1.0~20101021-0ubuntu6) natty; urgency=low
* Fix link flag ordering issues
- add debian/patches/001_fix_pluginappletviewer_linkage.patch
- add debian/patches/series
- update debian/rules
- update debian/control{.in}
* Change xulrunner build-dep to xulrunner-2.0-dev for Natty and rebuild
against the latest version. Change binary dependency to
xulrunner-2.0 | firefox (>= 4.0~b7), because eventually, xulrunner will
not be installed by default and we don't want to force Firefox users to
install it
- update debian/rules
- update debian/control
-- Chris Coulson <chris.coulson@canonical.com> Tue, 23 Nov 2010 21:19:01 +0000
icedtea-web (1.0~20101021-0ubuntu4) natty; urgency=low
* Add a versioned build dependency on openjdk-6-jdk (>= 6b20-1.10~pre2).
-- Matthias Klose <doko@ubuntu.com> Fri, 22 Oct 2010 00:23:34 +0200
icedtea-web (1.0~20101021-0ubuntu3) natty; urgency=low
* Build icedtea6-plugin on amd64, i386 and powerpc only.
-- Matthias Klose <doko@ubuntu.com> Thu, 21 Oct 2010 23:54:17 +0200
icedtea-web (1.0~20101021-0ubuntu2) natty; urgency=low
* Fix version of the transitional icedtea6-plugin package.
-- Matthias Klose <doko@ubuntu.com> Thu, 21 Oct 2010 23:48:49 +0200
icedtea-web (1.0~20101021-0ubuntu1) natty; urgency=low
* Initial release, split out from openjdk-6.
-- Matthias Klose <doko@ubuntu.com> Thu, 21 Oct 2010 08:07:41 +0200
|