From owner-svn-ports-branches@freebsd.org Sun Apr 30 01:13:19 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B68AD4BB5D; Sun, 30 Apr 2017 01:13:19 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2182AB3F; Sun, 30 Apr 2017 01:13:19 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3U1DIXF065315; Sun, 30 Apr 2017 01:13:18 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U1DILs065313; Sun, 30 Apr 2017 01:13:18 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201704300113.v3U1DILs065313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Sun, 30 Apr 2017 01:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439780 - in branches/2017Q2/emulators/qemu-utils: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 01:13:19 -0000 Author: asomers (src committer) Date: Sun Apr 30 01:13:17 2017 New Revision: 439780 URL: https://svnweb.freebsd.org/changeset/ports/439780 Log: MFH: r439132 Add missing file from r438925 Apparently when you run "make makepatch" in a slave port, the patchfiles get put into the master port's directory Pointy-hat to: asomers Reported by: pkg-fallout Approved by: brd (implicit) Sponsored by: Spectra Logic Corp Approved by: ports-secteam (junovitch) Added: branches/2017Q2/emulators/qemu-utils/files/patch-Makefile - copied unchanged from r439132, head/emulators/qemu-utils/files/patch-Makefile Modified: branches/2017Q2/emulators/qemu-utils/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/emulators/qemu-utils/Makefile ============================================================================== --- branches/2017Q2/emulators/qemu-utils/Makefile Sun Apr 30 01:12:10 2017 (r439779) +++ branches/2017Q2/emulators/qemu-utils/Makefile Sun Apr 30 01:13:17 2017 (r439780) @@ -19,7 +19,7 @@ OPTIONS_EXCLUDE= SAMBA X11 GTK2 OPENGL G MASTERDIR= ${.CURDIR}/../qemu PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr -EXTRA_PATCHES= ${.CURDIR}/files/patch-configure +EXTRA_PATCHES= ${.CURDIR}/files/patch-Makefile ${.CURDIR}/files/patch-configure PKGMESSAGE= PORTDOCS= qemu-doc.html qmp-commands.txt Copied: branches/2017Q2/emulators/qemu-utils/files/patch-Makefile (from r439132, head/emulators/qemu-utils/files/patch-Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/emulators/qemu-utils/files/patch-Makefile Sun Apr 30 01:13:17 2017 (r439780, copy of r439132, head/emulators/qemu-utils/files/patch-Makefile) @@ -0,0 +1,14 @@ +--- Makefile.orig 2017-03-31 14:07:03 UTC ++++ Makefile +@@ -484,11 +490,6 @@ endif + ifeq ($(CONFIG_GTK),y) + $(MAKE) -C po $@ + endif +- $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps" +- set -e; for x in $(KEYMAPS); do \ +- $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(qemu_datadir)/keymaps"; \ +- done +- $(INSTALL_DATA) $(BUILD_DIR)/trace-events-all "$(DESTDIR)$(qemu_datadir)/trace-events-all" + for d in $(TARGET_DIRS); do \ + $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \ + done From owner-svn-ports-branches@freebsd.org Sun Apr 30 01:59:42 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F92CD568BB; Sun, 30 Apr 2017 01:59:42 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11CEC13D3; Sun, 30 Apr 2017 01:59:41 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3U1xfJx089455; Sun, 30 Apr 2017 01:59:41 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U1xZcX089397; Sun, 30 Apr 2017 01:59:35 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201704300159.v3U1xZcX089397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 30 Apr 2017 01:59:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439781 - in branches/2017Q2/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 01:59:42 -0000 Author: cpm Date: Sun Apr 30 01:59:34 2017 New Revision: 439781 URL: https://svnweb.freebsd.org/changeset/ports/439781 Log: MFH: r439776 www/chromium: update to 58.0.3029.81 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html Approved by: ports-secteam (junovitch) Added: branches/2017Q2/www/chromium/files/patch-base_process_memory.cc - copied unchanged from r439776, head/www/chromium/files/patch-base_process_memory.cc branches/2017Q2/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc - copied unchanged from r439776, head/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc branches/2017Q2/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h - copied unchanged from r439776, head/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h branches/2017Q2/www/chromium/files/patch-chrome_app_shutdown__signal__handlers__posix.cc - copied unchanged from r439776, head/www/chromium/files/patch-chrome_app_shutdown__signal__handlers__posix.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_resources_vulcanize.gni - copied unchanged from r439776, head/www/chromium/files/patch-chrome_browser_resources_vulcanize.gni branches/2017Q2/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc - copied unchanged from r439776, head/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc - copied unchanged from r439776, head/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc branches/2017Q2/www/chromium/files/patch-components_autofill_core_browser_autofill__experiments.cc - copied unchanged from r439776, head/www/chromium/files/patch-components_autofill_core_browser_autofill__experiments.cc branches/2017Q2/www/chromium/files/patch-components_tracing_child_child__memory__dump__manager__delegate__impl.cc - copied unchanged from r439776, head/www/chromium/files/patch-components_tracing_child_child__memory__dump__manager__delegate__impl.cc branches/2017Q2/www/chromium/files/patch-components_tracing_common_process__metrics__memory__dump__provider.cc - copied unchanged from r439776, head/www/chromium/files/patch-components_tracing_common_process__metrics__memory__dump__provider.cc branches/2017Q2/www/chromium/files/patch-components_tracing_common_process__metrics__memory__dump__provider.h - copied unchanged from r439776, head/www/chromium/files/patch-components_tracing_common_process__metrics__memory__dump__provider.h branches/2017Q2/www/chromium/files/patch-device_sensors_data__fetcher__shared__memory.h - copied unchanged from r439776, head/www/chromium/files/patch-device_sensors_data__fetcher__shared__memory.h branches/2017Q2/www/chromium/files/patch-services_catalog_public_cpp_manifest__parsing__util.cc - copied unchanged from r439776, head/www/chromium/files/patch-services_catalog_public_cpp_manifest__parsing__util.cc branches/2017Q2/www/chromium/files/patch-services_catalog_store.cc - copied unchanged from r439776, head/www/chromium/files/patch-services_catalog_store.cc branches/2017Q2/www/chromium/files/patch-services_catalog_store.h - copied unchanged from r439776, head/www/chromium/files/patch-services_catalog_store.h branches/2017Q2/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor.cc - copied unchanged from r439776, head/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor.cc branches/2017Q2/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc - copied unchanged from r439776, head/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc branches/2017Q2/www/chromium/files/patch-storage_browser_quota_quota__settings.cc - copied unchanged from r439776, head/www/chromium/files/patch-storage_browser_quota_quota__settings.cc branches/2017Q2/www/chromium/files/patch-third__party_node_node.py - copied unchanged from r439776, head/www/chromium/files/patch-third__party_node_node.py Deleted: branches/2017Q2/www/chromium/files/extra-patch-10 branches/2017Q2/www/chromium/files/patch-base_allocator_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_gpu_gpu__feature__checker.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc branches/2017Q2/www/chromium/files/patch-content_browser_device__sensors_data__fetcher__shared__memory.h branches/2017Q2/www/chromium/files/patch-device_time__zone__monitor_time__zone__monitor.cc branches/2017Q2/www/chromium/files/patch-device_time__zone__monitor_time__zone__monitor__linux.cc branches/2017Q2/www/chromium/files/patch-third__party_freetype2_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_voice__engine_voice__engine__defines.h Modified: branches/2017Q2/www/chromium/Makefile branches/2017Q2/www/chromium/distinfo branches/2017Q2/www/chromium/files/extra-patch-clang branches/2017Q2/www/chromium/files/patch-BUILD.gn branches/2017Q2/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc branches/2017Q2/www/chromium/files/patch-ash_display_mirror__window__controller.cc branches/2017Q2/www/chromium/files/patch-base_BUILD.gn branches/2017Q2/www/chromium/files/patch-base__trace_event__process_memory_dump.h branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim.cc branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc branches/2017Q2/www/chromium/files/patch-base_debug_proc__maps__linux.cc branches/2017Q2/www/chromium/files/patch-base_debug_stack__trace__posix.cc branches/2017Q2/www/chromium/files/patch-base_debug_thread__heap__usage__tracker.cc branches/2017Q2/www/chromium/files/patch-base_files_file__path__unittest.cc branches/2017Q2/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h branches/2017Q2/www/chromium/files/patch-base_files_file__util.h branches/2017Q2/www/chromium/files/patch-base_linux__util.cc branches/2017Q2/www/chromium/files/patch-base_native__library__posix.cc branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux__unittest.cc branches/2017Q2/www/chromium/files/patch-base_process_internal__linux.h branches/2017Q2/www/chromium/files/patch-base_process_launch.cc branches/2017Q2/www/chromium/files/patch-base_process_launch.h branches/2017Q2/www/chromium/files/patch-base_process_launch__posix.cc branches/2017Q2/www/chromium/files/patch-base_process_memory.h branches/2017Q2/www/chromium/files/patch-base_process_memory__stubs.cc branches/2017Q2/www/chromium/files/patch-base_process_memory__unittest.cc branches/2017Q2/www/chromium/files/patch-base_process_process__handle__freebsd.cc branches/2017Q2/www/chromium/files/patch-base_process_process__info__linux.cc branches/2017Q2/www/chromium/files/patch-base_process_process__iterator__freebsd.cc branches/2017Q2/www/chromium/files/patch-base_process_process__metrics.h branches/2017Q2/www/chromium/files/patch-base_process_process__metrics__freebsd.cc branches/2017Q2/www/chromium/files/patch-base_process_process__posix.cc branches/2017Q2/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc branches/2017Q2/www/chromium/files/patch-base_security__unittest.cc branches/2017Q2/www/chromium/files/patch-base_sys__info__freebsd.cc branches/2017Q2/www/chromium/files/patch-base_sys__info__posix.cc branches/2017Q2/www/chromium/files/patch-base_test_BUILD.gn branches/2017Q2/www/chromium/files/patch-base_test_launcher_test__launcher.cc branches/2017Q2/www/chromium/files/patch-base_test_test__file__util__posix.cc branches/2017Q2/www/chromium/files/patch-base_third__party_libevent_BUILD.gn branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread.h branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__linux.cc branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__posix.cc branches/2017Q2/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc branches/2017Q2/www/chromium/files/patch-base_trace__event_process__memory__dump.cc branches/2017Q2/www/chromium/files/patch-breakpad_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_BUILDCONFIG.gn branches/2017Q2/www/chromium/files/patch-build_config_allocator.gni branches/2017Q2/www/chromium/files/patch-build_config_clang_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_compiler_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_crypto.gni branches/2017Q2/www/chromium/files/patch-build_config_features.gni branches/2017Q2/www/chromium/files/patch-build_config_linux_gtk2_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_linux_gtk3_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_linux_pkg-config.py branches/2017Q2/www/chromium/files/patch-build_config_sanitizers_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_config_sanitizers_sanitizers.gni branches/2017Q2/www/chromium/files/patch-build_config_ui.gni branches/2017Q2/www/chromium/files/patch-build_linux_libpci_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_secondary_third__party_nss_BUILD.gn branches/2017Q2/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni branches/2017Q2/www/chromium/files/patch-build_toolchain_get__concurrent__links.py branches/2017Q2/www/chromium/files/patch-cc_layers_scrollbar__layer__impl__base.cc branches/2017Q2/www/chromium/files/patch-cc_trees_property__tree.cc branches/2017Q2/www/chromium/files/patch-chrome_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__command__ids.h branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main__delegate.h branches/2017Q2/www/chromium/files/patch-chrome_app_chromium__strings.grd branches/2017Q2/www/chromium/files/patch-chrome_app_generated__resources.grd branches/2017Q2/www/chromium/files/patch-chrome_app_google__chrome__strings.grd branches/2017Q2/www/chromium/files/patch-chrome_app_mash_mash__runner.cc branches/2017Q2/www/chromium/files/patch-chrome_app_resources_locale__settings.grd branches/2017Q2/www/chromium/files/patch-chrome_app_settings__strings.grdp branches/2017Q2/www/chromium/files/patch-chrome_browser_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_about__flags.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_browser__process__impl.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_browser__process__impl.h branches/2017Q2/www/chromium/files/patch-chrome_browser_browser__resources.grd branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__browser__main__linux.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__browser__main__posix.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h branches/2017Q2/www/chromium/files/patch-chrome_browser_defaults.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_diagnostics_diagnostics__writer.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_diagnostics_diagnostics__writer.h branches/2017Q2/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__commands.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__commands.h branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__prefs.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__prefs.h branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__query.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__shelf__context__menu.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_activity__log_activity__log.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_image__writer__private_image__writer__private__api.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_input__ime_input__ime__api.h branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_messaging_message__service.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_music__manager__private_device__id__linux.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_bookmark__app__helper.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_first__run_first__run__internal__posix.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_gpu_gl__string__manager.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_interstitials_chrome__controller__client.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_memory__details.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_net_async__dns__field__trial.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_notifications_message__center__notification__manager.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_platform__util.h branches/2017Q2/www/chromium/files/patch-chrome_browser_plugins_plugins__resource__service.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_policy_policy__prefs__browsertest.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_process__singleton__posix.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_profiles_profile__impl__io__data.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_resources_safe__browsing_gen__file__type__proto.py branches/2017Q2/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__handler__util.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_search_local__files__ntp__source.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_speech_tts__controller__impl.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_sync_chrome__sync__client.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h branches/2017Q2/www/chromium/files/patch-chrome_browser_tracing_crash__service__uploader.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_browser__view__prefs.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_exclusive__access_exclusive__access__bubble.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine.h branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine__base.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_libgtkui_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_libgtkui_print__dialog__gtk.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_toolbar_app__menu__model.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_accelerator__table.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate.h branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__frame.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__platform__specific.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_message__center_message__center__frame__view.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__drag__controller.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__strip.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_about__ui.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_extensions_extension__loader__handler.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_options_browser__options__handler.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_options_browser__options__handler.h branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.h branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_settings_md__settings__localized__strings__provider.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_web__applications_web__app.h branches/2017Q2/www/chromium/files/patch-chrome_common_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__paths.cc branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__paths.h branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__paths__internal.h branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__switches.cc branches/2017Q2/www/chromium/files/patch-chrome_common_chrome__switches.h branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_chrome__extensions__client.cc branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_command.cc branches/2017Q2/www/chromium/files/patch-chrome_common_features.gni branches/2017Q2/www/chromium/files/patch-chrome_common_pref__names.cc branches/2017Q2/www/chromium/files/patch-chrome_common_pref__names.h branches/2017Q2/www/chromium/files/patch-chrome_common_url__constants.cc branches/2017Q2/www/chromium/files/patch-chrome_common_url__constants.h branches/2017Q2/www/chromium/files/patch-chrome_renderer_pepper_pepper__flash__font__file__host.cc branches/2017Q2/www/chromium/files/patch-chrome_renderer_pepper_pepper__flash__font__file__host.h branches/2017Q2/www/chromium/files/patch-chrome_test_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_test_base_in__process__browser__test.cc branches/2017Q2/www/chromium/files/patch-chrome_test_base_testing__browser__process.h branches/2017Q2/www/chromium/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc branches/2017Q2/www/chromium/files/patch-chromecast_BUILD.gn branches/2017Q2/www/chromium/files/patch-chromecast_browser_BUILD.gn branches/2017Q2/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc branches/2017Q2/www/chromium/files/patch-chromecast_browser_cast__content__browser__client.cc branches/2017Q2/www/chromium/files/patch-chromecast_browser_metrics_BUILD.gn branches/2017Q2/www/chromium/files/patch-chromecast_crash_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_autofill_content_renderer_password__form__conversion__utils.cc branches/2017Q2/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.cc branches/2017Q2/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.h branches/2017Q2/www/chromium/files/patch-components_cookie__config_cookie__store__util.cc branches/2017Q2/www/chromium/files/patch-components_crash_content_app_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_crash_content_browser_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_drive_drive__api__util.cc branches/2017Q2/www/chromium/files/patch-components_feedback_anonymizer__tool.cc branches/2017Q2/www/chromium/files/patch-components_flags__ui_flags__state.cc branches/2017Q2/www/chromium/files/patch-components_gcm__driver_gcm__client.h branches/2017Q2/www/chromium/files/patch-components_gcm__driver_gcm__client__impl.cc branches/2017Q2/www/chromium/files/patch-components_json__schema_json__schema__validator.cc branches/2017Q2/www/chromium/files/patch-components_keyed__service_core_dependency__graph__unittest.cc branches/2017Q2/www/chromium/files/patch-components_metrics_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_metrics_drive__metrics__provider__linux.cc branches/2017Q2/www/chromium/files/patch-components_metrics_system__memory__stats__recorder__linux.cc branches/2017Q2/www/chromium/files/patch-components_neterror_resources_neterror.js branches/2017Q2/www/chromium/files/patch-components_os__crypt_os__crypt.h branches/2017Q2/www/chromium/files/patch-components_password__manager_core_browser_import_csv__reader.cc branches/2017Q2/www/chromium/files/patch-components_plugins_renderer_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_plugins_renderer_plugin__placeholder.cc branches/2017Q2/www/chromium/files/patch-components_policy_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_policy_core_common_schema.cc branches/2017Q2/www/chromium/files/patch-components_policy_resources_policy__templates.json branches/2017Q2/www/chromium/files/patch-components_policy_tools_generate__policy__source.py branches/2017Q2/www/chromium/files/patch-components_storage__monitor_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_storage__monitor_storage__monitor.cc branches/2017Q2/www/chromium/files/patch-components_storage__monitor_storage__monitor__freebsd.cc branches/2017Q2/www/chromium/files/patch-components_storage__monitor_storage__monitor__freebsd.h branches/2017Q2/www/chromium/files/patch-components_sync_base_get__session__name.cc branches/2017Q2/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc branches/2017Q2/www/chromium/files/patch-components_update__client_update__query__params.cc branches/2017Q2/www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc branches/2017Q2/www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc branches/2017Q2/www/chromium/files/patch-components_variations_proto_study.proto branches/2017Q2/www/chromium/files/patch-components_webcrypto_algorithms_test__helpers.cc branches/2017Q2/www/chromium/files/patch-content_app_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_app_content__main__runner.cc branches/2017Q2/www/chromium/files/patch-content_browser_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_browser_accessibility_browser__accessibility.h branches/2017Q2/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__manager.h branches/2017Q2/www/chromium/files/patch-content_browser_browser__main__loop.cc branches/2017Q2/www/chromium/files/patch-content_browser_child__process__launcher__helper__linux.cc branches/2017Q2/www/chromium/files/patch-content_browser_devtools_protocol_color__picker.cc branches/2017Q2/www/chromium/files/patch-content_browser_download_base__file.cc branches/2017Q2/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc branches/2017Q2/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h branches/2017Q2/www/chromium/files/patch-content_browser_gpu_gpu__internals__ui.cc branches/2017Q2/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc branches/2017Q2/www/chromium/files/patch-content_browser_media_media__internals.cc branches/2017Q2/www/chromium/files/patch-content_browser_memory_memory__coordinator__impl.cc branches/2017Q2/www/chromium/files/patch-content_browser_memory_memory__monitor.cc branches/2017Q2/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_media_video__capture__manager.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.h branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc branches/2017Q2/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc branches/2017Q2/www/chromium/files/patch-content_browser_tracing_tracing__controller__impl.cc branches/2017Q2/www/chromium/files/patch-content_browser_utility__process__host__impl.cc branches/2017Q2/www/chromium/files/patch-content_child_child__process.cc branches/2017Q2/www/chromium/files/patch-content_child_child__process.h branches/2017Q2/www/chromium/files/patch-content_child_child__thread__impl.cc branches/2017Q2/www/chromium/files/patch-content_child_child__thread__impl.h branches/2017Q2/www/chromium/files/patch-content_common_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_common_child__process__messages.h branches/2017Q2/www/chromium/files/patch-content_common_content__switches__internal.cc branches/2017Q2/www/chromium/files/patch-content_common_sandbox__linux_sandbox__debug__handling__linux.cc branches/2017Q2/www/chromium/files/patch-content_common_set__process__title__linux.cc branches/2017Q2/www/chromium/files/patch-content_common_set__process__title__linux.h branches/2017Q2/www/chromium/files/patch-content_common_view__messages.h branches/2017Q2/www/chromium/files/patch-content_gpu_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_gpu_gpu__child__thread.cc branches/2017Q2/www/chromium/files/patch-content_gpu_gpu__main.cc branches/2017Q2/www/chromium/files/patch-content_gpu_in__process__gpu__thread.cc branches/2017Q2/www/chromium/files/patch-content_public_common_child__process__host.h branches/2017Q2/www/chromium/files/patch-content_public_common_content__switches.cc branches/2017Q2/www/chromium/files/patch-content_public_common_content__switches.h branches/2017Q2/www/chromium/files/patch-content_public_common_renderer__preferences.h branches/2017Q2/www/chromium/files/patch-content_public_test_browser__test__base.cc branches/2017Q2/www/chromium/files/patch-content_renderer_media_webrtc_processed__local__audio__source.cc branches/2017Q2/www/chromium/files/patch-content_renderer_render__thread__impl.cc branches/2017Q2/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc branches/2017Q2/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h branches/2017Q2/www/chromium/files/patch-content_renderer_renderer__main__platform__delegate__linux.cc branches/2017Q2/www/chromium/files/patch-content_renderer_webscrollbarbehavior__impl__aura.cc branches/2017Q2/www/chromium/files/patch-content_shell_BUILD.gn branches/2017Q2/www/chromium/files/patch-content_shell_browser_shell__browser__context.cc branches/2017Q2/www/chromium/files/patch-content_shell_browser_shell__browser__main__parts.cc branches/2017Q2/www/chromium/files/patch-content_test_BUILD.gn branches/2017Q2/www/chromium/files/patch-crypto_nss__util.cc branches/2017Q2/www/chromium/files/patch-device_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_battery_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_bluetooth_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_gamepad_gamepad__provider.cc branches/2017Q2/www/chromium/files/patch-device_geolocation_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_geolocation_location__arbitrator.cc branches/2017Q2/www/chromium/files/patch-device_hid_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_media__transfer__protocol_media__transfer__protocol__daemon__client.h branches/2017Q2/www/chromium/files/patch-device_media__transfer__protocol_media__transfer__protocol__manager.h branches/2017Q2/www/chromium/files/patch-device_serial_BUILD.gn branches/2017Q2/www/chromium/files/patch-device_serial_serial__io__handler__posix.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__context.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__context__unittest.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__device__handle__impl.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__device__handle__impl.h branches/2017Q2/www/chromium/files/patch-device_usb_usb__device__impl.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__error.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__service__impl.cc branches/2017Q2/www/chromium/files/patch-device_usb_usb__service__impl.h branches/2017Q2/www/chromium/files/patch-extensions_browser_api_declarative__webrequest_webrequest__action.cc branches/2017Q2/www/chromium/files/patch-extensions_browser_api_networking__private_networking__private__event__router__factory.cc branches/2017Q2/www/chromium/files/patch-extensions_browser_api_serial_serial__api.cc branches/2017Q2/www/chromium/files/patch-extensions_browser_api_web__request_form__data__parser.cc branches/2017Q2/www/chromium/files/patch-extensions_common_image__util.cc branches/2017Q2/www/chromium/files/patch-extensions_common_stack__frame.cc branches/2017Q2/www/chromium/files/patch-gpu_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_command__buffer_service_program__manager.cc branches/2017Q2/www/chromium/files/patch-gpu_config_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_config_gpu__control__list.cc branches/2017Q2/www/chromium/files/patch-gpu_config_gpu__control__list__unittest.cc branches/2017Q2/www/chromium/files/patch-gpu_config_gpu__info__collector.cc branches/2017Q2/www/chromium/files/patch-gpu_config_gpu__test__config.cc branches/2017Q2/www/chromium/files/patch-gpu_gles2__conform__support_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_gles2__conform__support_native_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_ipc_client_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_ipc_service_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc branches/2017Q2/www/chromium/files/patch-gpu_tools_compositor__model__bench_BUILD.gn branches/2017Q2/www/chromium/files/patch-gpu_vulkan_BUILD.gn branches/2017Q2/www/chromium/files/patch-ipc_ipc__channel.h branches/2017Q2/www/chromium/files/patch-ipc_ipc__message__utils.cc branches/2017Q2/www/chromium/files/patch-ipc_ipc__message__utils.h branches/2017Q2/www/chromium/files/patch-mash_package_mash__packaged__service.cc branches/2017Q2/www/chromium/files/patch-media__audio__alsa__audio_manager_alsa.cc branches/2017Q2/www/chromium/files/patch-media_audio_BUILD.gn branches/2017Q2/www/chromium/files/patch-media_audio_audio__manager.cc branches/2017Q2/www/chromium/files/patch-media_audio_audio__manager.h branches/2017Q2/www/chromium/files/patch-media_base_BUILD.gn branches/2017Q2/www/chromium/files/patch-media_base_audio__latency.cc branches/2017Q2/www/chromium/files/patch-media_base_video__frame.cc branches/2017Q2/www/chromium/files/patch-media_base_video__frame.h branches/2017Q2/www/chromium/files/patch-media_capture_BUILD.gn branches/2017Q2/www/chromium/files/patch-media_capture_video_fake__video__capture__device__factory.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_file__video__capture__device__factory.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_linux_v4l2__capture__delegate.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_linux_video__capture__device__linux.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc branches/2017Q2/www/chromium/files/patch-media_capture_video_video__capture__device__factory.cc branches/2017Q2/www/chromium/files/patch-media_cast_BUILD.gn branches/2017Q2/www/chromium/files/patch-media_cdm_ppapi_ppapi__cdm__adapter.gni branches/2017Q2/www/chromium/files/patch-media_ffmpeg_ffmpeg__common.h branches/2017Q2/www/chromium/files/patch-media_filters_ffmpeg__demuxer.cc branches/2017Q2/www/chromium/files/patch-media_filters_vp9__parser.h branches/2017Q2/www/chromium/files/patch-media_formats_common_offset__byte__queue.cc branches/2017Q2/www/chromium/files/patch-media_formats_common_offset__byte__queue.h branches/2017Q2/www/chromium/files/patch-media_formats_mp2t_es__parser__adts.cc branches/2017Q2/www/chromium/files/patch-media_formats_mp2t_es__parser__mpeg1audio.cc branches/2017Q2/www/chromium/files/patch-mojo_BUILD.gn branches/2017Q2/www/chromium/files/patch-mojo_edk_test_BUILD.gn branches/2017Q2/www/chromium/files/patch-native__client__sdk_src_BUILD.gn branches/2017Q2/www/chromium/files/patch-net_BUILD.gn branches/2017Q2/www/chromium/files/patch-net_base_address__tracker__linux.h branches/2017Q2/www/chromium/files/patch-net_base_address__tracker__linux__unittest.cc branches/2017Q2/www/chromium/files/patch-net_base_mime__util__unittest.cc branches/2017Q2/www/chromium/files/patch-net_base_network__change__notifier.cc branches/2017Q2/www/chromium/files/patch-net_base_network__interfaces__posix.cc branches/2017Q2/www/chromium/files/patch-net_disk__cache_blockfile_disk__format.h branches/2017Q2/www/chromium/files/patch-net_dns_address__sorter__posix.cc branches/2017Q2/www/chromium/files/patch-net_dns_dns__config__service__posix__unittest.cc branches/2017Q2/www/chromium/files/patch-net_dns_dns__reloader.cc branches/2017Q2/www/chromium/files/patch-net_dns_dns__util.cc branches/2017Q2/www/chromium/files/patch-net_dns_host__resolver__proc.cc branches/2017Q2/www/chromium/files/patch-net_http_http__auth__gssapi__posix.cc branches/2017Q2/www/chromium/files/patch-net_http_http__network__session.cc branches/2017Q2/www/chromium/files/patch-net_proxy_proxy__config__service__linux.cc branches/2017Q2/www/chromium/files/patch-net_proxy_proxy__service.cc branches/2017Q2/www/chromium/files/patch-net_quic_platform_impl_quic__ip__address__impl.cc branches/2017Q2/www/chromium/files/patch-net_socket_socks5__client__socket.cc branches/2017Q2/www/chromium/files/patch-net_socket_udp__socket__posix.cc branches/2017Q2/www/chromium/files/patch-net_tools_cert__verify__tool_verify__using__path__builder.cc branches/2017Q2/www/chromium/files/patch-net_tools_get__server__time_get__server__time.cc branches/2017Q2/www/chromium/files/patch-net_url__request_url__request__context__builder.cc branches/2017Q2/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc branches/2017Q2/www/chromium/files/patch-ppapi_proxy_file__io__resource.cc branches/2017Q2/www/chromium/files/patch-ppapi_shared__impl_private_net__address__private__impl.cc branches/2017Q2/www/chromium/files/patch-ppapi_tests_extensions_BUILD.gn branches/2017Q2/www/chromium/files/patch-printing_BUILD.gn branches/2017Q2/www/chromium/files/patch-printing_cups__config__helper.py branches/2017Q2/www/chromium/files/patch-remoting_host_BUILD.gn branches/2017Q2/www/chromium/files/patch-sandbox_features.gni branches/2017Q2/www/chromium/files/patch-sdch_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_service__manager_public_cpp_standalone__service_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_service__manager_public_cpp_standalone__service_standalone__service.cc branches/2017Q2/www/chromium/files/patch-services_service__manager_runner_host_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_service__manager_standalone_context.cc branches/2017Q2/www/chromium/files/patch-services_ui_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_ui_gpu_gpu__main.cc branches/2017Q2/www/chromium/files/patch-services_ui_ime_BUILD.gn branches/2017Q2/www/chromium/files/patch-skia_BUILD.gn branches/2017Q2/www/chromium/files/patch-skia_ext_SkMemory__new__handler.cpp branches/2017Q2/www/chromium/files/patch-testing_gtest_src_gtest.cc branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_bindings_core_v8_V8ScriptRunner.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_core_layout_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontCache.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontCache.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_SimpleFontData.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_skia_FontCacheSkia.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_heap_GCInfo.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_platform_heap_StackFrameDepth.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_web_PopupMenuImpl.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_Assertions.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_Atomics.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_ByteSwap.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_ContainerAnnotations.h branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_StackUtil.cpp branches/2017Q2/www/chromium/files/patch-third__party_WebKit_Source_wtf_ThreadingPthreads.cpp branches/2017Q2/www/chromium/files/patch-third__party_angle_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_angle_gni_angle.gni branches/2017Q2/www/chromium/files/patch-third__party_angle_src_tests_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_boringssl_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_boringssl_src_crypto_ex__data.c branches/2017Q2/www/chromium/files/patch-third__party_cacheinvalidation_src_google_cacheinvalidation_include_types.h branches/2017Q2/www/chromium/files/patch-third__party_expat_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_ffmpeg_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_ffmpeg_ffmpeg__generated.gni branches/2017Q2/www/chromium/files/patch-third__party_ffmpeg_libavutil_mem.c branches/2017Q2/www/chromium/files/patch-third__party_fontconfig_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_glslang_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_harfbuzz-ng_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_leveldatabase_env__chromium.cc branches/2017Q2/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h branches/2017Q2/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h branches/2017Q2/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h branches/2017Q2/www/chromium/files/patch-third__party_libusb_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_libxml_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_libxslt_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_libyuv_include_libyuv_row.h branches/2017Q2/www/chromium/files/patch-third__party_mesa_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_minigbm_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_opus_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_ots_include_opentype-sanitiser.h branches/2017Q2/www/chromium/files/patch-third__party_pdfium_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_pdfium_core_fxcrt_fx__system.h branches/2017Q2/www/chromium/files/patch-third__party_pdfium_fpdfsdk_javascript_JS__Value.cpp branches/2017Q2/www/chromium/files/patch-third__party_pdfium_fpdfsdk_javascript_PublicMethods.cpp branches/2017Q2/www/chromium/files/patch-third__party_pdfium_skia_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_pdfium_third__party_base_logging.h branches/2017Q2/www/chromium/files/patch-third__party_skia_src_gpu_GrAutoLocaleSetter.h branches/2017Q2/www/chromium/files/patch-third__party_sqlite_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_usrsctp_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_httpcommon.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_ifaddrs__converter.h branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_ipaddress.h branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_network.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_network.h branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_physicalsocketserver.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_platform__thread.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_base_stringutils.h branches/2017Q2/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_modules_rtp__rtcp_source_forward__error__correction.cc branches/2017Q2/www/chromium/files/patch-third__party_webrtc_modules_video__coding_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_webrtc_system__wrappers_source_atomic32__non__darwin__unix.cc branches/2017Q2/www/chromium/files/patch-third__party_widevine_cdm_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_yasm_BUILD.gn branches/2017Q2/www/chromium/files/patch-third__party_zlib_BUILD.gn branches/2017Q2/www/chromium/files/patch-tools_battor__agent_BUILD.gn branches/2017Q2/www/chromium/files/patch-tools_gn_args.cc branches/2017Q2/www/chromium/files/patch-tools_gn_bootstrap_bootstrap.py branches/2017Q2/www/chromium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn branches/2017Q2/www/chromium/files/patch-tools_variations_fieldtrial__to__struct.py branches/2017Q2/www/chromium/files/patch-ui_accessibility_platform_ax__platform__node.h branches/2017Q2/www/chromium/files/patch-ui_app__list_app__list__constants.cc branches/2017Q2/www/chromium/files/patch-ui_app__list_app__list__constants.h branches/2017Q2/www/chromium/files/patch-ui_app__list_views_app__list__item__view.cc branches/2017Q2/www/chromium/files/patch-ui_aura_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_base_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc branches/2017Q2/www/chromium/files/patch-ui_base_ime_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_base_ime_ime__engine__handler__interface.h branches/2017Q2/www/chromium/files/patch-ui_base_ime_input__method__factory.cc branches/2017Q2/www/chromium/files/patch-ui_base_ime_input__method__initializer.cc branches/2017Q2/www/chromium/files/patch-ui_base_resource_resource__bundle.cc branches/2017Q2/www/chromium/files/patch-ui_base_ui__features.gni branches/2017Q2/www/chromium/files/patch-ui_base_webui_web__ui__util.cc branches/2017Q2/www/chromium/files/patch-ui_compositor_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc branches/2017Q2/www/chromium/files/patch-ui_events_event__switches.cc branches/2017Q2/www/chromium/files/patch-ui_events_event__switches.h branches/2017Q2/www/chromium/files/patch-ui_events_keycodes_dom_keycode__converter.cc branches/2017Q2/www/chromium/files/patch-ui_gfx_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_gfx_canvas__skia.cc branches/2017Q2/www/chromium/files/patch-ui_gfx_font__fallback__linux.cc branches/2017Q2/www/chromium/files/patch-ui_gfx_font__list.cc branches/2017Q2/www/chromium/files/patch-ui_gfx_font__render__params.h branches/2017Q2/www/chromium/files/patch-ui_gfx_render__text.cc branches/2017Q2/www/chromium/files/patch-ui_gl_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.cc branches/2017Q2/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.h branches/2017Q2/www/chromium/files/patch-ui_message__center_message__center__style.h branches/2017Q2/www/chromium/files/patch-ui_message__center_views_message__center__button__bar.cc branches/2017Q2/www/chromium/files/patch-ui_message__center_views_message__center__button__bar.h branches/2017Q2/www/chromium/files/patch-ui_message__center_views_message__view__factory.cc branches/2017Q2/www/chromium/files/patch-ui_message__center_views_toast__contents__view.cc branches/2017Q2/www/chromium/files/patch-ui_resources_ui__resources.grd branches/2017Q2/www/chromium/files/patch-ui_views_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_views_accessibility_native__view__accessibility.h branches/2017Q2/www/chromium/files/patch-ui_views_bubble_bubble__dialog__delegate.cc branches/2017Q2/www/chromium/files/patch-ui_views_controls_label.cc branches/2017Q2/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc branches/2017Q2/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_views_corewm_tooltip__aura.cc branches/2017Q2/www/chromium/files/patch-ui_views_examples_widget__example.cc branches/2017Q2/www/chromium/files/patch-ui_views_mus_BUILD.gn branches/2017Q2/www/chromium/files/patch-ui_views_mus_aura__init.cc branches/2017Q2/www/chromium/files/patch-ui_views_mus_aura__init.h branches/2017Q2/www/chromium/files/patch-ui_views_selection__controller.cc branches/2017Q2/www/chromium/files/patch-ui_views_style_platform__style.cc branches/2017Q2/www/chromium/files/patch-ui_views_views__delegate.cc branches/2017Q2/www/chromium/files/patch-ui_views_views__delegate.h branches/2017Q2/www/chromium/files/patch-ui_views_views__switches.cc branches/2017Q2/www/chromium/files/patch-ui_views_window_custom__frame__view.cc branches/2017Q2/www/chromium/files/patch-ui_views_window_dialog__delegate.cc branches/2017Q2/www/chromium/files/patch-ui_webui_resources_js_cr.js branches/2017Q2/www/chromium/files/patch-ui_webui_resources_js_icon.js branches/2017Q2/www/chromium/files/patch-v8_BUILD.gn branches/2017Q2/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc branches/2017Q2/www/chromium/files/patch-v8_src_globals.h branches/2017Q2/www/chromium/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/chromium/Makefile ============================================================================== --- branches/2017Q2/www/chromium/Makefile Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/Makefile Sun Apr 30 01:59:34 2017 (r439781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 57.0.2987.133 +PORTVERSION= 58.0.3029.81 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -20,6 +20,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ffmpeg>=3.2.2,1:multimedia/ffmpeg \ bash:shells/bash \ flock:sysutils/flock \ + node:www/node \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ ${LOCALBASE}/share/usbids/usb.ids:misc/usbids \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ @@ -88,7 +89,8 @@ GN_ARGS+= is_clang=true \ toolkit_views=true \ use_allocator="none" \ use_aura=true \ - use_experimental_allocator_shim=true \ + use_cups=true \ + use_experimental_allocator_shim=false \ treat_warnings_as_errors=false \ use_sysroot=false \ use_system_libjpeg=true \ @@ -196,16 +198,10 @@ MAKE_ENV+= C_INCLUDE_PATH=${LOCALBASE}/i # TODO: move this big extra to small ones EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang -.if ${OPSYS} == FreeBSD -.if ${OSVERSION} < 1100000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10 -.endif - # Work around base r261801 -.if ${OSVERSION} < 1100508 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100508 GN_ARGS+= extra_cxxflags="-D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1" .endif -.endif pre-everything:: @${ECHO_MSG} @@ -217,9 +213,6 @@ pre-everything:: @${ECHO_MSG} "and a fair amount of free diskspace (~ 3.7GB)." .endif @${ECHO_MSG} - @${ECHO_MSG} "Make sure you have Python build with the SEM option ON" - @${ECHO_MSG} "(default in python27-2.7.8 since r361735)" - @${ECHO_MSG} pre-configure: # We used to remove bundled libraries to be sure that chromium uses @@ -238,6 +231,10 @@ do-configure: cd ${WRKSRC} && ${SETENV} ./out/${BUILDTYPE}/gn \ gen --args='${GN_ARGS}' out/${BUILDTYPE} + # Setup nodejs dependency + @${MKDIR} ${WRKSRC}/third_party/node/linux/node-linux-x64/bin + ${LN} -sf ${LOCALBASE}/bin/node ${WRKSRC}/third_party/node/linux/node-linux-x64/bin/node + test regression-test: build .for t in ${TEST_TARGETS} cd ${WRKSRC}/out/${BUILDTYPE} && ${SETENV} LC_ALL=en_US.UTF-8 \ Modified: branches/2017Q2/www/chromium/distinfo ============================================================================== --- branches/2017Q2/www/chromium/distinfo Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/distinfo Sun Apr 30 01:59:34 2017 (r439781) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490878091 -SHA256 (chromium-57.0.2987.133.tar.xz) = 70011770a7e522c92826a3af48d3fd28a46bf8042897d072d20c748cbf828cf7 -SIZE (chromium-57.0.2987.133.tar.xz) = 525240460 -SHA256 (chromium-57.0.2987.133-testdata.tar.xz) = 16188e40b7dccbbce4f20dd0a2c5dafabc98c4fd55bbbc85d1458a736e2d8084 -SIZE (chromium-57.0.2987.133-testdata.tar.xz) = 124080256 +TIMESTAMP = 1492682402 +SHA256 (chromium-58.0.3029.81.tar.xz) = 5ab61b7025a5143fa1b21713479b316ec7a98e262e79e84f9c9a9656179217cb +SIZE (chromium-58.0.3029.81.tar.xz) = 509252204 +SHA256 (chromium-58.0.3029.81-testdata.tar.xz) = 8fa8d18c5ccfa8cbb067c4d88a0b8ed0dfd52b5d784c2cf48b91d1cb3a2fb264 +SIZE (chromium-58.0.3029.81-testdata.tar.xz) = 124158512 Modified: branches/2017Q2/www/chromium/files/extra-patch-clang ============================================================================== --- branches/2017Q2/www/chromium/files/extra-patch-clang Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/extra-patch-clang Sun Apr 30 01:59:34 2017 (r439781) @@ -52,6 +52,17 @@ EXPECT_CALL(callback_, OnError(_)) .Times(2); +--- third_party/libjingle_xmpp/task_runner/taskrunner.cc.orig 2017-04-19 19:06:52 UTC ++++ third_party/libjingle_xmpp/task_runner/taskrunner.cc +@@ -95,7 +95,7 @@ void TaskRunner::InternalRunTasks(bool i + std::vector::iterator it; + it = std::remove(tasks_.begin(), + tasks_.end(), +- reinterpret_cast(NULL)); ++ static_cast(NULL)); + + tasks_.erase(it, tasks_.end()); + --- third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-15 00:31:48.000000000 +0200 +++ third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-18 22:05:41.000000000 +0200 @@ -439,7 +439,7 @@ @@ -99,13 +110,3 @@ CMapFormat::kFormat4, cmap_id) { } ---- third_party/webrtc/base/taskrunner.cc.orig 2017-03-09 21:05:29.000000000 +0100 -+++ third_party/webrtc/base/taskrunner.cc 2017-03-10 13:19:54.203141000 +0100 -@@ -96,7 +96,7 @@ - std::vector::iterator it; - it = std::remove(tasks_.begin(), - tasks_.end(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - - tasks_.erase(it, tasks_.end()); Modified: branches/2017Q2/www/chromium/files/patch-BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2017-03-09 20:04:26 UTC +--- BUILD.gn.orig 2017-04-19 19:06:27 UTC +++ BUILD.gn -@@ -221,7 +221,7 @@ group("both_gn_and_gyp") { +@@ -220,7 +220,7 @@ group("both_gn_and_gyp") { ] } @@ -9,7 +9,7 @@ deps += [ "//chrome", "//chrome/test:browser_tests", -@@ -281,7 +281,7 @@ group("both_gn_and_gyp") { +@@ -277,7 +277,7 @@ group("both_gn_and_gyp") { ] } @@ -18,7 +18,7 @@ # TODO(GYP): Figure out which of these should actually build on iOS, # and whether there should be other targets that are iOS-only and missing. deps += [ -@@ -325,7 +325,7 @@ group("both_gn_and_gyp") { +@@ -322,7 +322,7 @@ group("both_gn_and_gyp") { "//ui/touch_selection:ui_touch_selection_unittests", "//url/ipc:url_ipc_unittests", ] @@ -27,7 +27,7 @@ deps += [ "//ios:all" ] } -@@ -495,7 +495,7 @@ group("both_gn_and_gyp") { +@@ -482,7 +482,7 @@ group("both_gn_and_gyp") { ] } @@ -36,7 +36,7 @@ # The following are definitely linux-only. deps += [ "//chrome:manpage", -@@ -518,9 +518,16 @@ group("both_gn_and_gyp") { +@@ -505,9 +505,16 @@ group("both_gn_and_gyp") { # TODO(dpranke): add the linux_dump_symbols flag? deps += [ "//chrome:linux_symbols" ] } @@ -54,7 +54,7 @@ deps += [ "//base:base_i18n_perftests", "//base:base_perftests", -@@ -592,7 +599,7 @@ group("both_gn_and_gyp") { +@@ -578,7 +585,7 @@ group("both_gn_and_gyp") { if (enable_nacl) { deps += [ "//components/nacl/loader:nacl_loader_unittests" ] @@ -63,7 +63,7 @@ # TODO(dpranke): Figure out what platforms should actually have this. deps += [ "//components/nacl/loader:nacl_helper" ] -@@ -700,7 +707,7 @@ group("both_gn_and_gyp") { +@@ -684,7 +691,7 @@ group("both_gn_and_gyp") { deps += [ "//chrome/installer/mini_installer:next_version_mini_installer" ] } @@ -72,7 +72,7 @@ deps += [ "//breakpad:symupload($host_toolchain)" ] } -@@ -745,7 +752,7 @@ group("gn_only") { +@@ -728,7 +735,7 @@ group("gn_only") { deps += [ "//components/proximity_auth:proximity_auth_unittests" ] } @@ -81,7 +81,7 @@ deps += [ "//mash:all", "//media/mojo/services:media_service_unittests", -@@ -771,7 +778,7 @@ group("gn_only") { +@@ -754,7 +761,7 @@ group("gn_only") { } } @@ -90,7 +90,7 @@ # TODO(GYP): Figure out if any of these should be in gn_all # and figure out how cross-platform they are deps += [ -@@ -826,7 +833,7 @@ group("gn_only") { +@@ -794,7 +801,7 @@ group("gn_only") { } if (target_cpu == "x86" || target_cpu == "x64") { @@ -99,7 +99,7 @@ deps += [ "//chrome/test:load_library_perf_tests" ] } deps += [ -@@ -834,7 +841,7 @@ group("gn_only") { +@@ -802,7 +809,7 @@ group("gn_only") { "//third_party/libjpeg_turbo:simd_asm", ] } @@ -108,7 +108,7 @@ deps += [ "//v8:v8_shell" ] } } -@@ -844,7 +851,7 @@ group("gn_only") { +@@ -812,7 +819,7 @@ group("gn_only") { } if ((is_linux && !is_chromeos && !is_chromecast) || (is_win && use_drfuzz) || @@ -117,7 +117,7 @@ deps += [ "//testing/libfuzzer/fuzzers", "//testing/libfuzzer/tests:libfuzzer_tests", -@@ -876,7 +883,7 @@ group("gn_only") { +@@ -844,7 +851,7 @@ group("gn_only") { group("gn_mojo_targets") { testonly = true @@ -126,7 +126,7 @@ # TODO(GYP): Figure out if any of these should be in gn_all # and figure out how cross-platform they are deps = [ -@@ -902,7 +909,7 @@ group("gn_visibility") { +@@ -870,7 +877,7 @@ group("gn_visibility") { } } @@ -135,7 +135,7 @@ # This group includes all of the targets needed to build and test Blink, # including running the layout tests (see below). group("blink_tests") { -@@ -948,7 +955,7 @@ if (!is_ios) { +@@ -935,7 +942,7 @@ if (!is_ios) { data_deps += [ "//content/shell:content_shell_crash_service" ] } @@ -144,7 +144,7 @@ data_deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] } -@@ -956,7 +963,7 @@ if (!is_ios) { +@@ -943,7 +950,7 @@ if (!is_ios) { data_deps += [ "//breakpad:dump_syms($host_toolchain)" ] } @@ -153,7 +153,7 @@ data_deps += [ "//breakpad:dump_syms($host_toolchain)" ] } -@@ -978,7 +985,7 @@ group("chromium_swarm_tests") { +@@ -979,7 +986,7 @@ group("chromium_swarm_tests") { group("chromium_builder_perf") { testonly = true @@ -162,7 +162,7 @@ data_deps = [ "//cc:cc_perftests", "//chrome/test:load_library_perf_tests", -@@ -1008,7 +1015,7 @@ group("chromium_builder_perf") { +@@ -1009,7 +1016,7 @@ group("chromium_builder_perf") { "//chrome/installer/mini_installer:mini_installer", "//chrome/test:angle_perftests", ] Modified: branches/2017Q2/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- apps/ui/views/app_window_frame_view.cc.orig 2017-02-02 02:02:46 UTC +--- apps/ui/views/app_window_frame_view.cc.orig 2017-04-19 19:06:27 UTC +++ apps/ui/views/app_window_frame_view.cc @@ -132,7 +132,7 @@ gfx::Rect AppWindowFrameView::GetBoundsF gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds( Modified: branches/2017Q2/www/chromium/files/patch-ash_display_mirror__window__controller.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-ash_display_mirror__window__controller.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-ash_display_mirror__window__controller.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- ash/display/mirror_window_controller.cc.orig 2017-01-26 00:49:06 UTC +--- ash/display/mirror_window_controller.cc.orig 2017-04-19 19:06:27 UTC +++ ash/display/mirror_window_controller.cc -@@ -250,7 +250,11 @@ void MirrorWindowController::UpdateWindo +@@ -251,7 +251,11 @@ void MirrorWindowController::UpdateWindo return info.id() == iter->first; }) == display_info_list.end()) { CloseAndDeleteHost(iter->second, true); Modified: branches/2017Q2/www/chromium/files/patch-base_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,7 +1,17 @@ ---- base/BUILD.gn.orig 2017-03-09 20:04:26 UTC +--- base/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ base/BUILD.gn -@@ -1116,6 +1116,35 @@ component("base") { - public_deps += [ "//base/allocator:unified_allocator_shim" ] +@@ -1156,6 +1156,9 @@ component("base") { + deps += [ "//base/allocator:tcmalloc" ] + } else if (is_linux && use_allocator == "none") { + sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ] ++ } else if (is_bsd && use_allocator == "none") { ++ # TODO move the code to "allocator_shim_default_dispatch_to_glibc.cc" ++ sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ] + } else if (is_android && use_allocator == "none") { + sources += [ + "allocator/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc", +@@ -1171,6 +1174,34 @@ component("base") { + } } + if (is_bsd) { @@ -15,11 +25,10 @@ + "sys_info_linux.cc", + "trace_event/malloc_dump_provider.cc", + "trace_event/malloc_dump_provider.h", -+ "debug/proc_maps_linux.cc", -+ "debug/proc_maps_linux.h", + ] + sources += [ + "files/file_path_watcher_stub.cc", ++ "process/memory_stubs.cc", + "process/process_handle_freebsd.cc", + "process/process_iterator_freebsd.cc", + "process/process_metrics_freebsd.cc", @@ -36,7 +45,7 @@ # Allow more direct string conversions on platforms with native utf8 # strings if (is_mac || is_ios || is_chromeos || is_chromecast) { -@@ -1416,7 +1445,7 @@ component("base") { +@@ -1467,7 +1498,7 @@ component("base") { } # Linux. @@ -45,7 +54,7 @@ if (is_asan || is_lsan || is_msan || is_tsan) { # For llvm-sanitizer. data += [ "//third_party/llvm-build/Release+Asserts/lib/libstdc++.so.6" ] -@@ -1441,7 +1470,7 @@ component("base") { +@@ -1492,7 +1523,7 @@ component("base") { "//base/third_party/xdg_user_dirs", ] } else { @@ -54,7 +63,7 @@ sources -= [ "nix/mime_util_xdg.cc", "nix/mime_util_xdg.h", -@@ -1457,6 +1486,13 @@ component("base") { +@@ -1508,6 +1539,13 @@ component("base") { } } @@ -68,7 +77,7 @@ # iOS if (is_ios) { set_sources_assignment_filter([]) -@@ -2245,6 +2281,12 @@ test("base_unittests") { +@@ -2309,6 +2347,12 @@ test("base_unittests") { set_sources_assignment_filter(sources_assignment_filter) } Modified: branches/2017Q2/www/chromium/files/patch-base__trace_event__process_memory_dump.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base__trace_event__process_memory_dump.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base__trace_event__process_memory_dump.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/trace_event/process_memory_dump.h.orig 2017-01-26 00:49:07 UTC +--- base/trace_event/process_memory_dump.h.orig 2017-04-19 19:06:28 UTC +++ base/trace_event/process_memory_dump.h @@ -24,7 +24,7 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/allocator/allocator_shim.cc.orig 2017-02-02 02:02:47 UTC +--- base/allocator/allocator_shim.cc.orig 2017-04-19 19:06:28 UTC +++ base/allocator/allocator_shim.cc -@@ -89,7 +89,7 @@ inline const allocator::AllocatorDispatc +@@ -81,7 +81,7 @@ inline const allocator::AllocatorDispatc // Unfortunately due to that bug NoBarrier_Load() is mistakenly fully // barriered on Linux+Clang, and that causes visible perf regressons. return reinterpret_cast( Modified: branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/allocator/allocator_shim_default_dispatch_to_glibc.cc.orig 2017-01-26 00:49:07 UTC +--- base/allocator/allocator_shim_default_dispatch_to_glibc.cc.orig 2017-04-19 19:06:28 UTC +++ base/allocator/allocator_shim_default_dispatch_to_glibc.cc @@ -3,19 +3,28 @@ // found in the LICENSE file. @@ -37,32 +37,41 @@ } // extern "C" namespace { -@@ -23,23 +32,23 @@ namespace { +@@ -23,32 +32,32 @@ namespace { using base::allocator::AllocatorDispatch; - void* GlibcMalloc(const AllocatorDispatch*, size_t size) { + void* GlibcMalloc(const AllocatorDispatch*, size_t size, void* context) { - return __libc_malloc(size); + return __malloc(size); } - void* GlibcCalloc(const AllocatorDispatch*, size_t n, size_t size) { + void* GlibcCalloc(const AllocatorDispatch*, + size_t n, + size_t size, + void* context) { - return __libc_calloc(n, size); + return __calloc(n, size); } - void* GlibcRealloc(const AllocatorDispatch*, void* address, size_t size) { + void* GlibcRealloc(const AllocatorDispatch*, + void* address, + size_t size, + void* context) { - return __libc_realloc(address, size); + return __realloc(address, size); } - void* GlibcMemalign(const AllocatorDispatch*, size_t alignment, size_t size) { + void* GlibcMemalign(const AllocatorDispatch*, + size_t alignment, + size_t size, + void* context) { - return __libc_memalign(alignment, size); + return __memalign(alignment, size); } - void GlibcFree(const AllocatorDispatch*, void* address) { + void GlibcFree(const AllocatorDispatch*, void* address, void* context) { - __libc_free(address); + __free(address); } - size_t GlibcGetSizeEstimate(const AllocatorDispatch*, void* address) { + size_t GlibcGetSizeEstimate(const AllocatorDispatch*, Modified: branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/allocator/allocator_shim_override_libc_symbols.h.orig 2017-01-26 00:49:07 UTC +--- base/allocator/allocator_shim_override_libc_symbols.h.orig 2017-04-19 19:06:28 UTC +++ base/allocator/allocator_shim_override_libc_symbols.h @@ -10,7 +10,7 @@ #endif Modified: branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,61 +1,36 @@ ---- base/allocator/allocator_shim_unittest.cc.orig 2017-03-09 20:04:26 UTC +--- base/allocator/allocator_shim_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/allocator/allocator_shim_unittest.cc -@@ -4,7 +4,6 @@ - - #include "base/allocator/allocator_shim.h" - --#include - #include - #include - -@@ -196,11 +195,13 @@ TEST_F(AllocatorShimTest, InterceptLibcS - ASSERT_GE(zero_allocs_intercepted_by_size[2 * 23], 1u); +@@ -289,7 +289,7 @@ TEST_F(AllocatorShimTest, InterceptLibcS + ASSERT_GE(aligned_allocs_intercepted_by_size[61], 1u); + #endif // !OS_WIN - #if !defined(OS_WIN) -+#if !defined(OS_BSD) +-#if !defined(OS_WIN) && !defined(OS_MACOSX) ++#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_BSD) void* memalign_ptr = memalign(128, 53); ASSERT_NE(nullptr, memalign_ptr); ASSERT_EQ(0u, reinterpret_cast(memalign_ptr) % 128); - ASSERT_GE(aligned_allocs_intercepted_by_alignment[128], 1u); - ASSERT_GE(aligned_allocs_intercepted_by_size[53], 1u); -+#endif - - void* posix_memalign_ptr = nullptr; - int res = posix_memalign(&posix_memalign_ptr, 256, 59); -@@ -217,12 +218,14 @@ TEST_F(AllocatorShimTest, InterceptLibcS - ASSERT_GE(aligned_allocs_intercepted_by_alignment[kPageSize], 1u); - ASSERT_GE(aligned_allocs_intercepted_by_size[61], 1u); - -+#if !defined(OS_BSD) - void* pvalloc_ptr = pvalloc(67); - ASSERT_NE(nullptr, pvalloc_ptr); - ASSERT_EQ(0u, reinterpret_cast(pvalloc_ptr) % kPageSize); +@@ -302,7 +302,7 @@ TEST_F(AllocatorShimTest, InterceptLibcS ASSERT_GE(aligned_allocs_intercepted_by_alignment[kPageSize], 1u); // pvalloc rounds the size up to the next page. ASSERT_GE(aligned_allocs_intercepted_by_size[kPageSize], 1u); -+#endif - #endif // OS_WIN +-#endif // !OS_WIN && !OS_MACOSX ++#endif // !OS_WIN && !OS_MACOSX && !OS_BSD - char* realloc_ptr = static_cast(realloc(nullptr, 71)); -@@ -243,8 +246,10 @@ TEST_F(AllocatorShimTest, InterceptLibcS + char* realloc_ptr = static_cast(malloc(10)); + strcpy(realloc_ptr, "foobar"); +@@ -318,13 +318,13 @@ TEST_F(AllocatorShimTest, InterceptLibcS + free(zero_alloc_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(zero_alloc_ptr)], 1u); - #if !defined(OS_WIN) -+#if !defined(OS_BSD) +-#if !defined(OS_WIN) && !defined(OS_MACOSX) ++#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_BSD) free(memalign_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(memalign_ptr)], 1u); -+#endif - free(posix_memalign_ptr); - ASSERT_GE(frees_intercepted_by_addr[Hash(posix_memalign_ptr)], 1u); -@@ -252,8 +257,10 @@ TEST_F(AllocatorShimTest, InterceptLibcS - free(valloc_ptr); - ASSERT_GE(frees_intercepted_by_addr[Hash(valloc_ptr)], 1u); - -+#if !defined(OS_BSD) free(pvalloc_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(pvalloc_ptr)], 1u); -+#endif - #endif // OS_WIN +-#endif // !OS_WIN && !OS_MACOSX ++#endif // !OS_WIN && !OS_MACOSX && !OS_BSD - free(realloc_ptr); + #if !defined(OS_WIN) + free(posix_memalign_ptr); Modified: branches/2017Q2/www/chromium/files/patch-base_debug_proc__maps__linux.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_debug_proc__maps__linux.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_debug_proc__maps__linux.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/debug/proc_maps_linux.cc.orig 2017-01-26 00:49:07 UTC +--- base/debug/proc_maps_linux.cc.orig 2017-04-19 19:06:28 UTC +++ base/debug/proc_maps_linux.cc @@ -12,7 +12,7 @@ #include "base/strings/string_split.h" Modified: branches/2017Q2/www/chromium/files/patch-base_debug_stack__trace__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_debug_stack__trace__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_debug_stack__trace__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/debug/stack_trace_posix.cc.orig 2017-03-09 20:04:26 UTC +--- base/debug/stack_trace_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/debug/stack_trace_posix.cc -@@ -33,7 +33,7 @@ +@@ -34,7 +34,7 @@ #include #endif @@ -9,7 +9,7 @@ #include "base/debug/proc_maps_linux.h" #endif -@@ -574,6 +574,10 @@ class SandboxSymbolizeHelper { +@@ -575,6 +575,10 @@ class SandboxSymbolizeHelper { // for the modules that are loaded in the current process. // Returns true on success. bool CacheMemoryRegions() { @@ -20,7 +20,7 @@ // Reads /proc/self/maps. std::string contents; if (!ReadProcMaps(&contents)) { -@@ -589,6 +593,7 @@ class SandboxSymbolizeHelper { +@@ -590,6 +594,7 @@ class SandboxSymbolizeHelper { is_initialized_ = true; return true; Modified: branches/2017Q2/www/chromium/files/patch-base_debug_thread__heap__usage__tracker.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_debug_thread__heap__usage__tracker.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_debug_thread__heap__usage__tracker.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/debug/thread_heap_usage_tracker.cc.orig 2017-01-26 00:49:07 UTC +--- base/debug/thread_heap_usage_tracker.cc.orig 2017-04-19 19:06:28 UTC +++ base/debug/thread_heap_usage_tracker.cc -@@ -14,11 +14,13 @@ +@@ -16,11 +16,13 @@ #include "base/threading/thread_local_storage.h" #include "build/build_config.h" Modified: branches/2017Q2/www/chromium/files/patch-base_files_file__path__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_files_file__path__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_files_file__path__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/files/file_path_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/files/file_path_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/files/file_path_unittest.cc @@ -1133,7 +1133,7 @@ TEST_F(FilePathTest, FromUTF8Unsafe_And_ "\xEF\xBC\xA1\xEF\xBC\xA2\xEF\xBC\xA3.txt" }, Modified: branches/2017Q2/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/files/file_path_watcher_kqueue.h.orig 2017-01-26 00:49:07 UTC +--- base/files/file_path_watcher_kqueue.h.orig 2017-04-19 19:06:28 UTC +++ base/files/file_path_watcher_kqueue.h @@ -5,6 +5,10 @@ #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ Modified: branches/2017Q2/www/chromium/files/patch-base_files_file__util.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_files_file__util.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_files_file__util.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/files/file_util.h.orig 2017-01-26 00:49:07 UTC +--- base/files/file_util.h.orig 2017-04-19 19:06:28 UTC +++ base/files/file_util.h -@@ -404,7 +404,7 @@ BASE_EXPORT bool VerifyPathControlledByA +@@ -406,7 +406,7 @@ BASE_EXPORT bool VerifyPathControlledByA // the directory |path|, in the number of FilePath::CharType, or -1 on failure. BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path); Modified: branches/2017Q2/www/chromium/files/patch-base_linux__util.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_linux__util.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_linux__util.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/linux_util.cc.orig 2017-01-26 00:49:07 UTC +--- base/linux_util.cc.orig 2017-04-19 19:06:28 UTC +++ base/linux_util.cc @@ -110,12 +110,14 @@ char g_linux_distro[kDistroSize] = "CrOS"; Modified: branches/2017Q2/www/chromium/files/patch-base_native__library__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_native__library__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_native__library__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/native_library_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/native_library_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/native_library_posix.cc @@ -35,7 +35,7 @@ NativeLibrary LoadNativeLibraryWithOptio // further investigation, as it might vary across versions. Crash here to Modified: branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/posix/unix_domain_socket_linux.cc.orig 2017-01-26 00:49:07 UTC +--- base/posix/unix_domain_socket_linux.cc.orig 2017-04-19 19:06:28 UTC +++ base/posix/unix_domain_socket_linux.cc @@ -23,6 +23,15 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_posix_unix__domain__socket__linux__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/posix/unix_domain_socket_linux_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/posix/unix_domain_socket_linux_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/posix/unix_domain_socket_linux_unittest.cc @@ -2,10 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be Modified: branches/2017Q2/www/chromium/files/patch-base_process_internal__linux.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_internal__linux.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_internal__linux.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/internal_linux.h.orig 2017-01-26 00:49:07 UTC +--- base/process/internal_linux.h.orig 2017-04-19 19:06:28 UTC +++ base/process/internal_linux.h @@ -14,6 +14,8 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_process_launch.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_launch.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_launch.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/launch.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/launch.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/launch.cc @@ -15,7 +15,7 @@ LaunchOptions::~LaunchOptions() = defaul Modified: branches/2017Q2/www/chromium/files/patch-base_process_launch.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_launch.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_launch.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/launch.h.orig 2017-01-26 00:49:07 UTC +--- base/process/launch.h.orig 2017-04-19 19:06:28 UTC +++ base/process/launch.h @@ -138,7 +138,7 @@ struct BASE_EXPORT LaunchOptions { // will be the same as its pid. Modified: branches/2017Q2/www/chromium/files/patch-base_process_launch__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_launch__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_launch__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/launch_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/launch_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/launch_posix.cc @@ -64,6 +64,7 @@ #include "base/feature_list.h" Copied: branches/2017Q2/www/chromium/files/patch-base_process_memory.cc (from r439776, head/www/chromium/files/patch-base_process_memory.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-base_process_memory.cc Sun Apr 30 01:59:34 2017 (r439781, copy of r439776, head/www/chromium/files/patch-base_process_memory.cc) @@ -0,0 +1,11 @@ +--- base/process/memory.cc.orig 2017-04-19 19:06:28 UTC ++++ base/process/memory.cc +@@ -31,7 +31,7 @@ void TerminateBecauseOutOfMemory(size_t + #endif + + // Defined in memory_mac.mm for Mac. +-#if !defined(OS_MACOSX) ++#if !defined(OS_MACOSX) && !defined(OS_BSD) + + bool UncheckedCalloc(size_t num_items, size_t size, void** result) { + const size_t alloc_size = num_items * size; Modified: branches/2017Q2/www/chromium/files/patch-base_process_memory.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_memory.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_memory.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/memory.h.orig 2017-01-26 00:49:07 UTC +--- base/process/memory.h.orig 2017-04-19 19:06:28 UTC +++ base/process/memory.h @@ -32,7 +32,7 @@ BASE_EXPORT void EnableTerminationOnOutO // Crash reporting classifies such crashes as OOM. Modified: branches/2017Q2/www/chromium/files/patch-base_process_memory__stubs.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_memory__stubs.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_memory__stubs.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/memory_stubs.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/memory_stubs.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/memory_stubs.cc @@ -31,6 +31,8 @@ void TerminateBecauseOutOfMemory(size_t // their respective stdlib function since those functions will return null on a Modified: branches/2017Q2/www/chromium/files/patch-base_process_memory__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_memory__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_memory__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/process/memory_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/memory_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/memory_unittest.cc -@@ -82,10 +82,10 @@ TEST(MemoryTest, AllocatorShimWorking) { +@@ -93,10 +93,10 @@ TEST(MemoryTest, AllocatorShimWorking) { ASSERT_TRUE(base::allocator::IsAllocatorInitialized()); } @@ -13,7 +13,7 @@ BUILDFLAG(ENABLE_WIN_ALLOCATOR_SHIM_TESTS) && \ !defined(MEMORY_TOOL_REPLACES_ALLOCATOR) -@@ -439,5 +439,5 @@ TEST_F(OutOfMemoryHandledTest, Unchecked +@@ -488,5 +488,5 @@ TEST_F(OutOfMemoryHandledTest, Unchecked EXPECT_FALSE(base::UncheckedCalloc(1, test_size_, &value_)); EXPECT_TRUE(value_ == NULL); } Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__handle__freebsd.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__handle__freebsd.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__handle__freebsd.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_handle_freebsd.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_handle_freebsd.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_handle_freebsd.cc @@ -16,7 +16,7 @@ namespace base { Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__info__linux.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__info__linux.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__info__linux.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_info_linux.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_info_linux.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_info_linux.cc @@ -11,10 +11,28 @@ #include "base/process/process_handle.h" @@ -26,10 +26,10 @@ + return Time::FromTimeVal(proc.ki_start); +#endif +#else - ProcessHandle pid = GetCurrentProcessHandle(); int64_t start_ticks = - internal::ReadProcStatsAndGetFieldAsInt64(pid, internal::VM_STARTTIME); -@@ -23,6 +41,7 @@ const Time CurrentProcessInfo::CreationT + internal::ReadProcSelfStatsAndGetFieldAsInt64(internal::VM_STARTTIME); + DCHECK(start_ticks); +@@ -22,6 +40,7 @@ const Time CurrentProcessInfo::CreationT Time boot_time = internal::GetBootTime(); DCHECK(!boot_time.is_null()); return Time(boot_time + start_offset); Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__iterator__freebsd.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__iterator__freebsd.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__iterator__freebsd.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_iterator_freebsd.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_iterator_freebsd.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_iterator_freebsd.cc @@ -10,6 +10,10 @@ #include Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__metrics.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__metrics.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__metrics.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_metrics.h.orig 2017-03-09 20:04:26 UTC +--- base/process/process_metrics.h.orig 2017-04-19 19:06:28 UTC +++ base/process/process_metrics.h @@ -22,6 +22,12 @@ #include "base/values.h" Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__metrics__freebsd.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__metrics__freebsd.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__metrics__freebsd.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_metrics_freebsd.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_metrics_freebsd.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_metrics_freebsd.cc @@ -13,6 +13,9 @@ #include "base/memory/ptr_util.h" Modified: branches/2017Q2/www/chromium/files/patch-base_process_process__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_process_process__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_process_process__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/process/process_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/process/process_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/process/process_posix.cc @@ -21,8 +21,18 @@ #include @@ -53,9 +53,9 @@ +} +#endif // !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_FREEBSD) - bool Process::IsValid() const { - return process_ != kNullProcessHandle; -@@ -365,15 +379,32 @@ bool Process::WaitForExitWithTimeout(Tim + // static + void Process::TerminateCurrentProcessImmediately(int exit_code) { +@@ -370,15 +384,32 @@ bool Process::WaitForExitWithTimeout(Tim bool Process::IsProcessBackgrounded() const { // See SetProcessBackgrounded(). DCHECK(IsValid()); Modified: branches/2017Q2/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/profiler/stack_sampling_profiler_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/profiler/stack_sampling_profiler_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/profiler/stack_sampling_profiler_unittest.cc -@@ -31,7 +31,7 @@ +@@ -33,7 +33,7 @@ #include #include #include Modified: branches/2017Q2/www/chromium/files/patch-base_security__unittest.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_security__unittest.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_security__unittest.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/security_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/security_unittest.cc.orig 2017-04-19 19:06:28 UTC +++ base/security_unittest.cc @@ -74,7 +74,7 @@ bool IsTcMallocBypassed() { // FAILS_ is too clunky. Modified: branches/2017Q2/www/chromium/files/patch-base_sys__info__freebsd.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_sys__info__freebsd.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_sys__info__freebsd.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/sys_info_freebsd.cc.orig 2017-01-26 00:49:07 UTC +--- base/sys_info_freebsd.cc.orig 2017-04-19 19:06:28 UTC +++ base/sys_info_freebsd.cc @@ -12,12 +12,34 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_sys__info__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_sys__info__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_sys__info__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/sys_info_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/sys_info_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/sys_info_posix.cc @@ -35,7 +35,7 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_test_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_test_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_test_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/test/BUILD.gn.orig 2017-03-09 20:04:26 UTC +--- base/test/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ base/test/BUILD.gn @@ -312,7 +312,7 @@ static_library("run_all_base_unittests") ] Modified: branches/2017Q2/www/chromium/files/patch-base_test_launcher_test__launcher.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_test_launcher_test__launcher.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_test_launcher_test__launcher.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/test/launcher/test_launcher.cc.orig 2017-03-09 20:04:26 UTC +--- base/test/launcher/test_launcher.cc.orig 2017-04-19 19:06:28 UTC +++ base/test/launcher/test_launcher.cc @@ -60,6 +60,10 @@ #include "base/win/windows_version.h" Modified: branches/2017Q2/www/chromium/files/patch-base_test_test__file__util__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_test_test__file__util__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_test_test__file__util__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/test/test_file_util_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/test/test_file_util_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/test/test_file_util_posix.cc @@ -79,7 +79,7 @@ bool DieFileDie(const FilePath& file, bo return DeleteFile(file, recurse); Modified: branches/2017Q2/www/chromium/files/patch-base_third__party_libevent_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_third__party_libevent_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_third__party_libevent_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/third_party/libevent/BUILD.gn.orig 2017-03-09 20:04:26 UTC +--- base/third_party/libevent/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ base/third_party/libevent/BUILD.gn @@ -50,6 +50,9 @@ static_library("libevent") { "linux/event-config.h", Modified: branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread.h ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread.h Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread.h Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- base/threading/platform_thread.h.orig 2017-01-26 00:49:07 UTC +--- base/threading/platform_thread.h.orig 2017-04-19 19:06:28 UTC +++ base/threading/platform_thread.h -@@ -205,7 +205,7 @@ class BASE_EXPORT PlatformThread { +@@ -211,7 +211,7 @@ class BASE_EXPORT PlatformThread { static ThreadPriority GetCurrentThreadPriority(); Modified: branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__linux.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__linux.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__linux.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_linux.cc.orig 2017-01-26 00:49:07 UTC +--- base/threading/platform_thread_linux.cc.orig 2017-04-19 19:06:28 UTC +++ base/threading/platform_thread_linux.cc @@ -19,7 +19,9 @@ Modified: branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__posix.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__posix.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_threading_platform__thread__posix.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/threading/platform_thread_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/threading/platform_thread_posix.cc @@ -56,7 +56,7 @@ void* ThreadFunc(void* params) { if (!thread_params->joinable) Copied: branches/2017Q2/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc (from r439776, head/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc Sun Apr 30 01:59:34 2017 (r439781, copy of r439776, head/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc) @@ -0,0 +1,26 @@ +--- base/threading/thread_task_runner_handle.cc.orig 2017-04-19 19:06:28 UTC ++++ base/threading/thread_task_runner_handle.cc +@@ -7,6 +7,7 @@ + #include + + #include "base/bind.h" ++#include "base/callback_helpers.h" + #include "base/lazy_instance.h" + #include "base/logging.h" + #include "base/memory/ptr_util.h" +@@ -34,6 +35,7 @@ bool ThreadTaskRunnerHandle::IsSet() { + return !!lazy_tls_ptr.Pointer()->Get(); + } + ++#if defined(OS_BSD) + // static + ScopedClosureRunner ThreadTaskRunnerHandle::OverrideForTesting( + scoped_refptr overriding_task_runner) { +@@ -77,6 +79,7 @@ ScopedClosureRunner ThreadTaskRunnerHand + base::Passed(&overriding_task_runner), + base::Unretained(ttrh->task_runner_.get()))); + } ++#endif + + ThreadTaskRunnerHandle::ThreadTaskRunnerHandle( + scoped_refptr task_runner) Modified: branches/2017Q2/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/trace_event/malloc_dump_provider.cc.orig 2017-01-26 00:49:07 UTC +--- base/trace_event/malloc_dump_provider.cc.orig 2017-04-19 19:06:28 UTC +++ base/trace_event/malloc_dump_provider.cc @@ -21,7 +21,7 @@ #if defined(OS_MACOSX) Modified: branches/2017Q2/www/chromium/files/patch-base_trace__event_process__memory__dump.cc ============================================================================== --- branches/2017Q2/www/chromium/files/patch-base_trace__event_process__memory__dump.cc Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-base_trace__event_process__memory__dump.cc Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- base/trace_event/process_memory_dump.cc.orig 2017-01-26 00:49:07 UTC +--- base/trace_event/process_memory_dump.cc.orig 2017-04-19 19:06:28 UTC +++ base/trace_event/process_memory_dump.cc @@ -83,7 +83,7 @@ size_t ProcessMemoryDump::CountResidentB const size_t kMaxChunkSize = 8 * 1024 * 1024; Modified: branches/2017Q2/www/chromium/files/patch-breakpad_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-breakpad_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-breakpad_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- breakpad/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- breakpad/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ breakpad/BUILD.gn @@ -468,7 +468,7 @@ if (is_mac) { } Copied: branches/2017Q2/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h (from r439776, head/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h Sun Apr 30 01:59:34 2017 (r439781, copy of r439776, head/www/chromium/files/patch-breakpad_src_common_simple__string__dictionary.h) @@ -0,0 +1,11 @@ +--- breakpad/src/common/simple_string_dictionary.h.orig 2017-04-19 19:07:40 UTC ++++ breakpad/src/common/simple_string_dictionary.h +@@ -33,7 +33,7 @@ + #include + #include + +-#include "common/basictypes.h" ++#include "breakpad/src/common/basictypes.h" + + namespace google_breakpad { + Modified: branches/2017Q2/www/chromium/files/patch-build_config_BUILD.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-build_config_BUILD.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-build_config_BUILD.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,6 +1,6 @@ ---- build/config/BUILD.gn.orig 2017-03-09 20:04:27 UTC +--- build/config/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ build/config/BUILD.gn -@@ -196,7 +196,7 @@ config("debug") { +@@ -193,7 +193,7 @@ config("debug") { # builds, and we have to tell it to turn it off. defines += [ "_HAS_ITERATOR_DEBUGGING=0" ] } @@ -9,7 +9,7 @@ # Enable libstdc++ debugging facilities to help catch problems early, see # http://crbug.com/65151 . # TODO(phajdan.jr): Should we enable this for all of POSIX? -@@ -279,7 +279,7 @@ config("default_libs") { +@@ -276,7 +276,7 @@ config("default_libs") { "CoreText.framework", "Foundation.framework", ] @@ -18,7 +18,7 @@ libs = [ "dl", "rt", -@@ -310,7 +310,7 @@ config("executable_config") { +@@ -307,7 +307,7 @@ config("executable_config") { ] } else if (is_ios) { configs += [ "//build/config/ios:ios_dynamic_flags" ] Modified: branches/2017Q2/www/chromium/files/patch-build_config_BUILDCONFIG.gn ============================================================================== --- branches/2017Q2/www/chromium/files/patch-build_config_BUILDCONFIG.gn Sun Apr 30 01:13:17 2017 (r439780) +++ branches/2017Q2/www/chromium/files/patch-build_config_BUILDCONFIG.gn Sun Apr 30 01:59:34 2017 (r439781) @@ -1,4 +1,4 @@ ---- build/config/BUILDCONFIG.gn.orig 2017-03-09 20:04:27 UTC +--- build/config/BUILDCONFIG.gn.orig 2017-04-19 19:06:28 UTC +++ build/config/BUILDCONFIG.gn @@ -131,12 +131,13 @@ declare_args() { is_official_build = false Modified: branches/2017Q2/www/chromium/files/patch-build_config_allocator.gni ============================================================================== --- branches/2017Q2/www/chromium/files/patch-build_config_allocator.gni Sun Apr 30 01:13:17 2017 (r439780) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Sun Apr 30 03:06:21 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D32E1D562F9; Sun, 30 Apr 2017 03:06:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2B5418B6; Sun, 30 Apr 2017 03:06:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3U36KvC018525; Sun, 30 Apr 2017 03:06:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U36KIe018523; Sun, 30 Apr 2017 03:06:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704300306.v3U36KIe018523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 30 Apr 2017 03:06:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439782 - branches/2017Q2/print/harfbuzz X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 03:06:21 -0000 Author: jbeich Date: Sun Apr 30 03:06:20 2017 New Revision: 439782 URL: https://svnweb.freebsd.org/changeset/ports/439782 Log: MFH: r439429 print/harfbuzz: update to 1.4.6 Changes: https://github.com/behdad/harfbuzz/releases/tag/1.4.6 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/print/harfbuzz/Makefile branches/2017Q2/print/harfbuzz/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/print/harfbuzz/Makefile ============================================================================== --- branches/2017Q2/print/harfbuzz/Makefile Sun Apr 30 01:59:34 2017 (r439781) +++ branches/2017Q2/print/harfbuzz/Makefile Sun Apr 30 03:06:20 2017 (r439782) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTVERSION= 1.4.6 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -23,6 +22,6 @@ CONFIGURE_ARGS= --with-graphite2 --with- INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10400.5 +PLIST_SUB+= LIBVER=0.10400.6 .include Modified: branches/2017Q2/print/harfbuzz/distinfo ============================================================================== --- branches/2017Q2/print/harfbuzz/distinfo Sun Apr 30 01:59:34 2017 (r439781) +++ branches/2017Q2/print/harfbuzz/distinfo Sun Apr 30 03:06:20 2017 (r439782) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489215708 -SHA256 (harfbuzz-1.4.5.tar.bz2) = d0e05438165884f21658154c709075feaf98c93ee5c694b951533ac425a9a711 -SIZE (harfbuzz-1.4.5.tar.bz2) = 1474461 +TIMESTAMP = 1491399519 +SHA256 (harfbuzz-1.4.6.tar.bz2) = 21a78b81cd20cbffdb04b59ac7edfb410e42141869f637ae1d6778e74928d293 +SIZE (harfbuzz-1.4.6.tar.bz2) = 1475086 From owner-svn-ports-branches@freebsd.org Sun Apr 30 03:07:55 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA9C9D56367; Sun, 30 Apr 2017 03:07:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C5DD19BD; Sun, 30 Apr 2017 03:07:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3U37shE018743; Sun, 30 Apr 2017 03:07:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U37sYa018741; Sun, 30 Apr 2017 03:07:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704300307.v3U37sYa018741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 30 Apr 2017 03:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439783 - branches/2017Q2/www/py-flexget X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 03:07:55 -0000 Author: jbeich Date: Sun Apr 30 03:07:54 2017 New Revision: 439783 URL: https://svnweb.freebsd.org/changeset/ports/439783 Log: MFH: r439719 www/py-flexget: update to 2.10.40 Changes: https://github.com/Flexget/Flexget/compare/2.10.35...2.10.40 Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/www/py-flexget/Makefile branches/2017Q2/www/py-flexget/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/py-flexget/Makefile ============================================================================== --- branches/2017Q2/www/py-flexget/Makefile Sun Apr 30 03:06:20 2017 (r439782) +++ branches/2017Q2/www/py-flexget/Makefile Sun Apr 30 03:07:54 2017 (r439783) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.10.35 +PORTVERSION= 2.10.40 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: branches/2017Q2/www/py-flexget/distinfo ============================================================================== --- branches/2017Q2/www/py-flexget/distinfo Sun Apr 30 03:06:20 2017 (r439782) +++ branches/2017Q2/www/py-flexget/distinfo Sun Apr 30 03:07:54 2017 (r439783) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492755289 -SHA256 (FlexGet-2.10.35.tar.gz) = b6fd18fa486968e578ba8ed2abfec6c9b7b220edfd0aa46f71e4824438ffb7f0 -SIZE (FlexGet-2.10.35.tar.gz) = 2677411 +TIMESTAMP = 1493360080 +SHA256 (FlexGet-2.10.40.tar.gz) = 7bafc92c6183963a9a2454f7a22437e4dd2e2b92caa961a8554e1c9e561548b3 +SIZE (FlexGet-2.10.40.tar.gz) = 2654633 From owner-svn-ports-branches@freebsd.org Sun Apr 30 10:34:58 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 313C7D5793C; Sun, 30 Apr 2017 10:34:58 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F39561EBB; Sun, 30 Apr 2017 10:34:57 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UAYvJs002857; Sun, 30 Apr 2017 10:34:57 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UAYuiJ002848; Sun, 30 Apr 2017 10:34:56 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201704301034.v3UAYuiJ002848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 30 Apr 2017 10:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439796 - in branches/2017Q2/databases: mariadb55-client/files mariadb55-server mariadb55-server/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 10:34:58 -0000 Author: brnrd Date: Sun Apr 30 10:34:56 2017 New Revision: 439796 URL: https://svnweb.freebsd.org/changeset/ports/439796 Log: MFH: r439769 databases/mariadb55-server: Update to 5.5.55 - Security and bugfix update to 5.5.55 - Fix up patches - Remove CVE-2017-3302 patch (now included) - Add upstream patch for WITHOUT_SERVER issue Security: d9e01c35-2531-11e7-b291-b499baebfeaf Security: CVE-2017-3308 Security: CVE-2017-3309 Security: CVE-2017-3313 Security: CVE-2017-3453 Security: CVE-2017-3456 Security: CVE-2017-3464 Approved by: ports-secteam (junovitch) Added: branches/2017Q2/databases/mariadb55-client/files/patch-MDEV-12230 - copied unchanged from r439769, head/databases/mariadb55-client/files/patch-MDEV-12230 branches/2017Q2/databases/mariadb55-server/files/patch-MDEV-12230 - copied unchanged from r439769, head/databases/mariadb55-server/files/patch-MDEV-12230 Deleted: branches/2017Q2/databases/mariadb55-client/files/patch-CVE-2017-3302 branches/2017Q2/databases/mariadb55-server/files/patch-CVE-2017-3302 Modified: branches/2017Q2/databases/mariadb55-client/files/patch-CMakeLists.txt branches/2017Q2/databases/mariadb55-server/Makefile branches/2017Q2/databases/mariadb55-server/distinfo branches/2017Q2/databases/mariadb55-server/files/patch-CMakeLists.txt branches/2017Q2/databases/mariadb55-server/files/patch-support-files_CMakeLists.txt Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/databases/mariadb55-client/files/patch-CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb55-client/files/patch-CMakeLists.txt Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-client/files/patch-CMakeLists.txt Sun Apr 30 10:34:56 2017 (r439796) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2014-10-08 15:19:53.000000000 +0200 -+++ CMakeLists.txt 2014-10-17 21:36:43.000000000 +0200 -@@ -411,28 +411,8 @@ +--- CMakeLists.txt.orig 2017-04-11 22:03:13.000000000 +0200 ++++ CMakeLists.txt 2017-04-18 10:11:38.582817000 +0200 +@@ -393,28 +393,8 @@ ADD_SUBDIRECTORY(client) ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(libservices) ADD_SUBDIRECTORY(scripts) @@ -29,7 +29,7 @@ IF(UNIX) ADD_SUBDIRECTORY(man) ENDIF() -@@ -444,7 +424,6 @@ +@@ -426,7 +406,6 @@ IF(WIN32) ADD_SUBDIRECTORY(win/upgrade_wizard) ADD_SUBDIRECTORY(win/packaging) ENDIF() @@ -37,15 +37,15 @@ CONFIGURE_FILE(config.h.cmake ${CMAKE_BINARY_DIR}/include/my_config.h) CONFIGURE_FILE(config.h.cmake ${CMAKE_BINARY_DIR}/include/config.h) -@@ -477,6 +456,7 @@ +@@ -460,6 +439,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) +IF(FALSE) - INSTALL_DOCUMENTATION(README COPYING COPYING.LESSER EXCEPTIONS-CLIENT - COMPONENT Readme) + INSTALL_DOCUMENTATION(README COPYING EXCEPTIONS-CLIENT COMPONENT Readme) -@@ -487,6 +467,7 @@ + # MDEV-6526 these files are not installed anymore +@@ -469,6 +449,7 @@ INSTALL_DOCUMENTATION(README COPYING EXC IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) ENDIF() Copied: branches/2017Q2/databases/mariadb55-client/files/patch-MDEV-12230 (from r439769, head/databases/mariadb55-client/files/patch-MDEV-12230) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/databases/mariadb55-client/files/patch-MDEV-12230 Sun Apr 30 10:34:56 2017 (r439796, copy of r439769, head/databases/mariadb55-client/files/patch-MDEV-12230) @@ -0,0 +1,205 @@ +From 4fe65ca33a6012ec60c665f6eeb5ff08969fb267 Mon Sep 17 00:00:00 2001 +From: Sergei Golubchik +Date: Tue, 18 Apr 2017 12:35:05 +0200 +Subject: [PATCH] =?UTF-8?q?MDEV-12230=20include/my=5Fsys.h:600:43:=20error?= + =?UTF-8?q?:=20unknown=20type=20name=20=E2=80=98PSI=5Ffile=5Fkey=E2=80=99"?= + =?UTF-8?q?=20when=20-DWITHOUT=5FSERVER=3D1?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +cherry-pick 2c2bd8c155 (MDEV-12261 build failure without P_S) from 10.0 +--- + include/my_sys.h | 3 +-- + include/mysql/psi/mysql_file.h | 47 ++++++++++++++++++++++++++++++++++++++++ + mysys/my_symlink2.c | 14 +++++------- + sql/handler.cc | 2 +- + sql/sql_db.cc | 4 ++-- + storage/maria/ma_delete_table.c | 4 ++-- + storage/myisam/mi_delete_table.c | 4 ++-- + 7 files changed, 61 insertions(+), 17 deletions(-) + +diff --git a/include/my_sys.h b/include/my_sys.h +index 10551e1..2794068 100644 +--- include/my_sys.h.orig ++++ include/my_sys.h +@@ -580,8 +580,7 @@ extern File my_create_with_symlink(const char *linkname, const char *filename, + myf MyFlags); + extern int my_rename_with_symlink(const char *from,const char *to,myf MyFlags); + extern int my_symlink(const char *content, const char *linkname, myf MyFlags); +-extern int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir); ++extern int my_handler_delete_with_symlink(const char *filename, myf sync_dir); + + extern size_t my_read(File Filedes,uchar *Buffer,size_t Count,myf MyFlags); + extern size_t my_pread(File Filedes,uchar *Buffer,size_t Count,my_off_t offset, +diff --git a/include/mysql/psi/mysql_file.h b/include/mysql/psi/mysql_file.h +index 4a0f3fd..aa3ed7e 100644 +--- include/mysql/psi/mysql_file.h.orig ++++ include/mysql/psi/mysql_file.h +@@ -435,6 +435,20 @@ + #endif + + /** ++ @def mysql_file_delete_with_symlink(K, P1, P2, P3) ++ Instrumented delete with symbolic link. ++ @c mysql_file_delete_with_symlink is a replacement ++ for @c my_handler_delete_with_symlink. ++*/ ++#ifdef HAVE_PSI_INTERFACE ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(K, __FILE__, __LINE__, P1, P2, P3) ++#else ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(P1, P2, P3) ++#endif ++ ++/** + @def mysql_file_rename_with_symlink(K, P1, P2, P3) + Instrumented rename with symbolic link. + @c mysql_file_rename_with_symlink is a replacement +@@ -1305,6 +1319,7 @@ inline_mysql_file_rename( + return result; + } + ++ + static inline File + inline_mysql_file_create_with_symlink( + #ifdef HAVE_PSI_INTERFACE +@@ -1335,6 +1350,38 @@ inline_mysql_file_create_with_symlink( + } + + static inline int ++inline_mysql_file_delete_with_symlink( ++#ifdef HAVE_PSI_INTERFACE ++ PSI_file_key key, const char *src_file, uint src_line, ++#endif ++ const char *name, const char *ext, myf flags) ++{ ++ int result; ++ char fullname[FN_REFLEN]; ++#ifdef HAVE_PSI_INTERFACE ++ struct PSI_file_locker *locker= NULL; ++ PSI_file_locker_state state; ++#endif ++ fn_format(fullname, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); ++#ifdef HAVE_PSI_INTERFACE ++ if (likely(PSI_server != NULL)) ++ { ++ locker= PSI_server->get_thread_file_name_locker(&state, key, PSI_FILE_DELETE, ++ fullname, &locker); ++ if (likely(locker != NULL)) ++ PSI_server->start_file_wait(locker, (size_t) 0, src_file, src_line); ++ } ++#endif ++ result= my_handler_delete_with_symlink(fullname, flags); ++#ifdef HAVE_PSI_INTERFACE ++ if (likely(locker != NULL)) ++ PSI_server->end_file_wait(locker, (size_t) 0); ++#endif ++ return result; ++} ++ ++ ++static inline int + inline_mysql_file_rename_with_symlink( + #ifdef HAVE_PSI_INTERFACE + PSI_file_key key, const char *src_file, uint src_line, +diff --git a/mysys/my_symlink2.c b/mysys/my_symlink2.c +index 5fe7b8f..c851468 100644 +--- mysys/my_symlink2.c.orig ++++ mysys/my_symlink2.c +@@ -170,22 +170,20 @@ int my_rename_with_symlink(const char *from, const char *to, myf MyFlags) + in this case both the symlink and the symlinked file are deleted, + but only if the symlinked file is not in the datadir. + */ +-int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir) ++int my_handler_delete_with_symlink(const char *filename, myf sync_dir) + { +- char orig[FN_REFLEN], real[FN_REFLEN]; ++ char real[FN_REFLEN]; + int res= 0; + DBUG_ENTER("my_handler_delete_with_symlink"); + +- fn_format(orig, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); +- if (my_is_symlink(orig)) ++ if (my_is_symlink(filename)) + { + /* + Delete the symlinked file only if the symlink is not + pointing into datadir. + */ +- if (!(my_realpath(real, orig, MYF(0)) || mysys_test_invalid_symlink(real))) +- res= mysql_file_delete(key, real, MYF(MY_NOSYMLINKS | MY_WME | sync_dir)); ++ if (!(my_realpath(real, filename, MYF(0)) || mysys_test_invalid_symlink(real))) ++ res= my_delete(real, MYF(MY_NOSYMLINKS | sync_dir)); + } +- DBUG_RETURN(mysql_file_delete(key, orig, MYF(MY_WME | sync_dir)) || res); ++ DBUG_RETURN(my_delete(filename, MYF(sync_dir)) || res); + } +diff --git a/sql/handler.cc b/sql/handler.cc +index 2ae144a..dc40e34 100644 +--- sql/handler.cc.orig ++++ sql/handler.cc +@@ -3381,7 +3381,7 @@ int handler::delete_table(const char *name) + + for (const char **ext=bas_ext(); *ext ; ext++) + { +- if (my_handler_delete_with_symlink(key_file_misc, name, *ext, 0)) ++ if (mysql_file_delete_with_symlink(key_file_misc, name, *ext, 0)) + { + if (my_errno != ENOENT) + { +diff --git a/sql/sql_db.cc b/sql/sql_db.cc +index 7bb4f0f..580590b 100644 +--- sql/sql_db.cc.orig ++++ sql/sql_db.cc +@@ -1085,7 +1085,7 @@ static bool find_db_tables_and_rm_known_files(THD *thd, MY_DIR *dirp, + We ignore ENOENT error in order to skip files that was deleted + by concurrently running statement like REPAIR TABLE ... + */ +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && + my_errno != ENOENT) + { + my_error(EE_DELETE, MYF(0), filePath, my_errno); +@@ -1206,7 +1206,7 @@ long mysql_rm_arc_files(THD *thd, MY_DIR *dirp, const char *org_path) + continue; + } + strxmov(filePath, org_path, "/", file->name, NullS); +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) + { + goto err; + } +diff --git a/storage/maria/ma_delete_table.c b/storage/maria/ma_delete_table.c +index c4bcd5b..f80ec13 100644 +--- storage/maria/ma_delete_table.c.orig ++++ storage/maria/ma_delete_table.c +@@ -86,8 +86,8 @@ int maria_delete_table_files(const char *name, myf sync_dir) + { + DBUG_ENTER("maria_delete_table_files"); + +- if (my_handler_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, sync_dir) || +- my_handler_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, sync_dir)) ++ if (mysql_file_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, sync_dir) || ++ mysql_file_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, sync_dir)) + DBUG_RETURN(my_errno); + DBUG_RETURN(0); + } +diff --git a/storage/myisam/mi_delete_table.c b/storage/myisam/mi_delete_table.c +index ebedfbd..ca395ff 100644 +--- storage/myisam/mi_delete_table.c.orig ++++ storage/myisam/mi_delete_table.c +@@ -28,8 +28,8 @@ int mi_delete_table(const char *name) + check_table_is_closed(name,"delete"); + #endif + +- if (my_handler_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, 0) || +- my_handler_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, 0)) ++ if (mysql_file_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, 0) || ++ mysql_file_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, 0)) + DBUG_RETURN(my_errno); + DBUG_RETURN(0); + } Modified: branches/2017Q2/databases/mariadb55-server/Makefile ============================================================================== --- branches/2017Q2/databases/mariadb55-server/Makefile Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-server/Makefile Sun Apr 30 10:34:56 2017 (r439796) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.54 -PORTREVISION?= 3 +PORTVERSION= 5.5.55 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ @@ -25,7 +25,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb55-client USES= cmake execinfo shebangfix ssl -SHEBANG_FILES= scripts/*.sh +SHEBANG_FILES= scripts/*.sh sql-bench/[a-km-z]* CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ @@ -43,7 +43,6 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc -DINSTALL_SQLBENCHDIR="share/mysql" \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DWITH_UNIT_TESTS=0 \ - -DWITH_LIBEDIT=0 \ -DWITH_LIBWRAP=1 \ -DWITH_SSL=yes \ -DEXECINFO_ROOT=${LOCALBASE} \ Modified: branches/2017Q2/databases/mariadb55-server/distinfo ============================================================================== --- branches/2017Q2/databases/mariadb55-server/distinfo Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-server/distinfo Sun Apr 30 10:34:56 2017 (r439796) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482613700 -SHA256 (mariadb-5.5.54.tar.gz) = 54405ad9beff02339819eb73c59b4bf25f58a2c5abffbf17e81c4940a893538c -SIZE (mariadb-5.5.54.tar.gz) = 45765936 +TIMESTAMP = 1492502977 +SHA256 (mariadb-5.5.55.tar.gz) = cb94e315d0fc90c62db5a6c7829c9966f674285d99b3ba3ffa575fb4a26edc86 +SIZE (mariadb-5.5.55.tar.gz) = 45757922 Modified: branches/2017Q2/databases/mariadb55-server/files/patch-CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb55-server/files/patch-CMakeLists.txt Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-server/files/patch-CMakeLists.txt Sun Apr 30 10:34:56 2017 (r439796) @@ -1,45 +1,46 @@ ---- CMakeLists.txt.orig 2014-06-13 13:53:43.304277057 +0300 -+++ CMakeLists.txt 2014-06-13 13:57:07.790256621 +0300 -@@ -407,18 +407,12 @@ +--- CMakeLists.txt.orig 2017-04-11 20:03:13 UTC ++++ CMakeLists.txt +@@ -397,22 +397,22 @@ ADD_SUBDIRECTORY(sql/share) ADD_SUBDIRECTORY(support-files) IF(NOT WITHOUT_SERVER) - ADD_SUBDIRECTORY(tests) ++# ADD_SUBDIRECTORY(tests) ADD_SUBDIRECTORY(sql) OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF) IF(WITH_EMBEDDED_SERVER) ADD_SUBDIRECTORY(libmysqld) - ADD_SUBDIRECTORY(libmysqld/examples) ++# ADD_SUBDIRECTORY(libmysqld/examples) ENDIF(WITH_EMBEDDED_SERVER) -- ADD_SUBDIRECTORY(mysql-test) -- ADD_SUBDIRECTORY(mysql-test/lib/My/SafeProcess) + ADD_SUBDIRECTORY(mysql-test) + ADD_SUBDIRECTORY(mysql-test/lib/My/SafeProcess) - ADD_SUBDIRECTORY(sql-bench) -- ++# ADD_SUBDIRECTORY(sql-bench) + IF(EXISTS ${CMAKE_SOURCE_DIR}/internal/CMakeLists.txt) ADD_SUBDIRECTORY(internal) ENDIF() -@@ -437,7 +431,6 @@ - ADD_SUBDIRECTORY(win/upgrade_wizard) - ADD_SUBDIRECTORY(win/packaging) +- ADD_SUBDIRECTORY(packaging/rpm-oel) ++# ADD_SUBDIRECTORY(packaging/rpm-oel) ENDIF() --ADD_SUBDIRECTORY(packaging/solaris) - CONFIGURE_FILE(config.h.cmake ${CMAKE_BINARY_DIR}/include/my_config.h) - CONFIGURE_FILE(config.h.cmake ${CMAKE_BINARY_DIR}/include/config.h) -@@ -470,6 +463,7 @@ + IF(UNIX) +@@ -460,14 +460,14 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) -+IF(FALSE) - INSTALL_DOCUMENTATION(README COPYING COPYING.LESSER EXCEPTIONS-CLIENT - COMPONENT Readme) - INSTALL_DOCUMENTATION(${CMAKE_BINARY_DIR}/Docs/INFO_SRC -@@ -477,6 +471,7 @@ +-INSTALL_DOCUMENTATION(README COPYING EXCEPTIONS-CLIENT COMPONENT Readme) ++#INSTALL_DOCUMENTATION(README COPYING EXCEPTIONS-CLIENT COMPONENT Readme) + + # MDEV-6526 these files are not installed anymore + #INSTALL_DOCUMENTATION(${CMAKE_BINARY_DIR}/Docs/INFO_SRC + # ${CMAKE_BINARY_DIR}/Docs/INFO_BIN) + IF(UNIX) - INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) +- INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) ++# INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) ENDIF() -+ENDIF() INCLUDE(CPack) - Copied: branches/2017Q2/databases/mariadb55-server/files/patch-MDEV-12230 (from r439769, head/databases/mariadb55-server/files/patch-MDEV-12230) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/databases/mariadb55-server/files/patch-MDEV-12230 Sun Apr 30 10:34:56 2017 (r439796, copy of r439769, head/databases/mariadb55-server/files/patch-MDEV-12230) @@ -0,0 +1,205 @@ +From 4fe65ca33a6012ec60c665f6eeb5ff08969fb267 Mon Sep 17 00:00:00 2001 +From: Sergei Golubchik +Date: Tue, 18 Apr 2017 12:35:05 +0200 +Subject: [PATCH] =?UTF-8?q?MDEV-12230=20include/my=5Fsys.h:600:43:=20error?= + =?UTF-8?q?:=20unknown=20type=20name=20=E2=80=98PSI=5Ffile=5Fkey=E2=80=99"?= + =?UTF-8?q?=20when=20-DWITHOUT=5FSERVER=3D1?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +cherry-pick 2c2bd8c155 (MDEV-12261 build failure without P_S) from 10.0 +--- + include/my_sys.h | 3 +-- + include/mysql/psi/mysql_file.h | 47 ++++++++++++++++++++++++++++++++++++++++ + mysys/my_symlink2.c | 14 +++++------- + sql/handler.cc | 2 +- + sql/sql_db.cc | 4 ++-- + storage/maria/ma_delete_table.c | 4 ++-- + storage/myisam/mi_delete_table.c | 4 ++-- + 7 files changed, 61 insertions(+), 17 deletions(-) + +diff --git a/include/my_sys.h b/include/my_sys.h +index 10551e1..2794068 100644 +--- include/my_sys.h.orig ++++ include/my_sys.h +@@ -580,8 +580,7 @@ extern File my_create_with_symlink(const char *linkname, const char *filename, + myf MyFlags); + extern int my_rename_with_symlink(const char *from,const char *to,myf MyFlags); + extern int my_symlink(const char *content, const char *linkname, myf MyFlags); +-extern int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir); ++extern int my_handler_delete_with_symlink(const char *filename, myf sync_dir); + + extern size_t my_read(File Filedes,uchar *Buffer,size_t Count,myf MyFlags); + extern size_t my_pread(File Filedes,uchar *Buffer,size_t Count,my_off_t offset, +diff --git a/include/mysql/psi/mysql_file.h b/include/mysql/psi/mysql_file.h +index 4a0f3fd..aa3ed7e 100644 +--- include/mysql/psi/mysql_file.h.orig ++++ include/mysql/psi/mysql_file.h +@@ -435,6 +435,20 @@ + #endif + + /** ++ @def mysql_file_delete_with_symlink(K, P1, P2, P3) ++ Instrumented delete with symbolic link. ++ @c mysql_file_delete_with_symlink is a replacement ++ for @c my_handler_delete_with_symlink. ++*/ ++#ifdef HAVE_PSI_INTERFACE ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(K, __FILE__, __LINE__, P1, P2, P3) ++#else ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(P1, P2, P3) ++#endif ++ ++/** + @def mysql_file_rename_with_symlink(K, P1, P2, P3) + Instrumented rename with symbolic link. + @c mysql_file_rename_with_symlink is a replacement +@@ -1305,6 +1319,7 @@ inline_mysql_file_rename( + return result; + } + ++ + static inline File + inline_mysql_file_create_with_symlink( + #ifdef HAVE_PSI_INTERFACE +@@ -1335,6 +1350,38 @@ inline_mysql_file_create_with_symlink( + } + + static inline int ++inline_mysql_file_delete_with_symlink( ++#ifdef HAVE_PSI_INTERFACE ++ PSI_file_key key, const char *src_file, uint src_line, ++#endif ++ const char *name, const char *ext, myf flags) ++{ ++ int result; ++ char fullname[FN_REFLEN]; ++#ifdef HAVE_PSI_INTERFACE ++ struct PSI_file_locker *locker= NULL; ++ PSI_file_locker_state state; ++#endif ++ fn_format(fullname, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); ++#ifdef HAVE_PSI_INTERFACE ++ if (likely(PSI_server != NULL)) ++ { ++ locker= PSI_server->get_thread_file_name_locker(&state, key, PSI_FILE_DELETE, ++ fullname, &locker); ++ if (likely(locker != NULL)) ++ PSI_server->start_file_wait(locker, (size_t) 0, src_file, src_line); ++ } ++#endif ++ result= my_handler_delete_with_symlink(fullname, flags); ++#ifdef HAVE_PSI_INTERFACE ++ if (likely(locker != NULL)) ++ PSI_server->end_file_wait(locker, (size_t) 0); ++#endif ++ return result; ++} ++ ++ ++static inline int + inline_mysql_file_rename_with_symlink( + #ifdef HAVE_PSI_INTERFACE + PSI_file_key key, const char *src_file, uint src_line, +diff --git a/mysys/my_symlink2.c b/mysys/my_symlink2.c +index 5fe7b8f..c851468 100644 +--- mysys/my_symlink2.c.orig ++++ mysys/my_symlink2.c +@@ -170,22 +170,20 @@ int my_rename_with_symlink(const char *from, const char *to, myf MyFlags) + in this case both the symlink and the symlinked file are deleted, + but only if the symlinked file is not in the datadir. + */ +-int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir) ++int my_handler_delete_with_symlink(const char *filename, myf sync_dir) + { +- char orig[FN_REFLEN], real[FN_REFLEN]; ++ char real[FN_REFLEN]; + int res= 0; + DBUG_ENTER("my_handler_delete_with_symlink"); + +- fn_format(orig, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); +- if (my_is_symlink(orig)) ++ if (my_is_symlink(filename)) + { + /* + Delete the symlinked file only if the symlink is not + pointing into datadir. + */ +- if (!(my_realpath(real, orig, MYF(0)) || mysys_test_invalid_symlink(real))) +- res= mysql_file_delete(key, real, MYF(MY_NOSYMLINKS | MY_WME | sync_dir)); ++ if (!(my_realpath(real, filename, MYF(0)) || mysys_test_invalid_symlink(real))) ++ res= my_delete(real, MYF(MY_NOSYMLINKS | sync_dir)); + } +- DBUG_RETURN(mysql_file_delete(key, orig, MYF(MY_WME | sync_dir)) || res); ++ DBUG_RETURN(my_delete(filename, MYF(sync_dir)) || res); + } +diff --git a/sql/handler.cc b/sql/handler.cc +index 2ae144a..dc40e34 100644 +--- sql/handler.cc.orig ++++ sql/handler.cc +@@ -3381,7 +3381,7 @@ int handler::delete_table(const char *name) + + for (const char **ext=bas_ext(); *ext ; ext++) + { +- if (my_handler_delete_with_symlink(key_file_misc, name, *ext, 0)) ++ if (mysql_file_delete_with_symlink(key_file_misc, name, *ext, 0)) + { + if (my_errno != ENOENT) + { +diff --git a/sql/sql_db.cc b/sql/sql_db.cc +index 7bb4f0f..580590b 100644 +--- sql/sql_db.cc.orig ++++ sql/sql_db.cc +@@ -1085,7 +1085,7 @@ static bool find_db_tables_and_rm_known_files(THD *thd, MY_DIR *dirp, + We ignore ENOENT error in order to skip files that was deleted + by concurrently running statement like REPAIR TABLE ... + */ +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && + my_errno != ENOENT) + { + my_error(EE_DELETE, MYF(0), filePath, my_errno); +@@ -1206,7 +1206,7 @@ long mysql_rm_arc_files(THD *thd, MY_DIR *dirp, const char *org_path) + continue; + } + strxmov(filePath, org_path, "/", file->name, NullS); +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) + { + goto err; + } +diff --git a/storage/maria/ma_delete_table.c b/storage/maria/ma_delete_table.c +index c4bcd5b..f80ec13 100644 +--- storage/maria/ma_delete_table.c.orig ++++ storage/maria/ma_delete_table.c +@@ -86,8 +86,8 @@ int maria_delete_table_files(const char *name, myf sync_dir) + { + DBUG_ENTER("maria_delete_table_files"); + +- if (my_handler_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, sync_dir) || +- my_handler_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, sync_dir)) ++ if (mysql_file_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, sync_dir) || ++ mysql_file_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, sync_dir)) + DBUG_RETURN(my_errno); + DBUG_RETURN(0); + } +diff --git a/storage/myisam/mi_delete_table.c b/storage/myisam/mi_delete_table.c +index ebedfbd..ca395ff 100644 +--- storage/myisam/mi_delete_table.c.orig ++++ storage/myisam/mi_delete_table.c +@@ -28,8 +28,8 @@ int mi_delete_table(const char *name) + check_table_is_closed(name,"delete"); + #endif + +- if (my_handler_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, 0) || +- my_handler_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, 0)) ++ if (mysql_file_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, 0) || ++ mysql_file_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, 0)) + DBUG_RETURN(my_errno); + DBUG_RETURN(0); + } Modified: branches/2017Q2/databases/mariadb55-server/files/patch-support-files_CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb55-server/files/patch-support-files_CMakeLists.txt Sun Apr 30 10:16:49 2017 (r439795) +++ branches/2017Q2/databases/mariadb55-server/files/patch-support-files_CMakeLists.txt Sun Apr 30 10:34:56 2017 (r439796) @@ -1,10 +1,11 @@ ---- support-files/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ support-files/CMakeLists.txt 2012-12-23 05:40:39.000000000 +0200 -@@ -66,10 +66,11 @@ +--- support-files/CMakeLists.txt.orig 2017-04-11 20:03:17 UTC ++++ support-files/CMakeLists.txt +@@ -67,10 +67,12 @@ IF(UNIX) ENDFOREACH() IF(INSTALL_SUPPORTFILESDIR) INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) -- INSTALL(DIRECTORY RHEL4-SElinux/ DESTINATION ${inst_location}/SELinux/RHEL4 COMPONENT SupportFiles) +- ADD_SUBDIRECTORY(SELinux) ++# ADD_SUBDIRECTORY(SELinux) ENDIF() +IF(FALSE) From owner-svn-ports-branches@freebsd.org Sun Apr 30 10:41:19 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 910D3D57A31; Sun, 30 Apr 2017 10:41:19 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DA30217; Sun, 30 Apr 2017 10:41:19 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UAfIql004362; Sun, 30 Apr 2017 10:41:18 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UAfHTk004356; Sun, 30 Apr 2017 10:41:17 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201704301041.v3UAfHTk004356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 30 Apr 2017 10:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439797 - in branches/2017Q2: net/openntpd security/acme-client security/libressl security/libressl-devel security/libressl-devel/files security/libressl/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 10:41:19 -0000 Author: brnrd Date: Sun Apr 30 10:41:17 2017 New Revision: 439797 URL: https://svnweb.freebsd.org/changeset/ports/439797 Log: MFH: r438889 r439764 r439772 r439762 Belated revision bump after libressl 2.5.3 update. This approach doesn't work, does it? security/libressl-devel: Fix vulnerability Obtained from: OpenBSD Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf Security: CVE-2017-8301 security/libressl: Bump static library consumers Reported by: jbeich security/libressl: Fix vulnerability Obtained from: OpenBSD Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf Security: CVE-2017-8301 Approved by: ports-secteam (junovitch) Added: branches/2017Q2/security/libressl-devel/files/patch-CVE-2017-8301 - copied unchanged from r439764, head/security/libressl-devel/files/patch-CVE-2017-8301 branches/2017Q2/security/libressl/files/patch-CVE-2017-8301 - copied unchanged from r439762, head/security/libressl/files/patch-CVE-2017-8301 Modified: branches/2017Q2/net/openntpd/Makefile branches/2017Q2/security/acme-client/Makefile branches/2017Q2/security/libressl-devel/Makefile branches/2017Q2/security/libressl/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net/openntpd/Makefile ============================================================================== --- branches/2017Q2/net/openntpd/Makefile Sun Apr 30 10:34:56 2017 (r439796) +++ branches/2017Q2/net/openntpd/Makefile Sun Apr 30 10:41:17 2017 (r439797) @@ -2,7 +2,7 @@ PORTNAME= openntpd PORTVERSION= 6.0p1 -PORTREVISION= 4 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD Modified: branches/2017Q2/security/acme-client/Makefile ============================================================================== --- branches/2017Q2/security/acme-client/Makefile Sun Apr 30 10:34:56 2017 (r439796) +++ branches/2017Q2/security/acme-client/Makefile Sun Apr 30 10:41:17 2017 (r439797) @@ -3,6 +3,7 @@ PORTNAME= acme-client PORTVERSION= 0.1.16 +PORTREVISION= 1 DISTVERSIONPREFIX= portable- CATEGORIES= security MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ Modified: branches/2017Q2/security/libressl-devel/Makefile ============================================================================== --- branches/2017Q2/security/libressl-devel/Makefile Sun Apr 30 10:34:56 2017 (r439796) +++ branches/2017Q2/security/libressl-devel/Makefile Sun Apr 30 10:41:17 2017 (r439797) @@ -3,6 +3,7 @@ PORTNAME= libressl PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel Copied: branches/2017Q2/security/libressl-devel/files/patch-CVE-2017-8301 (from r439764, head/security/libressl-devel/files/patch-CVE-2017-8301) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/security/libressl-devel/files/patch-CVE-2017-8301 Sun Apr 30 10:41:17 2017 (r439797, copy of r439764, head/security/libressl-devel/files/patch-CVE-2017-8301) @@ -0,0 +1,32 @@ +https://marc.info/?l=openbsd-cvs&m=149342064612660 + +=================================================================== +RCS file: /cvs/src/lib/libcrypto/x509/x509_vfy.c,v +retrieving revision 1.61 +retrieving revision 1.61.4.1 +diff -u -r1.61 -r1.61.4.1 +--- crypto/x509/x509_vfy.c 2017/02/05 02:33:21 1.61 ++++ crypto/x509/x509_vfy.c 2017/04/28 23:12:04 1.61.4.1 +@@ -1,4 +1,4 @@ +-/* $OpenBSD: x509_vfy.c,v 1.61 2017/02/05 02:33:21 beck Exp $ */ ++/* $OpenBSD: x509_vfy.c,v 1.61.4.1 2017/04/28 23:12:04 beck Exp $ */ + /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * +@@ -541,15 +541,7 @@ + /* Safety net, error returns must set ctx->error */ + if (ok <= 0 && ctx->error == X509_V_OK) + ctx->error = X509_V_ERR_UNSPECIFIED; +- +- /* +- * Safety net, if user provided verify callback indicates sucess +- * make sure they have set error to X509_V_OK +- */ +- if (ctx->verify_cb != null_callback && ok == 1) +- ctx->error = X509_V_OK; +- +- return(ctx->error == X509_V_OK); ++ return ok; + } + + /* Given a STACK_OF(X509) find the issuer of cert (if any) Modified: branches/2017Q2/security/libressl/Makefile ============================================================================== --- branches/2017Q2/security/libressl/Makefile Sun Apr 30 10:34:56 2017 (r439796) +++ branches/2017Q2/security/libressl/Makefile Sun Apr 30 10:41:17 2017 (r439797) @@ -3,6 +3,7 @@ PORTNAME= libressl PORTVERSION= 2.4.5 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL Copied: branches/2017Q2/security/libressl/files/patch-CVE-2017-8301 (from r439762, head/security/libressl/files/patch-CVE-2017-8301) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/security/libressl/files/patch-CVE-2017-8301 Sun Apr 30 10:41:17 2017 (r439797, copy of r439762, head/security/libressl/files/patch-CVE-2017-8301) @@ -0,0 +1,32 @@ +https://marc.info/?l=openbsd-cvs&m=149342064612660 + +=================================================================== +RCS file: /cvs/src/lib/libcrypto/x509/x509_vfy.c,v +retrieving revision 1.61 +retrieving revision 1.61.4.1 +diff -u -r1.61 -r1.61.4.1 +--- crypto/x509/x509_vfy.c 2017/02/05 02:33:21 1.61 ++++ crypto/x509/x509_vfy.c 2017/04/28 23:12:04 1.61.4.1 +@@ -1,4 +1,4 @@ +-/* $OpenBSD: x509_vfy.c,v 1.61 2017/02/05 02:33:21 beck Exp $ */ ++/* $OpenBSD: x509_vfy.c,v 1.61.4.1 2017/04/28 23:12:04 beck Exp $ */ + /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * +@@ -541,15 +541,7 @@ + /* Safety net, error returns must set ctx->error */ + if (ok <= 0 && ctx->error == X509_V_OK) + ctx->error = X509_V_ERR_UNSPECIFIED; +- +- /* +- * Safety net, if user provided verify callback indicates sucess +- * make sure they have set error to X509_V_OK +- */ +- if (ctx->verify_cb != null_callback && ok == 1) +- ctx->error = X509_V_OK; +- +- return(ctx->error == X509_V_OK); ++ return ok; + } + + /* Given a STACK_OF(X509) find the issuer of cert (if any) From owner-svn-ports-branches@freebsd.org Sun Apr 30 13:13:37 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C46C2D56DF0; Sun, 30 Apr 2017 13:13:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96137A4B; Sun, 30 Apr 2017 13:13:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UDDa6n070920; Sun, 30 Apr 2017 13:13:36 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UDDaIL070919; Sun, 30 Apr 2017 13:13:36 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201704301313.v3UDDaIL070919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 30 Apr 2017 13:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439816 - branches/2017Q2/textproc/ibus X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 13:13:37 -0000 Author: rakuco Date: Sun Apr 30 13:13:36 2017 New Revision: 439816 URL: https://svnweb.freebsd.org/changeset/ports/439816 Log: MFH: r439799 Drop machine-id path substitution in post-patch. r431187 stopped using a non-default path for dbus's machine-id file, so the sed call here is unnecessary and produces warnings at runtime: IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file '/var/db/dbus/machine-id': No such file or directory PR: 218812 Submitted by: Tatsuki Makino Approved by: Henry Hu (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2017Q2/textproc/ibus/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/textproc/ibus/Makefile ============================================================================== --- branches/2017Q2/textproc/ibus/Makefile Sun Apr 30 13:11:33 2017 (r439815) +++ branches/2017Q2/textproc/ibus/Makefile Sun Apr 30 13:13:36 2017 (r439816) @@ -3,7 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT \ https://raw.githubusercontent.com/Ranks/emojione/${EMOJIONE_TAG}/:emojione @@ -110,9 +110,6 @@ PLIST_SUB+= COMPDIR="@comment " post-extract-EMOJI-on: ${CP} ${DISTDIR}/emoji.json ${WRKSRC}/ -post-patch: - ${REINPLACE_CMD} -e 's|/var/lib/dbus|/var/db/dbus|g' ${WRKSRC}/src/ibusshare.c - post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/autostart ${INSTALL_DATA} ${PATCHDIR}/ibus.desktop ${STAGEDIR}${PREFIX}/etc/xdg/autostart From owner-svn-ports-branches@freebsd.org Sun Apr 30 16:21:49 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 346DDD57314; Sun, 30 Apr 2017 16:21:49 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0485C12FD; Sun, 30 Apr 2017 16:21:48 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3UGLmvN049394; Sun, 30 Apr 2017 16:21:48 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3UGLlGs049391; Sun, 30 Apr 2017 16:21:47 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201704301621.v3UGLlGs049391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 30 Apr 2017 16:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439830 - branches/2017Q2/irc/weechat X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 16:21:49 -0000 Author: brnrd Date: Sun Apr 30 16:21:47 2017 New Revision: 439830 URL: https://svnweb.freebsd.org/changeset/ports/439830 Log: MFH: r439412 irc/weechat: Security update to 1.7.1 - Security update to 1.7.1 PR: 218855 Submitted by: Jochen Neumeister Security: 81433129-2916-11e7-ad3e-00e04c1ea73d Security: CVE-2017-8073 Approved by: ports-secteam (miwi) Modified: branches/2017Q2/irc/weechat/Makefile branches/2017Q2/irc/weechat/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/irc/weechat/Makefile ============================================================================== --- branches/2017Q2/irc/weechat/Makefile Sun Apr 30 16:19:47 2017 (r439829) +++ branches/2017Q2/irc/weechat/Makefile Sun Apr 30 16:21:47 2017 (r439830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ Modified: branches/2017Q2/irc/weechat/distinfo ============================================================================== --- branches/2017Q2/irc/weechat/distinfo Sun Apr 30 16:19:47 2017 (r439829) +++ branches/2017Q2/irc/weechat/distinfo Sun Apr 30 16:21:47 2017 (r439830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485178739 -SHA256 (weechat-1.7.tar.xz) = 599348337a4bff179bf50888dad135751fa401538ebaadc59831d2223be52db3 -SIZE (weechat-1.7.tar.xz) = 1837004 +TIMESTAMP = 1493064823 +SHA256 (weechat-1.7.1.tar.xz) = 3f7e04793ce21796369199573d84a04ea23313942af880d2c9600bdc73571c30 +SIZE (weechat-1.7.1.tar.xz) = 1836844 From owner-svn-ports-branches@freebsd.org Mon May 1 00:59:31 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4F00D45F77; Mon, 1 May 2017 00:59:31 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F5E3F3B; Mon, 1 May 2017 00:59:31 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v410xUug062392; Mon, 1 May 2017 00:59:30 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v410xT8k062384; Mon, 1 May 2017 00:59:29 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705010059.v410xT8k062384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 1 May 2017 00:59:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439856 - in branches/2017Q2/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole dovecot2-pigeonhole/files dovecot2/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 00:59:31 -0000 Author: adamw Date: Mon May 1 00:59:29 2017 New Revision: 439856 URL: https://svnweb.freebsd.org/changeset/ports/439856 Log: MFH: r438222 r438323 r438365 r439618 r439854 This contains updates to both dovecot2 and dovecot2-pigeonhole that fix bugs and, in dovecot2, a CVE. Update dovecot to 2.2.29, and bump PORTREVISION for the plugins. Add a warning to the pkg-message that security.bsd.see_other_uids/gids should not be enabled if dovecot is storing mail for multiple users concurrently (PR 218392, submitted by topical). * passdb/userdb dict: Don't double-expand %variables in keys. If dict was used as the authentication passdb, using specially crafted %variables in the username could be used to cause DoS (CVE-2017-2669) * When Dovecot encounters an internal error, it logs the real error and usually logs another line saying what function failed. Previously the second log line's error message was a rather uninformative "Internal error occurred. Refer to server log for more information." Now the real error message is duplicated in this second log line. * lmtp: If a delivery has multiple recipients, run autoexpunging only for the last recipient. This avoids a problem where a long autoexpunge run causes LMTP client to timeout between the DATA replies, resulting in duplicate mail deliveries. * config: Don't stop the process due to idling. Otherwise the configuration is reloaded when the process restarts. * mail_log plugin: Differentiate autoexpunges from regular expunges * imapc: Use LOGOUT to cleanly disconnect from server. * lib-http: Internal status codes (>9000) are no longer visible in logs * director: Log vhost count changes and HOST-UP/DOWN + quota: Add plugin { quota_max_mail_size } setting to limit the maximum individual mail size that can be saved. + imapc: Add imapc_features=delay-login. If set, connecting to the remote IMAP server isn't done until it's necessary. + imapc: Add imapc_connection_retry_count and imapc_connection_retry_interval settings. + imap, pop3, indexer-worker: Add (deinit) to process title before autoexpunging runs. + Added %{encrypt} and %{decrypt} variables + imap/pop3 proxy: Log proxy state in errors as human-readable string. + imap/pop3-login: All forward_* extra fields returned by passdb are sent to the next hop when proxying using ID/XCLIENT commands. On the receiving side these fields are imported and sent to auth process where they're accessible via %{passdb:forward_*}. This is done only if the sending IP address matches login_trusted_networks. + imap-login: If imap_id_retain=yes, send the IMAP ID string to auth process. %{client_id} expands to it in auth process. The ID string is also sent to the next hop when proxying. + passdb imap: Use ssl_client_ca_* settings for CA validation. - fts-tika: Fixed crash when parsing attachment without Content-Disposition header. Broken by 2.2.28. (fixed in FreeBSD ports) - trash plugin was broken in 2.2.28 (fixed in FreeBSD ports) - auth: When passdb/userdb lookups were done via auth-workers, too much data was added to auth cache. This could have resulted in wrong replies when using multiple passdbs/userdbs. - auth: passdb { skip & mechanisms } were ignored for the first passdb - oauth2: Various fixes, including fixes to crashes - dsync: Large Sieve scripts (or other large metadata) weren't always synced. - Index rebuild (e.g. doveadm force-resync) set all mails as \Recent - imap-hibernate: %{userdb:*} wasn't expanded in mail_log_prefix - doveadm: Exit codes weren't preserved when proxying commands via doveadm-server. Almost all errors used exit code 75 (tempfail). - ACLs weren't applied to not-yet-existing autocreated mailboxes. - Fixed a potential crash when parsing a broken message header. - cassandra: Fallback consistency settings weren't working correctly. - doveadm director status : "Initial config" was always empty - imapc: Various reconnection fixes. Upgrade mail/dovecot2-pigeonhole to 0.4.18. Changelog v0.4.18: + imapsieve plugin: Implemented the copy_source_after rule action. When this is enabled for a mailbox rule, the specified Sieve script is executed for the message in the source mailbox during a "COPY" event. This happens only after the Sieve script that is executed for the corresponding message in the destination mailbox finishes running successfully. + imapsieve plugin: Added non-standard Sieve environment items for the source and destination mailbox. - multiscript: The execution of the discard script had an implicit "keep", rather than an implicit "discard". Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10366 Update to 2.2.29.1. - imapc reconnection fix was forgotten from 2.2.29 release, which also made "make check" fail in a unit test - dict-sql: Merging multiple UPDATEs to a single statement wasn't actually working. - Fixed building with vpopmail Upon continuing the deferred implicit keep, the implicit side-effects (such as imap flags) were not applied. Obtained from: https://github.com/dovecot/pigeonhole/commit/3e1a17a286ab0e084577fc267a442cb12aed1cbc Approved by: adamw (mentor, implicit) Add an alread-upstreamed patch to fix dovecot-auth wedging with NTLM authentication. PR: 218693 Submitted by: Andriy Syrovenko Obtained from: https://github.com/dovecot/core/commit/a319c3201bff1ea7bae3e7ab1fae42e9c4759056 Approved by: ports-secteam (feld) Added: branches/2017Q2/mail/dovecot2-pigeonhole/files/ - copied from r439618, head/mail/dovecot2-pigeonhole/files/ branches/2017Q2/mail/dovecot2/files/patch-fix-ntlm_auth - copied unchanged from r439854, head/mail/dovecot2/files/patch-fix-ntlm_auth Deleted: branches/2017Q2/mail/dovecot2/files/patch-src_plugins_fts_fts-parser-tika.c branches/2017Q2/mail/dovecot2/files/patch-trash_plugin Modified: branches/2017Q2/mail/dovecot2-antispam-plugin/Makefile branches/2017Q2/mail/dovecot2-pigeonhole/Makefile branches/2017Q2/mail/dovecot2-pigeonhole/distinfo branches/2017Q2/mail/dovecot2/Makefile branches/2017Q2/mail/dovecot2/distinfo branches/2017Q2/mail/dovecot2/files/pkg-message.in branches/2017Q2/mail/dovecot2/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- branches/2017Q2/mail/dovecot2-antispam-plugin/Makefile Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2-antispam-plugin/Makefile Mon May 1 00:59:29 2017 (r439856) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni Modified: branches/2017Q2/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- branches/2017Q2/mail/dovecot2-pigeonhole/Makefile Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2-pigeonhole/Makefile Mon May 1 00:59:29 2017 (r439856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.17 +PORTVERSION= 0.4.18 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ Modified: branches/2017Q2/mail/dovecot2-pigeonhole/distinfo ============================================================================== --- branches/2017Q2/mail/dovecot2-pigeonhole/distinfo Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2-pigeonhole/distinfo Mon May 1 00:59:29 2017 (r439856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488163544 -SHA256 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 74d869c7532cbf4fe41e3cc95a1aa6ce32e98f4d423f0d099da1e0fba022dae3 -SIZE (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 1787177 +TIMESTAMP = 1491958585 +SHA256 (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = dd871bb57fad22795460f613f3c9484a8bf229272ac00956d837a34444f1c3a9 +SIZE (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = 1742357 Modified: branches/2017Q2/mail/dovecot2/Makefile ============================================================================== --- branches/2017Q2/mail/dovecot2/Makefile Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2/Makefile Mon May 1 00:59:29 2017 (r439856) @@ -13,10 +13,10 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.28 -PORTREVISION= 2 +PORTVERSION= 2.2.29.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 -MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R}/ +MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 MAINTAINER= adamw@FreeBSD.org Modified: branches/2017Q2/mail/dovecot2/distinfo ============================================================================== --- branches/2017Q2/mail/dovecot2/distinfo Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2/distinfo Mon May 1 00:59:29 2017 (r439856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487948861 -SHA256 (dovecot-2.2.28.tar.gz) = e0288f59e326ab87cb3881fdabadafe542f4dc7ab9996db13863a439ebbc1f25 -SIZE (dovecot-2.2.28.tar.gz) = 5921992 +TIMESTAMP = 1492013710 +SHA256 (dovecot-2.2.29.1.tar.gz) = ccfa9ffb7eb91e9e87c21c108324b911250c9ffa838bffb64b1caafadcb0f388 +SIZE (dovecot-2.2.29.1.tar.gz) = 5972119 Copied: branches/2017Q2/mail/dovecot2/files/patch-fix-ntlm_auth (from r439854, head/mail/dovecot2/files/patch-fix-ntlm_auth) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/mail/dovecot2/files/patch-fix-ntlm_auth Mon May 1 00:59:29 2017 (r439856, copy of r439854, head/mail/dovecot2/files/patch-fix-ntlm_auth) @@ -0,0 +1,36 @@ +From a319c3201bff1ea7bae3e7ab1fae42e9c4759056 Mon Sep 17 00:00:00 2001 +From: Andriy Syrovenko +Date: Mon, 17 Apr 2017 01:14:02 +0300 +Subject: [PATCH] auth: Fixed dovecot/auth hanging when child ntlm_auth crashes + while processing an authentication request + +--- + src/auth/mech-winbind.c | 12 +++++++++--- + 1 file changed, 9 insertions(+), 3 deletions(-) + +diff --git a/src/auth/mech-winbind.c b/src/auth/mech-winbind.c +index 4a65696..c12fb5e 100644 +--- src/auth/mech-winbind.c ++++ src/auth/mech-winbind.c +@@ -187,12 +187,18 @@ do_auth_continue(struct auth_request *auth_request, + request->continued = FALSE; + + while ((answer = i_stream_read_next_line(in_pipe)) == NULL) { +- if (in_pipe->stream_errno != 0) ++ if (in_pipe->stream_errno != 0 || in_pipe->eof) + break; + } + if (answer == NULL) { +- auth_request_log_error(auth_request, AUTH_SUBSYS_MECH, +- "read(in_pipe) failed: %m"); ++ if (in_pipe->stream_errno != 0) { ++ auth_request_log_error(auth_request, AUTH_SUBSYS_MECH, ++ "read(in_pipe) failed: %m"); ++ } else { ++ auth_request_log_error(auth_request, AUTH_SUBSYS_MECH, ++ "read(in_pipe) failed: " ++ "unexpected end of file"); ++ } + return HR_RESTART; + } + Modified: branches/2017Q2/mail/dovecot2/files/pkg-message.in ============================================================================== --- branches/2017Q2/mail/dovecot2/files/pkg-message.in Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2/files/pkg-message.in Mon May 1 00:59:29 2017 (r439856) @@ -15,6 +15,14 @@ dovecot_enable="YES" +--------------------------------------------------------------------- + +To avoid a risk of mailbox corruption, do not enable the +security.bsd.see_other_uids or .see_other_guids sysctls if Dovecot +is storing mail for multiple concurrent users (PR 218392). + +--------------------------------------------------------------------- + If you want to be able to search within attachments using the decode2text plugin, you'll need to install textproc/catdoc, and one of graphics/xpdf or graphics/poppler-utils. Modified: branches/2017Q2/mail/dovecot2/pkg-plist ============================================================================== --- branches/2017Q2/mail/dovecot2/pkg-plist Mon May 1 00:39:18 2017 (r439855) +++ branches/2017Q2/mail/dovecot2/pkg-plist Mon May 1 00:59:29 2017 (r439856) @@ -179,6 +179,7 @@ include/dovecot/hex-dec.h include/dovecot/hmac-cram-md5.h include/dovecot/hmac.h include/dovecot/home-expand.h +include/dovecot/hook-build.h include/dovecot/hostpid.h include/dovecot/http-auth.h include/dovecot/http-client-private.h @@ -567,9 +568,12 @@ include/dovecot/userdb-vpopmail.h include/dovecot/userdb.h include/dovecot/utc-mktime.h include/dovecot/utc-offset.h +include/dovecot/var-expand-private.h include/dovecot/var-expand.h include/dovecot/wildcard-match.h include/dovecot/write-full.h +lib/dovecot/auth/lib20_auth_var_expand_crypt.a +lib/dovecot/auth/lib20_auth_var_expand_crypt.so lib/dovecot/auth/libauthdb_imap.a lib/dovecot/auth/libauthdb_imap.so lib/dovecot/doveadm/lib10_doveadm_acl_plugin.a @@ -627,6 +631,8 @@ lib/dovecot/lib20_quota_clone_plugin.a lib/dovecot/lib20_quota_clone_plugin.so lib/dovecot/lib20_replication_plugin.a lib/dovecot/lib20_replication_plugin.so +lib/dovecot/lib20_var_expand_crypt.a +lib/dovecot/lib20_var_expand_crypt.so lib/dovecot/lib20_virtual_plugin.a lib/dovecot/lib20_virtual_plugin.so lib/dovecot/lib20_zlib_plugin.a From owner-svn-ports-branches@freebsd.org Tue May 2 06:34:59 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CC89D5A94E; Tue, 2 May 2017 06:34:59 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58C7269E; Tue, 2 May 2017 06:34:59 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v426YwEM099770; Tue, 2 May 2017 06:34:58 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v426YwRi099766; Tue, 2 May 2017 06:34:58 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201705020634.v426YwRi099766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 2 May 2017 06:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439933 - in branches/2017Q2/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 06:34:59 -0000 Author: cmt Date: Tue May 2 06:34:57 2017 New Revision: 439933 URL: https://svnweb.freebsd.org/changeset/ports/439933 Log: MFH: r439913 mail/thunderbird: update to 52.1.0 https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/ PR: 219006 Approved by: jbeich (maintainer) Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33 Approved by: ports-secteam (miwi) Deleted: branches/2017Q2/mail/thunderbird/files/patch-bug1322660 Modified: branches/2017Q2/mail/thunderbird-i18n/Makefile branches/2017Q2/mail/thunderbird-i18n/distinfo branches/2017Q2/mail/thunderbird/Makefile branches/2017Q2/mail/thunderbird/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2017Q2/mail/thunderbird-i18n/Makefile Tue May 2 06:33:39 2017 (r439932) +++ branches/2017Q2/mail/thunderbird-i18n/Makefile Tue May 2 06:34:57 2017 (r439933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.0.1 +PORTVERSION= 52.1.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi Modified: branches/2017Q2/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2017Q2/mail/thunderbird-i18n/distinfo Tue May 2 06:33:39 2017 (r439932) +++ branches/2017Q2/mail/thunderbird-i18n/distinfo Tue May 2 06:34:57 2017 (r439933) @@ -1,117 +1,117 @@ -TIMESTAMP = 1492182146 -SHA256 (xpi/thunderbird-i18n-52.0.1/ar.xpi) = 0fc0782a81939ae8d3e618162516081a6a91143701932b221dc7a5de20fabdcf -SIZE (xpi/thunderbird-i18n-52.0.1/ar.xpi) = 604235 -SHA256 (xpi/thunderbird-i18n-52.0.1/ast.xpi) = af64b2e231212b45ee9369ce1fcf7c37392edc354e3c81f12279db6a097b868a -SIZE (xpi/thunderbird-i18n-52.0.1/ast.xpi) = 541173 -SHA256 (xpi/thunderbird-i18n-52.0.1/be.xpi) = 33a9cdcd1fcd7837636d238a567acfaf1fd9dddae28621ba779ada3309a42f1e -SIZE (xpi/thunderbird-i18n-52.0.1/be.xpi) = 570931 -SHA256 (xpi/thunderbird-i18n-52.0.1/bg.xpi) = ed32ed033b6253ef78f02b2d31d41a7cd12a14c65258da47c347088348c64e7a -SIZE (xpi/thunderbird-i18n-52.0.1/bg.xpi) = 634897 -SHA256 (xpi/thunderbird-i18n-52.0.1/bn-BD.xpi) = 6fdd4c7324f08e75c59375097c4c1ebdfa797b38df36968ae14719d5f7b9d452 -SIZE (xpi/thunderbird-i18n-52.0.1/bn-BD.xpi) = 676900 -SHA256 (xpi/thunderbird-i18n-52.0.1/br.xpi) = 100003de0c8970a3a180fd0cae2a4520dc5751472a8ee3eb1d5a416231662606 -SIZE (xpi/thunderbird-i18n-52.0.1/br.xpi) = 559380 -SHA256 (xpi/thunderbird-i18n-52.0.1/ca.xpi) = 0b9bf170b8f13eeb91c28c4279b611664cf8ba0594586e43900208a4d4fd138c -SIZE (xpi/thunderbird-i18n-52.0.1/ca.xpi) = 569910 -SHA256 (xpi/thunderbird-i18n-52.0.1/cs.xpi) = 93b473a55ed4c282d8e7d66118be7fe0d0c998c3f0661661d6f59549bcd27ae7 -SIZE (xpi/thunderbird-i18n-52.0.1/cs.xpi) = 579149 -SHA256 (xpi/thunderbird-i18n-52.0.1/cy.xpi) = 70c5a3c15f40b616c395ef407078d3818a8dd0358afdebace7ab1a695c983b47 -SIZE (xpi/thunderbird-i18n-52.0.1/cy.xpi) = 554857 -SHA256 (xpi/thunderbird-i18n-52.0.1/da.xpi) = 861bbddb9d16ccfc9b425bc85b0170779c09c4f3b39dfaa3ff1f4b102e117617 -SIZE (xpi/thunderbird-i18n-52.0.1/da.xpi) = 543334 -SHA256 (xpi/thunderbird-i18n-52.0.1/de.xpi) = 1fbf7af9b42d1a5952ee1d6c3138dae59e544f5a58d8e5e73788479b2267120d -SIZE (xpi/thunderbird-i18n-52.0.1/de.xpi) = 555743 -SHA256 (xpi/thunderbird-i18n-52.0.1/dsb.xpi) = b1800554c2a5ae1dd42f91cc8f9c8f20dc5f49fe2f705fc3ff7754a60f99cf4c -SIZE (xpi/thunderbird-i18n-52.0.1/dsb.xpi) = 584582 -SHA256 (xpi/thunderbird-i18n-52.0.1/el.xpi) = 44cb14189af91e19aa2b087c8cba2d01b460f4498a943642331d67fea3edf2f8 -SIZE (xpi/thunderbird-i18n-52.0.1/el.xpi) = 662964 -SHA256 (xpi/thunderbird-i18n-52.0.1/en-GB.xpi) = fb3b293483bc456db764bf1ca66dc98e98998ce88e9d508a49e1c2be48fe7a82 -SIZE (xpi/thunderbird-i18n-52.0.1/en-GB.xpi) = 531233 -SHA256 (xpi/thunderbird-i18n-52.0.1/en-US.xpi) = dc47e69dbeb11a358acb88b5a6ad07959f1de64b96d9eb67e3ea8eb09a64d814 -SIZE (xpi/thunderbird-i18n-52.0.1/en-US.xpi) = 529123 -SHA256 (xpi/thunderbird-i18n-52.0.1/es-AR.xpi) = 5a444089d0b6c9ba99a4aff9273522781e51a4455a67c645f98d076ea8f92887 -SIZE (xpi/thunderbird-i18n-52.0.1/es-AR.xpi) = 565995 -SHA256 (xpi/thunderbird-i18n-52.0.1/es-ES.xpi) = 0437548fec6a907618cfce5ffa7654b05942bb345fce6d280e16ed909087f646 -SIZE (xpi/thunderbird-i18n-52.0.1/es-ES.xpi) = 445464 -SHA256 (xpi/thunderbird-i18n-52.0.1/et.xpi) = 88faa4f5d910d765e7e3758e990b7accf5432971efa2b4eb26d221b6d7ba49b3 -SIZE (xpi/thunderbird-i18n-52.0.1/et.xpi) = 551661 -SHA256 (xpi/thunderbird-i18n-52.0.1/eu.xpi) = 9d93f4974044daf38c301048e57045d868fe5054b6ba157b1fbb2e281884d408 -SIZE (xpi/thunderbird-i18n-52.0.1/eu.xpi) = 555536 -SHA256 (xpi/thunderbird-i18n-52.0.1/fi.xpi) = 4100732602e478285143b34732397a674806f26a597d202b492a624bac706f4d -SIZE (xpi/thunderbird-i18n-52.0.1/fi.xpi) = 550669 -SHA256 (xpi/thunderbird-i18n-52.0.1/fr.xpi) = b2779f8257aaff4d3e889c8380000d23b4b60b5a2c570d694867d07bd00aba63 -SIZE (xpi/thunderbird-i18n-52.0.1/fr.xpi) = 577560 -SHA256 (xpi/thunderbird-i18n-52.0.1/fy-NL.xpi) = 93719ced46467b9b13bbb4a9ec13e1e82124c084bb0e6dde717eaa6d36346417 -SIZE (xpi/thunderbird-i18n-52.0.1/fy-NL.xpi) = 563632 -SHA256 (xpi/thunderbird-i18n-52.0.1/ga-IE.xpi) = dfbc5a27fca6f189bcf7bbe6a459c31f3f24617c06163d5f03f03c250e98dedb -SIZE (xpi/thunderbird-i18n-52.0.1/ga-IE.xpi) = 583556 -SHA256 (xpi/thunderbird-i18n-52.0.1/gd.xpi) = 5109b924de2f1e2a2841933d45ef44db3fda5a4c9f081ca123f64c6e0fdac56f -SIZE (xpi/thunderbird-i18n-52.0.1/gd.xpi) = 574065 -SHA256 (xpi/thunderbird-i18n-52.0.1/gl.xpi) = d09b3271dad710ea6fb596ed0c26c94a3760c6e1f3f64a76e8368cc4e7c0aa19 -SIZE (xpi/thunderbird-i18n-52.0.1/gl.xpi) = 575150 -SHA256 (xpi/thunderbird-i18n-52.0.1/he.xpi) = 29e1734fb60fe54427a86c5442d33edb2be55495d9919a537e5cbacb02a7b40a -SIZE (xpi/thunderbird-i18n-52.0.1/he.xpi) = 592566 -SHA256 (xpi/thunderbird-i18n-52.0.1/hr.xpi) = 765894566e687401ba237469db261af64d10c0db4ddf35bb6a9ff7d8a89050f1 -SIZE (xpi/thunderbird-i18n-52.0.1/hr.xpi) = 564778 -SHA256 (xpi/thunderbird-i18n-52.0.1/hsb.xpi) = e2fca54bd25160d7799c8187fab1bf768fce838b0f6abaf4e91e09fcb040a3d8 -SIZE (xpi/thunderbird-i18n-52.0.1/hsb.xpi) = 582241 -SHA256 (xpi/thunderbird-i18n-52.0.1/hu.xpi) = 634366ce43ffda750daa2416fb34962e9201f6e826913574ea59c4a01b63db74 -SIZE (xpi/thunderbird-i18n-52.0.1/hu.xpi) = 586446 -SHA256 (xpi/thunderbird-i18n-52.0.1/hy-AM.xpi) = dfa2cfaed3fa783b6155c1763c242bf7f6150ead0ffc9b81597aad0e2915fc17 -SIZE (xpi/thunderbird-i18n-52.0.1/hy-AM.xpi) = 629879 -SHA256 (xpi/thunderbird-i18n-52.0.1/id.xpi) = acc56d41abdc522da128fc9cc4dcdbc42b20105f44229156042647bd34822eaf -SIZE (xpi/thunderbird-i18n-52.0.1/id.xpi) = 546526 -SHA256 (xpi/thunderbird-i18n-52.0.1/is.xpi) = dea3b6dcc9d930d5a1346308bfb2f6c55afa5f79790bc4b9908af783a0b4ab96 -SIZE (xpi/thunderbird-i18n-52.0.1/is.xpi) = 555712 -SHA256 (xpi/thunderbird-i18n-52.0.1/it.xpi) = bb462ca0274a700163a056197ac74bfccfd8249a7af51955a761f48c1e8cfece -SIZE (xpi/thunderbird-i18n-52.0.1/it.xpi) = 455407 -SHA256 (xpi/thunderbird-i18n-52.0.1/ja.xpi) = 1b3a4cb82f30fb2c459c9b82d957c9157aad7c7b5fb3eb4d7aa0c4f1dd1327ee -SIZE (xpi/thunderbird-i18n-52.0.1/ja.xpi) = 630052 -SHA256 (xpi/thunderbird-i18n-52.0.1/ko.xpi) = 3a956209a9f03bcb6bb4553831de3701e6d7585829d0b400de9616825dbbe5a0 -SIZE (xpi/thunderbird-i18n-52.0.1/ko.xpi) = 595516 -SHA256 (xpi/thunderbird-i18n-52.0.1/lt.xpi) = e6dd8ec6b6b45ca32b6bc6e5dcd9af3c8d06488f017c319e5d210e8242417e96 -SIZE (xpi/thunderbird-i18n-52.0.1/lt.xpi) = 580598 -SHA256 (xpi/thunderbird-i18n-52.0.1/nb-NO.xpi) = 5d3b07b37964e570f659e6a7e8877a14cb0f31fbc78d9c1a256a25f37f141dd3 -SIZE (xpi/thunderbird-i18n-52.0.1/nb-NO.xpi) = 551103 -SHA256 (xpi/thunderbird-i18n-52.0.1/nl.xpi) = 7f652d11c06765829e54b2947efbeab2a28520a7055bff8416ee3b4de2f2d2f4 -SIZE (xpi/thunderbird-i18n-52.0.1/nl.xpi) = 557956 -SHA256 (xpi/thunderbird-i18n-52.0.1/nn-NO.xpi) = 183f7f54505e9758a7006fd05d7c5746052df32fba2f9a64e1dc6b73ab85f87d -SIZE (xpi/thunderbird-i18n-52.0.1/nn-NO.xpi) = 551891 -SHA256 (xpi/thunderbird-i18n-52.0.1/pa-IN.xpi) = b5591cad7182b16cac8c6edee2140db6b7b6763ab1c3bb19bdd101900e1a88b2 -SIZE (xpi/thunderbird-i18n-52.0.1/pa-IN.xpi) = 646567 -SHA256 (xpi/thunderbird-i18n-52.0.1/pl.xpi) = 34561c89cf01794b0b9798f7c9b7ff1c91dc69b7413a73aa9a45a40ef3ac8ae6 -SIZE (xpi/thunderbird-i18n-52.0.1/pl.xpi) = 469901 -SHA256 (xpi/thunderbird-i18n-52.0.1/pt-BR.xpi) = 17aa3a09efa5280bcffa58589e5d7b233868ceb0d1f9d40c1ae72eed3c904646 -SIZE (xpi/thunderbird-i18n-52.0.1/pt-BR.xpi) = 558223 -SHA256 (xpi/thunderbird-i18n-52.0.1/pt-PT.xpi) = 210a70e2231d569189dae2e9faf2440040366b0f7574fba2fd75f29da690edd9 -SIZE (xpi/thunderbird-i18n-52.0.1/pt-PT.xpi) = 565623 -SHA256 (xpi/thunderbird-i18n-52.0.1/rm.xpi) = 1f319506286427c5b0f0ca37928216cd0338dd94852f443fbd0fb8c5e9154bd8 -SIZE (xpi/thunderbird-i18n-52.0.1/rm.xpi) = 557605 -SHA256 (xpi/thunderbird-i18n-52.0.1/ro.xpi) = b202828134d3aa0880ac205b24f2b42958d08abd2a9c8d394cd48973a703095a -SIZE (xpi/thunderbird-i18n-52.0.1/ro.xpi) = 570529 -SHA256 (xpi/thunderbird-i18n-52.0.1/ru.xpi) = ba6076ee387dbac1f911e78d03360a47fcb9e9d7e302dac29b4f91f8660f5e00 -SIZE (xpi/thunderbird-i18n-52.0.1/ru.xpi) = 530670 -SHA256 (xpi/thunderbird-i18n-52.0.1/si.xpi) = 91bdcbf70a8e74921350501bd86d59b39a6936328d25747679b9b292cb2718a8 -SIZE (xpi/thunderbird-i18n-52.0.1/si.xpi) = 649010 -SHA256 (xpi/thunderbird-i18n-52.0.1/sk.xpi) = 3054eae03bcfb3e4d5baa779fb621b5b052792aa25a8b13c7f02ff9eb386161e -SIZE (xpi/thunderbird-i18n-52.0.1/sk.xpi) = 583881 -SHA256 (xpi/thunderbird-i18n-52.0.1/sl.xpi) = 0ed11399cddbfc88eabb9c51609065ed56c6605006acdfa62980f3e46276711e -SIZE (xpi/thunderbird-i18n-52.0.1/sl.xpi) = 562833 -SHA256 (xpi/thunderbird-i18n-52.0.1/sq.xpi) = 3b933be76fc42e6bee8e501f858b33e3a69d324f9fa97b4bd75dc711a2f5a4ec -SIZE (xpi/thunderbird-i18n-52.0.1/sq.xpi) = 570616 -SHA256 (xpi/thunderbird-i18n-52.0.1/sr.xpi) = 4d3fa7e2f4e24760ca14324bd3552d7d2e9d31315ce4296a589c83f537aba920 -SIZE (xpi/thunderbird-i18n-52.0.1/sr.xpi) = 609019 -SHA256 (xpi/thunderbird-i18n-52.0.1/sv-SE.xpi) = c32a477bdda5cad814f446183df2fd2157eb40566e52f7ac329c71318ba09840 -SIZE (xpi/thunderbird-i18n-52.0.1/sv-SE.xpi) = 565777 -SHA256 (xpi/thunderbird-i18n-52.0.1/ta-LK.xpi) = f8dd44dfed27bc2ff3a1d651080ba809ba451eb01b31ff4c5b40af1372fc2e4d -SIZE (xpi/thunderbird-i18n-52.0.1/ta-LK.xpi) = 675039 -SHA256 (xpi/thunderbird-i18n-52.0.1/tr.xpi) = 359365e851c761a405834079e0dbd7e4e8b7c0a05452999fa1a8985e48a258df -SIZE (xpi/thunderbird-i18n-52.0.1/tr.xpi) = 569926 -SHA256 (xpi/thunderbird-i18n-52.0.1/uk.xpi) = 7854d30a8b6f83db5e312ce7a8f1d0f2df1debe8ae10e16e59158769f0e94fbf -SIZE (xpi/thunderbird-i18n-52.0.1/uk.xpi) = 652854 -SHA256 (xpi/thunderbird-i18n-52.0.1/vi.xpi) = ef981e7ac35ed52ae0bd57f4893aa26679eb802eb28d1e4dcb486b2cd6a1f66e -SIZE (xpi/thunderbird-i18n-52.0.1/vi.xpi) = 637163 -SHA256 (xpi/thunderbird-i18n-52.0.1/zh-CN.xpi) = 5cd323280af4670ab568ff1b16cd8dd8c62bae14a12464b9a10eac96add630d3 -SIZE (xpi/thunderbird-i18n-52.0.1/zh-CN.xpi) = 593611 -SHA256 (xpi/thunderbird-i18n-52.0.1/zh-TW.xpi) = f2509eadb69cac8b0bf1cf387284cbeb0a0e9e57abc73e171319173c0ca10020 -SIZE (xpi/thunderbird-i18n-52.0.1/zh-TW.xpi) = 595728 +TIMESTAMP = 1493665677 +SHA256 (xpi/thunderbird-i18n-52.1.0/ar.xpi) = cd1d424120449b922d970b3fee89d753ae231354e4181a4d4700dc807504f6d1 +SIZE (xpi/thunderbird-i18n-52.1.0/ar.xpi) = 604235 +SHA256 (xpi/thunderbird-i18n-52.1.0/ast.xpi) = d920be2b1070c04a806745a91e15ab1139d5d2e97480755dd62642bc15222c40 +SIZE (xpi/thunderbird-i18n-52.1.0/ast.xpi) = 541172 +SHA256 (xpi/thunderbird-i18n-52.1.0/be.xpi) = 9da12e3f1b9bccddddb673c7e8b613badecd2e71b28aaaccf16ea6ec4a64e095 +SIZE (xpi/thunderbird-i18n-52.1.0/be.xpi) = 570931 +SHA256 (xpi/thunderbird-i18n-52.1.0/bg.xpi) = 151a7deaddafcdfd704abf7f933daafcc1f1465624b01a856f7c0ff02e3b8701 +SIZE (xpi/thunderbird-i18n-52.1.0/bg.xpi) = 634897 +SHA256 (xpi/thunderbird-i18n-52.1.0/bn-BD.xpi) = f281a18cbd823db0331e351f02543249b90d414f9146579b52d45f2826463403 +SIZE (xpi/thunderbird-i18n-52.1.0/bn-BD.xpi) = 676900 +SHA256 (xpi/thunderbird-i18n-52.1.0/br.xpi) = b31c85a62f99cc6f8e043f52b16f977124f3ba89a0539b064b0b751910496689 +SIZE (xpi/thunderbird-i18n-52.1.0/br.xpi) = 559380 +SHA256 (xpi/thunderbird-i18n-52.1.0/ca.xpi) = 5bb06005edc6dc5cad1836abf4bf2a79a71912a841ea5dcede9ee04c50410e3f +SIZE (xpi/thunderbird-i18n-52.1.0/ca.xpi) = 569909 +SHA256 (xpi/thunderbird-i18n-52.1.0/cs.xpi) = 41d2fcc1cc5aed3f6036f6337bf93aaa9b37a32e99bd9145f4921a6a927b451b +SIZE (xpi/thunderbird-i18n-52.1.0/cs.xpi) = 579149 +SHA256 (xpi/thunderbird-i18n-52.1.0/cy.xpi) = 28321a38846a06bed47996fe5f68c5579baa6c8804138866c307df0d26147fd5 +SIZE (xpi/thunderbird-i18n-52.1.0/cy.xpi) = 554857 +SHA256 (xpi/thunderbird-i18n-52.1.0/da.xpi) = ee813026f6312a6f11572422f0bdac9bb866eb820d8fef917bde943747df18c1 +SIZE (xpi/thunderbird-i18n-52.1.0/da.xpi) = 543334 +SHA256 (xpi/thunderbird-i18n-52.1.0/de.xpi) = bfa9265887d64317841f85222638ec901cc95ec230670994f2231e65d4952836 +SIZE (xpi/thunderbird-i18n-52.1.0/de.xpi) = 555743 +SHA256 (xpi/thunderbird-i18n-52.1.0/dsb.xpi) = e29a9433a9f7b9b8d17bc4be1f95ebfd2c4982fefc3ca90372ae2d627f20ad71 +SIZE (xpi/thunderbird-i18n-52.1.0/dsb.xpi) = 584581 +SHA256 (xpi/thunderbird-i18n-52.1.0/el.xpi) = eedb7abd583f2a4b7a61f81ad79d5ff02159535faba07fc30088776e75837207 +SIZE (xpi/thunderbird-i18n-52.1.0/el.xpi) = 662964 +SHA256 (xpi/thunderbird-i18n-52.1.0/en-GB.xpi) = b916e3be5c5529e321a8defb0397dadc45116d9d06378e86d7007d7babe9fb45 +SIZE (xpi/thunderbird-i18n-52.1.0/en-GB.xpi) = 531233 +SHA256 (xpi/thunderbird-i18n-52.1.0/en-US.xpi) = 803d67f5d6729116b2d1d3ad619c174c122cbe57a51d36f96390f2b563405fa8 +SIZE (xpi/thunderbird-i18n-52.1.0/en-US.xpi) = 529123 +SHA256 (xpi/thunderbird-i18n-52.1.0/es-AR.xpi) = 1140407c98f609ddcfeef4ad9a3538e3c68da86b3fa8a138ab042453e737645b +SIZE (xpi/thunderbird-i18n-52.1.0/es-AR.xpi) = 565995 +SHA256 (xpi/thunderbird-i18n-52.1.0/es-ES.xpi) = 1dad4a61a98a594304708eb8c3056463b07482210cf404a1cc5ab96736eb9c94 +SIZE (xpi/thunderbird-i18n-52.1.0/es-ES.xpi) = 445464 +SHA256 (xpi/thunderbird-i18n-52.1.0/et.xpi) = b54d1f3692b492ae7792ee42ba6c15e668e3ea76021496464feac0414bfcae52 +SIZE (xpi/thunderbird-i18n-52.1.0/et.xpi) = 551660 +SHA256 (xpi/thunderbird-i18n-52.1.0/eu.xpi) = 552f2943a37ec9a3f997d904bd5b852d7cdf9977f0b8fbb87b511662f944e986 +SIZE (xpi/thunderbird-i18n-52.1.0/eu.xpi) = 555536 +SHA256 (xpi/thunderbird-i18n-52.1.0/fi.xpi) = aeb4bdb8cd8a5e1933b784e16ce121c6653b4aaa05c2c6f9b056309933521475 +SIZE (xpi/thunderbird-i18n-52.1.0/fi.xpi) = 550669 +SHA256 (xpi/thunderbird-i18n-52.1.0/fr.xpi) = f41fde901cc9210967ec39e3d258ad568d889f07a1f2fb1e10747ef933631cf0 +SIZE (xpi/thunderbird-i18n-52.1.0/fr.xpi) = 577560 +SHA256 (xpi/thunderbird-i18n-52.1.0/fy-NL.xpi) = a7e856a42d8e021f1e1385857525e5ea751ff143ff725aa15eb6e1c6b78c76cd +SIZE (xpi/thunderbird-i18n-52.1.0/fy-NL.xpi) = 563631 +SHA256 (xpi/thunderbird-i18n-52.1.0/ga-IE.xpi) = 78aa1c4f60ffc943b4541d8ebf08a9c804c7f8c0dad3264e6f09aacb1d5c9e74 +SIZE (xpi/thunderbird-i18n-52.1.0/ga-IE.xpi) = 583555 +SHA256 (xpi/thunderbird-i18n-52.1.0/gd.xpi) = d27cd41dd6595ee588e18ed10736d84b2587f192b84efcaa99a172c055513f11 +SIZE (xpi/thunderbird-i18n-52.1.0/gd.xpi) = 574064 +SHA256 (xpi/thunderbird-i18n-52.1.0/gl.xpi) = 8ea7ae7a48e45854e194ff300510a7f10fb064a68bf0c9fa5cc8c54bb860fa44 +SIZE (xpi/thunderbird-i18n-52.1.0/gl.xpi) = 575150 +SHA256 (xpi/thunderbird-i18n-52.1.0/he.xpi) = 100b0da1c56554c496cf93f1489aff171a6794371e0f2336206f408dc5dbb862 +SIZE (xpi/thunderbird-i18n-52.1.0/he.xpi) = 592565 +SHA256 (xpi/thunderbird-i18n-52.1.0/hr.xpi) = 5161640824d3cd84dafe08f7fef762dbe00c6ec0cc0ada9669c72e42869804e6 +SIZE (xpi/thunderbird-i18n-52.1.0/hr.xpi) = 564779 +SHA256 (xpi/thunderbird-i18n-52.1.0/hu.xpi) = e8264f71facb7aa89aa73ba19253d7d37b247d01bc98399c1bfcb9749b9b8e57 +SIZE (xpi/thunderbird-i18n-52.1.0/hu.xpi) = 586446 +SHA256 (xpi/thunderbird-i18n-52.1.0/hsb.xpi) = d32e7b469905e2831a311bf3b541330b530d57d7bc618d9e2f1e01d4fdf337e2 +SIZE (xpi/thunderbird-i18n-52.1.0/hsb.xpi) = 582241 +SHA256 (xpi/thunderbird-i18n-52.1.0/hy-AM.xpi) = 3fcf04ae1c549aa2408b131389bbbf7d96b3f5ae80ee51fbabcaf57f9af73581 +SIZE (xpi/thunderbird-i18n-52.1.0/hy-AM.xpi) = 629879 +SHA256 (xpi/thunderbird-i18n-52.1.0/id.xpi) = b258b88c3618cf03258e1f2a88b58ed8a9ac8d6f510cbedc65d30fd0d1833a5f +SIZE (xpi/thunderbird-i18n-52.1.0/id.xpi) = 546525 +SHA256 (xpi/thunderbird-i18n-52.1.0/is.xpi) = 9a9ac947b7fa56ad90940214a383d1a2e284f1fae723683fdc03cc5cc044a7f9 +SIZE (xpi/thunderbird-i18n-52.1.0/is.xpi) = 555712 +SHA256 (xpi/thunderbird-i18n-52.1.0/it.xpi) = 81439f2a46fc2fcbaba27a790d13371bb29944dbce536adf3a4bc88c57c58708 +SIZE (xpi/thunderbird-i18n-52.1.0/it.xpi) = 455407 +SHA256 (xpi/thunderbird-i18n-52.1.0/ja.xpi) = c614414408bd3ef96c0acae40c01cef76af07457f73ba3388f96ed646d0e93fb +SIZE (xpi/thunderbird-i18n-52.1.0/ja.xpi) = 630052 +SHA256 (xpi/thunderbird-i18n-52.1.0/ko.xpi) = 3f652698258901e7dfc05751b9c44e6c6cb303b9580b8393b85aa5ba532a5145 +SIZE (xpi/thunderbird-i18n-52.1.0/ko.xpi) = 595516 +SHA256 (xpi/thunderbird-i18n-52.1.0/lt.xpi) = 6800858ccd1722bb805a899af954a62cff97feb6645648ee75cfcb8948628cef +SIZE (xpi/thunderbird-i18n-52.1.0/lt.xpi) = 580598 +SHA256 (xpi/thunderbird-i18n-52.1.0/nb-NO.xpi) = dc7703816f06360432c9f7d69eb4db6524db38605bb43dc33fa61be0582ada08 +SIZE (xpi/thunderbird-i18n-52.1.0/nb-NO.xpi) = 551103 +SHA256 (xpi/thunderbird-i18n-52.1.0/nl.xpi) = cc1bf83672eba56775988c6671ac0101330df302ff7d3b34e3f8d84a3486ee2a +SIZE (xpi/thunderbird-i18n-52.1.0/nl.xpi) = 557956 +SHA256 (xpi/thunderbird-i18n-52.1.0/nn-NO.xpi) = 557458360291cf1b69634329b58e9f8d59f0e235ea23fe04c83692784aa05956 +SIZE (xpi/thunderbird-i18n-52.1.0/nn-NO.xpi) = 551891 +SHA256 (xpi/thunderbird-i18n-52.1.0/pa-IN.xpi) = a7fbb749c6222a020cc50ddd11428c16c3fc9b1349b757426b9d2e2204e2356d +SIZE (xpi/thunderbird-i18n-52.1.0/pa-IN.xpi) = 646568 +SHA256 (xpi/thunderbird-i18n-52.1.0/pl.xpi) = 0ecfed322da41c4e6b21a7fab03d61a2436f0f4e0898928f19eac28b52da8a05 +SIZE (xpi/thunderbird-i18n-52.1.0/pl.xpi) = 469901 +SHA256 (xpi/thunderbird-i18n-52.1.0/pt-BR.xpi) = d5b5bec393b299367610794958ac2d7bef54ad2cc9a29ca2559c8c230bf6564b +SIZE (xpi/thunderbird-i18n-52.1.0/pt-BR.xpi) = 558223 +SHA256 (xpi/thunderbird-i18n-52.1.0/pt-PT.xpi) = 998587a0074de0b0a26206c7de2cb83ff5bebd194e7ce184783fcc2d58eefe97 +SIZE (xpi/thunderbird-i18n-52.1.0/pt-PT.xpi) = 565623 +SHA256 (xpi/thunderbird-i18n-52.1.0/rm.xpi) = 33a1c4dc8cee63c7640f7b492c171015b391f88b2629660b83845726925d1604 +SIZE (xpi/thunderbird-i18n-52.1.0/rm.xpi) = 557604 +SHA256 (xpi/thunderbird-i18n-52.1.0/ro.xpi) = f59e4ac38e6f60808bc7552da66a74a9b059f3e6fd8d1aef2999cac3b157de5a +SIZE (xpi/thunderbird-i18n-52.1.0/ro.xpi) = 570529 +SHA256 (xpi/thunderbird-i18n-52.1.0/ru.xpi) = d152fa89d2e6769b00ef8a7c04debc6da8e8a7013a5faf92038651a99172bec9 +SIZE (xpi/thunderbird-i18n-52.1.0/ru.xpi) = 530669 +SHA256 (xpi/thunderbird-i18n-52.1.0/si.xpi) = f4d0a47bef66689b53506078e961547c0100e7104a5960c9eec2341facad27d5 +SIZE (xpi/thunderbird-i18n-52.1.0/si.xpi) = 649009 +SHA256 (xpi/thunderbird-i18n-52.1.0/sk.xpi) = 5d57f3e86f4e19daf5fa0fc5cb63aaff646d4cbd47a742c04ba77259c25dffb7 +SIZE (xpi/thunderbird-i18n-52.1.0/sk.xpi) = 583881 +SHA256 (xpi/thunderbird-i18n-52.1.0/sl.xpi) = 56dda066bd8e6367351d0790a2765a05813bf19b65aeab27cbdc133609a30b2c +SIZE (xpi/thunderbird-i18n-52.1.0/sl.xpi) = 562830 +SHA256 (xpi/thunderbird-i18n-52.1.0/sq.xpi) = 8a2773b55f020278f658b7254dcedf0d17154b6f5d63400943cd15bf902c9019 +SIZE (xpi/thunderbird-i18n-52.1.0/sq.xpi) = 570615 +SHA256 (xpi/thunderbird-i18n-52.1.0/sr.xpi) = 09f3de38925c36734471ec2694094211236d1edae433280e7547ec57c8040826 +SIZE (xpi/thunderbird-i18n-52.1.0/sr.xpi) = 609019 +SHA256 (xpi/thunderbird-i18n-52.1.0/sv-SE.xpi) = 5f3705d4270357b3e57fd26131155516fc51a47886a20ef143905e15334dd86a +SIZE (xpi/thunderbird-i18n-52.1.0/sv-SE.xpi) = 565777 +SHA256 (xpi/thunderbird-i18n-52.1.0/ta-LK.xpi) = bb585f6cc8166e5445e84220cd432a99489ea898e58edcd7a0b0f2134ba73acd +SIZE (xpi/thunderbird-i18n-52.1.0/ta-LK.xpi) = 675038 +SHA256 (xpi/thunderbird-i18n-52.1.0/tr.xpi) = d95eeadbf12ae6e554a7f9a1453befc6dc3530b3e441491db4ed96aa7c355463 +SIZE (xpi/thunderbird-i18n-52.1.0/tr.xpi) = 569926 +SHA256 (xpi/thunderbird-i18n-52.1.0/uk.xpi) = 124146d36b56811e02c1f6a849611e4977a2189fd95b793b71347532caf76070 +SIZE (xpi/thunderbird-i18n-52.1.0/uk.xpi) = 652854 +SHA256 (xpi/thunderbird-i18n-52.1.0/vi.xpi) = 8e3c84b436a9d0465507bdf42dd42c9b26d23987fd7f7a46cad8dd9f6ad0afcc +SIZE (xpi/thunderbird-i18n-52.1.0/vi.xpi) = 637163 +SHA256 (xpi/thunderbird-i18n-52.1.0/zh-CN.xpi) = e372440fcafc54328c5df328fc22642924eec67fd05e33f8ad5a15cfdbef878b +SIZE (xpi/thunderbird-i18n-52.1.0/zh-CN.xpi) = 593611 +SHA256 (xpi/thunderbird-i18n-52.1.0/zh-TW.xpi) = 2ba552e364815ddebef45de1e7442add05bd81d34516a512b4f6f59b9c3cfdfa +SIZE (xpi/thunderbird-i18n-52.1.0/zh-TW.xpi) = 595728 Modified: branches/2017Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q2/mail/thunderbird/Makefile Tue May 2 06:33:39 2017 (r439932) +++ branches/2017Q2/mail/thunderbird/Makefile Tue May 2 06:34:57 2017 (r439933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.0.1 +DISTVERSION= 52.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source Modified: branches/2017Q2/mail/thunderbird/distinfo ============================================================================== --- branches/2017Q2/mail/thunderbird/distinfo Tue May 2 06:33:39 2017 (r439932) +++ branches/2017Q2/mail/thunderbird/distinfo Tue May 2 06:34:57 2017 (r439933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492181434 -SHA256 (thunderbird-52.0.1.source.tar.xz) = a1cede97e836c728d3157b9e043f3724f7aff83f92ba1f3796e9cc7299402cab -SIZE (thunderbird-52.0.1.source.tar.xz) = 228422924 +TIMESTAMP = 1493583865 +SHA256 (thunderbird-52.1.0.source.tar.xz) = c33ca35b6acd1a0dc0d0f4b1df16745a33144c5d3d3715fe05454a5e9eefd48b +SIZE (thunderbird-52.1.0.source.tar.xz) = 228493044 From owner-svn-ports-branches@freebsd.org Tue May 2 14:31:55 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EEE3D5A8CF; Tue, 2 May 2017 14:31:55 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD0C1AE5; Tue, 2 May 2017 14:31:55 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42EVsMV001819; Tue, 2 May 2017 14:31:54 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42EVs1w001818; Tue, 2 May 2017 14:31:54 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705021431.v42EVs1w001818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 2 May 2017 14:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439948 - in branches/2017Q2/security: libressl libressl-devel libressl-devel/files libressl/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:31:55 -0000 Author: brnrd Date: Tue May 2 14:31:53 2017 New Revision: 439948 URL: https://svnweb.freebsd.org/changeset/ports/439948 Log: security/libressl: Revert previous commit - Big fail on my part, required revert - Version 2.4.5 not vulnerable to CVE-2017-8301 PR: 218988 219005 Reported by: Xavier Garcia Reported by: Fabian Keil Approved by: ports-secteam (broken quarterly blanket) Deleted: branches/2017Q2/security/libressl-devel/files/patch-CVE-2017-8301 branches/2017Q2/security/libressl/files/patch-CVE-2017-8301 Modified: branches/2017Q2/security/libressl-devel/Makefile branches/2017Q2/security/libressl/Makefile Modified: branches/2017Q2/security/libressl-devel/Makefile ============================================================================== --- branches/2017Q2/security/libressl-devel/Makefile Tue May 2 14:26:06 2017 (r439947) +++ branches/2017Q2/security/libressl-devel/Makefile Tue May 2 14:31:53 2017 (r439948) @@ -3,7 +3,6 @@ PORTNAME= libressl PORTVERSION= 2.5.2 -PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel Modified: branches/2017Q2/security/libressl/Makefile ============================================================================== --- branches/2017Q2/security/libressl/Makefile Tue May 2 14:26:06 2017 (r439947) +++ branches/2017Q2/security/libressl/Makefile Tue May 2 14:31:53 2017 (r439948) @@ -3,7 +3,6 @@ PORTNAME= libressl PORTVERSION= 2.4.5 -PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL From owner-svn-ports-branches@freebsd.org Tue May 2 23:56:21 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D97ED5B5E9; Tue, 2 May 2017 23:56:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AB251AE3; Tue, 2 May 2017 23:56:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42NuKPq038487; Tue, 2 May 2017 23:56:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42NuKH4038485; Tue, 2 May 2017 23:56:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705022356.v42NuKH4038485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 May 2017 23:56:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439994 - in branches/2017Q2/www/firefox: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 23:56:21 -0000 Author: jbeich Date: Tue May 2 23:56:20 2017 New Revision: 439994 URL: https://svnweb.freebsd.org/changeset/ports/439994 Log: MFH: r439993 www/firefox: use X29 as frame pointer like aarch64 kernel does Approved by: ports-secteam blanket Modified: branches/2017Q2/www/firefox/Makefile branches/2017Q2/www/firefox/files/patch-bug1359142 Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/firefox/Makefile ============================================================================== --- branches/2017Q2/www/firefox/Makefile Tue May 2 23:53:47 2017 (r439993) +++ branches/2017Q2/www/firefox/Makefile Tue May 2 23:56:20 2017 (r439994) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 53.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2017Q2/www/firefox/files/patch-bug1359142 ============================================================================== --- branches/2017Q2/www/firefox/files/patch-bug1359142 Tue May 2 23:53:47 2017 (r439993) +++ branches/2017Q2/www/firefox/files/patch-bug1359142 Tue May 2 23:56:20 2017 (r439994) @@ -1,13 +1,23 @@ -Define EPC_sig and RFP_sig for JS_CODEGEN_ARM64 on BSDs +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp -index 3f65bbb44f99..150331f19ea4 100644 +index 1ab76eeb4bd9..bcdff0487837 100644 --- js/src/wasm/WasmSignalHandlers.cpp +++ js/src/wasm/WasmSignalHandlers.cpp -@@ -109,6 +109,10 @@ class AutoSetHandlingSegFault +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) # define R13_sig(p) ((p)->sc_r13) # define R14_sig(p) ((p)->sc_r14) - # define R15_sig(p) ((p)->sc_r15) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif +# if defined(__mips__) +# define EPC_sig(p) ((p)->sc_pc) +# define RFP_sig(p) ((p)->sc_regs[30]) @@ -15,33 +25,29 @@ index 3f65bbb44f99..150331f19ea4 100644 #elif defined(__linux__) || defined(SOLARIS) # if defined(__linux__) # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) -@@ -171,6 +175,13 @@ class AutoSetHandlingSegFault +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) -+# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) +# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) +# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) +# endif +# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) +# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) +# endif #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) # if defined(__DragonFly__) # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) -@@ -195,11 +206,19 @@ class AutoSetHandlingSegFault - # define R12_sig(p) ((p)->uc_mcontext.mc_r12) - # define R13_sig(p) ((p)->uc_mcontext.mc_r13) - # define R14_sig(p) ((p)->uc_mcontext.mc_r14) -+# if defined(__FreeBSD__) && defined(__aarch64__) -+# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) -+# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[19]) -+# endif - # if defined(__FreeBSD__) && defined(__arm__) - # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault # else # define R15_sig(p) ((p)->uc_mcontext.mc_r15) # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif +# if defined(__FreeBSD__) && defined(__mips__) +# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) +# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) From owner-svn-ports-branches@freebsd.org Wed May 3 00:19:56 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97AA7D5BF40; Wed, 3 May 2017 00:19:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D73E981; Wed, 3 May 2017 00:19:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v430JtHi047163; Wed, 3 May 2017 00:19:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v430JsTw047157; Wed, 3 May 2017 00:19:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705030019.v430JsTw047157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 3 May 2017 00:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439996 - in branches/2017Q2: mail/thunderbird/files www/firefox-esr/files www/libxul/files www/seamonkey/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 00:19:56 -0000 Author: jbeich Date: Wed May 3 00:19:54 2017 New Revision: 439996 URL: https://svnweb.freebsd.org/changeset/ports/439996 Log: MFH: r439995 gecko: apply r439551 + r439993 to other ports Approved by: ports-secteam blanket (mainly for mips) Added: branches/2017Q2/mail/thunderbird/files/patch-bug1359051 - copied unchanged from r439995, head/mail/thunderbird/files/patch-bug1359051 branches/2017Q2/mail/thunderbird/files/patch-bug1359142 - copied unchanged from r439995, head/mail/thunderbird/files/patch-bug1359142 branches/2017Q2/www/firefox-esr/files/patch-bug1359051 - copied unchanged from r439995, head/www/firefox-esr/files/patch-bug1359051 branches/2017Q2/www/firefox-esr/files/patch-bug1359142 - copied unchanged from r439995, head/www/firefox-esr/files/patch-bug1359142 branches/2017Q2/www/libxul/files/patch-bug1359142 - copied unchanged from r439995, head/www/libxul/files/patch-bug1359142 branches/2017Q2/www/seamonkey/files/patch-bug1359142 - copied unchanged from r439995, head/www/seamonkey/files/patch-bug1359142 Modified: Directory Properties: branches/2017Q2/ (props changed) Copied: branches/2017Q2/mail/thunderbird/files/patch-bug1359051 (from r439995, head/mail/thunderbird/files/patch-bug1359051) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/mail/thunderbird/files/patch-bug1359051 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/mail/thunderbird/files/patch-bug1359051) @@ -0,0 +1,31 @@ +commit fe7592e16fcc +Author: Sean Stangl +Date: Mon Apr 24 07:10:58 2017 -0700 + + Bug 1359051 - Define cacheFlush for non-Simulator ARM64 builds. r=tcampbell +--- + js/src/jit/ExecutableAllocator.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git js/src/jit/ExecutableAllocator.h js/src/jit/ExecutableAllocator.h +index 3a42918142ef..570a25ff0dc3 100644 +--- mozilla/js/src/jit/ExecutableAllocator.h ++++ mozilla/js/src/jit/ExecutableAllocator.h +@@ -259,7 +259,7 @@ class ExecutableAllocator + { + __clear_cache(code, reinterpret_cast(code) + size); + } +-#elif defined(JS_CODEGEN_ARM) && defined(XP_IOS) ++#elif (defined(JS_CODEGEN_ARM) || defined(JS_CODEGEN_ARM64)) && defined(XP_IOS) + static void cacheFlush(void* code, size_t size) + { + sys_icache_invalidate(code, size); +@@ -297,7 +297,7 @@ class ExecutableAllocator + : "r0", "r1", "r2"); + } + } +-#elif defined(JS_CODEGEN_ARM64) && (defined(__linux__) || defined(ANDROID)) && defined(__GNUC__) ++#elif defined(JS_CODEGEN_ARM64) + static void cacheFlush(void* code, size_t size) + { + __clear_cache(code, (void *)((size_t)code + size)); Copied: branches/2017Q2/mail/thunderbird/files/patch-bug1359142 (from r439995, head/mail/thunderbird/files/patch-bug1359142) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/mail/thunderbird/files/patch-bug1359142 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/mail/thunderbird/files/patch-bug1359142) @@ -0,0 +1,57 @@ +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs + +diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp +index 1ab76eeb4bd9..bcdff0487837 100644 +--- mozilla/js/src/wasm/WasmSignalHandlers.cpp ++++ mozilla/js/src/wasm/WasmSignalHandlers.cpp +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) + # define R13_sig(p) ((p)->sc_r13) + # define R14_sig(p) ((p)->sc_r14) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->sc_pc) ++# define RFP_sig(p) ((p)->sc_regs[30]) ++# endif + #elif defined(__linux__) || defined(SOLARIS) + # if defined(__linux__) + # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault + # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) + # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) + # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) ++# endif + #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + # if defined(__DragonFly__) + # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault + # else + # define R15_sig(p) ((p)->uc_mcontext.mc_r15) + # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif ++# if defined(__FreeBSD__) && defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) ++# endif + #elif defined(XP_DARWIN) + # define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) + # define EBP_sig(p) ((p)->uc_mcontext->__ss.__ebp) Copied: branches/2017Q2/www/firefox-esr/files/patch-bug1359051 (from r439995, head/www/firefox-esr/files/patch-bug1359051) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/firefox-esr/files/patch-bug1359051 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/www/firefox-esr/files/patch-bug1359051) @@ -0,0 +1,31 @@ +commit fe7592e16fcc +Author: Sean Stangl +Date: Mon Apr 24 07:10:58 2017 -0700 + + Bug 1359051 - Define cacheFlush for non-Simulator ARM64 builds. r=tcampbell +--- + js/src/jit/ExecutableAllocator.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git js/src/jit/ExecutableAllocator.h js/src/jit/ExecutableAllocator.h +index 3a42918142ef..570a25ff0dc3 100644 +--- js/src/jit/ExecutableAllocator.h ++++ js/src/jit/ExecutableAllocator.h +@@ -259,7 +259,7 @@ class ExecutableAllocator + { + __clear_cache(code, reinterpret_cast(code) + size); + } +-#elif defined(JS_CODEGEN_ARM) && defined(XP_IOS) ++#elif (defined(JS_CODEGEN_ARM) || defined(JS_CODEGEN_ARM64)) && defined(XP_IOS) + static void cacheFlush(void* code, size_t size) + { + sys_icache_invalidate(code, size); +@@ -297,7 +297,7 @@ class ExecutableAllocator + : "r0", "r1", "r2"); + } + } +-#elif defined(JS_CODEGEN_ARM64) && (defined(__linux__) || defined(ANDROID)) && defined(__GNUC__) ++#elif defined(JS_CODEGEN_ARM64) + static void cacheFlush(void* code, size_t size) + { + __clear_cache(code, (void *)((size_t)code + size)); Copied: branches/2017Q2/www/firefox-esr/files/patch-bug1359142 (from r439995, head/www/firefox-esr/files/patch-bug1359142) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/firefox-esr/files/patch-bug1359142 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/www/firefox-esr/files/patch-bug1359142) @@ -0,0 +1,57 @@ +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs + +diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp +index 1ab76eeb4bd9..bcdff0487837 100644 +--- js/src/wasm/WasmSignalHandlers.cpp ++++ js/src/wasm/WasmSignalHandlers.cpp +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) + # define R13_sig(p) ((p)->sc_r13) + # define R14_sig(p) ((p)->sc_r14) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->sc_pc) ++# define RFP_sig(p) ((p)->sc_regs[30]) ++# endif + #elif defined(__linux__) || defined(SOLARIS) + # if defined(__linux__) + # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault + # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) + # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) + # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) ++# endif + #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + # if defined(__DragonFly__) + # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault + # else + # define R15_sig(p) ((p)->uc_mcontext.mc_r15) + # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif ++# if defined(__FreeBSD__) && defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) ++# endif + #elif defined(XP_DARWIN) + # define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) + # define EBP_sig(p) ((p)->uc_mcontext->__ss.__ebp) Copied: branches/2017Q2/www/libxul/files/patch-bug1359142 (from r439995, head/www/libxul/files/patch-bug1359142) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/libxul/files/patch-bug1359142 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/www/libxul/files/patch-bug1359142) @@ -0,0 +1,57 @@ +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs + +diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp +index 1ab76eeb4bd9..bcdff0487837 100644 +--- js/src/asmjs/AsmJSSignalHandlers.cpp ++++ js/src/asmjs/AsmJSSignalHandlers.cpp +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) + # define R13_sig(p) ((p)->sc_r13) + # define R14_sig(p) ((p)->sc_r14) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->sc_pc) ++# define RFP_sig(p) ((p)->sc_regs[30]) ++# endif + #elif defined(__linux__) || defined(SOLARIS) + # if defined(__linux__) + # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault + # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) + # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) + # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) ++# endif + #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + # if defined(__DragonFly__) + # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault + # else + # define R15_sig(p) ((p)->uc_mcontext.mc_r15) + # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif ++# if defined(__FreeBSD__) && defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) ++# endif + #elif defined(XP_DARWIN) + # define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) + # define EBP_sig(p) ((p)->uc_mcontext->__ss.__ebp) Copied: branches/2017Q2/www/seamonkey/files/patch-bug1359142 (from r439995, head/www/seamonkey/files/patch-bug1359142) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/seamonkey/files/patch-bug1359142 Wed May 3 00:19:54 2017 (r439996, copy of r439995, head/www/seamonkey/files/patch-bug1359142) @@ -0,0 +1,57 @@ +Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs + +diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp +index 1ab76eeb4bd9..bcdff0487837 100644 +--- mozilla/js/src/asmjs/WasmSignalHandlers.cpp ++++ mozilla/js/src/asmjs/WasmSignalHandlers.cpp +@@ -108,7 +108,19 @@ class AutoSetHandlingSegFault + # define R12_sig(p) ((p)->sc_r12) + # define R13_sig(p) ((p)->sc_r13) + # define R14_sig(p) ((p)->sc_r14) +-# define R15_sig(p) ((p)->sc_r15) ++# if defined(__arm__) ++# define R15_sig(p) ((p)->sc_pc) ++# else ++# define R15_sig(p) ((p)->sc_r15) ++# endif ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->sc_elr) ++# define RFP_sig(p) ((p)->sc_x[29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->sc_pc) ++# define RFP_sig(p) ((p)->sc_regs[30]) ++# endif + #elif defined(__linux__) || defined(SOLARIS) + # if defined(__linux__) + # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) +@@ -171,6 +183,14 @@ class AutoSetHandlingSegFault + # define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) + # define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) + # define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) ++# if defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_X29]) ++# endif ++# if defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC]) ++# define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8]) ++# endif + #elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + # if defined(__DragonFly__) + # define XMM_sig(p,i) (((union savefpu*)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) +@@ -200,6 +220,14 @@ class AutoSetHandlingSegFault + # else + # define R15_sig(p) ((p)->uc_mcontext.mc_r15) + # endif ++# if defined(__FreeBSD__) && defined(__aarch64__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_elr) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_gpregs.gp_x[29]) ++# endif ++# if defined(__FreeBSD__) && defined(__mips__) ++# define EPC_sig(p) ((p)->uc_mcontext.mc_pc) ++# define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30]) ++# endif + #elif defined(XP_DARWIN) + # define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) + # define EBP_sig(p) ((p)->uc_mcontext->__ss.__ebp) From owner-svn-ports-branches@freebsd.org Wed May 3 20:56:04 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69975D5C777; Wed, 3 May 2017 20:56:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 399DEE1F; Wed, 3 May 2017 20:56:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43Ku3mt061903; Wed, 3 May 2017 20:56:03 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Ku3uh061902; Wed, 3 May 2017 20:56:03 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705032056.v43Ku3uh061902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 3 May 2017 20:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440042 - branches/2017Q2/print/lyx X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:56:04 -0000 Author: rakuco Date: Wed May 3 20:56:03 2017 New Revision: 440042 URL: https://svnweb.freebsd.org/changeset/ports/440042 Log: MFH: r440041 Fix shebangs. Approved by: ports-secteam (blanket approval) Modified: branches/2017Q2/print/lyx/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/print/lyx/Makefile ============================================================================== --- branches/2017Q2/print/lyx/Makefile Wed May 3 20:54:49 2017 (r440041) +++ branches/2017Q2/print/lyx/Makefile Wed May 3 20:56:03 2017 (r440042) @@ -3,7 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -22,7 +22,7 @@ MAJOR_VERSION= 2.2 MINOR_VERSION= 2 USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \ - python:2 tar:xz + python:2 shebangfix tar:xz USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ @@ -31,6 +31,9 @@ CONFIGURE_ARGS= --without-included-boost --with-qt-dir=${LOCALBASE}/lib/qt5 \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} +SHEBANG_FILES= lib/configure.py \ + lib/lyx2lyx/lyx2lyx \ + lib/scripts/listerrors CPPFLAGS+= ${EXECINFO_CPPFLAGS} LDFLAGS+= ${EXECINFO_LDFLAGS} From owner-svn-ports-branches@freebsd.org Wed May 3 23:06:41 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B526D566E3; Wed, 3 May 2017 23:06:41 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75F4C129A; Wed, 3 May 2017 23:06:41 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43N6eRc018831; Wed, 3 May 2017 23:06:40 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43N6eL5018827; Wed, 3 May 2017 23:06:40 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201705032306.v43N6eL5018827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 3 May 2017 23:06:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440069 - in branches/2017Q2/security/duo: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 23:06:41 -0000 Author: zi Date: Wed May 3 23:06:39 2017 New Revision: 440069 URL: https://svnweb.freebsd.org/changeset/ports/440069 Log: MFH: r440068 - Update to 1.9.20 Approved by: ports-secteam (with hat) Modified: branches/2017Q2/security/duo/Makefile branches/2017Q2/security/duo/distinfo branches/2017Q2/security/duo/files/patch-pam__duo_Makefile.in branches/2017Q2/security/duo/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/duo/Makefile ============================================================================== --- branches/2017Q2/security/duo/Makefile Wed May 3 23:05:56 2017 (r440068) +++ branches/2017Q2/security/duo/Makefile Wed May 3 23:06:39 2017 (r440069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.19 +PORTVERSION= 1.9.20 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ @@ -25,16 +25,15 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's| /etc| ${PREFIX}/etc|g' \ - ${WRKSRC}/pam_duo/pam_duo.8 \ - ${WRKSRC}/login_duo/login_duo.8 + ${REINPLACE_CMD} -e 's| /etc| ${PREFIX}/etc|g' \ + ${WRKSRC}/pam_duo/pam_duo.8 \ + ${WRKSRC}/login_duo/login_duo.8 post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libduo.so.3 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/security/pam_duo.so ${INSTALL_DATA} ${WRKSRC}/login_duo/login_duo.conf \ - ${STAGEDIR}${PREFIX}/etc/login_duo.conf.sample + ${STAGEDIR}${PREFIX}/etc/login_duo.conf.sample ${INSTALL_DATA} ${WRKSRC}/pam_duo/pam_duo.conf \ - ${STAGEDIR}${PREFIX}/etc/pam_duo.conf.sample + ${STAGEDIR}${PREFIX}/etc/pam_duo.conf.sample .include Modified: branches/2017Q2/security/duo/distinfo ============================================================================== --- branches/2017Q2/security/duo/distinfo Wed May 3 23:05:56 2017 (r440068) +++ branches/2017Q2/security/duo/distinfo Wed May 3 23:06:39 2017 (r440069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471562725 -SHA256 (duo_unix-1.9.19.tar.gz) = 2d23f9700f091da1c9113b45919203b37fac6392a9e24a666c7b0269a7571b0a -SIZE (duo_unix-1.9.19.tar.gz) = 470432 +TIMESTAMP = 1493852286 +SHA256 (duo_unix-1.9.20.tar.gz) = 1297ddfa62fa6f8ae9589cbe9bd0bc337d0ad6d8b2fbf2f09268a2f856bbb97f +SIZE (duo_unix-1.9.20.tar.gz) = 470354 Modified: branches/2017Q2/security/duo/files/patch-pam__duo_Makefile.in ============================================================================== --- branches/2017Q2/security/duo/files/patch-pam__duo_Makefile.in Wed May 3 23:05:56 2017 (r440068) +++ branches/2017Q2/security/duo/files/patch-pam__duo_Makefile.in Wed May 3 23:06:39 2017 (r440069) @@ -1,7 +1,7 @@ ---- pam_duo/Makefile.in.orig 2015-03-02 13:18:58 UTC +--- pam_duo/Makefile.in.orig 2017-05-03 23:03:21 UTC +++ pam_duo/Makefile.in -@@ -713,15 +713,6 @@ semodule-remove: - .PHONY: semodule semodule-remove +@@ -725,20 +725,6 @@ clean-local-semodule: + .PHONY: semodule semodule-enable semodule-install semodule-remove clean-local-semodule install-data-local: - $(MKDIR_P) $(DESTDIR)$(sysconfdir) @@ -13,6 +13,11 @@ - echo "Found existing ${DESTDIR}$(sysconfdir)/pam_duo.conf - updating permissions"; \ - fi - -chmod 600 $(DESTDIR)$(sysconfdir)/pam_duo.conf +- -@if test "x$(IS_AIX)" = "xyes"; then \ +- rm -f $(PAMDIR)/pam_duo.so; \ +- ar x $(top_builddir)/pam_duo/.libs/pam_duo.a $(PAMDIR)/pam_duo.so; \ +- echo "Extracting shared object ${PAMDIR}/pam_duo.so from $(top_builddir)/pam_duo/.libs/pam_duo.a"; \ +- fi - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. + uninstall-local: + -@if test "x$(IS_AIX)" = "xyes"; then \ Modified: branches/2017Q2/security/duo/pkg-plist ============================================================================== --- branches/2017Q2/security/duo/pkg-plist Wed May 3 23:05:56 2017 (r440068) +++ branches/2017Q2/security/duo/pkg-plist Wed May 3 23:06:39 2017 (r440069) @@ -3,10 +3,6 @@ include/duo/duo.h include/duo/util.h include/duo/shell.h -lib/libduo.so.3.0.0 -lib/libduo.so.3 -lib/libduo.so -lib/libduo.a libdata/pkgconfig/libduo.pc lib/security/pam_duo.so man/man3/duo.3.gz From owner-svn-ports-branches@freebsd.org Thu May 4 03:25:15 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA2AED5CCA7; Thu, 4 May 2017 03:25:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAB511F5D; Thu, 4 May 2017 03:25:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v443PEJK027492; Thu, 4 May 2017 03:25:14 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v443PDDh027482; Thu, 4 May 2017 03:25:13 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705040325.v443PDDh027482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 4 May 2017 03:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440082 - in branches/2017Q2/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 03:25:16 -0000 Author: cpm Date: Thu May 4 03:25:13 2017 New Revision: 440082 URL: https://svnweb.freebsd.org/changeset/ports/440082 Log: MFH: r440072 www/chromium: update to 58.0.3029.96 Security: https://vuxml.freebsd.org/freebsd/92e345d0-304d-11e7-8359-e8e0b747a45a.html Approved by: ports-secteam (miwi) Added: branches/2017Q2/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc - copied unchanged from r440072, head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_download_download__status__updater.cc - copied unchanged from r440072, head/www/chromium/files/patch-chrome_browser_download_download__status__updater.cc branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn - copied unchanged from r440072, head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn branches/2017Q2/www/chromium/files/patch-components_filesystem_file__system__app.cc - copied unchanged from r440072, head/www/chromium/files/patch-components_filesystem_file__system__app.cc branches/2017Q2/www/chromium/files/patch-v8_src_wasm_wasm-result.h - copied unchanged from r440072, head/www/chromium/files/patch-v8_src_wasm_wasm-result.h Deleted: branches/2017Q2/www/chromium/files/patch-services_ui_BUILD.gn branches/2017Q2/www/chromium/files/patch-services_ui_ime_BUILD.gn Modified: branches/2017Q2/www/chromium/Makefile branches/2017Q2/www/chromium/distinfo branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn branches/2017Q2/www/chromium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc branches/2017Q2/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc branches/2017Q2/www/chromium/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/chromium/Makefile ============================================================================== --- branches/2017Q2/www/chromium/Makefile Thu May 4 03:00:36 2017 (r440081) +++ branches/2017Q2/www/chromium/Makefile Thu May 4 03:25:13 2017 (r440082) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 58.0.3029.81 +PORTVERSION= 58.0.3029.96 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -244,7 +244,7 @@ test regression-test: build do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/out/${BUILDTYPE}/chrome.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.for t in font_service ui +.for t in font_service test_ime_driver ui ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${t}.service \ ${STAGEDIR}${DATADIR} .endfor Modified: branches/2017Q2/www/chromium/distinfo ============================================================================== --- branches/2017Q2/www/chromium/distinfo Thu May 4 03:00:36 2017 (r440081) +++ branches/2017Q2/www/chromium/distinfo Thu May 4 03:25:13 2017 (r440082) @@ -1,5 +1,5 @@ -TIMESTAMP = 1492682402 -SHA256 (chromium-58.0.3029.81.tar.xz) = 5ab61b7025a5143fa1b21713479b316ec7a98e262e79e84f9c9a9656179217cb -SIZE (chromium-58.0.3029.81.tar.xz) = 509252204 -SHA256 (chromium-58.0.3029.81-testdata.tar.xz) = 8fa8d18c5ccfa8cbb067c4d88a0b8ed0dfd52b5d784c2cf48b91d1cb3a2fb264 -SIZE (chromium-58.0.3029.81-testdata.tar.xz) = 124158512 +TIMESTAMP = 1493784258 +SHA256 (chromium-58.0.3029.96.tar.xz) = 5d38fd7ad3b58bd09da8ff05f12354e94c2ad1bb203527a632b72cc3ff4a5181 +SIZE (chromium-58.0.3029.96.tar.xz) = 518160320 +SHA256 (chromium-58.0.3029.96-testdata.tar.xz) = 2451cfe8f25f578dbce3b85a00589e4609958db969ad4421f89e780751bf067b +SIZE (chromium-58.0.3029.96-testdata.tar.xz) = 124156492 Copied: branches/2017Q2/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc (from r440072, head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc Thu May 4 03:25:13 2017 (r440082, copy of r440072, head/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc) @@ -0,0 +1,11 @@ +--- chrome/browser/after_startup_task_utils.cc.orig 2017-05-02 19:02:47 UTC ++++ chrome/browser/after_startup_task_utils.cc +@@ -93,7 +93,7 @@ void QueueTask(std::unique_ptr; + #endif +-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) ++#if ((defined(OS_LINUX) || defined(OS_BSD)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) + if (url.host_piece() == chrome::kChromeUITabModalConfirmDialogHost) { + return &NewWebUI; + } Copied: branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn (from r440072, head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn Thu May 4 03:25:13 2017 (r440082, copy of r440072, head/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn) @@ -0,0 +1,11 @@ +--- chrome/common/extensions/api/BUILD.gn.orig 2017-05-02 19:02:48 UTC ++++ chrome/common/extensions/api/BUILD.gn +@@ -116,7 +116,7 @@ if (is_chromeos) { + "wallpaper.json", + "wallpaper_private.json", + ] +-} else if (is_linux || is_win) { ++} else if (is_linux || is_bsd || is_win) { + schema_sources += [ "input_ime.json" ] + } + if (enable_service_discovery) { Copied: branches/2017Q2/www/chromium/files/patch-components_filesystem_file__system__app.cc (from r440072, head/www/chromium/files/patch-components_filesystem_file__system__app.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-components_filesystem_file__system__app.cc Thu May 4 03:25:13 2017 (r440082, copy of r440072, head/www/chromium/files/patch-components_filesystem_file__system__app.cc) @@ -0,0 +1,20 @@ +--- components/filesystem/file_system_app.cc.orig 2017-05-02 19:02:50 UTC ++++ components/filesystem/file_system_app.cc +@@ -23,7 +23,7 @@ + #elif defined(OS_ANDROID) + #include "base/base_paths_android.h" + #include "base/path_service.h" +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + #include "base/environment.h" + #include "base/nix/xdg_util.h" + #elif defined(OS_MACOSX) +@@ -75,7 +75,7 @@ base::FilePath FileSystemApp::GetUserDat + CHECK(PathService::Get(base::DIR_APP_DATA, &path)); + #elif defined(OS_ANDROID) + CHECK(PathService::Get(base::DIR_ANDROID_APP_DATA, &path)); +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + std::unique_ptr env(base::Environment::Create()); + path = base::nix::GetXDGDirectory(env.get(), + base::nix::kXdgConfigHomeEnvVar, Copied: branches/2017Q2/www/chromium/files/patch-v8_src_wasm_wasm-result.h (from r440072, head/www/chromium/files/patch-v8_src_wasm_wasm-result.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-v8_src_wasm_wasm-result.h Thu May 4 03:25:13 2017 (r440082, copy of r440072, head/www/chromium/files/patch-v8_src_wasm_wasm-result.h) @@ -0,0 +1,10 @@ +--- v8/src/wasm/wasm-result.h.orig 2017-05-02 19:04:10 UTC ++++ v8/src/wasm/wasm-result.h +@@ -5,6 +5,7 @@ + #ifndef V8_WASM_RESULT_H_ + #define V8_WASM_RESULT_H_ + ++#include + #include + + #include "src/base/compiler-specific.h" Modified: branches/2017Q2/www/chromium/pkg-plist ============================================================================== --- branches/2017Q2/www/chromium/pkg-plist Thu May 4 03:00:36 2017 (r440081) +++ branches/2017Q2/www/chromium/pkg-plist Thu May 4 03:25:13 2017 (r440082) @@ -223,6 +223,7 @@ share/applications/chromium-browser.desk %%DATADIR%%/resources/inspector/unit_test_runner.js %%DATADIR%%/resources/inspector/utility_shared_worker.js %%DATADIR%%/snapshot_blob.bin +%%DATADIR%%/test_ime_driver.service %%DATADIR%%/ui.service %%DATADIR%%/views_mus_resources.pak %%DRIVER%%bin/chromedriver From owner-svn-ports-branches@freebsd.org Thu May 4 13:32:09 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 748C1D5EFAA; Thu, 4 May 2017 13:32:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37A8519D9; Thu, 4 May 2017 13:32:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v44DW88t078509; Thu, 4 May 2017 13:32:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44DW8Jw078508; Thu, 4 May 2017 13:32:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705041332.v44DW8Jw078508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 May 2017 13:32:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440108 - branches/2017Q2/lang/ruby24 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 13:32:09 -0000 Author: sunpoet Date: Thu May 4 13:32:08 2017 New Revision: 440108 URL: https://svnweb.freebsd.org/changeset/ports/440108 Log: MFH: r439891 Fix PLIST when CAPIDOCS option is enabled PR: 218504 Reported by: Kalten Approved by: ports-secteam Modified: branches/2017Q2/lang/ruby24/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/lang/ruby24/pkg-plist ============================================================================== --- branches/2017Q2/lang/ruby24/pkg-plist Thu May 4 13:30:23 2017 (r440107) +++ branches/2017Q2/lang/ruby24/pkg-plist Thu May 4 13:32:08 2017 (r440108) @@ -912,7 +912,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%DOCS%%%%RUBY_DOCDIR%%/README.ja.md %%DOCS%%%%RUBY_DOCDIR%%/README.md %%CAPIDOCS%%%%DOCS%%%%RUBY_DOCDIR%%/capi/.timestamp -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/.timestamp %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/annotated.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bc_s.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bdwn.png @@ -938,6 +937,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0c/strerror_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0c/strerror_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0c/strerror_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0d/readline_2conftest_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0d/readline_2conftest_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0e/parser_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0e/parser_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0e/parser_8h__dep__incl.png @@ -1863,8 +1864,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d48/nkf_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d48/nkf_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d48/nkf_8h__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/etc_2constdefs_8h.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/etc_2constdefs_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/return__sc_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d49/return__sc_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/d4f/structtest__structure__4.html @@ -2194,8 +2193,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dca/strscan_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dca/strscan_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dca/strscan_8c__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd1/socket_2constdefs_8h.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd1/socket_2constdefs_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd7/ossl__config_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd7/ossl__config_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d5/dd9/reader_8c.html @@ -2337,9 +2334,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d60/nkf_2nkf-utf8_2config_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d61/float3_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d61/float3_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.map -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.md5 -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d64/etc_2constdefs_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d69/structstruct__108byte.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d6a/proc_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d6/d6a/proc_8c__incl.md5 @@ -3016,9 +3010,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d32/tcpserver_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/resolv_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/resolv_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/socket_2constdefs_8h__dep__incl.map -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/socket_2constdefs_8h__dep__incl.md5 -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d34/socket_2constdefs_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d3a/cls__12byte_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d3a/cls__12byte_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/d3a/cls__12byte_8c__incl.png @@ -3734,8 +3725,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9d/socket_2conftest_8c.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9d/socket_2conftest_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9f/mips_2ffi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9f/mips_2ffi_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/da4/regenc_8h__incl.map From owner-svn-ports-branches@freebsd.org Sat May 6 06:38:55 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCE85D609FA; Sat, 6 May 2017 06:38:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D07EB5C; Sat, 6 May 2017 06:38:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v466csT9095461; Sat, 6 May 2017 06:38:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v466csIB095457; Sat, 6 May 2017 06:38:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705060638.v466csIB095457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 6 May 2017 06:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440234 - in branches/2017Q2/www: firefox-esr firefox-esr-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 06:38:56 -0000 Author: jbeich Date: Sat May 6 06:38:54 2017 New Revision: 440234 URL: https://svnweb.freebsd.org/changeset/ports/440234 Log: MFH: r440210 www/firefox-esr: update to 52.1.1 Changes: https://www.mozilla.org/firefox/52.1.1/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr52/shortlog/FIREFOX_52_1_1esr_RELEASE Approved by: ports-secteam (delphij) Modified: branches/2017Q2/www/firefox-esr-i18n/Makefile branches/2017Q2/www/firefox-esr-i18n/distinfo branches/2017Q2/www/firefox-esr/Makefile branches/2017Q2/www/firefox-esr/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2017Q2/www/firefox-esr-i18n/Makefile Sat May 6 06:08:03 2017 (r440233) +++ branches/2017Q2/www/firefox-esr-i18n/Makefile Sat May 6 06:38:54 2017 (r440234) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 52.1.0 +PORTVERSION= 52.1.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build3/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: branches/2017Q2/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2017Q2/www/firefox-esr-i18n/distinfo Sat May 6 06:08:03 2017 (r440233) +++ branches/2017Q2/www/firefox-esr-i18n/distinfo Sat May 6 06:38:54 2017 (r440234) @@ -1,179 +1,179 @@ -TIMESTAMP = 1491886176 -SHA256 (xpi/firefox-52.1.0/ach.xpi) = aaa528f7f394e4801aab21d0d6f0313fc8a4b786873dab9c004c2dd741095c7f -SIZE (xpi/firefox-52.1.0/ach.xpi) = 427640 -SHA256 (xpi/firefox-52.1.0/af.xpi) = 2bda3bfc9b83a76df12234fb68db9bad1f836593b760bcc5dd8c831dff06c994 -SIZE (xpi/firefox-52.1.0/af.xpi) = 436823 -SHA256 (xpi/firefox-52.1.0/an.xpi) = 11984920e096e97b7defa905d749cebf4c4d5a8648bc9263cbd008f8bb9c9af5 -SIZE (xpi/firefox-52.1.0/an.xpi) = 445142 -SHA256 (xpi/firefox-52.1.0/ar.xpi) = 6fedf28099b26244349b8cfd85c8c0d3c44b26e6fc888498413cfad923a8497b -SIZE (xpi/firefox-52.1.0/ar.xpi) = 473382 -SHA256 (xpi/firefox-52.1.0/as.xpi) = 9c64fa1854a0b8bceab3237b7f9516e1bd73cb24089fd4b422b3705958f847fc -SIZE (xpi/firefox-52.1.0/as.xpi) = 486888 -SHA256 (xpi/firefox-52.1.0/ast.xpi) = 2feae76cbfc4a12f8c2ec4788bf16d0ccc1257b90f4d182e7c3d64ece636c0d5 -SIZE (xpi/firefox-52.1.0/ast.xpi) = 440033 -SHA256 (xpi/firefox-52.1.0/az.xpi) = 7dcc5b97f3ecf887f7372f39d050eab1163efa02463f2d689b50e458c75bf8d9 -SIZE (xpi/firefox-52.1.0/az.xpi) = 454923 -SHA256 (xpi/firefox-52.1.0/bg.xpi) = abbf23207d9704b2fdfb2fa3448d07640c4d185ec2a9d427ba37d6aa57886a37 -SIZE (xpi/firefox-52.1.0/bg.xpi) = 487891 -SHA256 (xpi/firefox-52.1.0/bn-BD.xpi) = d697f0eca8217f9e69738e513e82f02cd301ffb42ca1133c8ad464930404c554 -SIZE (xpi/firefox-52.1.0/bn-BD.xpi) = 511994 -SHA256 (xpi/firefox-52.1.0/bn-IN.xpi) = 2669ff2c9c89fa4c10d0f95f08a677420c1a7eaf6e5980c1071e2086fe493990 -SIZE (xpi/firefox-52.1.0/bn-IN.xpi) = 509375 -SHA256 (xpi/firefox-52.1.0/br.xpi) = 97608859ead1b10dc1d2f05ac4bea632ccbe1aea3375a28b2dd36abfd2f6fdee -SIZE (xpi/firefox-52.1.0/br.xpi) = 435482 -SHA256 (xpi/firefox-52.1.0/bs.xpi) = 3ad5709d451a32ef0ac51468588e41e3153bec352221b858c56f82d6cbef55ce -SIZE (xpi/firefox-52.1.0/bs.xpi) = 441782 -SHA256 (xpi/firefox-52.1.0/ca.xpi) = 69af86fe9453373c3b41dc9cd370917f563eeeeba750eb6d99bef31e6050de70 -SIZE (xpi/firefox-52.1.0/ca.xpi) = 443303 -SHA256 (xpi/firefox-52.1.0/cs.xpi) = 0fd5d4786b639fc44fbb8b4d7bcdda883da58204f78fbc55b684139fd72a778a -SIZE (xpi/firefox-52.1.0/cs.xpi) = 444075 -SHA256 (xpi/firefox-52.1.0/cy.xpi) = 78e2c91debf309d1c69f86e1ec8df38a006c23853cee5de87c298167daa47213 -SIZE (xpi/firefox-52.1.0/cy.xpi) = 436583 -SHA256 (xpi/firefox-52.1.0/da.xpi) = 8c73cc13da9fddf78deba643976fb43d493af3e66cc7d0260ecce0674c517189 -SIZE (xpi/firefox-52.1.0/da.xpi) = 424394 -SHA256 (xpi/firefox-52.1.0/de.xpi) = 9a030a63136583c071cdf57c2d857ba1faa2e43c1fb146f0dde48cfb0563e3bb -SIZE (xpi/firefox-52.1.0/de.xpi) = 442478 -SHA256 (xpi/firefox-52.1.0/dsb.xpi) = 7f5078ed137a74d6e441edfc09e2dae084443f292620b4ae37ea29b99ba004e8 -SIZE (xpi/firefox-52.1.0/dsb.xpi) = 459424 -SHA256 (xpi/firefox-52.1.0/el.xpi) = dcb41271678ba967bb8f2df01906dae87e4d14386ef1880675212988d9e01722 -SIZE (xpi/firefox-52.1.0/el.xpi) = 516592 -SHA256 (xpi/firefox-52.1.0/en-GB.xpi) = 24df2612d92ea2ec9b69ac21f377b0061463c1025f5259221c18132b2ed9b627 -SIZE (xpi/firefox-52.1.0/en-GB.xpi) = 419323 -SHA256 (xpi/firefox-52.1.0/en-US.xpi) = 87dd5705c916afc40890fb595bde1b2d5dcc148bf97bfd22cfbd937e004f83e4 -SIZE (xpi/firefox-52.1.0/en-US.xpi) = 428630 -SHA256 (xpi/firefox-52.1.0/en-ZA.xpi) = 00c764b77d38eb66f1975dae4e7eb11c64bd908e08831c98aca1d8b128f75324 -SIZE (xpi/firefox-52.1.0/en-ZA.xpi) = 412211 -SHA256 (xpi/firefox-52.1.0/eo.xpi) = fb85aa82a8937bd36f722a31e47458e62dd74425172222c303408b3a7310aad4 -SIZE (xpi/firefox-52.1.0/eo.xpi) = 437473 -SHA256 (xpi/firefox-52.1.0/es-AR.xpi) = bbf6951dee0edd98af3a6817e80bbfcf263f1530abdf1c1305c607fccff9c4d7 -SIZE (xpi/firefox-52.1.0/es-AR.xpi) = 445925 -SHA256 (xpi/firefox-52.1.0/es-CL.xpi) = b6e62a993c5927c99feeba35e932ba896a14c49c4a8fd1e7f8c606236f263df7 -SIZE (xpi/firefox-52.1.0/es-CL.xpi) = 445675 -SHA256 (xpi/firefox-52.1.0/es-ES.xpi) = fbdf9804d4320a286ddbd75108537819f13979a45d1a16f31956f79bf01836f8 -SIZE (xpi/firefox-52.1.0/es-ES.xpi) = 344875 -SHA256 (xpi/firefox-52.1.0/es-MX.xpi) = d118efbaaa7dd43b1e952691df8438f7243e8783444f66167ae33750919b73ce -SIZE (xpi/firefox-52.1.0/es-MX.xpi) = 448384 -SHA256 (xpi/firefox-52.1.0/et.xpi) = 991c77b981d6d1e4b4bfb6e236fd33bd814aca3212967c2e279d98915ffe3838 -SIZE (xpi/firefox-52.1.0/et.xpi) = 425112 -SHA256 (xpi/firefox-52.1.0/eu.xpi) = ac5d0468e00e9975b1ab7e79f73d662c185a2ab6f3976f67d8bac9b45663cc70 -SIZE (xpi/firefox-52.1.0/eu.xpi) = 438478 -SHA256 (xpi/firefox-52.1.0/fa.xpi) = 907622303642e0d5a09aa6fe4aa5eb5bdca70701ffd57255c1fc1083b89dde82 -SIZE (xpi/firefox-52.1.0/fa.xpi) = 491343 -SHA256 (xpi/firefox-52.1.0/ff.xpi) = 91be72df5b6a67b36c76a609cbfb4431fac3d1208e4423301bf4b14268200056 -SIZE (xpi/firefox-52.1.0/ff.xpi) = 440928 -SHA256 (xpi/firefox-52.1.0/fi.xpi) = 26bf0fcb296bfaa95b4a773d5b24bf5591f67562b5526d4112e772247723210f -SIZE (xpi/firefox-52.1.0/fi.xpi) = 430061 -SHA256 (xpi/firefox-52.1.0/fr.xpi) = 871f861ed6dd9256efcbe0c37937a91323bc61344eac45ff96d35eda37cbc7f3 -SIZE (xpi/firefox-52.1.0/fr.xpi) = 450210 -SHA256 (xpi/firefox-52.1.0/fy-NL.xpi) = 121e2d3d60f05b9715bc78c1abbc4da96d8433b800721ff54399afff6dbc49ca -SIZE (xpi/firefox-52.1.0/fy-NL.xpi) = 444973 -SHA256 (xpi/firefox-52.1.0/ga-IE.xpi) = 302f5693f5be52c96e5261b6552d76f7010aa5db007d8956967d4aac5f94b095 -SIZE (xpi/firefox-52.1.0/ga-IE.xpi) = 458164 -SHA256 (xpi/firefox-52.1.0/gd.xpi) = 756e9e47cf0f5fbc16ee6e697182c1738e8aef303a4b240b82ac61cfccdbabbf -SIZE (xpi/firefox-52.1.0/gd.xpi) = 447267 -SHA256 (xpi/firefox-52.1.0/gl.xpi) = c88a2ee3dfadc5a0ce92bedc81a0aee5f28b60ab6fc025a3252249809d26f630 -SIZE (xpi/firefox-52.1.0/gl.xpi) = 447295 -SHA256 (xpi/firefox-52.1.0/gn.xpi) = 66e621462c612b7857489511f888ea14645805d0eee9b679d04238999ab7f9b2 -SIZE (xpi/firefox-52.1.0/gn.xpi) = 456213 -SHA256 (xpi/firefox-52.1.0/gu-IN.xpi) = 52908d8932a07738f6113a618628086e1a236da6aa34206f0fcac774632634c0 -SIZE (xpi/firefox-52.1.0/gu-IN.xpi) = 489365 -SHA256 (xpi/firefox-52.1.0/he.xpi) = da75ac77f78d71d26ec4cf2dbce7c137d5fe4e78caea88577c550a95f20b9caf -SIZE (xpi/firefox-52.1.0/he.xpi) = 455282 -SHA256 (xpi/firefox-52.1.0/hi-IN.xpi) = 09db771f3b794ce51598cbece81a362a9401fcde8071898db8423ddc031b6f0e -SIZE (xpi/firefox-52.1.0/hi-IN.xpi) = 506518 -SHA256 (xpi/firefox-52.1.0/hr.xpi) = 699db658924dbbb6c0b1f8d160e3c20a0357a6197a7fd6576ca1f3b5bd5ff438 -SIZE (xpi/firefox-52.1.0/hr.xpi) = 447502 -SHA256 (xpi/firefox-52.1.0/hsb.xpi) = e514e07c823bfccc003c7caa93e0d0af49bbcaa7f3f5ec2fd0e35add73ea040d -SIZE (xpi/firefox-52.1.0/hsb.xpi) = 457258 -SHA256 (xpi/firefox-52.1.0/hu.xpi) = 62a65d6dabdc2370987735da7426ce5acc4325b3cbab31b1615d39f4a872d891 -SIZE (xpi/firefox-52.1.0/hu.xpi) = 451495 -SHA256 (xpi/firefox-52.1.0/hy-AM.xpi) = 4987323930c67b85fee1f5a4d775a2ae0748eb6183656f2ff25375e06794f6b9 -SIZE (xpi/firefox-52.1.0/hy-AM.xpi) = 495773 -SHA256 (xpi/firefox-52.1.0/id.xpi) = c1094fa40ca88e22526a1da963e6d3fedf03388701faf9b933869abf69b9a90c -SIZE (xpi/firefox-52.1.0/id.xpi) = 426023 -SHA256 (xpi/firefox-52.1.0/is.xpi) = 00c393fc58daf5fb57f3a289001e19cb28eda9716e07decd52d3d216a62a3584 -SIZE (xpi/firefox-52.1.0/is.xpi) = 442693 -SHA256 (xpi/firefox-52.1.0/it.xpi) = 6bdc6d51dee1fd6a513caf6cc81ae5012d9d5c8639c25957a4019cbf8ab3c408 -SIZE (xpi/firefox-52.1.0/it.xpi) = 339220 -SHA256 (xpi/firefox-52.1.0/ja.xpi) = 0d62b4f0485397a167c4432ee3acb7c6e80557d10cfd3a4734ad02b1b1f93061 -SIZE (xpi/firefox-52.1.0/ja.xpi) = 488342 -SHA256 (xpi/firefox-52.1.0/kk.xpi) = 58c3f660493537076edb1e31b9f89b0492eb359794517bf5b2da511facb53cc3 -SIZE (xpi/firefox-52.1.0/kk.xpi) = 496939 -SHA256 (xpi/firefox-52.1.0/km.xpi) = a9e06fb46b571de4e3e4de68b0e98f71818cbf3ed07e4e278ebf44d1cbf89eae -SIZE (xpi/firefox-52.1.0/km.xpi) = 520343 -SHA256 (xpi/firefox-52.1.0/kn.xpi) = 52790b78f00d530afd06187196cf78004ae6506e8b0d4cc5c9e08b0b3b641dad -SIZE (xpi/firefox-52.1.0/kn.xpi) = 519455 -SHA256 (xpi/firefox-52.1.0/ko.xpi) = 15eeaa8a8dfe177aa65605abd8d06818142865a81f9a19bb39e46844da505931 -SIZE (xpi/firefox-52.1.0/ko.xpi) = 463629 -SHA256 (xpi/firefox-52.1.0/lij.xpi) = bb8647019b8a13ddfe48bda7a9bc5e6641d4c956f9aabfc0baf559fb9ba5d3a9 -SIZE (xpi/firefox-52.1.0/lij.xpi) = 421070 -SHA256 (xpi/firefox-52.1.0/lt.xpi) = 579a850cf726c4e2cc0608218e25e45bd3bfc3f29c44f70e9c299810c3836412 -SIZE (xpi/firefox-52.1.0/lt.xpi) = 452235 -SHA256 (xpi/firefox-52.1.0/lv.xpi) = 9e0d770ee4bc4eda603b27cc69dcbacf922fc58149039b53f715db232ed3891d -SIZE (xpi/firefox-52.1.0/lv.xpi) = 448450 -SHA256 (xpi/firefox-52.1.0/mai.xpi) = 25358f6508930d3960c5ae029bbc5414b93ccc9f21a3bc53268857970698d4ed -SIZE (xpi/firefox-52.1.0/mai.xpi) = 499841 -SHA256 (xpi/firefox-52.1.0/mk.xpi) = 66518b2bf8f43caf02f8f46cdac906f92430b9e30b89f14ae48df8bd8132c4bd -SIZE (xpi/firefox-52.1.0/mk.xpi) = 496199 -SHA256 (xpi/firefox-52.1.0/ml.xpi) = d8c391910e955edf462a279524ca283a0111e57273e9a53467404a244cedda89 -SIZE (xpi/firefox-52.1.0/ml.xpi) = 516486 -SHA256 (xpi/firefox-52.1.0/mr.xpi) = 9152aa3cf23f576d5288b575d67c81b85a8a2059c10a955a08f0e6944c95d15e -SIZE (xpi/firefox-52.1.0/mr.xpi) = 502430 -SHA256 (xpi/firefox-52.1.0/ms.xpi) = f653115354ba1fc458b4fe4d9b357a9b3f958ca7a68d1d93909c922837181ccc -SIZE (xpi/firefox-52.1.0/ms.xpi) = 435990 -SHA256 (xpi/firefox-52.1.0/nb-NO.xpi) = f22e0d4f168946940e76648bf1f7490b18679caf7a4968387adcec3a6356e460 -SIZE (xpi/firefox-52.1.0/nb-NO.xpi) = 434411 -SHA256 (xpi/firefox-52.1.0/nl.xpi) = ea2d7b61f5d63d56b6cf825fea1c13f45049826446a4173f749b80849ed05643 -SIZE (xpi/firefox-52.1.0/nl.xpi) = 432007 -SHA256 (xpi/firefox-52.1.0/nn-NO.xpi) = f2ff89745686fd069c2ace20af3e186c98e6a14516c04a84036fa868e704a778 -SIZE (xpi/firefox-52.1.0/nn-NO.xpi) = 428644 -SHA256 (xpi/firefox-52.1.0/or.xpi) = 216f9e769a3617d1d64b82cbd6ca93cf6cbca87340c3102d27757a861288f434 -SIZE (xpi/firefox-52.1.0/or.xpi) = 496917 -SHA256 (xpi/firefox-52.1.0/pa-IN.xpi) = de2ab48f12e1ee79dd943a17b69c5f54e611de6f5262a3dc26dd44759f3110ac -SIZE (xpi/firefox-52.1.0/pa-IN.xpi) = 476587 -SHA256 (xpi/firefox-52.1.0/pl.xpi) = dcbd1720686c17ed38f565c74e359e1eb3b10593eaf03d69e4c6cc828cba36c1 -SIZE (xpi/firefox-52.1.0/pl.xpi) = 352851 -SHA256 (xpi/firefox-52.1.0/pt-BR.xpi) = 8f7c422d25eb13568802027a47fb544ac6df5274878859747b1d971722e16fbc -SIZE (xpi/firefox-52.1.0/pt-BR.xpi) = 438169 -SHA256 (xpi/firefox-52.1.0/pt-PT.xpi) = c33221725e433dcf43576490054d2eab6508d1d7466a2219a50045fa2829bac5 -SIZE (xpi/firefox-52.1.0/pt-PT.xpi) = 436726 -SHA256 (xpi/firefox-52.1.0/rm.xpi) = 32ffa2f6ec44a00673175e9b2fa9604311261b827752dec21a7b2852149ac714 -SIZE (xpi/firefox-52.1.0/rm.xpi) = 434608 -SHA256 (xpi/firefox-52.1.0/ro.xpi) = 1716cb258768432d6e93725318baaf3dfbfef8e794ef45c175ae36a1ecd3b820 -SIZE (xpi/firefox-52.1.0/ro.xpi) = 449937 -SHA256 (xpi/firefox-52.1.0/ru.xpi) = 7f83816417cf538c922d8956e502afe63785971c9daed0f7612aa6cc7c2c2e45 -SIZE (xpi/firefox-52.1.0/ru.xpi) = 395363 -SHA256 (xpi/firefox-52.1.0/si.xpi) = cf6f951b34148fba88ca4dff0bdbfae5d8e7db4be0e381caab2c3667d6a39c61 -SIZE (xpi/firefox-52.1.0/si.xpi) = 491958 -SHA256 (xpi/firefox-52.1.0/sk.xpi) = 21acf4974b6b130e7be2ddda6d68423c6204f360a5ccbb892ff0ce65b272a7ab -SIZE (xpi/firefox-52.1.0/sk.xpi) = 455819 -SHA256 (xpi/firefox-52.1.0/sl.xpi) = 3298e941c2ab1411e973d13a941edde04563675a9650c244782f89c9bc4138d6 -SIZE (xpi/firefox-52.1.0/sl.xpi) = 433482 -SHA256 (xpi/firefox-52.1.0/son.xpi) = ecc893020de0603f2ee7accf53014740c3dfc0b05eacf11fae96cc36acf4ce73 -SIZE (xpi/firefox-52.1.0/son.xpi) = 435127 -SHA256 (xpi/firefox-52.1.0/sq.xpi) = e7bd223209d997b13addd48a316f93da5687cfd941d027ff1cbbf1ccbc0861eb -SIZE (xpi/firefox-52.1.0/sq.xpi) = 448155 -SHA256 (xpi/firefox-52.1.0/sr.xpi) = 9b28684db2933399a0fd35ad66b938e9c72a445e73e6150928f91359ad399376 -SIZE (xpi/firefox-52.1.0/sr.xpi) = 463394 -SHA256 (xpi/firefox-52.1.0/sv-SE.xpi) = bf7280cd8f995868d7204d12de7f7444daabada8b8a748094d7c460072d551e1 -SIZE (xpi/firefox-52.1.0/sv-SE.xpi) = 441180 -SHA256 (xpi/firefox-52.1.0/ta.xpi) = 8a232709dcbc90fcf55c4245f86f2862c781fe1786076f91dcfc823aaf85e582 -SIZE (xpi/firefox-52.1.0/ta.xpi) = 494797 -SHA256 (xpi/firefox-52.1.0/te.xpi) = 5a4d385bac1db32e082b12c1176fe74990c182a3d80309599a0eefb5ec0ba43b -SIZE (xpi/firefox-52.1.0/te.xpi) = 515240 -SHA256 (xpi/firefox-52.1.0/th.xpi) = 1497f40d9cfc182d864845ed07abd407334b4412a204620f3665b139ea31a190 -SIZE (xpi/firefox-52.1.0/th.xpi) = 489378 -SHA256 (xpi/firefox-52.1.0/tr.xpi) = 98c3189161b5388c807210c3df1fee39a1266752461c497064632d8e4bdaf17d -SIZE (xpi/firefox-52.1.0/tr.xpi) = 443673 -SHA256 (xpi/firefox-52.1.0/uk.xpi) = 7c3d3e674b14df5d34ebaa9acbd8246a5613dbd402c7eb6f9932faffe1feac72 -SIZE (xpi/firefox-52.1.0/uk.xpi) = 495094 -SHA256 (xpi/firefox-52.1.0/uz.xpi) = dd662267de891c3c67f3ba83b679e2cd181f028a7d606f981411a0fd5568476d -SIZE (xpi/firefox-52.1.0/uz.xpi) = 447916 -SHA256 (xpi/firefox-52.1.0/vi.xpi) = b90a4c3845b328436eb908741d8308855cdc25b418553683fc271c31a570cf42 -SIZE (xpi/firefox-52.1.0/vi.xpi) = 450804 -SHA256 (xpi/firefox-52.1.0/xh.xpi) = f24de110815f6d50f70b71b4f59f5c2268d8a00593972ce9f9c9dda269d3f79c -SIZE (xpi/firefox-52.1.0/xh.xpi) = 441172 -SHA256 (xpi/firefox-52.1.0/zh-CN.xpi) = ed4afe83bed6c76b8051a3b4972d2d0469e11e59ea41e38232a94decd8f8e399 -SIZE (xpi/firefox-52.1.0/zh-CN.xpi) = 461694 -SHA256 (xpi/firefox-52.1.0/zh-TW.xpi) = f2aa1acca0afb7de7ae5cb939267cbc71c9fcf5bbd2239f89e8901cbe83fd999 -SIZE (xpi/firefox-52.1.0/zh-TW.xpi) = 472533 +TIMESTAMP = 1492149930 +SHA256 (xpi/firefox-52.1.1/ach.xpi) = 348be72fd695283aae6cecea8436b89e17db304ad860438a4d72edf2b377c60a +SIZE (xpi/firefox-52.1.1/ach.xpi) = 427640 +SHA256 (xpi/firefox-52.1.1/af.xpi) = 96a2b0ab5f2d0ad80e63726fe02914ed4f345c6a504183b471f6c1293619f31c +SIZE (xpi/firefox-52.1.1/af.xpi) = 436823 +SHA256 (xpi/firefox-52.1.1/an.xpi) = 20f6874bb15b8de911ef3268ae1d4a40accefe02fa7438df5555341aabbf7ebe +SIZE (xpi/firefox-52.1.1/an.xpi) = 445142 +SHA256 (xpi/firefox-52.1.1/ar.xpi) = 7e98ee43e2855b844541269bbccde59f8ce741428c3cf9919aed044e6e43ef98 +SIZE (xpi/firefox-52.1.1/ar.xpi) = 473381 +SHA256 (xpi/firefox-52.1.1/as.xpi) = 07e833dc06af2b99c9dc42aef0f600e0b70fcf4b571a7c2b464f8b80e87a8a80 +SIZE (xpi/firefox-52.1.1/as.xpi) = 486888 +SHA256 (xpi/firefox-52.1.1/ast.xpi) = f9db743f56c5db089f8257800e2066e2742403c647b4d9d2d54e7fa9fcc5d222 +SIZE (xpi/firefox-52.1.1/ast.xpi) = 440033 +SHA256 (xpi/firefox-52.1.1/az.xpi) = f50ec5b4758f395827e226b53803ca7731b1aec61f34af6ce7389cc5355e659f +SIZE (xpi/firefox-52.1.1/az.xpi) = 454923 +SHA256 (xpi/firefox-52.1.1/bg.xpi) = c114f72ad28141074b737fbe75d71b9d79861a2776ce3f48bb71c235c49937e5 +SIZE (xpi/firefox-52.1.1/bg.xpi) = 487890 +SHA256 (xpi/firefox-52.1.1/bn-BD.xpi) = bc65e2a42bdb9757ad3206818db24acf336d24c091640c0554b6446a3b8dc728 +SIZE (xpi/firefox-52.1.1/bn-BD.xpi) = 511994 +SHA256 (xpi/firefox-52.1.1/bn-IN.xpi) = 7bfc8f83ee772a9bf2428ef7970565256890b0dfbb9bd592434d170fcdcf7ad6 +SIZE (xpi/firefox-52.1.1/bn-IN.xpi) = 509375 +SHA256 (xpi/firefox-52.1.1/br.xpi) = e06dfc797aa158b57c9cc32a53d2ab3c09ea4d8e789beab248a71df839b49b2b +SIZE (xpi/firefox-52.1.1/br.xpi) = 435482 +SHA256 (xpi/firefox-52.1.1/bs.xpi) = 672936d6ef64f5a103b4bb7ae776efecb37921ceace60ebde1458f4dfbad6ff8 +SIZE (xpi/firefox-52.1.1/bs.xpi) = 441781 +SHA256 (xpi/firefox-52.1.1/ca.xpi) = f44c8ce9153834941b8fdef795c32064a9c2f0f5a83fd96c6d9226b9704e7b83 +SIZE (xpi/firefox-52.1.1/ca.xpi) = 443304 +SHA256 (xpi/firefox-52.1.1/cs.xpi) = 7def5ac7707e3817feac70c8c8c53cbfea1be238a7039037f37964080508659a +SIZE (xpi/firefox-52.1.1/cs.xpi) = 444074 +SHA256 (xpi/firefox-52.1.1/cy.xpi) = a8b57b21436973136a7e5847921038a13c5a0112089847d10ef8cff85df7d0cd +SIZE (xpi/firefox-52.1.1/cy.xpi) = 436583 +SHA256 (xpi/firefox-52.1.1/da.xpi) = 2350fa895c5828f68b80995a00e1a64eba1df3c7df3ea1c5d06c2d67fddced95 +SIZE (xpi/firefox-52.1.1/da.xpi) = 424394 +SHA256 (xpi/firefox-52.1.1/de.xpi) = 0b6306694efcb77d2cda54e36e177a0cbddccfb6c9d887951773822f5ef76f57 +SIZE (xpi/firefox-52.1.1/de.xpi) = 442479 +SHA256 (xpi/firefox-52.1.1/dsb.xpi) = 2accedac37011599efa9d3f5858aa83da07e3187b46b8337c0343bb0750b7c29 +SIZE (xpi/firefox-52.1.1/dsb.xpi) = 459424 +SHA256 (xpi/firefox-52.1.1/el.xpi) = 8003a3b0a77824ad17f1812198b7aa81df83556b4fd849fe06bcff1037d4e584 +SIZE (xpi/firefox-52.1.1/el.xpi) = 516592 +SHA256 (xpi/firefox-52.1.1/en-GB.xpi) = bcc2bbaf20e82dc90dd8e383fa0bd83151aac03af9bf04d7197574bdb5926b1e +SIZE (xpi/firefox-52.1.1/en-GB.xpi) = 419323 +SHA256 (xpi/firefox-52.1.1/en-US.xpi) = 27bfe4c112150dac4938638864ae825312ce8f7f10f59fc6d94e039a7fbe18e5 +SIZE (xpi/firefox-52.1.1/en-US.xpi) = 428630 +SHA256 (xpi/firefox-52.1.1/en-ZA.xpi) = 97ab887eacff74f20a99fbdcd1d85cb63cd67da171047a577b81721b22a54933 +SIZE (xpi/firefox-52.1.1/en-ZA.xpi) = 412212 +SHA256 (xpi/firefox-52.1.1/eo.xpi) = 3e51153e47aec1ab287324b1f9ced7946ca33e692817bda5023a58bc9a47aa7b +SIZE (xpi/firefox-52.1.1/eo.xpi) = 437473 +SHA256 (xpi/firefox-52.1.1/es-AR.xpi) = 06633ed370313513e07062640116c3ec80f20cebd9b4e4cad8d0634e3a08e736 +SIZE (xpi/firefox-52.1.1/es-AR.xpi) = 445925 +SHA256 (xpi/firefox-52.1.1/es-CL.xpi) = aaa8ff8ebca1fd53471787c37f8b496064566ca10dc10aa041078a1b1f914aed +SIZE (xpi/firefox-52.1.1/es-CL.xpi) = 445676 +SHA256 (xpi/firefox-52.1.1/es-ES.xpi) = bab34a04b085651f9b54290042e031e14a9282a0db010bda378eba165f86ea34 +SIZE (xpi/firefox-52.1.1/es-ES.xpi) = 344876 +SHA256 (xpi/firefox-52.1.1/es-MX.xpi) = b045c76b2fa8a243c138cbec2f5c1afc29f6a9e04b6aa8097aaee508da576e8f +SIZE (xpi/firefox-52.1.1/es-MX.xpi) = 448384 +SHA256 (xpi/firefox-52.1.1/et.xpi) = 05d93facd968bb70bb42a68e35e1b41442486001b2270c43007ef6f581e3e40c +SIZE (xpi/firefox-52.1.1/et.xpi) = 425112 +SHA256 (xpi/firefox-52.1.1/eu.xpi) = 0763a9799a7b139b1743113335baf770e2bb7f70e619949f7236405cb8978669 +SIZE (xpi/firefox-52.1.1/eu.xpi) = 438479 +SHA256 (xpi/firefox-52.1.1/fa.xpi) = 1ea3f1a16f43c31c21b3410d170f3f18c32b5ed9680c1fee8ce35eb3200c63be +SIZE (xpi/firefox-52.1.1/fa.xpi) = 491344 +SHA256 (xpi/firefox-52.1.1/ff.xpi) = 5c42f96688e63dd669fb1e52ab6389f108d8b400c4a8510235fb47258f870021 +SIZE (xpi/firefox-52.1.1/ff.xpi) = 440928 +SHA256 (xpi/firefox-52.1.1/fi.xpi) = 757b206ddebd10ba9a863e6b333bfe84f9dcf7d9f6f5d488f9380d748f862ad7 +SIZE (xpi/firefox-52.1.1/fi.xpi) = 430061 +SHA256 (xpi/firefox-52.1.1/fr.xpi) = 508ecf854bf972fcac49ccfa20a3d025d534722c18374f3e61c69b71a703b797 +SIZE (xpi/firefox-52.1.1/fr.xpi) = 450210 +SHA256 (xpi/firefox-52.1.1/fy-NL.xpi) = 84152de47c69489b8310459aa8b6d3ca322f61e2173c4277a6a62cf1c222545e +SIZE (xpi/firefox-52.1.1/fy-NL.xpi) = 444973 +SHA256 (xpi/firefox-52.1.1/ga-IE.xpi) = d87960a0278912ae9144188b88a9aca057d2c6407600e5f04be75366f24c8e8d +SIZE (xpi/firefox-52.1.1/ga-IE.xpi) = 458165 +SHA256 (xpi/firefox-52.1.1/gd.xpi) = a7cbdacc2547c34ef3e84a8d288bd618b18f5bf449e5dfeae3dfce3f89a8dd06 +SIZE (xpi/firefox-52.1.1/gd.xpi) = 447267 +SHA256 (xpi/firefox-52.1.1/gl.xpi) = cd92ed37956a5a8cd247c37994df99962712ce0e717ae5545fb97efc37aa4343 +SIZE (xpi/firefox-52.1.1/gl.xpi) = 447295 +SHA256 (xpi/firefox-52.1.1/gn.xpi) = fca925af2b7c90ea085df89af6f8ba1aa81b4e0b6e320dc56ad52ac21c37346d +SIZE (xpi/firefox-52.1.1/gn.xpi) = 456214 +SHA256 (xpi/firefox-52.1.1/gu-IN.xpi) = 4b512872733b4d2abd20fcc95150ed029db0b12cc671706cbb8af41d4155a82a +SIZE (xpi/firefox-52.1.1/gu-IN.xpi) = 489366 +SHA256 (xpi/firefox-52.1.1/he.xpi) = 0851d46205b29f276000d434c05343bc583eab6066644d80f68e49358ed8b27a +SIZE (xpi/firefox-52.1.1/he.xpi) = 455282 +SHA256 (xpi/firefox-52.1.1/hi-IN.xpi) = 45869b5d30ed4ee96d07afd7fa69175aca4b6c028d0ce24a3d767619a896fb06 +SIZE (xpi/firefox-52.1.1/hi-IN.xpi) = 506519 +SHA256 (xpi/firefox-52.1.1/hr.xpi) = cb0620ed3a81dfea4f4fb5b7009e2c0038e7139955ac0637d91df7db098d2e4f +SIZE (xpi/firefox-52.1.1/hr.xpi) = 447503 +SHA256 (xpi/firefox-52.1.1/hsb.xpi) = f236f93d6c7bf97b71fa46a7b08c6b232b3bd8536c6ea41e598d46cdda7716d0 +SIZE (xpi/firefox-52.1.1/hsb.xpi) = 457258 +SHA256 (xpi/firefox-52.1.1/hu.xpi) = 25be8b84fb6185f37a4acdfe228e5f1233840549c2af3d2c2472f3ec38c77ba2 +SIZE (xpi/firefox-52.1.1/hu.xpi) = 451496 +SHA256 (xpi/firefox-52.1.1/hy-AM.xpi) = e66dfbe44d5303539f171dc21c0d13dcfe0406d8abf1a712e1d966fe53a974d5 +SIZE (xpi/firefox-52.1.1/hy-AM.xpi) = 495772 +SHA256 (xpi/firefox-52.1.1/id.xpi) = b770a5571ec3ba353d9ff5be3ab97029bd0694ba06fe90319024182ba8ed08ef +SIZE (xpi/firefox-52.1.1/id.xpi) = 426022 +SHA256 (xpi/firefox-52.1.1/is.xpi) = 2b329c07d58d5e936e1c4250d189943bb229099df8606fbceb8b399f6240d35b +SIZE (xpi/firefox-52.1.1/is.xpi) = 442695 +SHA256 (xpi/firefox-52.1.1/it.xpi) = 888ffdc790131f5529e51c62c9e42c8d05aa6adb9ec185bd6ec926cbeab7d67a +SIZE (xpi/firefox-52.1.1/it.xpi) = 339221 +SHA256 (xpi/firefox-52.1.1/ja.xpi) = ce3e9583336a4c2b5eff89fea21a846754bdf0029ca8d8f188093deb84efb5d8 +SIZE (xpi/firefox-52.1.1/ja.xpi) = 488343 +SHA256 (xpi/firefox-52.1.1/kk.xpi) = 4af56a08dbaddce759b1eb3c35a1c0e3de108634e799cfed34886700a7420b67 +SIZE (xpi/firefox-52.1.1/kk.xpi) = 496939 +SHA256 (xpi/firefox-52.1.1/km.xpi) = d2d9e63e6ed4f5df2741d1de6346cdd1a1e1b76d5bf2479bfa15551714b8fe57 +SIZE (xpi/firefox-52.1.1/km.xpi) = 520343 +SHA256 (xpi/firefox-52.1.1/kn.xpi) = c96f3d56e94823d69f521d87cf2af7794e053abcaed346fa73f8a9718d64687c +SIZE (xpi/firefox-52.1.1/kn.xpi) = 519455 +SHA256 (xpi/firefox-52.1.1/ko.xpi) = 950c2222e569eb8c17a12e00648227d71b3a2f8242ddd9b0e1da3aaff95b894c +SIZE (xpi/firefox-52.1.1/ko.xpi) = 463629 +SHA256 (xpi/firefox-52.1.1/lij.xpi) = 30ed579180497a0e118e78e113590696ecfef25cef83077601773ba7bfbfe089 +SIZE (xpi/firefox-52.1.1/lij.xpi) = 421072 +SHA256 (xpi/firefox-52.1.1/lt.xpi) = 2aaa5a19156f4ecdc77777960ca31d2eeb2284518651253aeec691b529865ede +SIZE (xpi/firefox-52.1.1/lt.xpi) = 452236 +SHA256 (xpi/firefox-52.1.1/lv.xpi) = 2a435edbac3defd0c5f2cf066e6751731afff43828755e13d68cbec8f1d0943c +SIZE (xpi/firefox-52.1.1/lv.xpi) = 448450 +SHA256 (xpi/firefox-52.1.1/mai.xpi) = ca7b9a44babbe157cf6511a49a563d489799df7c55373f847c2ed76dc7911e16 +SIZE (xpi/firefox-52.1.1/mai.xpi) = 499841 +SHA256 (xpi/firefox-52.1.1/mk.xpi) = 77d416167f91df5a77e7e593ab78ba7514e7ec736b3ecbebe95d72cf7e80b396 +SIZE (xpi/firefox-52.1.1/mk.xpi) = 496199 +SHA256 (xpi/firefox-52.1.1/ml.xpi) = 467288075ec4c1ac178bff2d45c34cb9fb7ef74a48ecabd5c70b740a04fd8b66 +SIZE (xpi/firefox-52.1.1/ml.xpi) = 516486 +SHA256 (xpi/firefox-52.1.1/mr.xpi) = 92778f79f3a22fb997dca812d1b57b450464200baf42955dff213c2ff473b497 +SIZE (xpi/firefox-52.1.1/mr.xpi) = 502430 +SHA256 (xpi/firefox-52.1.1/ms.xpi) = c468b8ccdc09e684b54ac043f971ecb64c9fdfeb35b3a658c4cd2364b1a341ac +SIZE (xpi/firefox-52.1.1/ms.xpi) = 435990 +SHA256 (xpi/firefox-52.1.1/nb-NO.xpi) = 8defe4f8f85c4144cbd2c14e5dcae354d4e79c38f63fdd92b0c5214eaf9ff3de +SIZE (xpi/firefox-52.1.1/nb-NO.xpi) = 434412 +SHA256 (xpi/firefox-52.1.1/nl.xpi) = fafcf59bb9ecdf590d18ed527d9a1086bf638b5c0a1e2af5d81f9cd9314852b7 +SIZE (xpi/firefox-52.1.1/nl.xpi) = 432007 +SHA256 (xpi/firefox-52.1.1/nn-NO.xpi) = 948fda4f6a74a627d7ea24e06d994a15d7b4b1df749f9537534e8c8cfb93ae0f +SIZE (xpi/firefox-52.1.1/nn-NO.xpi) = 428645 +SHA256 (xpi/firefox-52.1.1/or.xpi) = 6728dcc7f41463902ab648fe49f20b7951cd4b96b2a35da877a6ebd9e6ef8ea3 +SIZE (xpi/firefox-52.1.1/or.xpi) = 496917 +SHA256 (xpi/firefox-52.1.1/pa-IN.xpi) = 27c163698ca66ba5a8440254125545b04603239b14cc3b230943d5e6ca795578 +SIZE (xpi/firefox-52.1.1/pa-IN.xpi) = 476587 +SHA256 (xpi/firefox-52.1.1/pl.xpi) = 71a6405e17c3dcf00d667cd9393210d9d0a54a36d47ed6604af6285e3b26a3df +SIZE (xpi/firefox-52.1.1/pl.xpi) = 352851 +SHA256 (xpi/firefox-52.1.1/pt-BR.xpi) = 612841c179060c6c98ff2b8769240f7ff9674420b4b299e508ffc44b1cddb2b3 +SIZE (xpi/firefox-52.1.1/pt-BR.xpi) = 438169 +SHA256 (xpi/firefox-52.1.1/pt-PT.xpi) = 0a8954486c49097981780ceae6311d200f091390f9425a519debf6217380040f +SIZE (xpi/firefox-52.1.1/pt-PT.xpi) = 436727 +SHA256 (xpi/firefox-52.1.1/rm.xpi) = 32795e1fb094944677cc09deb521620c79f6130b2381f9b77be2fbe7320419ae +SIZE (xpi/firefox-52.1.1/rm.xpi) = 434609 +SHA256 (xpi/firefox-52.1.1/ro.xpi) = 83092d5f0b75f712bc67e43a03b2f707657e9eed339da44930a7f5d6f7fc44c9 +SIZE (xpi/firefox-52.1.1/ro.xpi) = 449938 +SHA256 (xpi/firefox-52.1.1/ru.xpi) = 24ebb55a0a1ae763c86dea4b44dbf949d7a877d62c2e8b3b9bc026dff724ca93 +SIZE (xpi/firefox-52.1.1/ru.xpi) = 395364 +SHA256 (xpi/firefox-52.1.1/si.xpi) = f4252505c4b216f18e813c677aad486bbb858387bbeb6a96b057d4c005f6c210 +SIZE (xpi/firefox-52.1.1/si.xpi) = 491958 +SHA256 (xpi/firefox-52.1.1/sk.xpi) = 6063a882778a06aaa3ef8fe3bd35a6dbcfb5f10489a4ef911df881acc436ab58 +SIZE (xpi/firefox-52.1.1/sk.xpi) = 455819 +SHA256 (xpi/firefox-52.1.1/sl.xpi) = 9ae0a28f4203a0d6e743a0b7431ca88d470ef93f4a3cc9c84b7701fe5b8755eb +SIZE (xpi/firefox-52.1.1/sl.xpi) = 433481 +SHA256 (xpi/firefox-52.1.1/son.xpi) = 97fa718bed3002072eefda1e2a50f91dafdd27ec5a3c1dd9a2e003fd0dda33ea +SIZE (xpi/firefox-52.1.1/son.xpi) = 435127 +SHA256 (xpi/firefox-52.1.1/sq.xpi) = 5382e351c068b45565f91c5ba3d286d08e1a8fbf8ccb8d9adac131963b86e4e8 +SIZE (xpi/firefox-52.1.1/sq.xpi) = 448156 +SHA256 (xpi/firefox-52.1.1/sr.xpi) = 13fe4eb180ddc023069f0cbe9425b0ae23e90c1579f13b0f6605a18ee06d23d7 +SIZE (xpi/firefox-52.1.1/sr.xpi) = 463394 +SHA256 (xpi/firefox-52.1.1/sv-SE.xpi) = 9bd4de96b017264753a5fb0eb55f4d52752ff2877054ea45af21cb6601021bbd +SIZE (xpi/firefox-52.1.1/sv-SE.xpi) = 441181 +SHA256 (xpi/firefox-52.1.1/ta.xpi) = bd8167055afcf95ca5b1741bfdf8394223fd2903d838e648956c5269b7f06bc8 +SIZE (xpi/firefox-52.1.1/ta.xpi) = 494799 +SHA256 (xpi/firefox-52.1.1/te.xpi) = 32f93fc08576f3c50870c47303617179796ced397516656ffdbe4288c8e6b735 +SIZE (xpi/firefox-52.1.1/te.xpi) = 515241 +SHA256 (xpi/firefox-52.1.1/th.xpi) = 5ba278c8ae1b9ed2f2c747b6a4ba8f051aab39fc8910ccb059c38126d67f934b +SIZE (xpi/firefox-52.1.1/th.xpi) = 489379 +SHA256 (xpi/firefox-52.1.1/tr.xpi) = a958fa8d5db2c9987f3eeeca7338c4b81d0cf9b8374f2e6345d9844edaf4fcd4 +SIZE (xpi/firefox-52.1.1/tr.xpi) = 443673 +SHA256 (xpi/firefox-52.1.1/uk.xpi) = 61b88f0e44becb2fe21c5ba4ec0b6f4c50ed080595aee08863cc29d626221b91 +SIZE (xpi/firefox-52.1.1/uk.xpi) = 495095 +SHA256 (xpi/firefox-52.1.1/uz.xpi) = 13ce854378b71a37af8d73e8d1aed6bd915388b9865c1527d75961c403b46a52 +SIZE (xpi/firefox-52.1.1/uz.xpi) = 447916 +SHA256 (xpi/firefox-52.1.1/vi.xpi) = 67b0c2e0e4e7970b1b0fab2297afb676add4a0df229dee5018286c7969602644 +SIZE (xpi/firefox-52.1.1/vi.xpi) = 450804 +SHA256 (xpi/firefox-52.1.1/xh.xpi) = e8a5385df4ac8a483c3ce72fa4602c5e88f7d4cfa4c04c2e0cdfb373a6debe28 +SIZE (xpi/firefox-52.1.1/xh.xpi) = 441172 +SHA256 (xpi/firefox-52.1.1/zh-CN.xpi) = 393106527b8172d7dd4b083f4ec9e21656eaea47a20e217f879e3559b16b9566 +SIZE (xpi/firefox-52.1.1/zh-CN.xpi) = 461694 +SHA256 (xpi/firefox-52.1.1/zh-TW.xpi) = c7496128bb31f7f2738455678eb0b36123964f93faf27caa1861f645f937634c +SIZE (xpi/firefox-52.1.1/zh-TW.xpi) = 472534 Modified: branches/2017Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2017Q2/www/firefox-esr/Makefile Sat May 6 06:08:03 2017 (r440233) +++ branches/2017Q2/www/firefox-esr/Makefile Sat May 6 06:38:54 2017 (r440234) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.1.0 +DISTVERSION= 52.1.1 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org Modified: branches/2017Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2017Q2/www/firefox-esr/distinfo Sat May 6 06:08:03 2017 (r440233) +++ branches/2017Q2/www/firefox-esr/distinfo Sat May 6 06:38:54 2017 (r440234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492454000 -SHA256 (firefox-52.1.0esr.source.tar.xz) = da2ba9630b8b56c6f5d36d9f3da2d984ef7986dc8b4d804f6947fcea6c24637d -SIZE (firefox-52.1.0esr.source.tar.xz) = 212348684 +TIMESTAMP = 1493972240 +SHA256 (firefox-52.1.1esr.source.tar.xz) = a7298f6a04a1330e39e560337c4560ec9b71567a0f758982dfa18d5a2a798a7c +SIZE (firefox-52.1.1esr.source.tar.xz) = 211643688 From owner-svn-ports-branches@freebsd.org Sat May 6 06:41:15 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFD0CD60BAE; Sat, 6 May 2017 06:41:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC40D1372; Sat, 6 May 2017 06:41:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v466fEHB095752; Sat, 6 May 2017 06:41:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v466fEeN095747; Sat, 6 May 2017 06:41:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705060641.v466fEeN095747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 6 May 2017 06:41:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440235 - in branches/2017Q2/www: firefox firefox-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 06:41:16 -0000 Author: jbeich Date: Sat May 6 06:41:14 2017 New Revision: 440235 URL: https://svnweb.freebsd.org/changeset/ports/440235 Log: MFH: r440211 www/firefox: update to 53.0.2 Changes: https://www.mozilla.org/firefox/53.0.2/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/shortlog/FIREFOX_53_0_2_RELEASE Approved by: ports-secteam (delphij) Modified: branches/2017Q2/www/firefox-i18n/Makefile branches/2017Q2/www/firefox-i18n/distinfo branches/2017Q2/www/firefox/Makefile branches/2017Q2/www/firefox/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/firefox-i18n/Makefile ============================================================================== --- branches/2017Q2/www/firefox-i18n/Makefile Sat May 6 06:38:54 2017 (r440234) +++ branches/2017Q2/www/firefox-i18n/Makefile Sat May 6 06:41:14 2017 (r440235) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 53.0 +PORTVERSION= 53.0.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build6/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2017Q2/www/firefox-i18n/distinfo ============================================================================== --- branches/2017Q2/www/firefox-i18n/distinfo Sat May 6 06:38:54 2017 (r440234) +++ branches/2017Q2/www/firefox-i18n/distinfo Sat May 6 06:41:14 2017 (r440235) @@ -1,179 +1,179 @@ -TIMESTAMP = 1491914864 -SHA256 (xpi/firefox-i18n-53.0/ach.xpi) = 6b50af6b457608c625b5a99c0f467e9e13827e84387223682c251847ef12ec03 -SIZE (xpi/firefox-i18n-53.0/ach.xpi) = 432350 -SHA256 (xpi/firefox-i18n-53.0/af.xpi) = 2e030e8d993a72fc2b922bd71749564706d5bbc4f5edd1d5cb0a2e2d341dd397 -SIZE (xpi/firefox-i18n-53.0/af.xpi) = 441829 -SHA256 (xpi/firefox-i18n-53.0/an.xpi) = 3b049eabcf49f57742f574c792b0f15a2f0fe7af8d7700074555741eba4b40bd -SIZE (xpi/firefox-i18n-53.0/an.xpi) = 450799 -SHA256 (xpi/firefox-i18n-53.0/ar.xpi) = 0df14612d4a6fe4e6da247b8529b45ab856d3a6d6bf284dac9654af2b4c91909 -SIZE (xpi/firefox-i18n-53.0/ar.xpi) = 479118 -SHA256 (xpi/firefox-i18n-53.0/as.xpi) = 67a780398046cfb66c7b10d8aa3e42a7b8eef5d8eedb2f7d890ab1a748049708 -SIZE (xpi/firefox-i18n-53.0/as.xpi) = 491255 -SHA256 (xpi/firefox-i18n-53.0/ast.xpi) = 0b0cab248642b295d3ec4fdb5206c4b4ab3ec1d8aa9cec573f230bd6fa75a816 -SIZE (xpi/firefox-i18n-53.0/ast.xpi) = 445436 -SHA256 (xpi/firefox-i18n-53.0/az.xpi) = 59ead0e267f43af93c7caa1148947224dc4206d42a37f80156ff47adae994261 -SIZE (xpi/firefox-i18n-53.0/az.xpi) = 459503 -SHA256 (xpi/firefox-i18n-53.0/bg.xpi) = 5ca6477997bd96165af804a2a8bcd6c01c8bfb5c9f98354e1602f49a922cf65b -SIZE (xpi/firefox-i18n-53.0/bg.xpi) = 492607 -SHA256 (xpi/firefox-i18n-53.0/bn-BD.xpi) = 9f52c102c056489b2187f9d781a645f2c1d205b812a3ca6afdad56130c211c7f -SIZE (xpi/firefox-i18n-53.0/bn-BD.xpi) = 516501 -SHA256 (xpi/firefox-i18n-53.0/bn-IN.xpi) = f913e5d79388285ae6a7e7f59b81855135336c50c37e3dd90cbd101057017600 -SIZE (xpi/firefox-i18n-53.0/bn-IN.xpi) = 513552 -SHA256 (xpi/firefox-i18n-53.0/br.xpi) = 0bb79e4c792cd3bba0804064f91963389daba26a486cbf3fe84045ee6701ec07 -SIZE (xpi/firefox-i18n-53.0/br.xpi) = 440067 -SHA256 (xpi/firefox-i18n-53.0/bs.xpi) = e4c803a77b70c0077c3f0fb467a601b5ff143a37ac8303dd97005b7aa3007864 -SIZE (xpi/firefox-i18n-53.0/bs.xpi) = 446633 -SHA256 (xpi/firefox-i18n-53.0/ca.xpi) = 18483d647252cb2d6c9be0a2ec460de22cdecaa492b02d4a1ef3e5f9ded2aa59 -SIZE (xpi/firefox-i18n-53.0/ca.xpi) = 448941 -SHA256 (xpi/firefox-i18n-53.0/cs.xpi) = 5335967e578088e691d59a6f0540380075dab79e611c53fd67e2938da432f25a -SIZE (xpi/firefox-i18n-53.0/cs.xpi) = 449411 -SHA256 (xpi/firefox-i18n-53.0/cy.xpi) = 0822da739fc2ce0bf267dcafc8af2841432e62793e4c66ca79d0d937c4e5780e -SIZE (xpi/firefox-i18n-53.0/cy.xpi) = 441503 -SHA256 (xpi/firefox-i18n-53.0/da.xpi) = 823dfd42463c4b31a6a5b1cfdcb79bfda8e80ade999cd9d481d09e48b97190c6 -SIZE (xpi/firefox-i18n-53.0/da.xpi) = 428973 -SHA256 (xpi/firefox-i18n-53.0/de.xpi) = 81a6ac063827b7c3eb99a26b491e26c5e6898edf51e2d836d60e14a69a2d150d -SIZE (xpi/firefox-i18n-53.0/de.xpi) = 447784 -SHA256 (xpi/firefox-i18n-53.0/dsb.xpi) = 72e03e9bcefc173af4df02bfc99f22df99e7b3829cbc1d07de1b3d98e8092b35 -SIZE (xpi/firefox-i18n-53.0/dsb.xpi) = 464374 -SHA256 (xpi/firefox-i18n-53.0/el.xpi) = e8815fb6cae7632d70ae00cd28293a96f9d875f4f2e4e6c1491751037f293437 -SIZE (xpi/firefox-i18n-53.0/el.xpi) = 523412 -SHA256 (xpi/firefox-i18n-53.0/en-GB.xpi) = 258bec58ec28b75eb3db7c9b9cc68af21497eb49603994ace4aaa105840c84fd -SIZE (xpi/firefox-i18n-53.0/en-GB.xpi) = 424829 -SHA256 (xpi/firefox-i18n-53.0/en-US.xpi) = e8d3d164d433d755f7619c8413d1f53041f2f23d5819c8043362408b26245398 -SIZE (xpi/firefox-i18n-53.0/en-US.xpi) = 430736 -SHA256 (xpi/firefox-i18n-53.0/en-ZA.xpi) = 0fe0b4fc2bb38f15bfff36e44bbb2c62715daaa6b242f3914581512684fddeb7 -SIZE (xpi/firefox-i18n-53.0/en-ZA.xpi) = 417992 -SHA256 (xpi/firefox-i18n-53.0/eo.xpi) = 541501fc0829fcf8147ee269224928b52e6cf4e8f1b362a4177d63f906db902e -SIZE (xpi/firefox-i18n-53.0/eo.xpi) = 442322 -SHA256 (xpi/firefox-i18n-53.0/es-AR.xpi) = 61ff3ce7467b5222e110107c4119e9f752645ad0b31c6b614487bb5c533a0311 -SIZE (xpi/firefox-i18n-53.0/es-AR.xpi) = 450766 -SHA256 (xpi/firefox-i18n-53.0/es-CL.xpi) = a806fc6176247cda5a54ef853c9637775f9a1c2e29a87dd1b55742a71f852b33 -SIZE (xpi/firefox-i18n-53.0/es-CL.xpi) = 450475 -SHA256 (xpi/firefox-i18n-53.0/es-ES.xpi) = 8604ba37430f71b800a67361ce53b2325d7d71cefd0167170db35c4f2e02ce59 -SIZE (xpi/firefox-i18n-53.0/es-ES.xpi) = 347587 -SHA256 (xpi/firefox-i18n-53.0/es-MX.xpi) = 2173f50a3dea92c658a7e60ae76fbab81335e2bd843a835bd31db2e6162d75f1 -SIZE (xpi/firefox-i18n-53.0/es-MX.xpi) = 453324 -SHA256 (xpi/firefox-i18n-53.0/et.xpi) = 1ded0ac4ec18c88b8c9425a9f00f02112514c0474c442d445fd210dae019bc77 -SIZE (xpi/firefox-i18n-53.0/et.xpi) = 428863 -SHA256 (xpi/firefox-i18n-53.0/eu.xpi) = 624fc7dfe57168f616153f03f34348786f82efe5dcb0a510d4e42c93560bede7 -SIZE (xpi/firefox-i18n-53.0/eu.xpi) = 443202 -SHA256 (xpi/firefox-i18n-53.0/fa.xpi) = a745c9cdf381f18097755226fd7fff59840c6498fd8601d8850f7b22d36ddddb -SIZE (xpi/firefox-i18n-53.0/fa.xpi) = 496781 -SHA256 (xpi/firefox-i18n-53.0/ff.xpi) = f68a9e23a8e2a02ff493ebd0bd9698b17ff5a5a3850bc8f21bf6fe2d6c6f22cf -SIZE (xpi/firefox-i18n-53.0/ff.xpi) = 446668 -SHA256 (xpi/firefox-i18n-53.0/fi.xpi) = b99cc77e76dcbf9a25fa68c622648aa9e2db64b610c83012d8695f13e55d23a9 -SIZE (xpi/firefox-i18n-53.0/fi.xpi) = 434620 -SHA256 (xpi/firefox-i18n-53.0/fr.xpi) = 85436c3886b9b89e601ddf39329af76275a0010fb6acc723574a239154cd3f07 -SIZE (xpi/firefox-i18n-53.0/fr.xpi) = 457534 -SHA256 (xpi/firefox-i18n-53.0/fy-NL.xpi) = 1896b79fd6ac6bfa4beca5f56d88292375231836d1d031a4146b126f464403ea -SIZE (xpi/firefox-i18n-53.0/fy-NL.xpi) = 449819 -SHA256 (xpi/firefox-i18n-53.0/ga-IE.xpi) = c276e493fd8a6a77bb9f6a0542763ded93ceff0f74dfdc7329f2c86105d30e6c -SIZE (xpi/firefox-i18n-53.0/ga-IE.xpi) = 463129 -SHA256 (xpi/firefox-i18n-53.0/gd.xpi) = 4da4ab8fc415524ea83e99f63edc5546c0027e8b3dca1615905e69521c358a38 -SIZE (xpi/firefox-i18n-53.0/gd.xpi) = 452061 -SHA256 (xpi/firefox-i18n-53.0/gl.xpi) = 3a6bbcc4ac4e7b6a16031a64a8b8518fa18c7932d90bbbedfa79beecc32ece96 -SIZE (xpi/firefox-i18n-53.0/gl.xpi) = 449150 -SHA256 (xpi/firefox-i18n-53.0/gn.xpi) = b750ecda7bef4e14213d8e04281e080748cf48ec6e26e81457de9451aabd1454 -SIZE (xpi/firefox-i18n-53.0/gn.xpi) = 461571 -SHA256 (xpi/firefox-i18n-53.0/gu-IN.xpi) = 922ab30d6f1cb0747d1cd18ec526014e6f1761d5667f5d16eed834ac214149f4 -SIZE (xpi/firefox-i18n-53.0/gu-IN.xpi) = 493667 -SHA256 (xpi/firefox-i18n-53.0/he.xpi) = 11d021e790ab97612caa09afd29586fff8d680f8c4267920180f4a2b888e34a2 -SIZE (xpi/firefox-i18n-53.0/he.xpi) = 460047 -SHA256 (xpi/firefox-i18n-53.0/hi-IN.xpi) = af30c610f0e1300a2deeb47438e303b1714fd554f7859693d0a55109915d66d9 -SIZE (xpi/firefox-i18n-53.0/hi-IN.xpi) = 511787 -SHA256 (xpi/firefox-i18n-53.0/hr.xpi) = f4f7ffc50536c254a274e593eefb63fa5d26601968efc4f53d71179c6c95180c -SIZE (xpi/firefox-i18n-53.0/hr.xpi) = 453109 -SHA256 (xpi/firefox-i18n-53.0/hsb.xpi) = ba0e3f0d2d40c45d2b481dfd2680a2fc312e6eb981058c85e696690f90f52d4d -SIZE (xpi/firefox-i18n-53.0/hsb.xpi) = 462170 -SHA256 (xpi/firefox-i18n-53.0/hu.xpi) = 486d533bddbc6dd76a435fbe4efcb092218ec13ccc62aaaf2577b118d008bff8 -SIZE (xpi/firefox-i18n-53.0/hu.xpi) = 456925 -SHA256 (xpi/firefox-i18n-53.0/hy-AM.xpi) = d0b02e04e824c1110f3bc1c16854e0d65632fbc1683ff149def5cb3878e35dca -SIZE (xpi/firefox-i18n-53.0/hy-AM.xpi) = 500717 -SHA256 (xpi/firefox-i18n-53.0/id.xpi) = e4533c814f961d10f807c9e575989e1116bba1369731fc8f46c00fd5cc9d966a -SIZE (xpi/firefox-i18n-53.0/id.xpi) = 430280 -SHA256 (xpi/firefox-i18n-53.0/is.xpi) = da4be8811abad593f3f8bf06f922ccdc0873a59ed6f63fbfc5d541272e211b89 -SIZE (xpi/firefox-i18n-53.0/is.xpi) = 447329 -SHA256 (xpi/firefox-i18n-53.0/it.xpi) = 7dbbe76bfea715179c118ed0d3547596454d45e9ee0b001d876893db807b68b8 -SIZE (xpi/firefox-i18n-53.0/it.xpi) = 341968 -SHA256 (xpi/firefox-i18n-53.0/ja.xpi) = d0ce0ca453f180cdf7edabf18e3268f3117c70018fd2d06f870b60eee8d5c2cf -SIZE (xpi/firefox-i18n-53.0/ja.xpi) = 493027 -SHA256 (xpi/firefox-i18n-53.0/kk.xpi) = 29bbb10188bac81daf7d73c82da3d4c653fd4b8ae384527b18bbda3fed07eca3 -SIZE (xpi/firefox-i18n-53.0/kk.xpi) = 499340 -SHA256 (xpi/firefox-i18n-53.0/km.xpi) = 36101d95663960644b096602ee3db596b0f1e59ead95e9a5bf64be3accad8bdb -SIZE (xpi/firefox-i18n-53.0/km.xpi) = 524728 -SHA256 (xpi/firefox-i18n-53.0/kn.xpi) = 59c340fdedbf240a5e46e07144a11ce01cb0bd83d4cd7fa0c611e2f2bcbd465e -SIZE (xpi/firefox-i18n-53.0/kn.xpi) = 524035 -SHA256 (xpi/firefox-i18n-53.0/ko.xpi) = 9e67ce2142de5d82e959dff3e812efff88ec34f1b691d07fa0312a50173de95d -SIZE (xpi/firefox-i18n-53.0/ko.xpi) = 468651 -SHA256 (xpi/firefox-i18n-53.0/lij.xpi) = c739536b93b9f8a6b97f958531d19907752d77619d84232e03bf9b14bb543995 -SIZE (xpi/firefox-i18n-53.0/lij.xpi) = 435428 -SHA256 (xpi/firefox-i18n-53.0/lt.xpi) = 8a42c0b05b37d3554ae70478a84a16b8e78ee3aa6eb26a1b6fd4cbaba0e9c1bb -SIZE (xpi/firefox-i18n-53.0/lt.xpi) = 457033 -SHA256 (xpi/firefox-i18n-53.0/lv.xpi) = e2067c4beced017ce7559bf0bb610d5cc3e2fc0e2d654223e93224fe09f26c49 -SIZE (xpi/firefox-i18n-53.0/lv.xpi) = 453376 -SHA256 (xpi/firefox-i18n-53.0/mai.xpi) = de5a34ad598a77c50be8f51529ec384f163ab388d6c14919a1928bf00dc4a8ea -SIZE (xpi/firefox-i18n-53.0/mai.xpi) = 504301 -SHA256 (xpi/firefox-i18n-53.0/mk.xpi) = bd05f2c417b776651c5aa58f610d532a7b1402c9ab30fdde3126e3bd7b38ccc9 -SIZE (xpi/firefox-i18n-53.0/mk.xpi) = 499954 -SHA256 (xpi/firefox-i18n-53.0/ml.xpi) = 89e1127cfd43e994b39505b901e5dc696acbe744cd55f30ebfbd832530ae4d59 -SIZE (xpi/firefox-i18n-53.0/ml.xpi) = 520665 -SHA256 (xpi/firefox-i18n-53.0/mr.xpi) = 94d69be50f1c958102715dcc93ed12f2e9e8b8dd9431c9f675949b9208a0ae45 -SIZE (xpi/firefox-i18n-53.0/mr.xpi) = 507881 -SHA256 (xpi/firefox-i18n-53.0/ms.xpi) = d0a9ebeb04a68cbf250cfc02aca420e1398d09709dcc2ec2030b90ccaaeee314 -SIZE (xpi/firefox-i18n-53.0/ms.xpi) = 440726 -SHA256 (xpi/firefox-i18n-53.0/nb-NO.xpi) = d87de6098aa2e6a6589a4892009e321702cdf3ab78f1d098b8c8cc4002b8b250 -SIZE (xpi/firefox-i18n-53.0/nb-NO.xpi) = 439031 -SHA256 (xpi/firefox-i18n-53.0/nl.xpi) = d81a6ffa69b3735e9d2d7009a5272917566960842ef6bfd3d1ddfa79ef486954 -SIZE (xpi/firefox-i18n-53.0/nl.xpi) = 436859 -SHA256 (xpi/firefox-i18n-53.0/nn-NO.xpi) = 4e514e8d606b0af61e383830fb4cd01026c54670886c4292222280be15628afe -SIZE (xpi/firefox-i18n-53.0/nn-NO.xpi) = 433328 -SHA256 (xpi/firefox-i18n-53.0/or.xpi) = 1dd68ac544f06277082413f6673ec34e4e2472991b6ee3c0ee2e6eb2136da45f -SIZE (xpi/firefox-i18n-53.0/or.xpi) = 501207 -SHA256 (xpi/firefox-i18n-53.0/pa-IN.xpi) = 02fd50b2c13337bbda22d54d9284418ddbb015107194a0ceef1983686de8f76c -SIZE (xpi/firefox-i18n-53.0/pa-IN.xpi) = 480863 -SHA256 (xpi/firefox-i18n-53.0/pl.xpi) = a883b9cee7408f109fc1c4f7067081b83d483c341c972d1ba458635e64e68402 -SIZE (xpi/firefox-i18n-53.0/pl.xpi) = 354948 -SHA256 (xpi/firefox-i18n-53.0/pt-BR.xpi) = 0fa8dc3ed0ebd891e877782b04b9b256b9074612095feed6002b21d6beb27f21 -SIZE (xpi/firefox-i18n-53.0/pt-BR.xpi) = 442706 -SHA256 (xpi/firefox-i18n-53.0/pt-PT.xpi) = e330926df408aa8641f75736a9badef3e7e4e6e2aba7b2ea94b614aafdb563ae -SIZE (xpi/firefox-i18n-53.0/pt-PT.xpi) = 441597 -SHA256 (xpi/firefox-i18n-53.0/rm.xpi) = 02b3d8b7c7a955ebc031515048fa973901551e503b469404c9424188f7d7ffb1 -SIZE (xpi/firefox-i18n-53.0/rm.xpi) = 439746 -SHA256 (xpi/firefox-i18n-53.0/ro.xpi) = e4369e1952a7960a95b2c081c8103006b1d0cf6bf03caa42a457b5ef3300ab50 -SIZE (xpi/firefox-i18n-53.0/ro.xpi) = 454821 -SHA256 (xpi/firefox-i18n-53.0/ru.xpi) = a2d465ba99ba544cefd517c3c2725453501e04d993fe0c6554c04d5e1a2e52c6 -SIZE (xpi/firefox-i18n-53.0/ru.xpi) = 506893 -SHA256 (xpi/firefox-i18n-53.0/si.xpi) = 3f59729bae26437926a1db83d3cb711f5e5a7dc0b77bcb8ded6741cbaa400e35 -SIZE (xpi/firefox-i18n-53.0/si.xpi) = 496182 -SHA256 (xpi/firefox-i18n-53.0/sk.xpi) = 9b59cc6c64d376c99f599ba39094ac2c9d0cbd7460e8a22b27d6a0840337e3a4 -SIZE (xpi/firefox-i18n-53.0/sk.xpi) = 460857 -SHA256 (xpi/firefox-i18n-53.0/sl.xpi) = 04454bfb17d444bb5bee5075e67c63bbaa021293bfdb73ef6c34b41ddd16ddc6 -SIZE (xpi/firefox-i18n-53.0/sl.xpi) = 438368 -SHA256 (xpi/firefox-i18n-53.0/son.xpi) = e3eb6d18f50936eb502aa115f93b23769e7490b34fea9d7a95263a2700a52d99 -SIZE (xpi/firefox-i18n-53.0/son.xpi) = 439833 -SHA256 (xpi/firefox-i18n-53.0/sq.xpi) = 8e2472bdb82639b71fd57fa8f9beec91fb5d3542b086f24ff53155d12c66abe7 -SIZE (xpi/firefox-i18n-53.0/sq.xpi) = 453422 -SHA256 (xpi/firefox-i18n-53.0/sr.xpi) = c89f53af42e87fdb87cc5f3651fe4bd33c98ed2306102ed91961e2901793771e -SIZE (xpi/firefox-i18n-53.0/sr.xpi) = 467995 -SHA256 (xpi/firefox-i18n-53.0/sv-SE.xpi) = 8ea1cbf75b2a2dd31fbaabda7af29a911a70d0565c82058f38d677e43bf07e73 -SIZE (xpi/firefox-i18n-53.0/sv-SE.xpi) = 445794 -SHA256 (xpi/firefox-i18n-53.0/ta.xpi) = 6f9c38e64e388bc9d20e29ca63d3ff9b67b3d6a896bc0d647a50ec90295f3413 -SIZE (xpi/firefox-i18n-53.0/ta.xpi) = 500477 -SHA256 (xpi/firefox-i18n-53.0/te.xpi) = b7b8b3b74d150c3d676a2f527f77c3c80c2f4ecdf255e280ed2db3a748e6abe3 -SIZE (xpi/firefox-i18n-53.0/te.xpi) = 520473 -SHA256 (xpi/firefox-i18n-53.0/th.xpi) = baf97ade535c20e08c5a804a2a08441b07e6237b35970e9471490a8c74fb32d0 -SIZE (xpi/firefox-i18n-53.0/th.xpi) = 494085 -SHA256 (xpi/firefox-i18n-53.0/tr.xpi) = e25bdd9f0e2fccffd28cfeb4df596a41f762c20933593dfe3ff5b044af703e81 -SIZE (xpi/firefox-i18n-53.0/tr.xpi) = 445852 -SHA256 (xpi/firefox-i18n-53.0/uk.xpi) = b0259c08112f7a846d9fef89f1fc44130e7ce1760efaf4a0ec6e657c08351fac -SIZE (xpi/firefox-i18n-53.0/uk.xpi) = 497430 -SHA256 (xpi/firefox-i18n-53.0/uz.xpi) = 4b99ed2093fa73aa086bae96f4b04b34a8ea5f73aeb25ec21a1c316d97085224 -SIZE (xpi/firefox-i18n-53.0/uz.xpi) = 453390 -SHA256 (xpi/firefox-i18n-53.0/vi.xpi) = 0cdb6fd7573de2f4315d6c1d6011b6d74abb33f1e562a42b5807f4be3218a71e -SIZE (xpi/firefox-i18n-53.0/vi.xpi) = 455840 -SHA256 (xpi/firefox-i18n-53.0/xh.xpi) = 8999ad2228f4a96829e65a0c17f77bd2f9c21cba50f40238c381054dc358660d -SIZE (xpi/firefox-i18n-53.0/xh.xpi) = 446170 -SHA256 (xpi/firefox-i18n-53.0/zh-CN.xpi) = 3a0efa39397231033295ba594f4fff36ec3e829727a3c4e1fd7cafa6cf6a67da -SIZE (xpi/firefox-i18n-53.0/zh-CN.xpi) = 463955 -SHA256 (xpi/firefox-i18n-53.0/zh-TW.xpi) = 9e1f57da99b79fbce6d70f6d04e7295663c5e84fa151e9026c3519ab8d3bbd61 -SIZE (xpi/firefox-i18n-53.0/zh-TW.xpi) = 474980 +TIMESTAMP = 1493948953 +SHA256 (xpi/firefox-i18n-53.0.2/ach.xpi) = 57c8f888c5109c1c45784572794a2b74b10bb9f34a5dda285bb58b766903ac1f +SIZE (xpi/firefox-i18n-53.0.2/ach.xpi) = 432352 +SHA256 (xpi/firefox-i18n-53.0.2/af.xpi) = 4d95208aaef969a4c85ce243a22561a3375cf14cf322328bd6a72784c3efc75d +SIZE (xpi/firefox-i18n-53.0.2/af.xpi) = 441830 +SHA256 (xpi/firefox-i18n-53.0.2/an.xpi) = a6d38b2bb58273b211c34e158340f74dc67d67e18caf4089d34159942a0dfda4 +SIZE (xpi/firefox-i18n-53.0.2/an.xpi) = 450801 +SHA256 (xpi/firefox-i18n-53.0.2/ar.xpi) = ba974c802b3c4d2042f654f1b8024731fea2e05e48ddcffea006d7392a7116c9 +SIZE (xpi/firefox-i18n-53.0.2/ar.xpi) = 479118 +SHA256 (xpi/firefox-i18n-53.0.2/as.xpi) = d4991f2678fb785b7ce3edf87329c21058930edc83ba7f10771cebc413cf4c82 +SIZE (xpi/firefox-i18n-53.0.2/as.xpi) = 491256 +SHA256 (xpi/firefox-i18n-53.0.2/ast.xpi) = c7c8b11b7b809ae17d2a0945a08bef4dcc8ebb7fa7483e4a79787af5b7279c29 +SIZE (xpi/firefox-i18n-53.0.2/ast.xpi) = 445436 +SHA256 (xpi/firefox-i18n-53.0.2/az.xpi) = 5d36b5f1412c826fa19e5e9c71c2e22fcf98853d7e90e2979b3e4d7b802ac52d +SIZE (xpi/firefox-i18n-53.0.2/az.xpi) = 459504 +SHA256 (xpi/firefox-i18n-53.0.2/bg.xpi) = 06172c0b39d6a525fc25a54e17f271bce07b2d3bccef835f3e384a8ab0a7cb84 +SIZE (xpi/firefox-i18n-53.0.2/bg.xpi) = 492609 +SHA256 (xpi/firefox-i18n-53.0.2/bn-BD.xpi) = ee03dd568ea3c0bcf62d3e7952591b357e319e2354777532abdcb1f41ea0f084 +SIZE (xpi/firefox-i18n-53.0.2/bn-BD.xpi) = 516502 +SHA256 (xpi/firefox-i18n-53.0.2/bn-IN.xpi) = 2e782b80abf77135b3a1e77f7360dea0110fbb8be86566f289f7d6fe46751186 +SIZE (xpi/firefox-i18n-53.0.2/bn-IN.xpi) = 513553 +SHA256 (xpi/firefox-i18n-53.0.2/br.xpi) = b002a5d6c595bed5c85ceea861e1757af2863bf396f89a28e3cf7ad64e45bdbf +SIZE (xpi/firefox-i18n-53.0.2/br.xpi) = 440068 +SHA256 (xpi/firefox-i18n-53.0.2/bs.xpi) = d4ccbeb450813a9ca1eb7c94a2984b11662e78f4654900eaa038a9ad928f257a +SIZE (xpi/firefox-i18n-53.0.2/bs.xpi) = 446634 +SHA256 (xpi/firefox-i18n-53.0.2/ca.xpi) = 7bf4aa4d3678814991d4b7b04e9bc6121dd8dd42777a5ac11adbc0c4f6b91c60 +SIZE (xpi/firefox-i18n-53.0.2/ca.xpi) = 448943 +SHA256 (xpi/firefox-i18n-53.0.2/cs.xpi) = 46466c4c12b3111029249ce16856680c9e55635a0c4de685bada0061e23c70e7 +SIZE (xpi/firefox-i18n-53.0.2/cs.xpi) = 449412 +SHA256 (xpi/firefox-i18n-53.0.2/cy.xpi) = 9a5095ee5a004ab7c43c019020bb1cfdd95ce6e654ddd244e8a124bb93a77bcf +SIZE (xpi/firefox-i18n-53.0.2/cy.xpi) = 441505 +SHA256 (xpi/firefox-i18n-53.0.2/da.xpi) = 267b77dd8aace8dfd14f88a6a694a21ea9f9b8234fe9557a579bc9cbd2ce8843 +SIZE (xpi/firefox-i18n-53.0.2/da.xpi) = 428974 +SHA256 (xpi/firefox-i18n-53.0.2/de.xpi) = 93dce7fab3d847f26ea550de351f26d31ff1df94add3f21defc41a4af69064b5 +SIZE (xpi/firefox-i18n-53.0.2/de.xpi) = 447785 +SHA256 (xpi/firefox-i18n-53.0.2/dsb.xpi) = 2ce9e06d758109e3ceba6a0d2ff2fb574e5c19ceeacd81fac9ace7534b6cfee3 +SIZE (xpi/firefox-i18n-53.0.2/dsb.xpi) = 464375 +SHA256 (xpi/firefox-i18n-53.0.2/el.xpi) = 0b6b006908114bda2b977eb664802c1bd552b989c148a8e166d5555c057989d2 +SIZE (xpi/firefox-i18n-53.0.2/el.xpi) = 523413 +SHA256 (xpi/firefox-i18n-53.0.2/en-GB.xpi) = 1fb3092304c2727c2c5f52203a8e6f8bf66095aa9f143c95eb4832a30901ef7e +SIZE (xpi/firefox-i18n-53.0.2/en-GB.xpi) = 424830 +SHA256 (xpi/firefox-i18n-53.0.2/en-US.xpi) = 2612776ad4b67c0f38cdbdfa2acc47af9dfd9785a59a80115e05379eeaaecd89 +SIZE (xpi/firefox-i18n-53.0.2/en-US.xpi) = 430737 +SHA256 (xpi/firefox-i18n-53.0.2/en-ZA.xpi) = 2ba80d3b42adbbc0f9c5bd632bd52ed46bea5d111f2ce623570aabc8ba2e82b0 +SIZE (xpi/firefox-i18n-53.0.2/en-ZA.xpi) = 417992 +SHA256 (xpi/firefox-i18n-53.0.2/eo.xpi) = 8513ca05f2779ea8e04acbf46ccfce5ea0a1c08c3584086571b58ffebe4b6154 +SIZE (xpi/firefox-i18n-53.0.2/eo.xpi) = 442323 +SHA256 (xpi/firefox-i18n-53.0.2/es-AR.xpi) = 3f2f136754229a06d210086fdd827a9c8da9b84ef104b8856a61c0cccd02fbe1 +SIZE (xpi/firefox-i18n-53.0.2/es-AR.xpi) = 450768 +SHA256 (xpi/firefox-i18n-53.0.2/es-CL.xpi) = c1e51e508ab65e9b95fc2506a23f2034bf32df5b9741e2968d01c70df02f1caa +SIZE (xpi/firefox-i18n-53.0.2/es-CL.xpi) = 450477 +SHA256 (xpi/firefox-i18n-53.0.2/es-ES.xpi) = b770da50dd5183ab9f488899554c2b6ea0bd4021d108f19dcb9f992495f26754 +SIZE (xpi/firefox-i18n-53.0.2/es-ES.xpi) = 347589 +SHA256 (xpi/firefox-i18n-53.0.2/es-MX.xpi) = e568bf71290e9cee1fdca52dcca979af4b5abc7452bd1ca256cade23cbe2186a +SIZE (xpi/firefox-i18n-53.0.2/es-MX.xpi) = 453326 +SHA256 (xpi/firefox-i18n-53.0.2/et.xpi) = 674dda4378cf4ac3c58bff4397d919a3db79173828d380b37a5a2f43f5a2ddfd +SIZE (xpi/firefox-i18n-53.0.2/et.xpi) = 428865 +SHA256 (xpi/firefox-i18n-53.0.2/eu.xpi) = 3ab5f7e84264f64577e32a0c9e72cf8cce16563ba5d8d5f5c9486ac032351e53 +SIZE (xpi/firefox-i18n-53.0.2/eu.xpi) = 443204 +SHA256 (xpi/firefox-i18n-53.0.2/fa.xpi) = 094136aeb226e17f1e27e3a07f51a724353626f9168e2067c981a6a368dc257e +SIZE (xpi/firefox-i18n-53.0.2/fa.xpi) = 496783 +SHA256 (xpi/firefox-i18n-53.0.2/ff.xpi) = 9a0b178833dfb5c4b3ef9530626fabe128abd9fb7a64f75c8c8076c1dbc94628 +SIZE (xpi/firefox-i18n-53.0.2/ff.xpi) = 446670 +SHA256 (xpi/firefox-i18n-53.0.2/fi.xpi) = bff8d55342c37091fd89f10fb56c4f951d024375bac98770428ad216d275cd07 +SIZE (xpi/firefox-i18n-53.0.2/fi.xpi) = 434622 +SHA256 (xpi/firefox-i18n-53.0.2/fr.xpi) = a7c1c5b13fc1d72356645c4103cce8b89eb3322a44a5a1d74dfd8f03e9848af2 +SIZE (xpi/firefox-i18n-53.0.2/fr.xpi) = 457535 +SHA256 (xpi/firefox-i18n-53.0.2/fy-NL.xpi) = 9bc1eaa66f61dcb59b29ba71914ede3511756c41a3fba1ad75a225b763c76274 +SIZE (xpi/firefox-i18n-53.0.2/fy-NL.xpi) = 449823 +SHA256 (xpi/firefox-i18n-53.0.2/ga-IE.xpi) = 0a6d92ddc38f354cacce92191cf122cb7bfb8edbf05808245da16ae4bfa01582 +SIZE (xpi/firefox-i18n-53.0.2/ga-IE.xpi) = 463130 +SHA256 (xpi/firefox-i18n-53.0.2/gd.xpi) = be2268534a473bdf875d40502f5a6be18c00134e9fe23580173bebb666d21580 +SIZE (xpi/firefox-i18n-53.0.2/gd.xpi) = 452062 +SHA256 (xpi/firefox-i18n-53.0.2/gl.xpi) = 71fc2f512276903f0355c49249d82e985e47336b9e2963b2c19b5543142cab92 +SIZE (xpi/firefox-i18n-53.0.2/gl.xpi) = 449152 +SHA256 (xpi/firefox-i18n-53.0.2/gn.xpi) = 8733575b95476c5b508b2b548b84c7f9e79e90d67b439d9815fb312672dd6ed0 +SIZE (xpi/firefox-i18n-53.0.2/gn.xpi) = 461573 +SHA256 (xpi/firefox-i18n-53.0.2/gu-IN.xpi) = 539bcd0893c4f264b99b519ed1f1c958579a419e1d23c276924dc71bfdf1e34f +SIZE (xpi/firefox-i18n-53.0.2/gu-IN.xpi) = 493672 +SHA256 (xpi/firefox-i18n-53.0.2/he.xpi) = fff73d3aaa21a7c76ac6ca196a2b8102b626db4d53853a15919604647a54811c +SIZE (xpi/firefox-i18n-53.0.2/he.xpi) = 460050 +SHA256 (xpi/firefox-i18n-53.0.2/hi-IN.xpi) = 7179ee33a18d6b6994e71adaf41acefb60c823e0a7d8d985f83f5295a9c0ba81 +SIZE (xpi/firefox-i18n-53.0.2/hi-IN.xpi) = 511788 +SHA256 (xpi/firefox-i18n-53.0.2/hr.xpi) = ff01c58746b194c806c3a9925647d633e29eb6e0425837d142e5da1240fe1334 +SIZE (xpi/firefox-i18n-53.0.2/hr.xpi) = 453110 +SHA256 (xpi/firefox-i18n-53.0.2/hsb.xpi) = 306460fe5618f498e232e891cc3c6e7988b119406de98fe924f346ec82a463f0 +SIZE (xpi/firefox-i18n-53.0.2/hsb.xpi) = 462175 +SHA256 (xpi/firefox-i18n-53.0.2/hu.xpi) = 5776c3178fb0392b202bbc693018540a62ca2c7b25f2aa16d6adaa502c327d65 +SIZE (xpi/firefox-i18n-53.0.2/hu.xpi) = 456925 +SHA256 (xpi/firefox-i18n-53.0.2/hy-AM.xpi) = 1ba34edfce543fd27a94e34df8739fb37d783c5e66352cfd0c22e6ef18154af2 +SIZE (xpi/firefox-i18n-53.0.2/hy-AM.xpi) = 500718 +SHA256 (xpi/firefox-i18n-53.0.2/id.xpi) = 2463d83abe03f48260ea6c8f195ff4d2800a2411f191c7abc5a0e97a2254c278 +SIZE (xpi/firefox-i18n-53.0.2/id.xpi) = 430281 +SHA256 (xpi/firefox-i18n-53.0.2/is.xpi) = e8132940f19bf8b2853a7eb2036b59b249ff21928a6d43ba0226d0bc1852c76a +SIZE (xpi/firefox-i18n-53.0.2/is.xpi) = 447334 +SHA256 (xpi/firefox-i18n-53.0.2/it.xpi) = f06adfd40f8cb738dd8e71ba3678bed85eb5eda92f4715a15749100717d2a7bb +SIZE (xpi/firefox-i18n-53.0.2/it.xpi) = 341969 +SHA256 (xpi/firefox-i18n-53.0.2/ja.xpi) = 3e75bafcc69a5a45366e9fe28a161865531112f4e5104b5e02f40ef0e5210123 +SIZE (xpi/firefox-i18n-53.0.2/ja.xpi) = 493029 +SHA256 (xpi/firefox-i18n-53.0.2/kk.xpi) = 63b1fd9875d4a54445026aaef9355ea0e1f5079a4b1f66ce2d13ae341054c0a5 +SIZE (xpi/firefox-i18n-53.0.2/kk.xpi) = 499341 +SHA256 (xpi/firefox-i18n-53.0.2/km.xpi) = 9a17f6f47ab582ebde8784279feb38f7f3b5b9156ea9e0535cafeb5344869fe5 +SIZE (xpi/firefox-i18n-53.0.2/km.xpi) = 524729 +SHA256 (xpi/firefox-i18n-53.0.2/kn.xpi) = ba5cbc5530c53132bcdac29a1f4b0bac383984618e1a38e68ec496725abe2fdf +SIZE (xpi/firefox-i18n-53.0.2/kn.xpi) = 524037 +SHA256 (xpi/firefox-i18n-53.0.2/ko.xpi) = 2f34266559cd4fb7b9f0330c440ed41d690c715e00cf3c6e5dacba5225261e78 +SIZE (xpi/firefox-i18n-53.0.2/ko.xpi) = 468653 +SHA256 (xpi/firefox-i18n-53.0.2/lij.xpi) = 57319636af883e959011da403fa6ef6a6de722fcd45997fc5cf85e8f174b4159 +SIZE (xpi/firefox-i18n-53.0.2/lij.xpi) = 435430 +SHA256 (xpi/firefox-i18n-53.0.2/lt.xpi) = cc191030ef2cfc5ea4f485721fcbcf3c058ba3be5b48eb7a36c1892c7492c7a6 +SIZE (xpi/firefox-i18n-53.0.2/lt.xpi) = 457034 +SHA256 (xpi/firefox-i18n-53.0.2/lv.xpi) = 99bb8fb32784a0ae4e61be10e16c2b605ab24778170653b9b259c1f84e6e4147 +SIZE (xpi/firefox-i18n-53.0.2/lv.xpi) = 453378 +SHA256 (xpi/firefox-i18n-53.0.2/mai.xpi) = 487a37504caf77b332647a349ed48e8469880e1458d4d13bf18cb7814de1678d +SIZE (xpi/firefox-i18n-53.0.2/mai.xpi) = 504302 +SHA256 (xpi/firefox-i18n-53.0.2/mk.xpi) = 967adfc3e5dd7671f359acce4266c9221fe621eb5c967afff76eaf0d2fe2aa46 +SIZE (xpi/firefox-i18n-53.0.2/mk.xpi) = 499956 +SHA256 (xpi/firefox-i18n-53.0.2/ml.xpi) = 20923f6d8410b1348943831241c3b861824cd3f2a7ecb39cc7dde7757ea1eb4c +SIZE (xpi/firefox-i18n-53.0.2/ml.xpi) = 520667 +SHA256 (xpi/firefox-i18n-53.0.2/mr.xpi) = 518a448cf4933ffbda3e530acd82859980f1a2c35fd4cc49bb0467e9391d8a69 +SIZE (xpi/firefox-i18n-53.0.2/mr.xpi) = 507882 +SHA256 (xpi/firefox-i18n-53.0.2/ms.xpi) = 62d1b4f77f7a2c3178c483be67f6dbdab91550862bdeea25978bb057c09b9c68 +SIZE (xpi/firefox-i18n-53.0.2/ms.xpi) = 440728 +SHA256 (xpi/firefox-i18n-53.0.2/nb-NO.xpi) = c53f8bc9bf15c33c1d9bff266b8ee6f2f92d7b95411a332bddf7318005146742 +SIZE (xpi/firefox-i18n-53.0.2/nb-NO.xpi) = 439033 +SHA256 (xpi/firefox-i18n-53.0.2/nl.xpi) = 94434f919a61ebd7cff12a8d32ac9b36ac0b62edaa24c398d9da8793c85603b4 +SIZE (xpi/firefox-i18n-53.0.2/nl.xpi) = 436860 +SHA256 (xpi/firefox-i18n-53.0.2/nn-NO.xpi) = f7944456b7ad821d6a2e91805eed2e24f796bff7364d53689d803db606e539b7 +SIZE (xpi/firefox-i18n-53.0.2/nn-NO.xpi) = 433329 +SHA256 (xpi/firefox-i18n-53.0.2/or.xpi) = 3f4a1ca22105d616db0b07b7aa46e40e9ff705ddb3f594f123d2813d3a870f70 +SIZE (xpi/firefox-i18n-53.0.2/or.xpi) = 501208 +SHA256 (xpi/firefox-i18n-53.0.2/pa-IN.xpi) = d38d9bc9c4fb0cfc1a6bc4960a338dccc32620ec09e022697e61cf6607b86871 +SIZE (xpi/firefox-i18n-53.0.2/pa-IN.xpi) = 480864 +SHA256 (xpi/firefox-i18n-53.0.2/pl.xpi) = 582a7e229b1bdf7423be141f9a278668cd25b37459ec7bbb8b0b721758bd4922 +SIZE (xpi/firefox-i18n-53.0.2/pl.xpi) = 354949 +SHA256 (xpi/firefox-i18n-53.0.2/pt-BR.xpi) = 89a8ff9dcfe46c320314df02000b7d66f721a93886cedd98ffdb2e80f8c5185f +SIZE (xpi/firefox-i18n-53.0.2/pt-BR.xpi) = 442708 +SHA256 (xpi/firefox-i18n-53.0.2/pt-PT.xpi) = 508575d58c837b3b94b5a05f0e5963f4bbcc34ba466f9c14b842e954d39cba77 +SIZE (xpi/firefox-i18n-53.0.2/pt-PT.xpi) = 441599 +SHA256 (xpi/firefox-i18n-53.0.2/rm.xpi) = 3dc06fb7cd7a5f3bbe141b68b4ee3034b81e93eb509c95b1f2a0e4aff5b5a2ea +SIZE (xpi/firefox-i18n-53.0.2/rm.xpi) = 439749 +SHA256 (xpi/firefox-i18n-53.0.2/ro.xpi) = 7b40f8850aedaa33a9221e32747629de84074f807f93630664807e3214393975 +SIZE (xpi/firefox-i18n-53.0.2/ro.xpi) = 454822 +SHA256 (xpi/firefox-i18n-53.0.2/ru.xpi) = b56427d635748fc7746842bceade41fa81c16843afb0d87ef0bcac9da3d9d6ba +SIZE (xpi/firefox-i18n-53.0.2/ru.xpi) = 506894 +SHA256 (xpi/firefox-i18n-53.0.2/si.xpi) = b733edc4c668debf7d0eda9ddcc0c1bbd9c5d31c7ea90e94108fd39c62a2a520 +SIZE (xpi/firefox-i18n-53.0.2/si.xpi) = 496183 +SHA256 (xpi/firefox-i18n-53.0.2/sk.xpi) = 96ccd04fb1df2ecd12ab6cd9ebb019f1c2a7d94e100b34112995adaff2f9227c +SIZE (xpi/firefox-i18n-53.0.2/sk.xpi) = 460859 +SHA256 (xpi/firefox-i18n-53.0.2/sl.xpi) = b6a994768aaef58c97a0aade9f463044300c07dca10c58c2be11c1fade665719 +SIZE (xpi/firefox-i18n-53.0.2/sl.xpi) = 438369 +SHA256 (xpi/firefox-i18n-53.0.2/son.xpi) = ac56d8090a8e039244e5707048201429562eab3684f3871a1af9247be85f9d96 +SIZE (xpi/firefox-i18n-53.0.2/son.xpi) = 439834 +SHA256 (xpi/firefox-i18n-53.0.2/sq.xpi) = 2d9761c95ce185a175f5112fbfb24a3d53232a2f11c9f37384a93cd515f2b78f +SIZE (xpi/firefox-i18n-53.0.2/sq.xpi) = 453422 +SHA256 (xpi/firefox-i18n-53.0.2/sr.xpi) = 056052c33435c69d1856116b296454638552229ba7b89ae7917be2d0af65a256 +SIZE (xpi/firefox-i18n-53.0.2/sr.xpi) = 467997 +SHA256 (xpi/firefox-i18n-53.0.2/sv-SE.xpi) = 05d606dcf0020efde60c28ebd1b49ce55626005c6b94cb9af148b9370254ff43 +SIZE (xpi/firefox-i18n-53.0.2/sv-SE.xpi) = 445795 +SHA256 (xpi/firefox-i18n-53.0.2/ta.xpi) = 13ca2bdd96e585d3386e5b825a1d0078c63874a67a9ff0e2c911000afd798a0b +SIZE (xpi/firefox-i18n-53.0.2/ta.xpi) = 500480 +SHA256 (xpi/firefox-i18n-53.0.2/te.xpi) = 5a935b8017503ceb33ee83ce576d94b58e177fa70026edd20ce479cd0d7938ca +SIZE (xpi/firefox-i18n-53.0.2/te.xpi) = 520475 +SHA256 (xpi/firefox-i18n-53.0.2/th.xpi) = 84dddef4741566dff676d55737be4c59c1be1d28c8831de6bf2f3c00259425ae +SIZE (xpi/firefox-i18n-53.0.2/th.xpi) = 494087 +SHA256 (xpi/firefox-i18n-53.0.2/tr.xpi) = 22b099ef75d5c431fbe3efea9ff1051e040303120f0a6abb10339db873210548 +SIZE (xpi/firefox-i18n-53.0.2/tr.xpi) = 445852 +SHA256 (xpi/firefox-i18n-53.0.2/uk.xpi) = ee75859e48a0c5ceb62ce9e46ac72035b280f4d743c9752e874b6df9d1cb956e +SIZE (xpi/firefox-i18n-53.0.2/uk.xpi) = 497432 +SHA256 (xpi/firefox-i18n-53.0.2/uz.xpi) = eac88ddcd6286476e3d144e3a662976d08206b576a8277cfb7fa60a8e2344abd +SIZE (xpi/firefox-i18n-53.0.2/uz.xpi) = 453391 +SHA256 (xpi/firefox-i18n-53.0.2/vi.xpi) = 0bb35467af32fac2bbf056eca1a9adac33c77e4021baa562072215ea218621a0 +SIZE (xpi/firefox-i18n-53.0.2/vi.xpi) = 455841 +SHA256 (xpi/firefox-i18n-53.0.2/xh.xpi) = 4cc0edbbc43b525751436f7a1adac903f669e16ae058081a5f454c0f653fd872 +SIZE (xpi/firefox-i18n-53.0.2/xh.xpi) = 446171 +SHA256 (xpi/firefox-i18n-53.0.2/zh-CN.xpi) = c6da1d554094691262fb78bc9b2c256b00fb2f4d8b6bb911533632db9c8172ec +SIZE (xpi/firefox-i18n-53.0.2/zh-CN.xpi) = 463955 +SHA256 (xpi/firefox-i18n-53.0.2/zh-TW.xpi) = 291335f845d203babd89a207cf7c3ac7991bb74364fbc9b08403b971027a59c4 +SIZE (xpi/firefox-i18n-53.0.2/zh-TW.xpi) = 474982 Modified: branches/2017Q2/www/firefox/Makefile ============================================================================== --- branches/2017Q2/www/firefox/Makefile Sat May 6 06:38:54 2017 (r440234) +++ branches/2017Q2/www/firefox/Makefile Sat May 6 06:41:14 2017 (r440235) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 53.0 +DISTVERSION= 53.0.2 DISTVERSIONSUFFIX=.source -PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build6/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: branches/2017Q2/www/firefox/distinfo ============================================================================== --- branches/2017Q2/www/firefox/distinfo Sat May 6 06:38:54 2017 (r440234) +++ branches/2017Q2/www/firefox/distinfo Sat May 6 06:41:14 2017 (r440235) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492149930 -SHA256 (firefox-53.0.source.tar.xz) = 4ed1b23ea7c08f81a08817ddf3b4f06849e01420ee074008b6f390366e95b7d0 -SIZE (firefox-53.0.source.tar.xz) = 213676692 +TIMESTAMP = 1493948953 +SHA256 (firefox-53.0.2.source.tar.xz) = c536df9794fafe61e4e74562e2a37cd4a6fb1c13d99d5330d61be03b2d57ae54 +SIZE (firefox-53.0.2.source.tar.xz) = 215124156