Revisions of seamonkey

Tristan Miller's avatar Tristan Miller (psych0naut) committed (revision 390)
add upstream patch for Rust 1.54
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 907727 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 389)
- update to SeaMonkey 2.53.8.1
  * Archive message action does not work bug 1718839.
  * Do not preserve offlineMsgSize parameter when moving/copying
    emails between folders bug 1720202 and bug 1430480.
  * Move thread code to threadPane.js and remove messengerdnd.js bug
    515675.
  * SeaMonkey 2.53.8.1 uses the same backend as Firefox and contains
    the relevant Firefox 60.8 security fixes.
  * SeaMonkey 2.53.8.1 shares most parts of the mail and news code
    with Thunderbird. Please read the Thunderbird 60.0 release notes
    for specific changes and security fixes in this release.
  * Additional important security fixes up to Current Firefox 78.12
    ESR and a few enhancements have been backported. We will continue
    to enhance SeaMonkey security in subsequent 2.53.x beta and
    release versions as fast as we are able to.
- requested inclusion in Leap 15.3 and Leap 15.2:
  https://bugzilla.opensuse.org/show_bug.cgi?id=1188614
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 904699 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 388)
- requested inclusion in Leap 15.3 and Leap 15.2:
  https://bugzilla.opensuse.org/show_bug.cgi?id=1188100
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 904629 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 387)
- update to SeaMonkey 2.53.8
  * Serious performance improvements and bug fixes tracked in bug
    1633339 and bug 1711050.
  * Language attributes with country codes not recognized when
    building the Website Navigation Bar link toolbar bug 134436 and
    bug 1709443.
  * Optimize SeaMonkey icons for speed and optional higher quality for
    branding bug 1362210 and bug 1699322.
  * Support from= option when opening email compose window from the
    command line bug 1628671.
  * Update subject handling and GenericSendMessage function in compose
    window bug 1693994.
  * All message windows should update when view preferences are
    changed bug 1694765.
  * Improve marking of multiple messages as read / unread bug 1700530.
  * Show version numbers again in the add-on manager by the partial
    backout of bug 1161183.
  * Update available networks in chatZilla (including adding
    libera.chat)bug 1704392 and bug 1712505.
  * Change default port for IRC via TLS/SSL to 6697 bug 1704280.
  * Remove chatZilla and Lightning extension language packs and
    incorpate localisations within the main language pack bug 1604663.
  * Fix address drag and drop handling in compose window bug 1712002
    and bug 1712227.
  * Further fixes for legacy generators and the deprecated for each
    statement in add-ons and the Add-on SDK bug 1702903.
  * For developers, fork DOMi repo into main SeaMonkey one which means
    no need to separately checkout the extension bug 1700003.
  * SeaMonkey 2.53.8 uses the same backend as Firefox and contains the
    relevant Firefox 60.8 security fixes.
  * SeaMonkey 2.53.8 shares most parts of the mail and news code with
    Thunderbird. Please read the Thunderbird 60.0 release notes for
    specific changes and security fixes in this release.
  * Additional important security fixes up to Current Firefox 78.11
    ESR and a few enhancements have been backported. We will continue
    to enhance SeaMonkey security in subsequent 2.53.x beta and
    release versions as fast as we are able to.
- removed obsolete seamonkey-websocketloop.patch and
  seamonkey-rustc-bootstrap.patch (now integrated upstream)
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 894014 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 386)
- add patch seamonkey-rustc-bootstrap.patch adapted from
  https://bugzilla.mozilla.org/show_bug.cgi?id=1710154 to enable
  compilation with rust >= 1.50.0
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 890901 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 385)
- update GNU Makefile from upstream
  https://bugzilla.mozilla.org/show_bug.cgi?id=1692516#c8 -- besides
  some general improvements, this Makefile now allows the language
  packs for the bundled extensions to be split off again if desired
  (though our spec file does not yet take advantage of this)
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 890762 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 384)
- use system libraries for bz2, webp, and icu to reduce package size
  and because this is probably more secure (since our own libraries
  are probably updated more often than the ones bundled with
  SeaMonkey)
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 889559 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 383)
- add upstream patch seamonkey-websocketloop.patch from
  https://bugzilla.mozilla.org/attachment.cgi?id=9218795&action=diff
  to solve critical performance issue
  https://bugzilla.mozilla.org/show_bug.cgi?id=1633339
