mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
www/chromium: update to 90.0.4430.212
MFH: 2021Q2 Security: https://vuxml.freebsd.org/freebsd/3cac007f-b27e-11eb-97a0-e09467587c17.html
This commit is contained in:
parent
bfe8a4cbba
commit
ee49491174
@ -1,7 +1,7 @@
|
||||
# Created by: Florent Thoumie <flz@FreeBSD.org>
|
||||
|
||||
PORTNAME= chromium
|
||||
PORTVERSION= 90.0.4430.93
|
||||
PORTVERSION= 90.0.4430.212
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
|
||||
LOCAL/rene/chromium/:fonts
|
||||
|
@ -1,7 +1,3 @@
|
||||
TIMESTAMP = 1619508995
|
||||
SHA256 (chromium-90.0.4430.93.tar.xz) = 532ec75f4e08384fe2fb17b69af9210103379ee212dbf0bf081bdc5d4eca357e
|
||||
SIZE (chromium-90.0.4430.93.tar.xz) = 917357836
|
||||
SHA256 (chromium-90.0.4430.93-testdata.tar.xz) = fff80fe158223770d12a93ef67ca8690473c62e9b1997e59e991f32161659579
|
||||
SIZE (chromium-90.0.4430.93-testdata.tar.xz) = 256588960
|
||||
SHA256 (test_fonts-85.tar.xz) = f22b61b3639acb147c98ec2e2305d8b96f0b55c8c74c40e2ea696402fae8cef9
|
||||
SIZE (test_fonts-85.tar.xz) = 9511984
|
||||
TIMESTAMP = 1620717235
|
||||
SHA256 (chromium-90.0.4430.212.tar.xz) = abe11d0cb1ff21278aad2eec1a1e279d59176b15331804d7df1807446786d59e
|
||||
SIZE (chromium-90.0.4430.212.tar.xz) = 917430448
|
||||
|
@ -0,0 +1,12 @@
|
||||
--- third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc.orig 2021-04-30 09:00:21.722978000 +0000
|
||||
+++ third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc 2021-04-30 09:00:54.473978000 +0000
|
||||
@@ -202,6 +202,9 @@
|
||||
// a pointer |this|.
|
||||
av_context_->opaque = this;
|
||||
|
||||
+ // Initializing |lowres|
|
||||
+ av_context_->lowres = 0;
|
||||
+
|
||||
AVCodec* codec = avcodec_find_decoder(av_context_->codec_id);
|
||||
if (!codec) {
|
||||
// This is an indication that FFmpeg has not been initialized or it has not
|
Loading…
Reference in New Issue
Block a user