Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2020 01:43:35 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529072 - head/www/chromium
Message-ID:  <202003250143.02P1hZZe074747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem (src committer)
Date: Wed Mar 25 01:43:35 2020
New Revision: 529072
URL: https://svnweb.freebsd.org/changeset/ports/529072

Log:
  www/chromium: update to 80.0.3987.149
  
  The Chrome stable channel has been updated to 80.0.3987.149[1].
  
  This update includes 13 security fixes, including 9 Sev:High reports from
  external researchers.
  
  [1]: https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_18.html
  
  PR:		245019
  Approved by:	jrm
  Security:	yes
  Differential Revision:	https://reviews.freebsd.org/D24169

Modified:
  head/www/chromium/Makefile
  head/www/chromium/distinfo

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Wed Mar 25 01:30:36 2020	(r529071)
+++ head/www/chromium/Makefile	Wed Mar 25 01:43:35 2020	(r529072)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	chromium
-PORTVERSION=	80.0.3987.132
-PORTREVISION=	1
+PORTVERSION=	80.0.3987.149
 CATEGORIES?=	www java
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
 		LOCAL/cpm/chromium/:fonts
@@ -104,20 +103,19 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-clang
 # Some parts don't have use_system_* flag, and can be turned on/off by using
 # replace_gn_files.py script, some parts just turned on/off for target host
 # OS "target_os == is_bsd", like libusb, libpci.
-GN_ARGS+=	clang_use_chrome_plugins=false \
+GN_ARGS+=	\
+		clang_use_chrome_plugins=false \
 		enable_hangout_services_extension=true \
 		enable_nacl=false \
 		enable_one_click_signin=true \
 		enable_remoting=false \
 		fieldtrial_testing_like_official_build=true \
 		is_clang=true \
-		jumbo_file_merge_limit=8 \
 		toolkit_views=true \
 		treat_warnings_as_errors=false \
 		use_allocator="none" \
 		use_allocator_shim=false \
 		use_aura=true \
-		use_bundled_fontconfig=false \
 		use_custom_libcxx=false \
 		use_gnome_keyring=false \
 		use_lld=true \
@@ -158,12 +156,12 @@ ALSA_RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/libasound_
 ALSA_VARS=		GN_ARGS+=use_alsa=true
 ALSA_VARS_OFF=		GN_ARGS+=use_alsa=false
 
-CODECS_VARS=		GN_ARGS+=ffmpeg_branding="Chrome" \
-			GN_ARGS+=proprietary_codecs=true \
-			GN_ARGS+=enable_platform_hevc=true
-CODECS_VARS_OFF=	GN_ARGS+=ffmpeg_branding="Chromium" \
-			GN_ARGS+=proprietary_codecs=false \
-			GN_ARGS+=enable_platform_hevc=false
+CODECS_VARS=		\
+			GN_ARGS+=ffmpeg_branding="Chrome" \
+			GN_ARGS+=proprietary_codecs=true
+CODECS_VARS_OFF=	\
+			GN_ARGS+=ffmpeg_branding="Chromium" \
+			GN_ARGS+=proprietary_codecs=false
 
 CUPS_LIB_DEPENDS=	libcups.so:print/cups
 CUPS_VARS=		GN_ARGS+=use_cups=true

Modified: head/www/chromium/distinfo
==============================================================================
--- head/www/chromium/distinfo	Wed Mar 25 01:30:36 2020	(r529071)
+++ head/www/chromium/distinfo	Wed Mar 25 01:43:35 2020	(r529072)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1583291717
-SHA256 (chromium-80.0.3987.132.tar.xz) = 2c0012059046a5a7e2bf6e9502f1898f1953226d63b724b82fc18226e285c201
-SIZE (chromium-80.0.3987.132.tar.xz) = 796975056
-SHA256 (chromium-80.0.3987.132-testdata.tar.xz) = 6cbe559778ab75386c90b2de29416bc63b5b6d5b1232876b6a7626359362a91b
-SIZE (chromium-80.0.3987.132-testdata.tar.xz) = 251267384
+TIMESTAMP = 1584486585
+SHA256 (chromium-80.0.3987.149.tar.xz) = 50bedde7932921e375b521ceab8989be134a8d937751847e9d9287f7e0a02c1e
+SIZE (chromium-80.0.3987.149.tar.xz) = 797049332
+SHA256 (chromium-80.0.3987.149-testdata.tar.xz) = e13e10e16949c57bae899d7f552c7c2b615be8030ac5e38decc83991abb7d90c
+SIZE (chromium-80.0.3987.149-testdata.tar.xz) = 251285868
 SHA256 (test_fonts.tar.xz) = cf9cbe3b7f1c4c42d426bddc65ec178d333ad7e205a36fe0a606a3c0c545ece1
 SIZE (test_fonts.tar.xz) = 200040



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003250143.02P1hZZe074747>