mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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
This commit is contained in:
parent
224876864e
commit
bba9bc0881
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501856
@ -236,7 +236,8 @@ MOZ_OPTIONS+= --with-system-zlib \
|
|||||||
# http://www.chromium.org/developers/how-tos/api-keys
|
# http://www.chromium.org/developers/how-tos/api-keys
|
||||||
# Note: these are for FreeBSD use ONLY. For your own distribution,
|
# Note: these are for FreeBSD use ONLY. For your own distribution,
|
||||||
# please get your own set of keys.
|
# please get your own set of keys.
|
||||||
MOZ_EXPORT+= MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8
|
MOZ_EXPORT+= MOZ_GOOGLE_LOCATION_SERVICE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8
|
||||||
|
MOZ_EXPORT+= MOZ_GOOGLE_SAFEBROWSING_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGTK2}
|
.if ${PORT_OPTIONS:MGTK2}
|
||||||
MOZ_TOOLKIT= cairo-gtk2
|
MOZ_TOOLKIT= cairo-gtk2
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= thunderbird
|
PORTNAME= thunderbird
|
||||||
DISTVERSION= 60.6.1
|
DISTVERSION= 60.6.1
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= mail news net-im ipv6
|
CATEGORIES= mail news net-im ipv6
|
||||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||||
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source
|
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= firefox
|
PORTNAME= firefox
|
||||||
DISTVERSION= 60.7.0
|
DISTVERSION= 60.7.0
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
|
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= firefox
|
PORTNAME= firefox
|
||||||
DISTVERSION= 67.0
|
DISTVERSION= 67.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||||
|
Loading…
Reference in New Issue
Block a user