diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-05-17 20:02:08 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-05-17 20:02:08 +0800 |
commit | 1e6b69a52b7a4d02a03ebb26bbd68e0f74f15002 (patch) | |
tree | 32858d2e033aecb47792b03dade9d0272425bb10 /mail | |
parent | bbb3de38bc34a870e447b31acc64484d74c227f8 (diff) | |
download | freebsd-ports-gnome-1e6b69a52b7a4d02a03ebb26bbd68e0f74f15002.tar.gz freebsd-ports-gnome-1e6b69a52b7a4d02a03ebb26bbd68e0f74f15002.tar.zst freebsd-ports-gnome-1e6b69a52b7a4d02a03ebb26bbd68e0f74f15002.zip |
www/firefox: restore SafeBrowsing v4 after r495403
Required for phishing protection. Not covered by uBlock Origin lists.
Looks like #Mozilla didn't announce the POLA-violating change anywhere
public despite backporting to ESR60.
https://bugzilla.mozilla.org/show_bug.cgi?id=1531176
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 617513d52244..712f5379b82c 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source |