Tristan Miller's avatar Tristan Miller (psych0naut) committed (revision 382)
Fix date in changelog
Tristan Miller's avatar Tristan Miller (psych0naut) committed (revision 381)
Explicitly mention seamonkey-man-page.patch in changelog
Tristan Miller's avatar Tristan Miller (psych0naut) committed (revision 380)
Remove unused rust148-packed_simd.patch
Tristan Miller's avatar Tristan Miller (psych0naut) committed (revision 379)
Requested inclusion in Leap 15.2
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 887081 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 378)
- remove check for .mkdir.done, as these files are no longer generated
- remove check for text files with the executable bit incorrectly set,
  as the only remaining files in the source tree with this problem are
  ones that don't get installed anyway:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1706019
- revise/improve spec file comments
- update package description to clarify compatibility with Firefox
  extensions
- update package description to reference bundled calendar
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 886921 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 377)
- re-enable elf-hack for x86_64 builds as this is no longer preventing
  compilation: https://bugzilla.mozilla.org/show_bug.cgi?id=1619776
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 886773 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 376)
- remove --disable-optimize flag (added on Sat Sep 20 14:53:01 UTC
  2014 as a result of bnc#896624) as compilation on ix86 with the
  default optimizations seems to work fine now
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 886669 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 375)
- add patch to install SeaMonkey's new man page
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 886479 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 374)
- update to SeaMonkey 2.53.7.1
  * Fix for legacy generators and the deprecated for each statement in
    add-ons and the Add-on SDK bug 1702903.
  * Fix for handling of dead keys in text input fields in GTK 3.24.26+
    bug 1701288.
  * SeaMonkey 2.53.7.1 uses the same backend as Firefox and contains
    the relevant Firefox 60.8 security fixes.
  * SeaMonkey 2.53.7.1 shares most parts of the mail and news code
    with Thunderbird. Please read the Thunderbird 60.0 release notes
    for specific changes and security fixes in this release.
  * Additional important security fixes up to Current Firefox 78.8 ESR
    and a few enhancements have been backported. We will continue to
    enhance SeaMonkey security in subsequent 2.53.x beta and release
    versions as fast as we are able to.
Tristan Miller's avatar Tristan Miller (psych0naut) accepted request 886460 from Tristan Miller's avatar Tristan Miller (psych0naut) (revision 373)
- update to SeaMonkey 2.53.7
  * Remove Flash and NPAPI support bug 1688415.
  * Switch packaged extensions to be global bug 1659298.
  * Add Insert Forms to Composer bug 1684611.
  * Fix an issue with copying to IMAP sent folder and some reference
    count leaks in mailnews bug 1689890.
  * Tailing to delay tracker requests and enhance performance has been
    enabled bug 1358060.
  * Fix an issue with favorite and recent folders not showing in macOS
    bug 1695869.
  * Various security and general platform fixes.
  * The ChatZilla source has been integrated into SeaMonkey and no
    longer needs to be checked out separately if you build your own
    release bug 1551033.
  * SeaMonkey 2.53.7 uses the same backend as Firefox and contains the
    relevant Firefox 60.8 security fixes.
  * SeaMonkey 2.53.7 shares most parts of the mail and news code with
    Thunderbird. Please read the Thunderbird 60.0 release notes for
    specific changes and security fixes in this release.
  * Additional important security fixes up to Current Firefox 78.8 ESR
    and a few enhancements have been backported. We will continue to
    enhance SeaMonkey security in subsequent 2.53.x beta and release
    versions as fast as we are able to.
- update GNU Makefile per
  https://bugzilla.mozilla.org/show_bug.cgi?id=1692516#c6
  * provide a way to auto-select es-AR locale on any Spanish one but
    es-ES
Tristan Miller's avatar Tristan Miller (psych0naut) committed (revision 372)
Restore Chatzilla and DOM Inspector packages
Tristan Miller's avatar Tristan Miller (psych0naut) committed (revision 371)
Revert
Displaying revisions 41 - 60 of 430
openSUSE Build Service is sponsored by