diff --git a/seamonkey-2.53.14.source-l10n.tar.xz b/seamonkey-2.53.14.source-l10n.tar.xz deleted file mode 100644 index f999089..0000000 --- a/seamonkey-2.53.14.source-l10n.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15e31146b3b6ea0ed61273c0cc9d00ae8409cf9e049a5d85af2271fcad07ba2f -size 13656176 diff --git a/seamonkey-2.53.14.source.tar.xz b/seamonkey-2.53.14.source.tar.xz deleted file mode 100644 index b14e00b..0000000 --- a/seamonkey-2.53.14.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1852db8be95a490df134d04508dd9c834f88af8ba43e2f2d5523ac1378e47f7 -size 256277216 diff --git a/seamonkey-2.53.15.source-l10n.tar.xz b/seamonkey-2.53.15.source-l10n.tar.xz new file mode 100644 index 0000000..acf3073 --- /dev/null +++ b/seamonkey-2.53.15.source-l10n.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0bbf299da751515a17885d9a4c7f9d6e5b6b22e5320494e58463861b758ac5 +size 13657060 diff --git a/seamonkey-2.53.15.source.tar.xz b/seamonkey-2.53.15.source.tar.xz new file mode 100644 index 0000000..3874698 --- /dev/null +++ b/seamonkey-2.53.15.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a9dcd57217b1c630815b10d07e1865db14339b04930ec09d521733d6e8ec3f +size 260787300 diff --git a/seamonkey-GNUmakefile b/seamonkey-GNUmakefile index 324fe24..5c8ea1c 100644 --- a/seamonkey-GNUmakefile +++ b/seamonkey-GNUmakefile @@ -144,7 +144,7 @@ $(stage)-%: $(MAKE) -C $(OBJDIR)/comm/suite/locales langpack-$* # Combine extensions data with the main localization stuff and leave only one manifest file - for manifest in `find $@/extensions $@/../chatzilla-$* -name "*.manifest" -print` ; \ + for manifest in `find $@/extensions -name "*.manifest" -print` ; \ do \ while read keyword name lang path rest ; \ do \ @@ -160,7 +160,7 @@ $(stage)-%: rm -f $@/chrome/$*.manifest # Spanish locales other than es-ES are from Latam, where the es-AR langpack is most preferred - [ $* = es-AR ] && sed -i '/^locale/ s/es-AR/es-*/' $@/chrome.manifest || : + [ $* = es-AR ] && sed -i '/^locale/ s/ es-AR / es /' $@/chrome.manifest || : locale-%: REL_NAME = extensions/langpack-$*@seamonkey.mozilla.org.xpi diff --git a/seamonkey.changes b/seamonkey.changes index 49aaa87..6bd0ae3 100644 --- a/seamonkey.changes +++ b/seamonkey.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Fri Jan 20 10:12:30 UTC 2023 - Tristan Miller + +- update to SeaMonkey 2.53.15 + * Microtasks and promises bug 1193394. + * Implement queueMicrotask()bug 1480236. + * Remove old synchronous contentPrefService from the tree bug 886907 + and bug 1392929. + * Remove remaining uses of 'general.useragent.locale' bug 1410736 + and bug 1410738. + * Migrate to intl.locale.requested.locale list from + 'general.useragent.locale' bug 1441016. + * Introduce a pref to store BCP47 locale list bug 1414390, bug + 1423532 and bug 1441026. + * Remove synchronous certificate verification APIs from + nsIX509CertDB bug 1453741 and bug 1453778. + * Taskbar preview's favicon appears blank bug 1475524. + * Call Imagelibs decodeImageAsyncWindows using a callback bug + 1790695. + * Remove PermissionsService from process Windows sandboxing code bug + 1788233, bug 1789782 and bug 1794394. + * Security info dialog doesn't show cert status anymore bug 1293378. + * Replace nsIPlatfromCharset in mailnews bug 1381762. + * Replace use of nsMsgI18NFileSystemCharset() with + NS_CopyUnicodeToNative/NS_CopyNativeToUnicode() bug 1506422. + * Cater for Outlook's/Hotmail's 'Deleted' folder bug 1320191. + * Make some filter methods scriptable bug 1497513. + * Fix crash in nsMsgFilterAfterTheFact::ApplyFilter() caused by + async reset of 'm_curFolder' bug 537017. + * Localize messages from nsIMsgFolder.logRuleHitFail() bug 1352731. + * Add logging of message filter runs and actions bug 697522. + * Check that we got a non-null header before running a filter on it + (and crashing) bug 1563959. + * With CONDSTORE, eliminate unneeded flag fetches at startup bug + 1428097. + * Fix so custom tags (keywords) are visible to all users bug 583677. + * Improve handling of tags on shared folders bug 1596371. + * Allow setting/resetting junk marking by user for yahoo/aol to + stick bug 1260059. + * Don't check subject if spellchecker is not ready bug 1069787. + * Grammar issues in mailnews_account_settings.xhtml bug 1793291. + * Remove use of nsIMemory bug 1792578. + * Replace obsolete GetStringBundleService call in SeaMonkey bug + 1794400. + * SeaMonkey crashes on MacOS Ventura 13.0 bug 1797696. + * Continue the switch from Python 2 to Python 3 in the build system. + * Added support for clang 15 and macOS SDK 11.3. + * Verified compatibility with Rust 1.65. + * SeaMonkey 2.53.15 uses the same backend as Firefox and contains + the relevant Firefox 60.8 security fixes. + * SeaMonkey 2.53.15 shares most parts of the mail and news code with + Thunderbird. Please read the Thunderbird 60.8.0 release notes for + specific security fixes in this release. + * Additional important security fixes up to Current Firefox 102.6 + and Thunderbird 102.5 ESR plus many 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 seamonkey-GNUmakefile patch per + https://bugzilla.mozilla.org/show_bug.cgi?id=1692516#c9 to remove + obsolete stuff and fix handling of Latam Spanish +- remove build dependency on obsolete rust-std-static +- request inclusion in Leap 15.4: + https://bugzilla.opensuse.org/show_bug.cgi?id= + ------------------------------------------------------------------- Thu Sep 29 12:14:18 UTC 2022 - Tristan Miller diff --git a/seamonkey.spec b/seamonkey.spec index eb16f00..7c6f08b 100644 --- a/seamonkey.spec +++ b/seamonkey.spec @@ -3,7 +3,7 @@ # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # 2006-2018 Wolfgang Rosenauer -# 2018-2022 Tristan Miller +# 2018-2023 Tristan Miller # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -58,15 +58,14 @@ BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(xcomposite) BuildRequires: cargo BuildRequires: rust >= 1.47 -BuildRequires: rust-std-static BuildRequires: rust-cbindgen BuildRequires: git BuildRequires: nasm >= 2.13 Provides: web_browser Provides: browser(npapi) -Version: 2.53.14 +Version: 2.53.15 Release: 0 -%define releasedate 20220929000000 +%define releasedate 20230120000000 Summary: An integrated web browser, composer, mail/news client, and IRC client License: MPL-2.0 Group: Productivity/Networking/Web/Browsers