Skip to content

Commit

Permalink
www/firefox: update to 114.0 (rc1)
Browse files Browse the repository at this point in the history
  • Loading branch information
moench-tegeder committed May 29, 2023
1 parent 0007355 commit 284b22e
Show file tree
Hide file tree
Showing 7 changed files with 4,030 additions and 5,989 deletions.
3 changes: 1 addition & 2 deletions www/firefox/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= firefox
DISTVERSION= 113.0.2
PORTREVISION= 1
DISTVERSION= 114.0
PORTEPOCH= 2
CATEGORIES= www wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
Expand Down
6 changes: 3 additions & 3 deletions www/firefox/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1684776109
SHA256 (firefox-113.0.2.source.tar.xz) = f132b702836311b6cc40873b69df3ce208d035dbc8ce390c390eebd63d27c7a3
SIZE (firefox-113.0.2.source.tar.xz) = 500503164
TIMESTAMP = 1685385780
SHA256 (firefox-114.0.source.tar.xz) = ba177f90bfa9833dbb3694863e08d01229afdd6b478b28b542124fce7dd262ca
SIZE (firefox-114.0.source.tar.xz) = 498171840
10 changes: 4 additions & 6 deletions www/firefox/files/patch-bug1504834_comment5
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ index 6b3bdc7..7c6c342 100644

// The following values are OS and endian-independent synonyms.
//
diff --git gfx/skia/skia/third_party/skcms/skcms.cc gfx/skia/skia/third_party/skcms/skcms.cc
index 6b4d87b..7c0559d 100644
--- gfx/skia/skia/third_party/skcms/skcms.cc
+++ gfx/skia/skia/third_party/skcms/skcms.cc
--- gfx/skia/skia/modules/skcms/skcms.cc.orig
+++ gfx/skia/skia/modules/skcms/skcms.cc
@@ -30,6 +30,8 @@
#include <avx512fintrin.h>
#include <avx512dqintrin.h>
Expand All @@ -49,8 +47,8 @@ index 6b4d87b..7c0559d 100644
+ #define SKCMS_PORTABLE
#endif

// sizeof(x) will return size_t, which is 32-bit on some machines and 64-bit on others.
@@ -280,20 +282,28 @@ enum {
static bool runtime_cpu_detection = true;
@@ -324,20 +326,28 @@
static uint16_t read_big_u16(const uint8_t* ptr) {
uint16_t be;
memcpy(&be, ptr, sizeof(be));
Expand Down
49 changes: 0 additions & 49 deletions www/firefox/files/patch-bug1504834_comment9

This file was deleted.

0 comments on commit 284b22e

Please sign in to comment.