Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (bfff8d1f4033a0a092e53dcf8ba05f2dfb244bfa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (bfff8d1f4033a0a092e53dcf8ba05f2dfb244bfa)
  • Date: Tue, 20 Sep 2022 00:25:54 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/DEPENDS
| 2
http/firefox/DETAILS
| 4
http/firefox/HISTORY
| 6 +

http/firefox/patches/0032-bmo-1773336-disable_audio_thread_priority_default_features.patch
| 45 ----------
4 files changed, 9 insertions(+), 48 deletions(-)

New commits:
commit bfff8d1f4033a0a092e53dcf8ba05f2dfb244bfa
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: version 105.0, SECURITY_PATCH++

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index caf134a..a8d8d31 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -40,7 +40,7 @@ depends libwebp "--with-system-webp"
&&

depends nspr "--with-system-nspr" &&

-local NSS_BRANCH="3.81" &&
+local NSS_BRANCH="3.82" &&
if spell_ok nss &&
is_version_less "$(installed_version nss)" "${NSS_BRANCH}"; then
depends -sub "${NSS_BRANCH}" nss "--with-system-nss"
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index a594523..a0e9d1c 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
- VERSION=104.0.2
- SECURITY_PATCH=167
+ VERSION=105.0
+ SECURITY_PATCH=168
SOURCE="${SPELL}-${VERSION}.source.tar.xz"

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}";
SOURCE2="${SOURCE}.asc"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 09b4dda..11ba326 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,9 @@
+2022-09-19 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 105.0, SECURITY_PATCH++
+ * DEPENDS: nss >= 3.82
+ *
patches/0032-bmo-1773336-disable_audio_thread_priority_default_features.patch:
+ removed
+
2022-09-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 104.0.2

diff --git
a/http/firefox/patches/0032-bmo-1773336-disable_audio_thread_priority_default_features.patch

b/http/firefox/patches/0032-bmo-1773336-disable_audio_thread_priority_default_features.patch
deleted file mode 100644
index 4f96eae..0000000
---
a/http/firefox/patches/0032-bmo-1773336-disable_audio_thread_priority_default_features.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 64d822a598f46f9d08a41eab6a7d416a6c54927b Mon Sep 17 00:00:00 2001
-From: Mike Hommey <mh AT glandium.org>
-Date: Wed, 8 Jun 2022 16:03:49 +0900
-Subject: [PATCH] Disable audio_thread_priority default features
-
-with_dbus is supposed to be optional in gecko, but in practice, the
-audio_thread_priority defaults force it on.
-# https://github.com/kinetiknz/audioipc/pull/5/
----
- audioipc/Cargo.toml | 1 +
- client/Cargo.toml | 1 +
- server/Cargo.toml | 1 +
- 3 files changed, 3 insertions(+)
-
-diff --git a/third_party/rust/audioipc/Cargo.toml
b/third_party/rust/audioipc/Cargo.toml
-index d69c56d..8a9dd3d 100644
---- a/third_party/rust/audioipc/Cargo.toml
-+++ b/third_party/rust/audioipc/Cargo.toml
-@@ -30,6 +30,7 @@ memmap2 = "0.2"
-
- [target.'cfg(target_os = "linux")'.dependencies.audio_thread_priority]
- version = "0.26.1"
-+default-features = false
-
- [target.'cfg(windows)'.dependencies]
- mio = "0.6.19"
-diff --git a/third_party/rust/audioipc-client/Cargo.toml
b/third_party/rust/audioipc-client/Cargo.toml
-index 3ffb268..5dbf5f6 100644
---- a/third_party/rust/audioipc-client/Cargo.toml
-+++ b/third_party/rust/audioipc-client/Cargo.toml
-@@ -19,3 +19,4 @@ tokio = { version="0.1", default-features=false, features
= ["rt-full"] }
-
- [dependencies.audio_thread_priority]
- version = "0.26.1"
-+default-features = false
-diff --git a/third_party/rust/audioipc-server/Cargo.toml
b/third_party/rust/audioipc-server/Cargo.toml
-index 2c82fbf..b2b710c 100644
---- a/third_party/rust/audioipc-server/Cargo.toml
-+++ b/third_party/rust/audioipc-server/Cargo.toml
-@@ -24,3 +24,4 @@ default-features = false
-
- [dependencies.audio_thread_priority]
- version = "0.26.1"
-+default-features = false
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (bfff8d1f4033a0a092e53dcf8ba05f2dfb244bfa), Pavel Vinogradov, 09/19/2022

Archive powered by MHonArc 2.6.24.

Top of Page