Skip to content

Commit

Permalink
www/ungoogled-chromium: update to 120.0.6099.199
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Nagy authored and Robert Nagy committed Jan 6, 2024
1 parent 2af16d1 commit dadf625
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion www/ungoogled-chromium/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ungoogled-chromium
PORTVERSION= 120.0.6099.129
PORTVERSION= 120.0.6099.199
UGVERSION= ${DISTVERSION}-1
CATEGORIES= www wayland
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
Expand Down
14 changes: 7 additions & 7 deletions www/ungoogled-chromium/distinfo
@@ -1,9 +1,9 @@
TIMESTAMP = 1703336363
SHA256 (chromium-120.0.6099.129.tar.xz) = be36d5abecfafdc68d9b27b0bee65136316610a295e844b99483a7520b245f85
SIZE (chromium-120.0.6099.129.tar.xz) = 3283749920
SHA256 (ungoogled-chromium-120.0.6099.129-1.tar.gz) = 632265238aea25b1c0076e99b4de2f5e53bbafccbb89356d4586c4415dae6ff9
SIZE (ungoogled-chromium-120.0.6099.129-1.tar.gz) = 665271
SHA256 (chromium-120.0.6099.129-testdata.tar.xz) = 44d4507584fd340704dfd314bd9b651c3887e97835b5ca86bcb1dbe20665bed1
SIZE (chromium-120.0.6099.129-testdata.tar.xz) = 274371756
TIMESTAMP = 1704569501
SHA256 (chromium-120.0.6099.199.tar.xz) = 84009db5c898517f38f7b44b81b8a98e21fd28ca3f9aad9dda07516d8640574c
SIZE (chromium-120.0.6099.199.tar.xz) = 3285099132
SHA256 (ungoogled-chromium-120.0.6099.199-1.tar.gz) = 33cf5428b87e9046172a714ab119ddc750eb83f3ef72f3d6187d38671c02f91a
SIZE (ungoogled-chromium-120.0.6099.199-1.tar.gz) = 665906
SHA256 (chromium-120.0.6099.199-testdata.tar.xz) = 089b154017795238f529108edb7cead30fb68bfaa3b976625128060554950ff9
SIZE (chromium-120.0.6099.199-testdata.tar.xz) = 271532952
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
@@ -1,6 +1,6 @@
--- chrome/browser/ui/views/frame/browser_view.cc.orig 2023-12-23 12:33:28 UTC
--- chrome/browser/ui/views/frame/browser_view.cc.orig 2024-01-06 08:40:52 UTC
+++ chrome/browser/ui/views/frame/browser_view.cc
@@ -2171,7 +2171,7 @@ void BrowserView::TabDraggingStatusChanged(bool is_dra
@@ -2172,7 +2172,7 @@ void BrowserView::TabDraggingStatusChanged(bool is_dra
// CrOS cleanup is done.
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.
Expand Down
@@ -1,6 +1,6 @@
--- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2023-12-23 12:33:28 UTC
--- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2024-01-06 08:40:52 UTC
+++ third_party/sqlite/src/amalgamation/sqlite3.c
@@ -44312,7 +44312,12 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB
@@ -44313,7 +44313,12 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB
memset(zBuf, 0, nBuf);
randomnessPid = osGetpid(0);
#if !defined(SQLITE_TEST) && !defined(SQLITE_OMIT_RANDOMNESS)
Expand All @@ -13,7 +13,7 @@
int fd, got;
fd = robust_open("/dev/urandom", O_RDONLY, 0);
if( fd<0 ){
@@ -44327,6 +44332,7 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB
@@ -44328,6 +44333,7 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB
robust_close(0, fd, __LINE__);
}
}
Expand Down
@@ -1,4 +1,4 @@
--- ui/views/controls/textfield/textfield.cc.orig 2023-12-23 12:33:28 UTC
--- ui/views/controls/textfield/textfield.cc.orig 2024-01-06 08:40:52 UTC
+++ ui/views/controls/textfield/textfield.cc
@@ -81,7 +81,7 @@
#include "base/win/win_util.h"
Expand Down Expand Up @@ -45,7 +45,7 @@
// TODO(https://crbug.com/952355): Implement this method to support Korean IME
// reconversion feature on native text fields (e.g. find bar).
bool Textfield::SetCompositionFromExistingText(
@@ -2454,14 +2454,14 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent(
@@ -2437,14 +2437,14 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent(
#endif
return ui::TextEditCommand::DELETE_BACKWARD;
}
Expand Down

0 comments on commit dadf625

Please sign in to comment.