From b9edf7763b2acef6a0396f0b496c27adc471b9bc Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 1 Oct 2020 17:25:45 -0400 Subject: update pm-to-nm for 28.14.1 --- newmoon/debian/patches/pm-to-nm.patch | 370 ++++++++++++++++------------------ 1 file changed, 174 insertions(+), 196 deletions(-) diff --git a/newmoon/debian/patches/pm-to-nm.patch b/newmoon/debian/patches/pm-to-nm.patch index d895072..ac7904b 100644 --- a/newmoon/debian/patches/pm-to-nm.patch +++ b/newmoon/debian/patches/pm-to-nm.patch @@ -1,11 +1,12 @@ -Date: 2020-08-18 +Date: 2020-10-01 +Upstream version: 28.14.1 Purpose: Use newmoon branding instead of palemoon -############################## +Message: Some of the changes include using ~/.config/newmoon for the profile location, using "newmoon" branding instead of "palemoon" or "browser", some bookmark tweaks to hide the old branding, +I used newmoon itself to save a bookmark, and then export the bookmarks to an html file. Then I grabbed the relevant entries and placed them here. Also, I move the "Most Visited" link to bookmarks menu and not on the toolbar. -Message: This changes the application to use ~/.config/newmoon instead of some other directory. -diff -aur Pale-Moon/palemoon/app/application.ini Pale-Moon.new/palemoon/app/application.ini ---- Pale-Moon/palemoon/app/application.ini 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/app/application.ini 2020-08-25 10:41:14.038625499 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/app/application.ini Pale-Moon-28.14.1_Release.new/palemoon/app/application.ini +--- Pale-Moon-28.14.1_Release/palemoon/app/application.ini 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/app/application.ini 2020-10-01 17:14:07.439179218 -0400 @@ -20,10 +20,10 @@ [App] @@ -27,75 +28,80 @@ diff -aur Pale-Moon/palemoon/app/application.ini Pale-Moon.new/palemoon/app/appl -#endif \ No newline at end of file +#endif -############################# - -Message: This set changes the name of the application. -Made with approximately: -$ cd Palemoon.new/palemoon/branding/unofficial -$ sed -i -r -e 's/New Moon/newmoon/ig;' $( grep -l -riIE 'new moon' ) -$ sed -i -r -e 's/pale/new/g;' newmoon.desktop -diff -aur Pale-Moon/palemoon/branding/unofficial/branding.nsi Pale-Moon.new/palemoon/branding/unofficial/branding.nsi ---- Pale-Moon/palemoon/branding/unofficial/branding.nsi 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/branding/unofficial/branding.nsi 2020-08-22 13:39:41.676568689 -0400 -@@ -8,7 +8,7 @@ - - # BrandFullNameInternal is used for some registry and file system values - # instead of BrandFullName and typically should not be modified. --!define BrandFullNameInternal "New Moon" -+!define BrandFullNameInternal "newmoon" - !define CompanyName "Moonchild Productions" - !define URLInfoAbout "http://www.palemoon.org" - !define URLUpdateInfo "http://www.palemoon.org" -diff -aur Pale-Moon/palemoon/branding/unofficial/configure.sh Pale-Moon.new/palemoon/branding/unofficial/configure.sh ---- Pale-Moon/palemoon/branding/unofficial/configure.sh 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/branding/unofficial/configure.sh 2020-08-22 13:39:41.676568689 -0400 -@@ -2,4 +2,4 @@ - # License, v. 2.0. If a copy of the MPL was not distributed with this +diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/shared/locales/browserconfig.properties Pale-Moon-28.14.1_Release.new/palemoon/branding/shared/locales/browserconfig.properties +--- Pale-Moon-28.14.1_Release/palemoon/branding/shared/locales/browserconfig.properties 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/branding/shared/locales/browserconfig.properties 2020-10-01 17:14:16.203289213 -0400 +@@ -3,5 +3,5 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --MOZ_APP_DISPLAYNAME="New Moon" -+MOZ_APP_DISPLAYNAME="newmoon" -diff -aur Pale-Moon/palemoon/branding/unofficial/locales/en-US/brand.dtd Pale-Moon.new/palemoon/branding/unofficial/locales/en-US/brand.dtd ---- Pale-Moon/palemoon/branding/unofficial/locales/en-US/brand.dtd 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/branding/unofficial/locales/en-US/brand.dtd 2020-08-22 13:39:41.676568689 -0400 -@@ -2,7 +2,7 @@ - - License, v. 2.0. If a copy of the MPL was not distributed with this - - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + # Do NOT localize or otherwise change these values +-browser.startup.homepage=http://start.palemoon.org/ +-browser.startup.homepage_reset=http://start.palemoon.org/ ++browser.startup.homepage=https://start.duckduckgo.com/ ++browser.startup.homepage_reset=https://start.duckduckgo.com/ +diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/shared/pref/preferences.inc Pale-Moon-28.14.1_Release.new/palemoon/branding/shared/pref/preferences.inc +--- Pale-Moon-28.14.1_Release/palemoon/branding/shared/pref/preferences.inc 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/branding/shared/pref/preferences.inc 2020-10-01 17:14:16.203289213 -0400 +@@ -1,8 +1,8 @@ + // ===| General |============================================================== -- -- -+ -+ - - -diff -aur Pale-Moon/palemoon/branding/unofficial/locales/en-US/brand.properties Pale-Moon.new/palemoon/branding/unofficial/locales/en-US/brand.properties ---- Pale-Moon/palemoon/branding/unofficial/locales/en-US/brand.properties 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/branding/unofficial/locales/en-US/brand.properties 2020-08-22 13:39:41.676568689 -0400 -@@ -2,8 +2,8 @@ - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. +-pref("startup.homepage_welcome_url","http://www.palemoon.org/firstrun.shtml"); ++pref("startup.homepage_welcome_url",""); --brandShortName=New Moon --brandFullName=New Moon -+brandShortName=newmoon -+brandFullName=newmoon - vendorShortName=Moonchild +-pref("app.vendorURL", "http://www.palemoon.org/"); ++pref("app.vendorURL", ""); - syncBrandShortName=Sync -diff -aur Pale-Moon/palemoon/branding/unofficial/newmoon.desktop Pale-Moon.new/palemoon/branding/unofficial/newmoon.desktop ---- Pale-Moon/palemoon/branding/unofficial/newmoon.desktop 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/branding/unofficial/newmoon.desktop 2020-08-22 19:22:15.505363587 -0400 -@@ -1,5 +1,5 @@ - [Desktop Entry] --Name=New Moon -+Name=newmoon + + // User Interface +@@ -24,7 +24,7 @@ + // ===| Add-ons Manager |====================================================== + + // Add-on window fixes +-pref("extensions.getMoreThemesURL", "https://addons.palemoon.org/themes/"); ++pref("extensions.getMoreThemesURL", ""); + + pref("extensions.update.autoUpdateDefault", true); // Automatically update extensions by default + pref("extensions.getAddons.maxResults", 10); +@@ -64,12 +64,12 @@ + // ===| Sync |================================================================= + + // Pale Moon Sync server URLs +-pref("services.sync.serverURL","https://pmsync.palemoon.org/sync/index.php/"); +-pref("services.sync.jpake.serverURL","https://keyserver.palemoon.org/"); +-pref("services.sync.termsURL", "http://www.palemoon.org/sync/terms.shtml"); +-pref("services.sync.privacyURL", "http://www.palemoon.org/sync/privacy.shtml"); +-pref("services.sync.statusURL", "https://pmsync.palemoon.org/status/"); +-pref("services.sync.syncKeyHelpURL", "http://www.palemoon.org/sync/help/recoverykey.shtml"); ++pref("services.sync.serverURL","https://localhost:9999/sync/index.php/"); ++pref("services.sync.jpake.serverURL","https://localhost:9999/"); ++pref("services.sync.termsURL", "http://localhost:9999/sync/terms.shtml"); ++pref("services.sync.privacyURL", "http://localhost:9999/sync/privacy.shtml"); ++pref("services.sync.statusURL", "https://localhost:9999/status/"); ++pref("services.sync.syncKeyHelpURL", "http://localhost:9999/sync/help/recoverykey.shtml"); + + pref("services.sync.APILevel", 1); // FSyncMS doesn't support 'info/configuration' requests + +diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/branding.nsi Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/branding.nsi +--- Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/branding.nsi 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/branding.nsi 2020-10-01 17:17:03.761408034 -0400 +@@ -8,8 +8,8 @@ + + # BrandFullNameInternal is used for some registry and file system values + # instead of BrandFullName and typically should not be modified. +-!define BrandFullNameInternal "Browser" +-!define CompanyName "somebody" ++!define BrandFullNameInternal "newmoon" ++!define CompanyName "custom" + !define URLInfoAbout " " + !define URLUpdateInfo " " + !define HelpLink " " +diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/browser.desktop Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/browser.desktop +--- Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/browser.desktop 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/browser.desktop 2020-10-01 17:15:25.608161879 -0400 +@@ -2,24 +2,24 @@ + Name=Browser GenericName=Web Browser - GenericName[ar]=متصفح ويب - GenericName[ast]=Restolador Web -@@ -81,15 +81,15 @@ - Comment[vi]=Để duyệt các trang web - Comment[zh_CN]=浏览互联网 - Comment[zh_TW]=瀏覽網際網路 + Comment=Browse the World Wide Web -Exec=palemoon %u +Exec=newmoon %u Terminal=false @@ -106,38 +112,94 @@ diff -aur Pale-Moon/palemoon/branding/unofficial/newmoon.desktop Pale-Moon.new/p MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; StartupNotify=false Actions=NewTab;NewWindow;NewPrivateWindow; --StartupWMClass="new moon" +-StartupWMClass="browser" +StartupWMClass="newmoon" [Desktop Action NewTab] Name=Open new tab -@@ -176,7 +176,7 @@ - Name[xh]=Vula ithebhu entsha - Name[zh_CN]=打开新标签页 - Name[zh_TW]=開啟新分頁 -Exec=palemoon -new-tab +Exec=newmoon -new-tab [Desktop Action NewWindow] Name=Open new window -@@ -263,7 +263,7 @@ - Name[xh]=Vula iwindow entsha - Name[zh_CN]=打开新窗口 - Name[zh_TW]=開啟新視窗 -Exec=palemoon -new-window +Exec=newmoon -new-window [Desktop Action NewPrivateWindow] Name=New private window -@@ -350,4 +350,4 @@ - Name[xh]=Ifestile yangasese entsha - Name[zh_CN]=新建隐私浏览窗口 - Name[zh_TW]=新增隱私視窗 -Exec=palemoon -private-window +Exec=newmoon -private-window -diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/palemoon.dtd Pale-Moon.new/palemoon/locales/en-US/chrome/browser/palemoon.dtd ---- Pale-Moon/palemoon/locales/en-US/chrome/browser/palemoon.dtd 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/locales/en-US/chrome/browser/palemoon.dtd 2020-08-25 10:37:02.679470445 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/configure.sh Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/configure.sh +--- Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/configure.sh 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/configure.sh 2020-10-01 17:17:33.697789678 -0400 +@@ -2,4 +2,4 @@ + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + +-MOZ_APP_DISPLAYNAME="Browser" ++MOZ_APP_DISPLAYNAME="newmoon" +diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/locales/en-US/brand.dtd Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/locales/en-US/brand.dtd +--- Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/locales/en-US/brand.dtd 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/locales/en-US/brand.dtd 2020-10-01 17:17:26.793700936 -0400 +@@ -2,7 +2,7 @@ + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +- +- +- ++ ++ ++ + +diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/locales/en-US/brand.properties Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/locales/en-US/brand.properties +--- Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/locales/en-US/brand.properties 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/locales/en-US/brand.properties 2020-10-01 17:17:15.509557191 -0400 +@@ -2,8 +2,8 @@ + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + +-brandShortName=Browser +-brandFullName=Browser +-vendorShortName=somebody ++brandShortName=newmoon ++brandFullName=newmoon ++vendorShortName=custom + + syncBrandShortName=Sync +diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/pref/palemoon-branding.js Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/pref/palemoon-branding.js +--- Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-10-01 17:16:43.813154771 -0400 +@@ -3,9 +3,9 @@ + #include ../../shared/pref/preferences.inc + #include ../../shared/pref/uaoverrides.inc + +-pref("startup.homepage_welcome_url","http://www.palemoon.org/unofficial.shtml"); +-pref("startup.homepage_override_url","http://www.palemoon.org/unofficial.shtml"); +-pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml"); ++pref("startup.homepage_welcome_url","https://start.duckduckgo.com"); ++pref("startup.homepage_override_url","http://start.duckduckgo.com"); ++pref("app.releaseNotesURL", ""); + + // Updates disabled + pref("app.update.enabled", false); +diff -Naur Pale-Moon-28.14.1_Release/palemoon/components/nsBrowserGlue.js Pale-Moon-28.14.1_Release.new/palemoon/components/nsBrowserGlue.js +--- Pale-Moon-28.14.1_Release/palemoon/components/nsBrowserGlue.js 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/components/nsBrowserGlue.js 2020-10-01 17:14:16.203289213 -0400 +@@ -1695,8 +1695,8 @@ + uri: NetUtil.newURI("place:sort=" + + Ci.nsINavHistoryQueryOptions.SORT_BY_VISITCOUNT_DESCENDING + + "&maxResults=" + MAX_RESULTS), +- parent: PlacesUtils.toolbarFolderId, +- position: toolbarIndex++, ++ parent: PlacesUtils.bookmarksMenuFolderId, ++ position: menuIndex++, + newInVersion: 1 + }, + RecentlyBookmarked: { +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/palemoon.dtd Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/palemoon.dtd +--- Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/palemoon.dtd 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/palemoon.dtd 2020-10-01 17:14:16.199289163 -0400 @@ -3,13 +3,11 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> @@ -156,9 +218,9 @@ diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/palemoon.dtd Pale-Moon The Chronicles of the Pale Moon, 66:1'> +'custom build'> -diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/preferences/tabs.dtd Pale-Moon.new/palemoon/locales/en-US/chrome/browser/preferences/tabs.dtd ---- Pale-Moon/palemoon/locales/en-US/chrome/browser/preferences/tabs.dtd 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/locales/en-US/chrome/browser/preferences/tabs.dtd 2020-08-25 10:36:14.030859348 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/preferences/tabs.dtd Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/preferences/tabs.dtd +--- Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/preferences/tabs.dtd 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/preferences/tabs.dtd 2020-10-01 17:14:16.199289163 -0400 @@ -31,6 +31,6 @@ @@ -167,9 +229,9 @@ diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/preferences/tabs.dtd P + -diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd Pale-Moon.new/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd ---- Pale-Moon/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd 2020-08-25 10:35:58.006658061 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd +--- Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd 2020-10-01 17:14:16.199289163 -0400 @@ -5,6 +5,6 @@ @@ -178,9 +240,9 @@ diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-ov + -diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd Pale-Moon.new/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd ---- Pale-Moon/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd 2020-08-25 10:36:02.982720569 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd +--- Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd 2020-10-01 17:14:16.199289163 -0400 @@ -1,4 +1,4 @@ - + @@ -196,18 +258,18 @@ diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/statusbar/statusbar-pr -diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/syncBrand.dtd Pale-Moon.new/palemoon/locales/en-US/chrome/browser/syncBrand.dtd ---- Pale-Moon/palemoon/locales/en-US/chrome/browser/syncBrand.dtd 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/locales/en-US/chrome/browser/syncBrand.dtd 2020-08-25 10:36:09.222798953 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/syncBrand.dtd Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/syncBrand.dtd +--- Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/syncBrand.dtd 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/syncBrand.dtd 2020-10-01 17:14:16.199289163 -0400 @@ -3,4 +3,4 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + -diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/syncSetup.properties Pale-Moon.new/palemoon/locales/en-US/chrome/browser/syncSetup.properties ---- Pale-Moon/palemoon/locales/en-US/chrome/browser/syncSetup.properties 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/locales/en-US/chrome/browser/syncSetup.properties 2020-08-25 10:37:10.675570887 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/syncSetup.properties Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/syncSetup.properties +--- Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/browser/syncSetup.properties 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/browser/syncSetup.properties 2020-10-01 17:14:16.199289163 -0400 @@ -38,7 +38,7 @@ addonsCount.label = #1 addon;#1 addons @@ -217,9 +279,9 @@ diff -aur Pale-Moon/palemoon/locales/en-US/chrome/browser/syncSetup.properties P newAccount.action.label = Sync is now set up to automatically sync all of your browser data. newAccount.change.label = You can choose exactly what to sync by selecting Sync Options below. -diff -aur Pale-Moon/palemoon/locales/en-US/chrome/overrides/appstrings.properties Pale-Moon.new/palemoon/locales/en-US/chrome/overrides/appstrings.properties ---- Pale-Moon/palemoon/locales/en-US/chrome/overrides/appstrings.properties 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/locales/en-US/chrome/overrides/appstrings.properties 2020-08-25 10:35:52.150584503 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/overrides/appstrings.properties Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/overrides/appstrings.properties +--- Pale-Moon-28.14.1_Release/palemoon/locales/en-US/chrome/overrides/appstrings.properties 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/chrome/overrides/appstrings.properties 2020-10-01 17:14:16.199289163 -0400 @@ -3,24 +3,24 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -264,9 +326,9 @@ diff -aur Pale-Moon/palemoon/locales/en-US/chrome/overrides/appstrings.propertie ## LOCALIZATION NOTE (sslv3Used) - Do not translate "%S". -sslv3Used=Pale Moon cannot guarantee the safety of your data on %S because it uses SSLv3, a broken security protocol. +sslv3Used=newmoon cannot guarantee the safety of your data on %S because it uses SSLv3, a broken security protocol. -diff -aur Pale-Moon/palemoon/locales/en-US/searchplugins/duckduckgo-palemoon.xml Pale-Moon.new/palemoon/locales/en-US/searchplugins/duckduckgo-palemoon.xml ---- Pale-Moon/palemoon/locales/en-US/searchplugins/duckduckgo-palemoon.xml 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/locales/en-US/searchplugins/duckduckgo-palemoon.xml 2020-08-25 10:35:10.570062193 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/en-US/searchplugins/duckduckgo-palemoon.xml Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/searchplugins/duckduckgo-palemoon.xml +--- Pale-Moon-28.14.1_Release/palemoon/locales/en-US/searchplugins/duckduckgo-palemoon.xml 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/searchplugins/duckduckgo-palemoon.xml 2020-10-01 17:14:16.199289163 -0400 @@ -6,7 +6,7 @@ Search Plugin for DuckDuckGo (HTTPS version) data:image/x-icon;base64,AAABAAIAEBAAAAEAIABoBAAAJgAAACAgAAABACAAqBAAAI4EAAAoAAAAEAAAACAAAAABACAAAAAAAAAEAAATCwAAEwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA11RgALs6oACbQ9wAj0v8AI9L/ACfQ9wAu0agANdUYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzzN4CNdL/oK/z//////////////////////+jsPv/BDXX/wAz0t4AAAAAAAAAAAAAAAAAAAAAAAAAAAAyzvNSduD//////8jK/v+P+Lf/IbQL/17RPP+J3Y//wOKX//////9YeuX/ADLO8wAAAAAAAAAAAAAAAAAw091piOX/8/X9/1Fx5P9xhu//WOWZ/0W9Lv9Lwjn/J8BB/xyDAP9bdfL/9fP//2mI5v8AMNPdAAAAAAc610YRQ9f//////0Zr4P8AGdD/sb32////////////wrv//wAh1/8MPab/ACPc/05r4///////EkPX/wc610YANtWkrr/y/6S48P8AJ9L/AB3R/+/w/v///////////3+D7f8AQeL/AYTw/wFr5/8AMNb/p7Tv/6698v8AM9WkADLW//////8yXt//AC3V/wAw1/////////////z///8A0P7/AKb1/wWI7P8AuPf/AJ3w/zZW3P//////ADHV/wAx2P//////AzrZ/wAu1/84ZOL////////////e////AND//wC1+f8Atff/AZbv/wY62f8ELNf//////wAw1/8AMtn//////wAw2f8ALNn/kKrz////+//cwbH////////////R////Rcb8/wDO/f8A/P//AHzo//////8AMNj/ADXa//////8vXuL/ACna/4yq9///79T/jUkg/9i+r///////r2Q0/7Cozv8BKdr/AirY/zdZ4P//////ADTa/wI72tOuv/T/prr0/wAl2v+JqPb//7yW/+bUxv/9+/n////u//W+n/+Op/L/ADPd/wAv2v+ru/T/r7/0/wI72tMLQd1DEEjg//////9Cbef/ADng///////////////////////R3///AC3g/wAy3v9SeOn//////xFI4P8LQd1DAAAAAAM64PNmiuz/9/j//2mN7f/m7P3///////////9Cb+n/ACXd/wAt3v9rju3//////2iL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/P8J0vz/ELDz/xt85v8mSdj/JknY/yZJ2P8lStowJUjXYCZJ2P8nSdhwJErZryZK2f8oSNcgJUnajyZK2f8mStn/JkrZ/yZK2f8mStn/iJPA////////////////////////////0ff+/xjV/P8J0vz/Drn1/xiO6/8Yjuv/GI7r/xCw8/8Lyvr/CdL8/xmF6P8mStn/JkrZ/yVJ2o8oSNcgJkrZ/yRK2a8jStrfI0rZ3wAAAAAlSdq/Jkra/yZK2v8mStr/Jkra/yZK2v+xtsf///////////////////////////8o2Pz/CdL8/wvK+v8mStr/Jkra/yZK2v8mStr/Jkra/yZK2v8iW97/Jkra/yZK2v8mStr/JUnavwAAAAAjStnfI0ra3yZK2v8lSdq/AAAAACZH2O8mStr/Jkra/yZK2v8mStr/L1HY/9HR0f///////////////////////////yjY/P8J0vz/CdL8/xCw9P8QsPT/ELD0/xSf7/8ddeX/Jkra/yZK2v8mStr/Jkra/yZK2v8mR9jvAAAAACVJ2r8mStr/Jkvb/yVJ2r8AAAAAJkvb/yZL2/8mS9v/Jkvb/yZL2/9KZtL/4+Pj////////////////////////////4Pn//0fd/f8J0vz/CdL8/wnS/P8J0vz/CdL8/wnS/P8Lyvr/Fpfu/yJc3/8mS9v/Jkvb/yZL2/8AAAAAJUnavyZL2/8mS9z/JUncvwAAAAAmS9z/Jkvc/yZL3P8mS9z/Jkvc/26AyP/x8fH//////////////////////////////////////9H3/v/C9P7/o+7+/2fa+/8Oufb/CdL8/wnS/P8J0vz/CdL8/xiP7P8mS9z/Jkvc/wAAAAAlSdy/Jkvc/yZM3P8lTNy/AAAAACZJ2e8mTNz/Jkzc/yZM3P8mTNz/iJTB////////////qnth/5VaOf/x6eX///////////////////////Hp5f/x6eX/ydL2/yZM3P8kVN7/G37o/xKo8v8QsfT/HXbm/yZM3P8mSdnvAAAAACVM3L8mTNz/I0vc3yZJ2u8AAAAAJUzevyZM3f8mTN3/Jkzd/yZM3f+fqc3///////////+VWjn/v5yI/+re1///////////////////////jk8s/7iRe//J0vb/Jkzd/yZM3f8mTN3/Jkzd/yZM3f8mTN3/Jkzd/yVM3r8AAAAAI0vc3yNL3N8kTd2vJk3d/yhQ3yAlTd2PJk3d/yZN3f8mTd3/Jk3d/6St0v////////////Hp5f/q3tf///////////////////////////+xhm7/49PK/6Cx8P8mTd3/Jk3d/yZN3f8mTd3/Jk3d/yZN3f8mTd3/JU3djyhQ3yAmTd3/JE3drydN33AmTd7/J03fcCVK3zAmTd7/Jk3e/yZN3v8mTd7/pK7S///////Sp5r/////////////////////////////////////////////////T27k/yZN3v8mTd7/Jk3e/yZN3v8mTd7/Jk3e/yZN3v8lSt8wJ03fcCZN3v8nTd9wKFDfICZO3/8mTt3PAAAAACVN3r8mTt//Jk7f/yZO3/+EltX//////+fRyv/SqaD/59LO///////////////////////at63/vIBy/7Glxf8mTt//Jk7f/yZO3/8mTt//Jk7f/yZO3/8mTt//JU3evwAAAAAmTt3PJk7f/yhQ3yAAAAAAJE/dryZO3/8oUN9AKFDfQCZO3/8mTt//Jk7f/zhb2v/o6/T/////////////////////////////////////////////////XHrn/yZO3/8mTt//Jk7f/yZO3/8mTt//Jk7f/yZO3/8oUN9AKFDfQCZO3/8kT92vAAAAAAAAAAAoUN9AJk7g/yZO4M8AAAAAJk/hnyZO4P8mTuD/Jk7g/05v5v/k6fv//////////////////////////////////////3eR7P8mTuD/Jk7g/yZO4P8mTuD/Jk7g/yZO4P8mTuD/Jk/hnwAAAAAmTuDPJk7g/yhQ30AAAAAAAAAAAAAAAAAjT+GfJU/h/yVO4Y8gUN8QIk7gzyVP4f8lT+H/SWnW/0lp1v+bq+H/8fHx/////////////////6Cy8v9OcOb/JU/h/yVP4f8lT+H/JU/h/yVP4f8lT+H/JU/h/yJO4M8gUN8QJU7hjyVP4f8jT+GfAAAAAAAAAAAAAAAAAAAAACBQ3xAlTOHvJU/h/yVQ4mAgUN8QIk7hzyVP4f+ktOv///////////////////////H0/f9phur/JU/h/yVP4f8lT+H/JU/h/yVP4f8lT+H/JU/h/yVP4f8iTuHPIFDfECVQ4mAlT+H/JUzh7yBQ3xAAAAAAAAAAAAAAAAAAAAAAAAAAACVQ3zAlUOLvJVDi/yVQ4mAgUN8QI1Din4mb2//J0/j/ydP4/6299P93ku3/M1vk/yVQ4v8lUOL/JVDi/yVQ4v8lUOL/JVDi/yVQ4v8lUOL/I1DinyBQ3xAlUOJgJVDi/yVQ4u8lUN8wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACVQ5DAlUOLvJVDi/yVQ4o8AAAAAJFDjQCVQ4r8lUOL/JVDi/yVQ4v8lUOL/JVDi/yVQ4v8lUOL/JVDi/yVQ4v8lUOL/JVDivyRQ40AAAAAAJVDijyVQ4v8lUOLvJVDkMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACVQ5DAjUeTfJVHj/yNR5N8kUONAAAAAACVQ5DAmUuOAJVHivyNR5N8lUeP/JVHj/yNR5N8lUeK/JlLjgCVQ5DAAAAAAJFDjQCNR5N8lUeP/I1Hk3yVQ5DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBQ3xAjUuSfJVHk/yVR5P8jUeTfJFLkcChQ5yAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoUOcgJFLkcCNR5N8lUeT/JVHk/yNS5J8gUN8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkUONAI1LknyVS5P8lUuT/JVLk/yVS5O8lUeS/JVHkvyVR5L8lUeS/JVLk7yVS5P8lUuT/JVLk/yRS468kUONAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIFDfECVS5GAjUuWfIlPlzyVS5f8lUuX/JVLl/yVS5f8iU+XPI1LlnyVS5GAgUN8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/AA///AAD//AAAP/ggBB/wgAEP4AAAB8AAAAPAAAADiAAAEYAAAAEQAAAIAAAAAAAAAAAgAAAEIAAABCAAAAQgAAAEIAAABCAAAAQAAAAAAAAAABAAAAiAAAABiAAAEcAAAAPAAAAD4AAAB/CAAQ/4IAQf/AfgP/8AAP//wAP/ @@ -276,9 +338,9 @@ diff -aur Pale-Moon/palemoon/locales/en-US/searchplugins/duckduckgo-palemoon.xml -diff -aur Pale-Moon/palemoon/locales/en-US/searchplugins/ekoru.xml Pale-Moon.new/palemoon/locales/en-US/searchplugins/ekoru.xml ---- Pale-Moon/palemoon/locales/en-US/searchplugins/ekoru.xml 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/locales/en-US/searchplugins/ekoru.xml 2020-08-25 10:35:21.254196398 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/en-US/searchplugins/ekoru.xml Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/searchplugins/ekoru.xml +--- Pale-Moon-28.14.1_Release/palemoon/locales/en-US/searchplugins/ekoru.xml 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/en-US/searchplugins/ekoru.xml 2020-10-01 17:14:16.199289163 -0400 @@ -5,6 +5,6 @@ UTF-8 Ekoru Search @@ -292,9 +354,9 @@ diff -aur Pale-Moon/palemoon/locales/en-US/searchplugins/ekoru.xml Pale-Moon.new Message: Fix the bookmarks I used newmoon itself to save a bookmark, and then export the bookmarks to an html file. Then I grabbed the relevant entries and placed them here. Also, I move the "Most Visited" link to bookmarks menu and not on the toolbar. -diff -aur Pale-Moon/palemoon/locales/generic/profile/bookmarks.html.in Pale-Moon.new/palemoon/locales/generic/profile/bookmarks.html.in ---- Pale-Moon/palemoon/locales/generic/profile/bookmarks.html.in 2020-08-23 07:27:49.208091003 -0400 -+++ Pale-Moon.new/palemoon/locales/generic/profile/bookmarks.html.in 2020-08-23 07:28:41.640742172 -0400 +diff -Naur Pale-Moon-28.14.1_Release/palemoon/locales/generic/profile/bookmarks.html.in Pale-Moon-28.14.1_Release.new/palemoon/locales/generic/profile/bookmarks.html.in +--- Pale-Moon-28.14.1_Release/palemoon/locales/generic/profile/bookmarks.html.in 2020-09-29 17:11:51.000000000 -0400 ++++ Pale-Moon-28.14.1_Release.new/palemoon/locales/generic/profile/bookmarks.html.in 2020-10-01 17:14:16.199289163 -0400 @@ -11,9 +11,6 @@

