Accepting request 931734 from mozilla

Update to SeaMonkey 2.53.10

OBS-URL: https://build.opensuse.org/request/show/931734
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=13
This commit is contained in:
Tristan Miller 2021-11-16 10:17:42 +00:00 committed by Git OBS Bridge
parent ed96fbc263
commit 1de33e5ed7
6 changed files with 99 additions and 9 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b7593c7ff2f30d760a31c7fcc842ca6af807298915fefcb88ec14c473685183
size 13616204

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e724b0dc52a86698b3af5ec0a82228b5b4b38b28e491fc0a023ec78c05b39291
size 284344996

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c06d11621b8defd1359135c247dbf8db969d47efcb5e77f5bd2345b78b8ca815
size 13615680

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:756fc69478b9913c1f3c91090b78d880da8f593238754b8416c87184e4d6e597
size 285481656

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Tue Nov 16 08:40:32 UTC 2021 - Tristan Miller <psychonaut@nothingisreal.com>
- update to SeaMonkey 2.53.10
* Minor fixes for testdisplay command in ChatZilla bug 1727976.
* Show CTCP requests (excluding ACTION and DCC) bug 1722156.
* IRCv3: Add support for server-time bug 1724586.
* Add localization note for network editor dialog width in ChatZilla
bug 1727977.
* IRCv3: Add support for extended-join and account-notify bug
1722159.
* Add ability to collapse message groups in ChatZilla bug 1724588.
* Fix JS strict warnings in unescapeTagValue in ChatZilla bug
1727989.
* IRCv3: Add support for invite-notify bug 1722161.
* IRCv3: Add support for batch bug 1724589.
* Fix JS strict warning in addHistory in cZ static.js bug 1727992.
* IRCv3: Add support for cap-notify bug 1722162.
* Stop using canonical name as collection keys in ChatZilla bug
1728025.
* IRCv3: Add support for TLS and STS bug 1722166.
* Helper function for renaming irc server properties in ChatZilla
bug 1728027.
* IRCv3: Add support for MONITOR bug 1722174.
* Remove use of msg.commasp in ChatZilla bug 1726965.
* Allow shiftKey to modify behaviour of link clicking in cZ bug
1713458.
* IRCv3: Add support for echo-message bug 1722211.
* In ChatZilla make /commands return all matches starting with
pattern bug 1726966.
* Use SeaMonkey prefs to determine how links behave in cZ bug
1713467.
* Allow parameters to be localised in ChatZilla bug 1724105.
* Add identify command to cZ and hook into password management bug
1713470.
* IRCv3.1: Implement SASL with PLAIN mechanism bug 1717545.
* IRCv3: Add support for message tags bug 1724584.
* Add last read message divider to ChatZilla bug 1729159.
* IRCv3: Add support for account-tag bug 1724585.
* Missing option "text encoding Unicode/UTF-8" in preferences -
Mailnews bug 1679260.
* Detect Crashreporter using AppConstants in SeaMonkey bug 1735236.
* Link about LEGACY extensions in Add-ons Manager is broken bug
1656797.
* Update help for clear private data preferences and dialog bug
1728911.
* Fix typo in cs_nav_prefs_appearance bug 1737473.
* Drop leftover "Edit Menu" comment from messageWindow.xul and
addressbook.xul bug 1725121.
* Add dummy tab routines to SeaMonkey mailnews tab browser bug
1735243.
* Folder pane and tab/window title not updated correctly when
opening in new tab bug 1726940.
* Allow mail tab bar to be controlled separately to browser tab bar
bug 1724515.
* Copy any user set values for new mail.tabs prefs bug 1729165.
* Merge Master Passwords and Passwords pref panes into a single pref
pane bug 1728099.
* Move warning about redirection pref from Content to Privacy &
Security pane bug 1728185.
* Move website icons prefs from content pref pane to browser pref
pane bug 1727425.
* Move browser / mailnews system integration prefs into advanced
pane bug 1727659.
* Have separate opentabfor.middleclick for mailnews bug 1727948.
* Add removeBrowser helper for tabbrowser bug 1730391.
* Put <browser> in a <stack> so it's easy to overlay bug 1730392.
* Allow browser focus to be avoided bug 1720003.
* SeaMonkey 32x32 default icon has light stripe at the bottom bug
1729153.
* Support <input type=time> and <input type=date> in SeaMonkey bug
1730408.
* Middleclick on browser tab handled twice (closes tab and loads URL
from primary or clipboard) bug 1734407.
* Unable to create a new "Saved Search Folder" using "Save View as a
Folder..." bug 1738669.
* Enable compression for standard http connections bug 1728996.
* Support VS2022 for compiling under Windows bug 1728988.
* SeaMonkey 2.53.10 uses the same backend as Firefox and contains
the relevant Firefox 60.8 security fixes.
* SeaMonkey 2.53.10 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.15
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=1192742
-------------------------------------------------------------------
Tue Sep 28 07:09:11 UTC 2021 - Tristan Miller <psychonaut@nothingisreal.com>
@ -15,7 +105,7 @@ Tue Sep 28 07:09:11 UTC 2021 - Tristan Miller <psychonaut@nothingisreal.com>
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=1191022
https://bugzilla.opensuse.org/show_bug.cgi?id=1191022
-------------------------------------------------------------------
Thu Aug 26 12:27:32 UTC 2021 - Tristan Miller <psychonaut@nothingisreal.com>

View File

@ -65,9 +65,9 @@ BuildRequires: git
BuildRequires: nasm >= 2.13
Provides: web_browser
Provides: browser(npapi)
Version: 2.53.9.1
Version: 2.53.10
Release: 0
%define releasedate 20210928000000
%define releasedate 20211116000000
Summary: An integrated web browser, composer, mail/news client, and IRC client
License: MPL-2.0
Group: Productivity/Networking/Web/Browsers