Skip to Content.
Sympa Menu

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

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 (5b35fd7058faa9ca2cd3c1c0d7ade54eb13090f0)
  • Date: Tue, 5 Apr 2022 13:58:57 +0000

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

http/firefox/DEPENDS | 2
http/firefox/DETAILS | 4 -
http/firefox/HISTORY | 5 ++
http/firefox/patches/0033-resolve-fs-symlinks-bmo1753182.patch | 18
--------
http/firefox/patches/0034-bmo-1559213-fix-system-av1-libs.patch | 22
++++++++++
5 files changed, 30 insertions(+), 21 deletions(-)

New commits:
commit 5b35fd7058faa9ca2cd3c1c0d7ade54eb13090f0
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

http/firefox: version 99.0, SECURITY_PATCH++

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 80475a1..a6de84c 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -35,7 +35,7 @@ depends libwebp "--with-system-webp"
&&

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

-local NSS_BRANCH="3.75" &&
+local NSS_BRANCH="3.76" &&
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 bbd9a72..869ea21 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
- VERSION=98.0.2
- SECURITY_PATCH=160
+ VERSION=99.0
+ SECURITY_PATCH=161
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 5312d49..3143ad1 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2022-04-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 99.0, SECURITY_PATCH++
+ * DEPENDS: nss >= 3.76
+ * patches/*: updated
+
2022-03-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 98.0.2

diff --git a/http/firefox/patches/0033-resolve-fs-symlinks-bmo1753182.patch
b/http/firefox/patches/0033-resolve-fs-symlinks-bmo1753182.patch
deleted file mode 100644
index 60ad078..0000000
--- a/http/firefox/patches/0033-resolve-fs-symlinks-bmo1753182.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/build/moz.configure/init.configure
b/build/moz.configure/init.configure
---- a/build/moz.configure/init.configure
-+++ b/build/moz.configure/init.configure
-@@ -136,11 +136,12 @@
- @checking("for Python 3", callback=lambda x: "%s (%s)" % (x.path,
x.str_version))
- @imports("sys")
- @imports(_from="mach.site", _import="PythonVirtualenv")
-+@imports(_from="os.path", _import="realpath")
- def virtualenv_python3():
- return namespace(
- # sys.executable is currently not updated for in-process
activations. However,
- # sys.prefix is, so we can calculate the python executable's path
from there.
-- path=normsep(PythonVirtualenv(sys.prefix).python_path),
-+ path=normsep(PythonVirtualenv(realpath(sys.prefix)).python_path),
- str_version=".".join(str(i) for i in sys.version_info[0:3]),
- )
-
-
diff --git a/http/firefox/patches/0034-bmo-1559213-fix-system-av1-libs.patch
b/http/firefox/patches/0034-bmo-1559213-fix-system-av1-libs.patch
new file mode 100644
index 0000000..2423cca
--- /dev/null
+++ b/http/firefox/patches/0034-bmo-1559213-fix-system-av1-libs.patch
@@ -0,0 +1,22 @@
+diff --git a/media/ffvpx/libavcodec/moz.build
b/media/ffvpx/libavcodec/moz.build
+index 0069865..e806fc8 100644
+--- a/media/ffvpx/libavcodec/moz.build
++++ b/media/ffvpx/libavcodec/moz.build
+@@ -112,9 +112,15 @@ if not CONFIG['MOZ_FFVPX_AUDIOONLY']:
+ 'vaapi_vp8.c',
+ 'vaapi_vp9.c',
+ ]
++ if CONFIG["MOZ_SYSTEM_AV1"]:
++ CFLAGS += CONFIG['MOZ_SYSTEM_LIBDAV1D_CFLAGS']
++ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBDAV1D_LIBS']
++ else:
++ USE_LIBS += [
++ 'dav1d',
++ 'media_libdav1d_asm',
++ ]
+ USE_LIBS += [
+- 'dav1d',
+- 'media_libdav1d_asm',
+ 'mozva'
+ ]
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5b35fd7058faa9ca2cd3c1c0d7ade54eb13090f0), Pavel Vinogradov, 04/05/2022

Archive powered by MHonArc 2.6.24.

Top of Page