@bookmarks_toolbarfolder@

@bookmarks_toolbarfolder_description@ @@ -306,87 +368,3 @@ diff -aur Pale-Moon/palemoon/locales/generic/profile/bookmarks.html.in Pale-Moon +
ddg

-diff -aur Pale-Moon/palemoon/components/nsBrowserGlue.js Pale-Moon.new/palemoon/components/nsBrowserGlue.js ---- Pale-Moon/palemoon/components/nsBrowserGlue.js 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/components/nsBrowserGlue.js 2020-08-23 07:49:00.679875713 -0400 -@@ -1694,8 +1694,8 @@ - uri: NetUtil.newURI("place:sort=" + - Ci.nsINavHistoryQueryOptions.SORT_BY_VISITCOUNT_DESCENDING + - "&maxResults=" + MAX_RESULTS), -- parent: PlacesUtils.toolbarFolderId, -- position: toolbarIndex++, -+ parent: PlacesUtils.bookmarksMenuFolderId, -+ position: menuIndex++, - newInVersion: 1 - }, - RecentlyBookmarked: { -######################################### - -Message: hide some links to old site -diff -aur Pale-Moon/palemoon/branding/shared/locales/browserconfig.properties Pale-Moon.new/palemoon/branding/shared/locales/browserconfig.properties ---- Pale-Moon/palemoon/branding/shared/locales/browserconfig.properties 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/branding/shared/locales/browserconfig.properties 2020-08-23 16:19:42.056687930 -0400 -@@ -3,5 +3,5 @@ - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - - # Do NOT localize or otherwise change these values --browser.startup.homepage=http://start.palemoon.org/ --browser.startup.homepage_reset=http://start.palemoon.org/ -+browser.startup.homepage=https://start.duckduckgo.com/ -+browser.startup.homepage_reset=https://start.duckduckgo.com/ -diff -aur Pale-Moon/palemoon/branding/unofficial/pref/palemoon-branding.js Pale-Moon.new/palemoon/branding/unofficial/pref/palemoon-branding.js ---- Pale-Moon/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-08-23 16:19:14.816356073 -0400 -@@ -3,8 +3,8 @@ - #include ../../shared/pref/preferences.inc - #include ../../shared/pref/uaoverrides.inc - --pref("startup.homepage_override_url","http://www.palemoon.org/unofficial.shtml"); --pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml"); -+pref("startup.homepage_override_url",""); -+pref("app.releaseNotesURL", ""); - - // Updates disabled - pref("app.update.enabled", false); -diff -aur Pale-Moon/palemoon/branding/shared/pref/preferences.inc Pale-Moon.new/palemoon/branding/shared/pref/preferences.inc ---- Pale-Moon/palemoon/branding/shared/pref/preferences.inc 2020-07-30 06:09:43.000000000 -0400 -+++ Pale-Moon.new/palemoon/branding/shared/pref/preferences.inc 2020-08-23 22:40:26.943771880 -0400 -@@ -1,8 +1,8 @@ - // ===| General |============================================================== - --pref("startup.homepage_welcome_url","http://www.palemoon.org/firstrun.shtml"); -+pref("startup.homepage_welcome_url",""); - --pref("app.vendorURL", "http://www.palemoon.org/"); -+pref("app.vendorURL", ""); - - - // User Interface -@@ -24,7 +24,7 @@ - // ===| Add-ons Manager |====================================================== - - // Add-on window fixes --pref("extensions.getMoreThemesURL", "https://addons.palemoon.org/themes/"); -+pref("extensions.getMoreThemesURL", ""); - - pref("extensions.update.autoUpdateDefault", true); // Automatically update extensions by default - pref("extensions.getAddons.maxResults", 10); -@@ -64,12 +64,12 @@ - // ===| Sync |================================================================= - - // Pale Moon Sync server URLs --pref("services.sync.serverURL","https://pmsync.palemoon.org/sync/index.php/"); --pref("services.sync.jpake.serverURL","https://keyserver.palemoon.org/"); --pref("services.sync.termsURL", "http://www.palemoon.org/sync/terms.shtml"); --pref("services.sync.privacyURL", "http://www.palemoon.org/sync/privacy.shtml"); --pref("services.sync.statusURL", "https://pmsync.palemoon.org/status/"); --pref("services.sync.syncKeyHelpURL", "http://www.palemoon.org/sync/help/recoverykey.shtml"); -+pref("services.sync.serverURL","https://localhost:9999/sync/index.php/"); -+pref("services.sync.jpake.serverURL","https://localhost:9999/"); -+pref("services.sync.termsURL", "http://localhost:9999/sync/terms.shtml"); -+pref("services.sync.privacyURL", "http://localhost:9999/sync/privacy.shtml"); -+pref("services.sync.statusURL", "https://localhost:9999/status/"); -+pref("services.sync.syncKeyHelpURL", "http://localhost:9999/sync/help/recoverykey.shtml"); - - pref("services.sync.APILevel", 1); // FSyncMS doesn't support 'info/configuration' requests - -- cgit From 9d8d50d9ec5685d98b171dfea38b7882d95167dd Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 1 Oct 2020 22:29:24 -0400 Subject: use updated name for desktop file upstream changed the unofficial branded desktop filename to browser.desktop for lame reasons. --- newmoon/debian/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newmoon/debian/install b/newmoon/debian/install index d5498db..d7f5c08 100644 --- a/newmoon/debian/install +++ b/newmoon/debian/install @@ -1,2 +1,2 @@ -palemoon/branding/unofficial/newmoon.desktop usr/share/applications +palemoon/branding/unofficial/browser.desktop usr/share/applications debian/bgstack15-newmoon-prefs.js /usr/lib/newmoon/browser/defaults/preferences/ -- cgit From 29bf0c10e8f5dd600b4516f18bad188bde18bbb2 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 3 Oct 2020 13:19:05 -0400 Subject: bump pm and nm to 28.14.2 rc1 --- newmoon/debian/changelog | 4 ++++ newmoon/debian/newmoon+devuan.dsc | 4 ++-- palemoon/debian/changelog | 39 +++++++++++++++++++++++++++++++++++++ palemoon/debian/palemoon+devuan.dsc | 3 +-- palemoon/palemoon.spec | 9 ++++++--- 5 files changed, 52 insertions(+), 7 deletions(-) diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index cf9d6f5..e01d162 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,7 @@ +newmoon (28.14.2-1+devuan) obs; urgency=low + + * Update version + newmoon (28.12.0-2+devuan) obs; urgency=low * Forked from palemoon. This is an experimental release diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index 0075a2a..f382e80 100644 --- a/newmoon/debian/newmoon+devuan.dsc +++ b/newmoon/debian/newmoon+devuan.dsc @@ -2,10 +2,10 @@ Format: 3.0 (quilt) Source: newmoon Binary: newmoon Architecture: any -Version: 28.12.0-2+devuan +Version: 28.14.2-1+devuan Maintainer: B Stack Homepage: http://www.palemoon.org/ -Standards-Version: 3.9.6 +Standards-Version: 4.1.4 Build-Depends: debhelper (>= 12), autoconf2.13, libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), libgtk-3-dev, libssl-dev, libx11-xcb-dev, libxt-dev, mesa-common-dev, pkg-config, python2 (>= 2.7.18-2~) | python (>= 2.7), unzip, yasm (>= 1.1), zip, libffi-dev, libpixman-1-dev | libpixman-dev, libbz2-dev, zlib1g-dev, libjpeg-dev, libnspr-dev | libnspr4-dev, libicu-dev, libhunspell-dev, libsqlite3-dev Package-List: newmoon deb web optional arch=any diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index a79d50c..925924e 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,42 @@ +palemoon (28.14.2-1+devuan) obs; urgency=low + + * Fixed some additional crashes caused by the ResizeObserver API. This should take care of all crashes that have been attributed to this new code. + * Fixed erroneous parsing of CSS percentages as number values. + + -- Ben Stack Sat, 03 Oct 2020 13:18:40 -0400 + +palemoon (28.14.1-1+devuan) UNRELEASED; urgency=low + + * This update addresses an intermittent crash in the newly-implemented ResizeObserver API (introduced in 28.14.0) occurring on a number of high-profile and often-used websites. + + -- Ben Stack Sat, 03 Oct 2020 13:18:30 -0400 + +palemoon (28.14.0-1+devuan) UNRELEASED; urgency=low + + * Updated the browser identity code for website security to more clearly indicate website status. + * A detailed explanation is available on the forum and beyond the scope of these release notes. + * Updated unofficial branding to be more generic and more clearly separate unofficial builds from Pale Moon as a product. + * Please note that this goes hand in hand with an update of our redistribution license, and from this point forward any "New Moon" products are to be considered separate, and not unofficial Pale Moon builds or in any way related to or affiliated with Pale Moon, despite the similarity in name. + * Added a preference (signon.startup.prompt) to give users the option to ask for the Master Password the moment the application starts (before the main window opens). This allows a workaround for getting multiple Master Password prompts if individual components need access to the password store at the same time. + * Changed the way download sources are displayed to always use the actual domain downloads are from. In some situations the browser would previously display the domain of the referring page in an inconsistent fashion. + * Implemented the ES2019 Object.fromEntries() utility function. + * Implemented the CSS flow-root keyword. + * (Re-)implemented percentage-based CSS opacity values according to the updated spec. + * Implemented the last few missing bits for a standards-compliant implementation of JavaScript modules.(preloading, resource: scheme, etc.) + * Implemented the ResizeObserver DOM API. + * Fixed a null crash on some websites using CSS clip paths. + * Updated script handling inside SVGs to only run scripts if they are enabled and permitted, avoiding a potential XSS pitfall. + * Fixed several memory safety hazards and crashes. + * Updated the MediaQueryList interface to the updated spec. It now inherits from EventTarget and implements AddEventListener/RemoveEventListener in addition to AddListener/RemoveListener and should improve web compatibility for some sites. + * Removed support for the archaic and non-standard element. + * Removed some leftovers from the discontinued plugin update checker service. + * Removed some internal HPKP implementation leftovers. + * Cleaned up the Windows widget code to reduce potentially vulnerable direct-dll loads. + * Security issues fixed: CVE-2020-15676 and CVE-2020-15677 + * Unified XUL Platform Mozilla Security Patch Summary: 2 fixed, 1 defense-in-depth, 7 not applicable. + + -- Ben Stack Sat, 03 Oct 2020 13:18:20 -0400 + palemoon (28.13.0-4+devuan) obs; urgency=low * Import xfce-helper/palemoon.desktop from stevep@mxlinux.org release diff --git a/palemoon/debian/palemoon+devuan.dsc b/palemoon/debian/palemoon+devuan.dsc index 1897122..9324f3e 100644 --- a/palemoon/debian/palemoon+devuan.dsc +++ b/palemoon/debian/palemoon+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: palemoon Binary: palemoon Architecture: any -Version: 28.13.0-4+devuan +Version: 28.14.2-1+devuan Maintainer: B Stack Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 @@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 12), autoconf2.13, libasound2-dev, libdbus-glib-1-d Package-List: palemoon deb web optional arch=any Files: - 00000000000000000000000000000000 1 palemoon.orig-platform.tar.gz 00000000000000000000000000000000 1 palemoon.orig.tar.gz 00000000000000000000000000000000 1 palemoon+devuan.debian.tar.xz Original-Maintainer: Steven Pusser diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index 3ca9b8d..9ff45fb 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -5,7 +5,7 @@ %global stackrpms_custom 1 # derive from inside the full source tree or from notes at https://github.com/MoonchildProductions/Pale-Moon/releases # git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}' -%global submodule_platform_tag RELBASE_20200901 +%global submodule_platform_tag RELBASE_20200929 # additional repos to get python27 and devtoolset-7 # for el6 and el7: Software Collection;, for x86_64 only @@ -42,8 +42,8 @@ Name: palemoon-stackrpms Name: palemoon %endif Summary: Pale Moon web browser -Version: 28.13.0 -Release: 2 +Version: 28.14.2 +Release: 1 Group: Networking/Web License: MPLv2.0 @@ -285,6 +285,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Sat Oct 03 2020 B Stack - 28.14.2-1 +- update version + * Fri Sep 25 2020 B Stack - 28.13.0-2 - use valid RELBASE. Upstream probably unpublished RELBASE_20200831 -- cgit