drop rcs ids

This commit is contained in:
sthen 2022-03-09 20:48:32 +00:00
parent 8023580417
commit abceccfd96
33 changed files with 0 additions and 54 deletions

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.51 2022/03/09 20:46:02 sthen Exp $
COMMENT= Tor Browser meta package
MAINTAINER= Caspar Schutijser <caspar@schutijser.com>

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.2 2018/09/04 12:46:16 espie Exp $
share/doc/pkg-readmes/${PKGSTEM}

View File

@ -1,5 +1,3 @@
$OpenBSD: README,v 1.8 2022/01/13 21:06:25 sdk Exp $
+-----------------------------------------------------------------------
| ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.3 2020/10/23 15:50:23 landry Exp $
SUBDIR =
SUBDIR += browser
SUBDIR += noscript

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile.inc,v 1.49 2022/03/09 20:46:02 sthen Exp $
MAINTAINER ?= Caspar Schutijser <caspar@schutijser.com>
HOMEPAGE ?= https://www.torproject.org
PERMIT_PACKAGE ?= Yes

View File

@ -1,4 +1,3 @@
# $OpenBSD: Makefile,v 1.76 2022/03/09 20:46:02 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).

View File

@ -1,4 +1,3 @@
# $OpenBSD: pledge.content,v 1.1 2020/10/23 07:04:09 landry Exp $
stdio
rpath
wpath

View File

@ -1,4 +1,3 @@
# $OpenBSD: pledge.gpu,v 1.1 2020/10/23 07:04:09 landry Exp $
stdio
rpath
wpath

View File

@ -1,4 +1,3 @@
# $OpenBSD: pledge.main,v 1.3 2021/11/17 22:13:27 sdk Exp $
stdio
rpath
wpath

View File

@ -1,4 +1,3 @@
# $OpenBSD: pledge.rdd,v 1.1 2021/11/17 22:13:27 sdk Exp $
stdio
rpath # gtk tries to access /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
tmppath

View File

@ -1,4 +1,3 @@
# $OpenBSD: pledge.socket,v 1.1 2021/11/17 22:13:27 sdk Exp $
# wait until network.process.enabled and network.http.network_access_on_socket_process.enabled
stdio
rpath # at least for /etc/resolv.conf & /etc/localtime

View File

@ -1,4 +1,3 @@
# $OpenBSD: unveil.content,v 1.4 2021/11/17 22:13:27 sdk Exp $
/dev/dri/card0 rw
/etc/fonts r

View File

@ -1,4 +1,3 @@
# $OpenBSD: unveil.gpu,v 1.5 2021/11/17 22:13:27 sdk Exp $
/dev/dri/card0 rw
/usr/local/lib/tor-browser r

View File

@ -1,4 +1,3 @@
# $OpenBSD: unveil.main,v 1.4 2021/11/17 22:13:27 sdk Exp $
# for uuid generation?
/dev/urandom r
/dev/video rw

View File

@ -1,3 +1,2 @@
# $OpenBSD: unveil.rdd,v 1.1 2021/11/17 22:13:27 sdk Exp $
# shm files
/tmp rwc

View File

@ -1,2 +1 @@
# disable
# $OpenBSD: unveil.socket,v 1.1 2021/11/17 22:13:27 sdk Exp $

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-_mozconfig,v 1.8 2021/07/14 19:27:15 sthen Exp $
Disable the updater and related stuff. Does nothing under OpenBSD
Encrypted Media Extensions is not supported on OpenBSD. Apparently this also

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-browser_extensions_tor-launcher_src_components_tl-process_js,v 1.6 2022/02/10 21:17:03 sdk Exp $
Let geoip/geoip6 file paths be set by prefs like everything else and let
the new getTorFile() deal with it.

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-browser_extensions_tor-launcher_src_defaults_preferences_torlauncher-prefs_js,v 1.5 2021/07/14 19:27:15 sthen Exp $
Set all path-related prefs to minimize patching of tl-util.jsm/tl-process.js
Index: browser/extensions/tor-launcher/src/defaults/preferences/torlauncher-prefs.js

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-browser_extensions_tor-launcher_src_modules_tl-util_jsm,v 1.3 2021/07/14 19:27:15 sthen Exp $
Force DataOutsideOfAppDir on OpenBSD since it will always be true
(turned on in ../browser/patches/patch-patch-xpcom_io_TorFileUtils_cpp)

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-config_makefiles_rust_mk,v 1.5 2021/11/17 21:29:31 sdk Exp $
use lto=thin to reduce memory pressure when building gkrust
https://bugzilla.mozilla.org/show_bug.cgi?id=1644409

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-js_src_jit_ProcessExecutableMemory_h,v 1.4 2021/11/17 21:29:31 sdk Exp $
Index: js/src/jit/ProcessExecutableMemory.h
--- js/src/jit/ProcessExecutableMemory.h.orig
+++ js/src/jit/ProcessExecutableMemory.h

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-security_nss_Makefile,v 1.5 2020/10/23 07:04:09 landry Exp $
Taken from security/nss
Index: security/nss/Makefile

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-security_nss_coreconf_OpenBSD_mk,v 1.4 2020/10/23 07:04:09 landry Exp $
Taken from security/nss
Index: security/nss/coreconf/OpenBSD.mk

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-security_nss_coreconf_UNIX_mk,v 1.2 2020/02/13 07:41:53 landry Exp $
Taken from security/nss
--- security/nss/coreconf/UNIX.mk.orig Fri Sep 11 16:40:39 2015

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-security_nss_lib_freebl_blapi_h,v 1.7 2021/11/17 21:29:31 sdk Exp $
Taken from security/nss
Index: security/nss/lib/freebl/blapi.h

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-toolkit_components_downloads_DownloadIntegration_jsm,v 1.1 2021/11/17 21:29:31 sdk Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=1696958
revert parts of https://hg.mozilla.org/mozilla-central/rev/aadba76932ea

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-toolkit_components_downloads_DownloadUIHelper_jsm,v 1.1 2021/11/17 21:29:31 sdk Exp $
Make sure DownloadUIHelper.strings.downloadsFolder isnt translated
Index: toolkit/components/downloads/DownloadUIHelper.jsm

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-toolkit_moz_configure,v 1.4 2021/11/17 21:29:31 sdk Exp $
Required to make font fingerprinting defenses work.
Index: toolkit/moz.configure

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-toolkit_system_gnome_nsGIOService_cpp,v 1.3 2021/11/17 21:29:31 sdk Exp $
Try to fix opening downloaded files with registered external mimetype handlers
after gio-launch-desktop removal in glib 2.64.

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-tor-browser_en-US_Browser_TorBrowser_Data_fontconfig_fonts_conf,v 1.1 2020/04/13 16:25:42 sthen Exp $
Set path to bundled fonts.
Index: tor-browser_en-US/Browser/TorBrowser/Data/fontconfig/fonts.conf

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-xpcom_io_TorFileUtils_cpp,v 1.6 2021/11/17 21:29:31 sdk Exp $
Autoconf is gone now so the old configure patch to add
--enable-tor-browser-data-in-home-dir will never fly. Hard-code it on
for now on OpenBSD and try to get something similar done under the new

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.40 2022/03/09 20:46:02 sthen Exp $
ADDON_NAME = noscript
V = 11.3.7
COMMENT = Tor Browser add-on: flexible JS blocker