update to tor-browser-10.0.4, from maintainer Caspar Schutijser

https-everywhere merges into the main package
This commit is contained in:
sthen 2020-11-14 11:53:28 +00:00
parent 0f189fa618
commit ce546634ba
11 changed files with 18 additions and 42 deletions

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.30 2020/10/23 07:04:09 landry Exp $
# $OpenBSD: Makefile,v 1.31 2020/11/14 11:53:28 sthen Exp $
COMMENT= Tor Browser meta package
MAINTAINER= Caspar Schutijser <caspar@schutijser.com>
PKGNAME= tor-browser-10.0.2
PKGNAME= tor-browser-10.0.4
ONLY_FOR_ARCHS = amd64 i386
RUN_DEPENDS= www/tor-browser/browser>=10.0.2 \
www/tor-browser/noscript>=11.1.3 \
RUN_DEPENDS= www/tor-browser/browser>=10.0.4 \
www/tor-browser/noscript>=11.1.5 \
net/tor>=0.4.3.6
.include <bsd.port.mk>

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile.inc,v 1.30 2020/10/23 07:04:09 landry Exp $
# $OpenBSD: Makefile.inc,v 1.31 2020/11/14 11:53:28 sthen Exp $
MAINTAINER ?= Caspar Schutijser <caspar@schutijser.com>
HOMEPAGE ?= https://www.torproject.org
PERMIT_PACKAGE ?= Yes
CATEGORIES = www
BROWSER_NAME = tor-browser
TB_VERSION = 10.0.2
TB_VERSION = 10.0.4
TB_PREFIX = tb
SUBST_VARS += BROWSER_NAME TB_VERSION

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2020/10/23 07:04:09 landry Exp $
# $OpenBSD: Makefile,v 1.51 2020/11/14 11:53:28 sthen Exp $
# Some of this comes from www/firefox-esr as apropos, since Tor
# browser is a fork of ESR. It is a good idea to look at that
# Makefile when editing this one (ESR versions not always the same).
@ -16,7 +16,7 @@ EXTRACT_SUFX = .tar.xz
PATCHORIG = .pat.orig
PKGNAME = ${TB_PREFIX}-browser-${TB_VERSION}
DISTNAME = src-firefox-tor-browser-78.4.0esr-10.0-2-build2
DISTNAME = src-firefox-tor-browser-78.4.0esr-10.0-2-build3
FIX_EXTRACT_PERMISSIONS = Yes
EXTRACT_ONLY += ${DISTNAME}.tar.xz \

View File

@ -1,8 +1,8 @@
SHA256 (mozilla/https-everywhere-2020.8.13-eff.xpi) = e1XWrqP5HNCK5Hp5VDDX2SXwHiNsgfsLNyqxu1NrTeU=
SHA256 (mozilla/src-firefox-tor-browser-78.4.0esr-10.0-2-build2.tar.xz) = sVMENAJKRprtDeWWQMb6ljdxGmI3PXBq92DIgmBigoo=
SHA256 (mozilla/src-firefox-tor-browser-78.4.0esr-10.0-2-build3.tar.xz) = jipis6L07HhZQwRqpNO7TNU2uABAc3/9e8vR/mz5UXE=
SHA256 (mozilla/src-tor-launcher-0.2.26.tar.xz) = JNovULiGxs68qC1A5c4zKaZHGGGlpj9ohKT8nQFKmNU=
SHA256 (mozilla/tor-browser-linux64-10.0.2_en-US.tar.xz) = JBJDMC44VSh1ekXPxsVvFk5nOB8Ro4UGtD32pG1weP8=
SHA256 (mozilla/tor-browser-linux64-10.0.4_en-US.tar.xz) = 2Ye1+mhFnkZnAYQXgKZ5YIOiIVaiunTCyCOM+ZExw2I=
SIZE (mozilla/https-everywhere-2020.8.13-eff.xpi) = 1766618
SIZE (mozilla/src-firefox-tor-browser-78.4.0esr-10.0-2-build2.tar.xz) = 364731008
SIZE (mozilla/src-firefox-tor-browser-78.4.0esr-10.0-2-build3.tar.xz) = 364750652
SIZE (mozilla/src-tor-launcher-0.2.26.tar.xz) = 217792
SIZE (mozilla/tor-browser-linux64-10.0.2_en-US.tar.xz) = 85903736
SIZE (mozilla/tor-browser-linux64-10.0.4_en-US.tar.xz) = 85915308

View File

@ -1,6 +1,7 @@
@comment $OpenBSD: PLIST,v 1.9 2020/10/23 07:04:09 landry Exp $
@comment $OpenBSD: PLIST,v 1.10 2020/11/14 11:53:28 sthen Exp $
@conflict tor-launcher-*
@conflict torbutton-*
@pkgpath www/tor-browser/https-everywhere
@pkgpath www/tor-browser/tor-launcher
@pkgpath www/tor-browser/torbutton
bin/${BROWSER_NAME}

View File

@ -1,13 +0,0 @@
# $OpenBSD: Makefile,v 1.20 2020/08/26 07:37:39 landry Exp $
ADDON_NAME = https-everywhere
V = 2020.8.13
COMMENT = Tor Browser add-on: force https where possible
HOMEPAGE = https://www.eff.org/https-everywhere
MASTER_SITES = https://www.eff.org/files/
GUID = https-everywhere-eff@eff.org
ADDON_XPI_FILE = ${ADDON_NAME}-${V}-eff.xpi
DISTFILES = ${ADDON_XPI_FILE}
DISTFILE_IS_XPI = Yes
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (https-everywhere-2020.8.13-eff.xpi) = e1XWrqP5HNCK5Hp5VDDX2SXwHiNsgfsLNyqxu1NrTeU=
SIZE (https-everywhere-2020.8.13-eff.xpi) = 1766618

View File

@ -1,7 +0,0 @@
HTTPS Everywhere is a Firefox extension from the EFF that forces HTTPS
use wherever possible when browsing. It does this by means of an
extensive set of rules maintained and updated by the EFF.
This package provides the HTTPS Everywhere add-on for use with Tor
Browser. It will not work with any other Mozilla-based browser
package.

View File

@ -1,3 +0,0 @@
@comment $OpenBSD: PLIST,v 1.4 2020/04/05 16:58:27 landry Exp $
${EXTDIR_ROOT}/browser/extensions/
${EXTDIR_ROOT}/browser/extensions/${GUID}.xpi

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.27 2020/10/23 07:04:09 landry Exp $
# $OpenBSD: Makefile,v 1.28 2020/11/14 11:53:28 sthen Exp $
ADDON_NAME = noscript
V = 11.1.3
V = 11.1.5
COMMENT = Tor Browser add-on: flexible JS blocker
HOMEPAGE = https://noscript.net
MASTER_SITES = https://secure.informaction.com/download/releases/

View File

@ -1,2 +1,2 @@
SHA256 (noscript-11.1.3.xpi) = CFQ+SgPgvsrNEMPNv16qsf81oWSLq+bxUirjNeId59Q=
SIZE (noscript-11.1.3.xpi) = 601205
SHA256 (noscript-11.1.5.xpi) = BMppyQUC87Zs0YpPgyy5FbeJsUf/2Ua0jx37EhXrU5g=
SIZE (noscript-11.1.5.xpi) = 601882