diff options
author | B Stack <bgstack15@gmail.com> | 2020-01-29 12:45:22 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-01-29 12:45:22 -0500 |
commit | ce6fab56884734a313231fd4cbba1fb5b75ee219 (patch) | |
tree | a677b8f6b80c51d31ed6d505e5766c6f6d7a1663 /palemoon | |
parent | Merge branch 'fix-copr' into 'updates' (diff) | |
download | stackrpms-ce6fab56884734a313231fd4cbba1fb5b75ee219.tar.gz stackrpms-ce6fab56884734a313231fd4cbba1fb5b75ee219.tar.bz2 stackrpms-ce6fab56884734a313231fd4cbba1fb5b75ee219.zip |
palemoon bump, waterfox bumped but not working
Diffstat (limited to 'palemoon')
-rw-r--r-- | palemoon/debian/changelog | 9 | ||||
-rw-r--r-- | palemoon/debian/watch | 2 | ||||
-rw-r--r-- | palemoon/palemoon-stackrpms.spec | 5 | ||||
-rw-r--r-- | palemoon/palemoon.spec | 5 |
4 files changed, 18 insertions, 3 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index 67fa7cf..3f06ab1 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,12 @@ +palemoon (28.8.2-1+devuan) obs; urgency=medium + + * From releasenotes.shtml: This is a small bugfix and compatibility update. + - Reverted the addition of JavaScript regular expression lookarounds since the implementation caused crashes. We'll have to revisit this later. + - Fixed an issue where FTP servers would hang the browser if they were not sending answers according to the protocol specification. + - Added a workaround for GitHub trying to enforce more Google-isms (which we don't support at this time) to browsers that identify as "Firefox-alike". + + -- Ben Stack <bgstack15@gmail.com> Tue, 28 Jan 2020 16:50:56 -0500 + palemoon (28.8.1-1+devuan) obs; urgency=medium * From releasenotes.shtml: This is an important security and stability release. diff --git a/palemoon/debian/watch b/palemoon/debian/watch index 1ad4d44..3f2290d 100644 --- a/palemoon/debian/watch +++ b/palemoon/debian/watch @@ -1,5 +1,5 @@ # Reference: # https://wiki.debian.org/debian/watch version=4 -opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/UXP-$1\.tar\.gz/ \ +#opts=filenamemangle=s/.+\/PMv?(\d\S+)_Release\.tar\.gz/palemoon_$1.orig\.tar\.gz/ \ https://github.com/MoonchildProductions/UXP/tags .*/PMv?(\d\S+)_Release\.tar\.gz diff --git a/palemoon/palemoon-stackrpms.spec b/palemoon/palemoon-stackrpms.spec index 5ab1a42..b2bee6e 100644 --- a/palemoon/palemoon-stackrpms.spec +++ b/palemoon/palemoon-stackrpms.spec @@ -40,7 +40,7 @@ Summary: Pale Moon web browser with stackrpms prefs Name: palemoon Summary: Pale Moon web browser %endif -Version: 28.8.1 +Version: 28.8.2 Release: 1 Group: Networking/Web @@ -279,6 +279,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Tue Jan 28 2020 B Stack <bgstack15@gmail.com> - 28.8.2-1 +- update version + * Mon Jan 13 2020 B Stack <bgstack15@gmail.com> - 28.8.1-1 - update version - place binary in /usr/bin instead of /usr/local/bin diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index 4f7f58b..aa0d06d 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -40,7 +40,7 @@ Summary: Pale Moon web browser with stackrpms prefs Name: palemoon Summary: Pale Moon web browser %endif -Version: 28.8.1 +Version: 28.8.2 Release: 1 Group: Networking/Web @@ -279,6 +279,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Tue Jan 28 2020 B Stack <bgstack15@gmail.com> - 28.8.2-1 +- update version + * Mon Jan 13 2020 B Stack <bgstack15@gmail.com> - 28.8.1-1 - update version - place binary in /usr/bin instead of /usr/local/bin |