mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Tor Browser: update to 13.0.16
This commit is contained in:
@@ -2,10 +2,10 @@ COMMENT= Tor Browser meta package
|
||||
|
||||
MAINTAINER= Caspar Schutijser <caspar@schutijser.com>
|
||||
|
||||
PKGNAME= tor-browser-13.0.15
|
||||
PKGNAME= tor-browser-13.0.16
|
||||
ONLY_FOR_ARCHS = aarch64 amd64
|
||||
|
||||
RUN_DEPENDS= www/tor-browser/browser>=13.0.15 \
|
||||
RUN_DEPENDS= www/tor-browser/browser>=13.0.16 \
|
||||
www/tor-browser/noscript>=11.4.29 \
|
||||
net/tor>=0.4.8.7
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE ?= https://www.torproject.org
|
||||
PERMIT_PACKAGE ?= Yes
|
||||
CATEGORIES = www
|
||||
BROWSER_NAME = tor-browser
|
||||
TB_VERSION = 13.0.15
|
||||
TB_VERSION = 13.0.16
|
||||
TB_PREFIX = tb
|
||||
|
||||
# keep meta/tor-browser in sync
|
||||
|
||||
@@ -11,7 +11,7 @@ MOZILLA_CODENAME = browser
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
|
||||
PKGNAME = ${TB_PREFIX}-browser-${TB_VERSION:S/a/alpha/}
|
||||
DISTNAME = src-firefox-tor-browser-115.11.0esr-13.0-1-build2
|
||||
DISTNAME = src-firefox-tor-browser-115.12.0esr-13.0-1-build1
|
||||
|
||||
FIX_EXTRACT_PERMISSIONS = Yes
|
||||
DISTFILES += ${DISTNAME}.tar.xz \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SHA256 (mozilla/src-firefox-tor-browser-115.11.0esr-13.0-1-build2.tar.xz) = Tb5faNxs6gXnzqOo9TxjNs0/wEx/a19/So05KQX5Wnw=
|
||||
SHA256 (mozilla/tor-browser-linux-x86_64-13.0.15.tar.xz) = e2YFrPzle9s/j3+uxFjoK538pLV1u1a4kD6V8RaqpOU=
|
||||
SHA256 (mozilla/tor-expert-bundle-linux-x86_64-13.0.15.tar.gz) = CMryrKgyIS3q6comvY5nvhGpO0dr+XyFkahqTRpzqDA=
|
||||
SIZE (mozilla/src-firefox-tor-browser-115.11.0esr-13.0-1-build2.tar.xz) = 551376288
|
||||
SIZE (mozilla/tor-browser-linux-x86_64-13.0.15.tar.xz) = 115966676
|
||||
SIZE (mozilla/tor-expert-bundle-linux-x86_64-13.0.15.tar.gz) = 32987963
|
||||
SHA256 (mozilla/src-firefox-tor-browser-115.12.0esr-13.0-1-build1.tar.xz) = Pb9wLOEStdvqMk3NGcY/75mi85aIzhk8mdNE5aX/4Kw=
|
||||
SHA256 (mozilla/tor-browser-linux-x86_64-13.0.16.tar.xz) = gSV2G9U0fh+PAe/vCInIjssBFk0ciiD6h0rpZUxVzs0=
|
||||
SHA256 (mozilla/tor-expert-bundle-linux-x86_64-13.0.16.tar.gz) = P0KTxNCWzPFuIMaTNWPvuFGTBcz8eDg/tTAx0oCnCjY=
|
||||
SIZE (mozilla/src-firefox-tor-browser-115.12.0esr-13.0-1-build1.tar.xz) = 551350140
|
||||
SIZE (mozilla/tor-browser-linux-x86_64-13.0.16.tar.xz) = 116151440
|
||||
SIZE (mozilla/tor-expert-bundle-linux-x86_64-13.0.16.tar.gz) = 32988639
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
unbreak build with lang/rust 1.78.0
|
||||
|
||||
Index: gfx/qcms/src/lib.rs
|
||||
--- gfx/qcms/src/lib.rs.orig
|
||||
+++ gfx/qcms/src/lib.rs
|
||||
@@ -7,7 +7,6 @@
|
||||
#![allow(non_upper_case_globals)]
|
||||
// These are needed for the neon SIMD code and can be removed once the MSRV supports the
|
||||
// instrinsics we use
|
||||
-#![cfg_attr(feature = "neon", feature(stdsimd))]
|
||||
#![cfg_attr(
|
||||
feature = "neon",
|
||||
feature(arm_target_feature, raw_ref_op)
|
||||
Reference in New Issue
Block a user