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/debian | |
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/debian')
-rw-r--r-- | palemoon/debian/changelog | 9 | ||||
-rw-r--r-- | palemoon/debian/watch | 2 |
2 files changed, 10 insertions, 1 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 |