From owner-svn-ports-branches@freebsd.org Sun May 7 18:40:48 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 E2D46D6271B; Sun, 7 May 2017 18:40:48 +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 98AA21F23; Sun, 7 May 2017 18:40:48 +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 v47IeleH081853; Sun, 7 May 2017 18:40:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v47IellM081851; Sun, 7 May 2017 18:40:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705071840.v47IellM081851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 May 2017 18:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440354 - branches/2017Q2/www/webkit-gtk3/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, 07 May 2017 18:40:49 -0000 Author: jbeich Date: Sun May 7 18:40:47 2017 New Revision: 440354 URL: https://svnweb.freebsd.org/changeset/ports/440354 Log: MFH: r440353 www/webkit-gtk3: unbreak on armv6 In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:26: In file included from ./Source/JavaScriptCore/config.h:30: ./Source/WTF/wtf/Platform.h:308:6: error: "Not supported ARM architecture" # error "Not supported ARM architecture" ^ :149:16: error: invalid operand for instruction vmov.u32 r2, r3, s8, s9 PR: 213961 216147 Submitted by: mikael.urankar@gmail.com Approved by: ports-secteam blanket Added: branches/2017Q2/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h - copied unchanged from r440353, head/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h branches/2017Q2/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp - copied unchanged from r440353, head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Modified: Directory Properties: branches/2017Q2/ (props changed) Copied: branches/2017Q2/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h (from r440353, head/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h Sun May 7 18:40:47 2017 (r440354, copy of r440353, head/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h) @@ -0,0 +1,12 @@ +This patch reportedly fixes build for ARM. See PR 208569 + +--- Source/WTF/wtf/Platform.h.orig 2016-04-10 06:48:36 UTC ++++ Source/WTF/wtf/Platform.h +@@ -218,6 +218,7 @@ + #elif defined(__ARM_ARCH_6__) \ + || defined(__ARM_ARCH_6J__) \ + || defined(__ARM_ARCH_6K__) \ ++ || defined(__ARM_ARCH_6KZ__) \ + || defined(__ARM_ARCH_6Z__) \ + || defined(__ARM_ARCH_6ZK__) \ + || defined(__ARM_ARCH_6T2__) \ Copied: branches/2017Q2/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp (from r440353, head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Sun May 7 18:40:47 2017 (r440354, copy of r440353, head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) @@ -0,0 +1,11 @@ +--- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2016-04-10 06:48:37 UTC ++++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp +@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL + "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL + "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL + "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL +- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL ++ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL + // The color values are stored in-place. + "strb r2, [" PIXELS_R ", #-11]" NL + "strb r3, [" PIXELS_R ", #-10]" NL From owner-svn-ports-branches@freebsd.org Sun May 7 19:33: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 913EED62CE8; Sun, 7 May 2017 19:33:41 +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 62478BAB; Sun, 7 May 2017 19:33:41 +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 v47JXedY004629; Sun, 7 May 2017 19:33:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v47JXdDs004623; Sun, 7 May 2017 19:33:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705071933.v47JXdDs004623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 May 2017 19:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440359 - in branches/2017Q2/www: qt4-webkit/files qt5-webkit/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, 07 May 2017 19:33:41 -0000 Author: jbeich Date: Sun May 7 19:33:39 2017 New Revision: 440359 URL: https://svnweb.freebsd.org/changeset/ports/440359 Log: MFH: r440357 www/qt*-webkit: unbreak on armv6 In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:26: In file included from ./Source/JavaScriptCore/config.h:30: ./Source/WTF/wtf/Platform.h:308:6: error: "Not supported ARM architecture" # error "Not supported ARM architecture" ^ :149:16: error: invalid operand for instruction vmov.u32 r2, r3, s8, s9 PR: 216153 217208 Submitted by: mikael.urankar@gmail.com Approved by: ports-secteam blanket Added: branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h - copied unchanged from r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h - copied unchanged from r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp - copied unchanged from r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp - copied unchanged from r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp branches/2017Q2/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h - copied unchanged from r440357, head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h branches/2017Q2/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp - copied unchanged from r440357, head/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Modified: Directory Properties: branches/2017Q2/ (props changed) Copied: branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h (from r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h Sun May 7 19:33:39 2017 (r440359, copy of r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h) @@ -0,0 +1,11 @@ +--- src/3rdparty/webkit/Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2017-01-05 13:47:51 UTC ++++ src/3rdparty/webkit/Source/JavaScriptCore/jit/ExecutableAllocator.h +@@ -326,6 +326,8 @@ public: + syscall(__NR_cacheflush, reinterpret_cast(code), size, CACHEFLUSH_D_WB | CACHEFLUSH_I); + #endif + } ++#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) ++ __clear_cache(code, reinterpret_cast(code) + size); + #else + #error "The cacheFlush support is missing on this platform." + #endif Copied: branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h (from r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h Sun May 7 19:33:39 2017 (r440359, copy of r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h) @@ -0,0 +1,12 @@ +This patch reportedly fixes build for ARM. See PR 208569 + +--- src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h.orig 2017-02-07 10:30:44 UTC ++++ src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h +@@ -218,6 +218,7 @@ + #elif defined(__ARM_ARCH_6__) \ + || defined(__ARM_ARCH_6J__) \ + || defined(__ARM_ARCH_6K__) \ ++ || defined(__ARM_ARCH_6KZ__) \ + || defined(__ARM_ARCH_6Z__) \ + || defined(__ARM_ARCH_6ZK__) \ + || defined(__ARM_ARCH_6T2__) \ Copied: branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp (from r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp Sun May 7 19:33:39 2017 (r440359, copy of r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp) @@ -0,0 +1,11 @@ +--- src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FEGaussianBlurNEON.cpp.orig 2017-01-10 15:46:28 UTC ++++ src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FEGaussianBlurNEON.cpp +@@ -285,7 +285,7 @@ TOSTRING(neonDrawAlphaChannelGaussianBlu + "vmov.u32 " REMAINING_STRIDES_R ", " REMAINING_STRIDES_S0 NL + // Early return for 0 strides. + "cmp " REMAINING_STRIDES_R ", #0" NL +- "ldmeqia sp!, {r4-r8, r10, r11, pc}" NL ++ "ldmiaeq sp!, {r4-r8, r10, r11, pc}" NL + + // Initialize the sum variable. + "vmov.u32 " SUM_Q ", #0" NL Copied: branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp (from r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp Sun May 7 19:33:39 2017 (r440359, copy of r440357, head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp) @@ -0,0 +1,11 @@ +--- src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FELightingNEON.cpp.orig 2016-12-21 17:09:11 UTC ++++ src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FELightingNEON.cpp +@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL + "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL + "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL + "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL +- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL ++ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL + // The color values are stored in-place. + "strb r2, [" PIXELS_R ", #-11]" NL + "strb r3, [" PIXELS_R ", #-10]" NL Copied: branches/2017Q2/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h (from r440357, head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h Sun May 7 19:33:39 2017 (r440359, copy of r440357, head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h) @@ -0,0 +1,12 @@ +This patch reportedly fixes build for ARM. See PR 208569 + +--- Source/WTF/wtf/Platform.h.orig 2016-04-10 06:48:36 UTC ++++ Source/WTF/wtf/Platform.h +@@ -218,6 +218,7 @@ + #elif defined(__ARM_ARCH_6__) \ + || defined(__ARM_ARCH_6J__) \ + || defined(__ARM_ARCH_6K__) \ ++ || defined(__ARM_ARCH_6KZ__) \ + || defined(__ARM_ARCH_6Z__) \ + || defined(__ARM_ARCH_6ZK__) \ + || defined(__ARM_ARCH_6T2__) \ Copied: branches/2017Q2/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp (from r440357, head/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Sun May 7 19:33:39 2017 (r440359, copy of r440357, head/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) @@ -0,0 +1,11 @@ +--- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2016-04-10 06:48:37 UTC ++++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp +@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL + "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL + "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL + "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL +- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL ++ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL + // The color values are stored in-place. + "strb r2, [" PIXELS_R ", #-11]" NL + "strb r3, [" PIXELS_R ", #-10]" NL From owner-svn-ports-branches@freebsd.org Sun May 7 20:17:12 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 D6452D62BE0; Sun, 7 May 2017 20:17:12 +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 6F17233D; Sun, 7 May 2017 20:17:12 +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 v47KHBwQ021789; Sun, 7 May 2017 20:17:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v47KHBom021788; Sun, 7 May 2017 20:17:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705072017.v47KHBom021788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 May 2017 20:17:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440363 - branches/2017Q2/www/webkit2-gtk3 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, 07 May 2017 20:17:13 -0000 Author: jbeich Date: Sun May 7 20:17:11 2017 New Revision: 440363 URL: https://svnweb.freebsd.org/changeset/ports/440363 Log: MFH: r440362 www/webkit2-gtk3: unbreak on armv6 + -mcpu=cortex-a15 :149:16: error: invalid operand for instruction vmov.u32 r2, r3, s8, s9 PR: 216149 Submitted by: mikael.urankar@gmail.com Approved by: ports-secteam blanket Added: branches/2017Q2/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp - copied unchanged from r440362, head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Modified: Directory Properties: branches/2017Q2/ (props changed) Copied: branches/2017Q2/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp (from r440362, head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Sun May 7 20:17:11 2017 (r440363, copy of r440362, head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) @@ -0,0 +1,11 @@ +--- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2016-04-10 06:48:37 UTC ++++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp +@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL + "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL + "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL + "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL +- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL ++ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL + // The color values are stored in-place. + "strb r2, [" PIXELS_R ", #-11]" NL + "strb r3, [" PIXELS_R ", #-10]" NL From owner-svn-ports-branches@freebsd.org Mon May 8 13:01: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 6E5C3D5FF69; Mon, 8 May 2017 13:01:49 +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 B7853E7F; Mon, 8 May 2017 13:01:48 +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 v48D1l4A038153; Mon, 8 May 2017 13:01:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v48D1lME038152; Mon, 8 May 2017 13:01:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705081301.v48D1lME038152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 8 May 2017 13:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440431 - in branches/2017Q2/graphics/graphite2: . 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, 08 May 2017 13:01:49 -0000 Author: sunpoet Date: Mon May 8 13:01:47 2017 New Revision: 440431 URL: https://svnweb.freebsd.org/changeset/ports/440431 Log: MFH: r440258 Update to 1.3.10 Changes: https://github.com/silnrsi/graphite/releases Approved by: ports-secteam Deleted: branches/2017Q2/graphics/graphite2/files/ Modified: branches/2017Q2/graphics/graphite2/Makefile branches/2017Q2/graphics/graphite2/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/graphics/graphite2/Makefile ============================================================================== --- branches/2017Q2/graphics/graphite2/Makefile Mon May 8 12:47:05 2017 (r440430) +++ branches/2017Q2/graphics/graphite2/Makefile Mon May 8 13:01:47 2017 (r440431) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= graphite2 -PORTVERSION= 1.3.9 -PORTREVISION= 1 +PORTVERSION= 1.3.10 CATEGORIES= graphics print MAINTAINER= office@FreeBSD.org Modified: branches/2017Q2/graphics/graphite2/distinfo ============================================================================== --- branches/2017Q2/graphics/graphite2/distinfo Mon May 8 12:47:05 2017 (r440430) +++ branches/2017Q2/graphics/graphite2/distinfo Mon May 8 13:01:47 2017 (r440431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479331876 -SHA256 (silnrsi-graphite-1.3.9_GH0.tar.gz) = f82f92d86a63da79eba10a37c80d943dce883bd72dbc99ebe5bdb7022d3e2391 -SIZE (silnrsi-graphite-1.3.9_GH0.tar.gz) = 3888994 +TIMESTAMP = 1494060879 +SHA256 (silnrsi-graphite-1.3.10_GH0.tar.gz) = 68908cf38cfe09d8aadbbb2c5197f1784e3c1df4be315a462f59e2a1f85cbbc2 +SIZE (silnrsi-graphite-1.3.10_GH0.tar.gz) = 3889555 From owner-svn-ports-branches@freebsd.org Tue May 9 00:58: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 E6C5DD62C06; Tue, 9 May 2017 00:58:42 +0000 (UTC) (envelope-from wen@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 B3A1A12F; Tue, 9 May 2017 00:58:42 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v490wfVI046319; Tue, 9 May 2017 00:58:41 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v490wfS4046313; Tue, 9 May 2017 00:58:41 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201705090058.v490wfS4046313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 9 May 2017 00:58:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440461 - in branches/2017Q2/www: mediawiki123 mediawiki127 mediawiki128 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, 09 May 2017 00:58:43 -0000 Author: wen Date: Tue May 9 00:58:40 2017 New Revision: 440461 URL: https://svnweb.freebsd.org/changeset/ports/440461 Log: MFH: r440414 - Update to 1.28.2, 1.27.3 and 1.23.17(security update) Approved by: ports-secteam@(miwi@) Modified: branches/2017Q2/www/mediawiki123/Makefile branches/2017Q2/www/mediawiki123/distinfo branches/2017Q2/www/mediawiki127/Makefile branches/2017Q2/www/mediawiki127/distinfo branches/2017Q2/www/mediawiki128/Makefile branches/2017Q2/www/mediawiki128/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/mediawiki123/Makefile ============================================================================== --- branches/2017Q2/www/mediawiki123/Makefile Mon May 8 22:35:57 2017 (r440460) +++ branches/2017Q2/www/mediawiki123/Makefile Tue May 9 00:58:40 2017 (r440461) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.23.16 +PORTVERSION= 1.23.17 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 123 Modified: branches/2017Q2/www/mediawiki123/distinfo ============================================================================== --- branches/2017Q2/www/mediawiki123/distinfo Mon May 8 22:35:57 2017 (r440460) +++ branches/2017Q2/www/mediawiki123/distinfo Tue May 9 00:58:40 2017 (r440461) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491664208 -SHA256 (mediawiki-1.23.16.tar.gz) = 6f45c5a7b44bc16295ddcbb2f59b479ec8a1d8cc41ef3e36971c7410c6f1971b -SIZE (mediawiki-1.23.16.tar.gz) = 20876352 +TIMESTAMP = 1494242863 +SHA256 (mediawiki-1.23.17.tar.gz) = 3d1dc0f494d7b2547b4816278c136fb6cc68667ab13ff6f2725a489923aebebb +SIZE (mediawiki-1.23.17.tar.gz) = 20875567 Modified: branches/2017Q2/www/mediawiki127/Makefile ============================================================================== --- branches/2017Q2/www/mediawiki127/Makefile Mon May 8 22:35:57 2017 (r440460) +++ branches/2017Q2/www/mediawiki127/Makefile Tue May 9 00:58:40 2017 (r440461) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.27.2 +PORTVERSION= 1.27.3 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 127 Modified: branches/2017Q2/www/mediawiki127/distinfo ============================================================================== --- branches/2017Q2/www/mediawiki127/distinfo Mon May 8 22:35:57 2017 (r440460) +++ branches/2017Q2/www/mediawiki127/distinfo Tue May 9 00:58:40 2017 (r440461) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491649942 -SHA256 (mediawiki-1.27.2.tar.gz) = 9e58a85e635fb0228764da680a29d597abaadf4028c8aa287c1a5daa8ade018f -SIZE (mediawiki-1.27.2.tar.gz) = 31509078 +TIMESTAMP = 1494242844 +SHA256 (mediawiki-1.27.3.tar.gz) = 11d470582b52a471b4e99735b36a44b230681847a97ef032c2fc050fd8aea823 +SIZE (mediawiki-1.27.3.tar.gz) = 31509270 Modified: branches/2017Q2/www/mediawiki128/Makefile ============================================================================== --- branches/2017Q2/www/mediawiki128/Makefile Mon May 8 22:35:57 2017 (r440460) +++ branches/2017Q2/www/mediawiki128/Makefile Tue May 9 00:58:40 2017 (r440461) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.28.1 +PORTVERSION= 1.28.2 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 128 Modified: branches/2017Q2/www/mediawiki128/distinfo ============================================================================== --- branches/2017Q2/www/mediawiki128/distinfo Mon May 8 22:35:57 2017 (r440460) +++ branches/2017Q2/www/mediawiki128/distinfo Tue May 9 00:58:40 2017 (r440461) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491649734 -SHA256 (mediawiki-1.28.1.tar.gz) = 69d15d2403304837f5afb32dc5a14d369f9ebcdb6206a91b7ec272ceab2c76e5 -SIZE (mediawiki-1.28.1.tar.gz) = 32965341 +TIMESTAMP = 1494242041 +SHA256 (mediawiki-1.28.2.tar.gz) = 295026bfa63316fcffdeeaf84703d41bedaf31eef2fbaa9381c5356392537664 +SIZE (mediawiki-1.28.2.tar.gz) = 32965916 From owner-svn-ports-branches@freebsd.org Tue May 9 01:44: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 0A0EBD64BD2; Tue, 9 May 2017 01:44:59 +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 9771A19BC; Tue, 9 May 2017 01:44:58 +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 v491ivwh067011; Tue, 9 May 2017 01:44:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v491ivpI067010; Tue, 9 May 2017 01:44:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705090144.v491ivpI067010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 May 2017 01:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440465 - in branches/2017Q2/www/webkit2-gtk3: . 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, 09 May 2017 01:44:59 -0000 Author: jbeich Date: Tue May 9 01:44:57 2017 New Revision: 440465 URL: https://svnweb.freebsd.org/changeset/ports/440465 Log: MFH: r440464 www/webkit2-gtk3: properly apply r440362 Reported by: ashish Pointy hat to: jbeich Approved by: ports-secteam blanket Added: branches/2017Q2/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp - copied unchanged from r440464, head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Deleted: branches/2017Q2/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Modified: Directory Properties: branches/2017Q2/ (props changed) Copied: branches/2017Q2/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp (from r440464, head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Tue May 9 01:44:57 2017 (r440465, copy of r440464, head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) @@ -0,0 +1,11 @@ +--- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2016-04-10 06:48:37 UTC ++++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp +@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL + "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL + "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL + "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL +- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL ++ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL + // The color values are stored in-place. + "strb r2, [" PIXELS_R ", #-11]" NL + "strb r3, [" PIXELS_R ", #-10]" NL From owner-svn-ports-branches@freebsd.org Tue May 9 16:51:08 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 89CAFD6514C; Tue, 9 May 2017 16:51:08 +0000 (UTC) (envelope-from jkim@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 58EF8119D; Tue, 9 May 2017 16:51:08 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v49Gp7ZK041030; Tue, 9 May 2017 16:51:07 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v49Gp7bZ041027; Tue, 9 May 2017 16:51:07 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705091651.v49Gp7bZ041027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 9 May 2017 16:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440506 - in branches/2017Q2/devel/icu: . 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, 09 May 2017 16:51:08 -0000 Author: jkim Date: Tue May 9 16:51:06 2017 New Revision: 440506 URL: https://svnweb.freebsd.org/changeset/ports/440506 Log: MFH: r437961, r440117 - Behave same on BSDs as on Darwin in that UTF-8 shall be used instead of ASCII outside the POSIX 'C' locale and UTF-8 is deafult in case anything should call ucnv_getDefaultName() prior to calling setlocale(). This change fixes problems that occur in multiple Qt5 applications when handling files with names containing non-ASCII characters. - Apply upstream patches to fix CVE-2017-7867 and CVE-2017-7868. Approved by: ports-secteam (miwi) Added: branches/2017Q2/devel/icu/files/patch-common_putil.cpp - copied unchanged from r437961, head/devel/icu/files/patch-common_putil.cpp branches/2017Q2/devel/icu/files/patch-r39671 - copied unchanged from r440117, head/devel/icu/files/patch-r39671 Modified: branches/2017Q2/devel/icu/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/icu/Makefile ============================================================================== --- branches/2017Q2/devel/icu/Makefile Tue May 9 16:48:19 2017 (r440505) +++ branches/2017Q2/devel/icu/Makefile Tue May 9 16:51:06 2017 (r440506) @@ -3,7 +3,7 @@ PORTNAME= icu DISTVERSION= 58_2 -PORTREVISION?= 0 # keep for icu-lx +PORTREVISION?= 2 # keep for icu-lx PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ Copied: branches/2017Q2/devel/icu/files/patch-common_putil.cpp (from r437961, head/devel/icu/files/patch-common_putil.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/devel/icu/files/patch-common_putil.cpp Tue May 9 16:51:06 2017 (r440506, copy of r437961, head/devel/icu/files/patch-common_putil.cpp) @@ -0,0 +1,32 @@ +--- common/putil.cpp.orig 2016-10-19 17:20:56 UTC ++++ common/putil.cpp +@@ -1789,7 +1789,7 @@ remapPlatformDependentCodepage(const cha + */ + name = "ISO-8859-1"; + } +-#elif U_PLATFORM_IS_DARWIN_BASED ++#elif U_PLATFORM_IS_DARWIN_BASED || U_PLATFORM == U_PF_BSD + if (locale == NULL && *name == 0) { + /* + No locale was specified, and an empty name was passed in. +@@ -1808,11 +1808,6 @@ remapPlatformDependentCodepage(const cha + */ + name = "UTF-8"; + } +-#elif U_PLATFORM == U_PF_BSD +- if (uprv_strcmp(name, "CP949") == 0) { +- /* Remap CP949 to a similar codepage to avoid issues with backslash and won symbol. */ +- name = "EUC-KR"; +- } + #elif U_PLATFORM == U_PF_HPUX + if (locale != NULL && uprv_strcmp(locale, "zh_HK") == 0 && uprv_strcmp(name, "big5") == 0) { + /* HP decided to extend big5 as hkbig5 even though it's not compatible :-( */ +@@ -1942,7 +1937,7 @@ int_getDefaultCodepage() + nl_langinfo may use the same buffer as setlocale. */ + { + const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET); +-#if U_PLATFORM_IS_DARWIN_BASED || U_PLATFORM_IS_LINUX_BASED ++#if U_PLATFORM_IS_DARWIN_BASED || U_PLATFORM_IS_LINUX_BASED || U_PLATFORM == U_PF_BSD + /* + * On Linux and MacOSX, ensure that default codepage for non C/POSIX locale is UTF-8 + * instead of ASCII. Copied: branches/2017Q2/devel/icu/files/patch-r39671 (from r440117, head/devel/icu/files/patch-r39671) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/devel/icu/files/patch-r39671 Tue May 9 16:51:06 2017 (r440506, copy of r440117, head/devel/icu/files/patch-r39671) @@ -0,0 +1,176 @@ +Index: test/intltest/utxttest.h +=================================================================== +--- test/intltest/utxttest.h (revision 39670) ++++ test/intltest/utxttest.h (revision 39671) +@@ -38,6 +38,7 @@ class UTextTest : public IntlTest { + void Ticket10562(); + void Ticket10983(); + void Ticket12130(); ++ void Ticket12888(); + + private: + struct m { // Map between native indices & code points. +Index: test/intltest/utxttest.cpp +=================================================================== +--- test/intltest/utxttest.cpp (revision 39670) ++++ test/intltest/utxttest.cpp (revision 39671) +@@ -67,6 +67,8 @@ UTextTest::runIndexedTest(int32_t index, UBool exe + if (exec) Ticket10983(); break; + case 7: name = "Ticket12130"; + if (exec) Ticket12130(); break; ++ case 8: name = "Ticket12888"; ++ if (exec) Ticket12888(); break; + default: name = ""; break; + } + } +@@ -1583,3 +1585,63 @@ void UTextTest::Ticket12130() { + } + utext_close(&ut); + } ++ ++// Ticket 12888: bad handling of illegal utf-8 containing many instances of the archaic, now illegal, ++// six byte utf-8 forms. Original implementation had an assumption that ++// there would be at most three utf-8 bytes per UTF-16 code unit. ++// The five and six byte sequences map to a single replacement character. ++ ++void UTextTest::Ticket12888() { ++ const char *badString = ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80" ++ "\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80\xfd\x80\x80\x80\x80\x80"; ++ ++ UErrorCode status = U_ZERO_ERROR; ++ LocalUTextPointer ut(utext_openUTF8(NULL, badString, -1, &status)); ++ TEST_SUCCESS(status); ++ for (;;) { ++ UChar32 c = utext_next32(ut.getAlias()); ++ if (c == U_SENTINEL) { ++ break; ++ } ++ } ++ int32_t endIdx = utext_getNativeIndex(ut.getAlias()); ++ if (endIdx != (int32_t)strlen(badString)) { ++ errln("%s:%d expected=%d, actual=%d", __FILE__, __LINE__, strlen(badString), endIdx); ++ return; ++ } ++ ++ for (int32_t prevIndex = endIdx; prevIndex>0;) { ++ UChar32 c = utext_previous32(ut.getAlias()); ++ int32_t currentIndex = utext_getNativeIndex(ut.getAlias()); ++ if (c != 0xfffd) { ++ errln("%s:%d (expected, actual, index) = (%d, %d, %d)\n", ++ __FILE__, __LINE__, 0xfffd, c, currentIndex); ++ break; ++ } ++ if (currentIndex != prevIndex - 6) { ++ errln("%s:%d: wrong index. Expected, actual = %d, %d", ++ __FILE__, __LINE__, prevIndex - 6, currentIndex); ++ break; ++ } ++ prevIndex = currentIndex; ++ } ++} +Index: common/utext.cpp +=================================================================== +--- common/utext.cpp (revision 39670) ++++ common/utext.cpp (revision 39671) +@@ -847,9 +847,15 @@ U_CDECL_END + //------------------------------------------------------------------------------ + + // Chunk size. +-// Must be less than 85, because of byte mapping from UChar indexes to native indexes. +-// Worst case is three native bytes to one UChar. (Supplemenaries are 4 native bytes +-// to two UChars.) ++// Must be less than 42 (256/6), because of byte mapping from UChar indexes to native indexes. ++// Worst case there are six UTF-8 bytes per UChar. ++// obsolete 6 byte form fd + 5 trails maps to fffd ++// obsolete 5 byte form fc + 4 trails maps to fffd ++// non-shortest 4 byte forms maps to fffd ++// normal supplementaries map to a pair of utf-16, two utf8 bytes per utf-16 unit ++// mapToUChars array size must allow for the worst case, 6. ++// This could be brought down to 4, by treating fd and fc as pure illegal, ++// rather than obsolete lead bytes. But that is not compatible with the utf-8 access macros. + // + enum { UTF8_TEXT_CHUNK_SIZE=32 }; + +@@ -889,7 +895,7 @@ struct UTF8Buf { + // Requires two extra slots, + // one for a supplementary starting in the last normal position, + // and one for an entry for the buffer limit position. +- uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to ++ uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*6+6]; // Map native offset from bufNativeStart to + // correspoding offset in filled part of buf. + int32_t align; + }; +@@ -1032,6 +1038,7 @@ utf8TextAccess(UText *ut, int64_t index, UBool for + // Requested index is in this buffer. + u8b = (UTF8Buf *)ut->p; // the current buffer + mapIndex = ix - u8b->toUCharsMapStart; ++ U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); + ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; + return TRUE; + +@@ -1298,6 +1305,10 @@ fillReverse: + // Can only do this if the incoming index is somewhere in the interior of the string. + // If index is at the end, there is no character there to look at. + if (ix != ut->b) { ++ // Note: this function will only move the index back if it is on a trail byte ++ // and there is a preceding lead byte and the sequence from the lead ++ // through this trail could be part of a valid UTF-8 sequence ++ // Otherwise the index remains unchanged. + U8_SET_CP_START(s8, 0, ix); + } + +@@ -1311,7 +1322,10 @@ fillReverse: + UChar *buf = u8b->buf; + uint8_t *mapToNative = u8b->mapToNative; + uint8_t *mapToUChars = u8b->mapToUChars; +- int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1); ++ int32_t toUCharsMapStart = ix - sizeof(UTF8Buf::mapToUChars) + 1; ++ // Note that toUCharsMapStart can be negative. Happens when the remaining ++ // text from current position to the beginning is less than the buffer size. ++ // + 1 because mapToUChars must have a slot at the end for the bufNativeLimit entry. + int32_t destIx = UTF8_TEXT_CHUNK_SIZE+2; // Start in the overflow region + // at end of buffer to leave room + // for a surrogate pair at the +@@ -1338,6 +1352,7 @@ fillReverse: + if (c<0x80) { + // Special case ASCII range for speed. + buf[destIx] = (UChar)c; ++ U_ASSERT(toUCharsMapStart <= srcIx); + mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx; + mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart); + } else { +@@ -1367,6 +1382,7 @@ fillReverse: + do { + mapToUChars[sIx-- - toUCharsMapStart] = (uint8_t)destIx; + } while (sIx >= srcIx); ++ U_ASSERT(toUCharsMapStart <= (srcIx+1)); + + // Set native indexing limit to be the current position. + // We are processing a non-ascii, non-native-indexing char now; +@@ -1541,6 +1557,7 @@ utf8TextMapIndexToUTF16(const UText *ut, int64_t i + U_ASSERT(index>=ut->chunkNativeStart+ut->nativeIndexingLimit); + U_ASSERT(index<=ut->chunkNativeLimit); + int32_t mapIndex = index - u8b->toUCharsMapStart; ++ U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); + int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; + U_ASSERT(offset>=0 && offset<=ut->chunkLength); + return offset; From owner-svn-ports-branches@freebsd.org Tue May 9 16:52: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 3D10ED652E5; Tue, 9 May 2017 16:52:42 +0000 (UTC) (envelope-from jkim@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 000451576; Tue, 9 May 2017 16:52:41 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v49Gqfgm044950; Tue, 9 May 2017 16:52:41 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v49GqePI044947; Tue, 9 May 2017 16:52:40 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705091652.v49GqePI044947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 9 May 2017 16:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440507 - branches/2017Q2/audio/libsndfile 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, 09 May 2017 16:52:42 -0000 Author: jkim Date: Tue May 9 16:52:40 2017 New Revision: 440507 URL: https://svnweb.freebsd.org/changeset/ports/440507 Log: MFH: r440208 Update to 1.0.28. Approved by: ports-secteam (miwi) Modified: branches/2017Q2/audio/libsndfile/Makefile branches/2017Q2/audio/libsndfile/distinfo branches/2017Q2/audio/libsndfile/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/audio/libsndfile/Makefile ============================================================================== --- branches/2017Q2/audio/libsndfile/Makefile Tue May 9 16:51:06 2017 (r440506) +++ branches/2017Q2/audio/libsndfile/Makefile Tue May 9 16:52:40 2017 (r440507) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsndfile -PORTVERSION= 1.0.27 +PORTVERSION= 1.0.28 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/ Modified: branches/2017Q2/audio/libsndfile/distinfo ============================================================================== --- branches/2017Q2/audio/libsndfile/distinfo Tue May 9 16:51:06 2017 (r440506) +++ branches/2017Q2/audio/libsndfile/distinfo Tue May 9 16:52:40 2017 (r440507) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478375015 -SHA256 (libsndfile-1.0.27.tar.gz) = a391952f27f4a92ceb2b4c06493ac107896ed6c76be9a613a4731f076d30fac0 -SIZE (libsndfile-1.0.27.tar.gz) = 1192337 +TIMESTAMP = 1494006962 +SHA256 (libsndfile-1.0.28.tar.gz) = 1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9 +SIZE (libsndfile-1.0.28.tar.gz) = 1202833 Modified: branches/2017Q2/audio/libsndfile/pkg-plist ============================================================================== --- branches/2017Q2/audio/libsndfile/pkg-plist Tue May 9 16:51:06 2017 (r440506) +++ branches/2017Q2/audio/libsndfile/pkg-plist Tue May 9 16:52:40 2017 (r440507) @@ -7,14 +7,13 @@ bin/sndfile-interleave bin/sndfile-metadata-get bin/sndfile-metadata-set bin/sndfile-play -bin/sndfile-regtest bin/sndfile-salvage include/sndfile.h include/sndfile.hh lib/libsndfile.a lib/libsndfile.so lib/libsndfile.so.1 -lib/libsndfile.so.1.0.27 +lib/libsndfile.so.1.0.28 libdata/pkgconfig/sndfile.pc man/man1/sndfile-cmp.1.gz man/man1/sndfile-concat.1.gz @@ -26,11 +25,14 @@ man/man1/sndfile-metadata-get.1.gz man/man1/sndfile-metadata-set.1.gz man/man1/sndfile-play.1.gz man/man1/sndfile-salvage.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FAQ.html +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/bugs.html %%PORTDOCS%%%%DOCSDIR%%/command.html -%%PORTDOCS%%%%DOCSDIR%%/dither.html %%PORTDOCS%%%%DOCSDIR%%/embedded_files.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/libsndfile.css @@ -41,8 +43,3 @@ man/man1/sndfile-salvage.1.gz %%PORTDOCS%%%%DOCSDIR%%/sndfile_info.html %%PORTDOCS%%%%DOCSDIR%%/tutorial.html %%PORTDOCS%%%%DOCSDIR%%/win32.html -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README - From owner-svn-ports-branches@freebsd.org Tue May 9 17:19:16 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 E8BA2D659C4; Tue, 9 May 2017 17:19:16 +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 AA6DB370; Tue, 9 May 2017 17:19:16 +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 v49HJFng053498; Tue, 9 May 2017 17:19:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v49HJFYr053497; Tue, 9 May 2017 17:19:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705091719.v49HJFYr053497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 9 May 2017 17:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440508 - branches/2017Q2/devel/protobuf 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, 09 May 2017 17:19:17 -0000 Author: sunpoet Date: Tue May 9 17:19:15 2017 New Revision: 440508 URL: https://svnweb.freebsd.org/changeset/ports/440508 Log: MFH: r440430 Fix build with gcc installed PR: 218740 Submitted by: pawel Approved by: ports-secteam Modified: branches/2017Q2/devel/protobuf/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/protobuf/Makefile ============================================================================== --- branches/2017Q2/devel/protobuf/Makefile Tue May 9 16:52:40 2017 (r440507) +++ branches/2017Q2/devel/protobuf/Makefile Tue May 9 17:19:15 2017 (r440508) @@ -19,6 +19,7 @@ TEST_DEPENDS= googlemock>=0:devel/google BROKEN_sparc64= fails to compile: no atomic ops available CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI +CONFIGURE_ENV= CXX_FOR_BUILD=c++ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS} From owner-svn-ports-branches@freebsd.org Wed May 10 11:25:53 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 5FA02D66C14; Wed, 10 May 2017 11:25:53 +0000 (UTC) (envelope-from madpilot@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 E6AD39B0; Wed, 10 May 2017 11:25:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4ABPqiZ006690; Wed, 10 May 2017 11:25:52 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ABPpEQ006688; Wed, 10 May 2017 11:25:51 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201705101125.v4ABPpEQ006688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 10 May 2017 11:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440554 - branches/2017Q2/www/nextcloud 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, 10 May 2017 11:25:53 -0000 Author: madpilot Date: Wed May 10 11:25:51 2017 New Revision: 440554 URL: https://svnweb.freebsd.org/changeset/ports/440554 Log: MFH: r440521 Update www/nextcloud to 11.0.3. PR: 219172 Submitted by: Victor Approved by: loic.blot@unix-experience.fr (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2017Q2/www/nextcloud/Makefile branches/2017Q2/www/nextcloud/distinfo branches/2017Q2/www/nextcloud/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/nextcloud/Makefile ============================================================================== --- branches/2017Q2/www/nextcloud/Makefile Wed May 10 10:55:40 2017 (r440553) +++ branches/2017Q2/www/nextcloud/Makefile Wed May 10 11:25:51 2017 (r440554) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nextcloud -PORTVERSION= 11.0.2 +PORTVERSION= 11.0.3 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ Modified: branches/2017Q2/www/nextcloud/distinfo ============================================================================== --- branches/2017Q2/www/nextcloud/distinfo Wed May 10 10:55:40 2017 (r440553) +++ branches/2017Q2/www/nextcloud/distinfo Wed May 10 11:25:51 2017 (r440554) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488198444 -SHA256 (nextcloud-11.0.2.tar.bz2) = 5d1ef19d8f1f340b46c05ba3741dcb043dfc84fc3b9e2cfce1409c71a89b8700 -SIZE (nextcloud-11.0.2.tar.bz2) = 38598274 +TIMESTAMP = 1494352132 +SHA256 (nextcloud-11.0.3.tar.bz2) = 28d5ee39f31c6be20f037ad2eb300272ad9bb72a7d428eb0152c7a3fde87d545 +SIZE (nextcloud-11.0.3.tar.bz2) = 39873178 Modified: branches/2017Q2/www/nextcloud/pkg-plist ============================================================================== --- branches/2017Q2/www/nextcloud/pkg-plist Wed May 10 10:55:40 2017 (r440553) +++ branches/2017Q2/www/nextcloud/pkg-plist Wed May 10 11:25:51 2017 (r440554) @@ -595,6 +595,7 @@ %%WWWDIR%%/3rdparty/icewind/streams/src/IteratorDirectory.php %%WWWDIR%%/3rdparty/icewind/streams/src/NullWrapper.php %%WWWDIR%%/3rdparty/icewind/streams/src/Path.php +%%WWWDIR%%/3rdparty/icewind/streams/src/PathWrapper.php %%WWWDIR%%/3rdparty/icewind/streams/src/RetryWrapper.php %%WWWDIR%%/3rdparty/icewind/streams/src/SeekableWrapper.php %%WWWDIR%%/3rdparty/icewind/streams/src/Url.php @@ -2903,6 +2904,8 @@ %%WWWDIR%%/apps/comments/l10n/ast.json %%WWWDIR%%/apps/comments/l10n/az.js %%WWWDIR%%/apps/comments/l10n/az.json +%%WWWDIR%%/apps/comments/l10n/bg.js +%%WWWDIR%%/apps/comments/l10n/bg.json %%WWWDIR%%/apps/comments/l10n/bg_BG.js %%WWWDIR%%/apps/comments/l10n/bg_BG.json %%WWWDIR%%/apps/comments/l10n/bn_BD.js @@ -2913,6 +2916,8 @@ %%WWWDIR%%/apps/comments/l10n/bs.json %%WWWDIR%%/apps/comments/l10n/ca.js %%WWWDIR%%/apps/comments/l10n/ca.json +%%WWWDIR%%/apps/comments/l10n/cs.js +%%WWWDIR%%/apps/comments/l10n/cs.json %%WWWDIR%%/apps/comments/l10n/cs_CZ.js %%WWWDIR%%/apps/comments/l10n/cs_CZ.json %%WWWDIR%%/apps/comments/l10n/cy_GB.js @@ -2947,6 +2952,8 @@ %%WWWDIR%%/apps/comments/l10n/eu.json %%WWWDIR%%/apps/comments/l10n/fa.js %%WWWDIR%%/apps/comments/l10n/fa.json +%%WWWDIR%%/apps/comments/l10n/fi.js +%%WWWDIR%%/apps/comments/l10n/fi.json %%WWWDIR%%/apps/comments/l10n/fi_FI.js %%WWWDIR%%/apps/comments/l10n/fi_FI.json %%WWWDIR%%/apps/comments/l10n/fil.js @@ -2961,6 +2968,8 @@ %%WWWDIR%%/apps/comments/l10n/hi.json %%WWWDIR%%/apps/comments/l10n/hr.js %%WWWDIR%%/apps/comments/l10n/hr.json +%%WWWDIR%%/apps/comments/l10n/hu.js +%%WWWDIR%%/apps/comments/l10n/hu.json %%WWWDIR%%/apps/comments/l10n/hu_HU.js %%WWWDIR%%/apps/comments/l10n/hu_HU.json %%WWWDIR%%/apps/comments/l10n/hy.js @@ -2999,6 +3008,8 @@ %%WWWDIR%%/apps/comments/l10n/ms_MY.json %%WWWDIR%%/apps/comments/l10n/my_MM.js %%WWWDIR%%/apps/comments/l10n/my_MM.json +%%WWWDIR%%/apps/comments/l10n/nb.js +%%WWWDIR%%/apps/comments/l10n/nb.json %%WWWDIR%%/apps/comments/l10n/nb_NO.js %%WWWDIR%%/apps/comments/l10n/nb_NO.json %%WWWDIR%%/apps/comments/l10n/nds.js @@ -3023,6 +3034,8 @@ %%WWWDIR%%/apps/comments/l10n/ru.json %%WWWDIR%%/apps/comments/l10n/si_LK.js %%WWWDIR%%/apps/comments/l10n/si_LK.json +%%WWWDIR%%/apps/comments/l10n/sk.js +%%WWWDIR%%/apps/comments/l10n/sk.json %%WWWDIR%%/apps/comments/l10n/sk_SK.js %%WWWDIR%%/apps/comments/l10n/sk_SK.json %%WWWDIR%%/apps/comments/l10n/sl.js @@ -3077,8 +3090,12 @@ %%WWWDIR%%/apps/dav/appinfo/v2/remote.php %%WWWDIR%%/apps/dav/bin/chunkperf.php %%WWWDIR%%/apps/dav/l10n/.gitkeep +%%WWWDIR%%/apps/dav/l10n/bg.js +%%WWWDIR%%/apps/dav/l10n/bg.json %%WWWDIR%%/apps/dav/l10n/bg_BG.js %%WWWDIR%%/apps/dav/l10n/bg_BG.json +%%WWWDIR%%/apps/dav/l10n/cs.js +%%WWWDIR%%/apps/dav/l10n/cs.json %%WWWDIR%%/apps/dav/l10n/cs_CZ.js %%WWWDIR%%/apps/dav/l10n/cs_CZ.json %%WWWDIR%%/apps/dav/l10n/de.js @@ -3089,14 +3106,22 @@ %%WWWDIR%%/apps/dav/l10n/el.json %%WWWDIR%%/apps/dav/l10n/es.js %%WWWDIR%%/apps/dav/l10n/es.json +%%WWWDIR%%/apps/dav/l10n/es_MX.js +%%WWWDIR%%/apps/dav/l10n/es_MX.json +%%WWWDIR%%/apps/dav/l10n/fi.js +%%WWWDIR%%/apps/dav/l10n/fi.json %%WWWDIR%%/apps/dav/l10n/fi_FI.js %%WWWDIR%%/apps/dav/l10n/fi_FI.json %%WWWDIR%%/apps/dav/l10n/fr.js %%WWWDIR%%/apps/dav/l10n/fr.json +%%WWWDIR%%/apps/dav/l10n/hu.js +%%WWWDIR%%/apps/dav/l10n/hu.json %%WWWDIR%%/apps/dav/l10n/hu_HU.js %%WWWDIR%%/apps/dav/l10n/hu_HU.json %%WWWDIR%%/apps/dav/l10n/id.js %%WWWDIR%%/apps/dav/l10n/id.json +%%WWWDIR%%/apps/dav/l10n/is.js +%%WWWDIR%%/apps/dav/l10n/is.json %%WWWDIR%%/apps/dav/l10n/it.js %%WWWDIR%%/apps/dav/l10n/it.json %%WWWDIR%%/apps/dav/l10n/ja.js @@ -3105,6 +3130,8 @@ %%WWWDIR%%/apps/dav/l10n/lt_LT.json %%WWWDIR%%/apps/dav/l10n/lv.js %%WWWDIR%%/apps/dav/l10n/lv.json +%%WWWDIR%%/apps/dav/l10n/nb.js +%%WWWDIR%%/apps/dav/l10n/nb.json %%WWWDIR%%/apps/dav/l10n/nb_NO.js %%WWWDIR%%/apps/dav/l10n/nb_NO.json %%WWWDIR%%/apps/dav/l10n/nl.js @@ -3113,14 +3140,22 @@ %%WWWDIR%%/apps/dav/l10n/pl.json %%WWWDIR%%/apps/dav/l10n/pt_BR.js %%WWWDIR%%/apps/dav/l10n/pt_BR.json +%%WWWDIR%%/apps/dav/l10n/ro.js +%%WWWDIR%%/apps/dav/l10n/ro.json %%WWWDIR%%/apps/dav/l10n/ru.js %%WWWDIR%%/apps/dav/l10n/ru.json +%%WWWDIR%%/apps/dav/l10n/sk.js +%%WWWDIR%%/apps/dav/l10n/sk.json %%WWWDIR%%/apps/dav/l10n/sl.js %%WWWDIR%%/apps/dav/l10n/sl.json %%WWWDIR%%/apps/dav/l10n/sq.js %%WWWDIR%%/apps/dav/l10n/sq.json %%WWWDIR%%/apps/dav/l10n/sv.js %%WWWDIR%%/apps/dav/l10n/sv.json +%%WWWDIR%%/apps/dav/l10n/tr.js +%%WWWDIR%%/apps/dav/l10n/tr.json +%%WWWDIR%%/apps/dav/l10n/zh_CN.js +%%WWWDIR%%/apps/dav/l10n/zh_CN.json %%WWWDIR%%/apps/dav/l10n/zh_TW.js %%WWWDIR%%/apps/dav/l10n/zh_TW.json %%WWWDIR%%/apps/dav/lib/AppInfo/Application.php @@ -3141,6 +3176,8 @@ %%WWWDIR%%/apps/dav/lib/CalDAV/CalendarObject.php %%WWWDIR%%/apps/dav/lib/CalDAV/CalendarRoot.php %%WWWDIR%%/apps/dav/lib/CalDAV/Plugin.php +%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendar.php +%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarObject.php %%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarRoot.php %%WWWDIR%%/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php %%WWWDIR%%/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php @@ -3218,9 +3255,8 @@ %%WWWDIR%%/apps/dav/lib/Files/Sharing/FilesDropPlugin.php %%WWWDIR%%/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php %%WWWDIR%%/apps/dav/lib/HookManager.php +%%WWWDIR%%/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php %%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php -%%WWWDIR%%/apps/dav/lib/Migration/ValueFix.php -%%WWWDIR%%/apps/dav/lib/Migration/ValueFixInsert.php %%WWWDIR%%/apps/dav/lib/RootCollection.php %%WWWDIR%%/apps/dav/lib/Server.php %%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php @@ -3261,6 +3297,8 @@ %%WWWDIR%%/apps/encryption/l10n/bs.json %%WWWDIR%%/apps/encryption/l10n/ca.js %%WWWDIR%%/apps/encryption/l10n/ca.json +%%WWWDIR%%/apps/encryption/l10n/cs.js +%%WWWDIR%%/apps/encryption/l10n/cs.json %%WWWDIR%%/apps/encryption/l10n/cs_CZ.js %%WWWDIR%%/apps/encryption/l10n/cs_CZ.json %%WWWDIR%%/apps/encryption/l10n/da.js @@ -3289,6 +3327,8 @@ %%WWWDIR%%/apps/encryption/l10n/eu.json %%WWWDIR%%/apps/encryption/l10n/fa.js %%WWWDIR%%/apps/encryption/l10n/fa.json +%%WWWDIR%%/apps/encryption/l10n/fi.js +%%WWWDIR%%/apps/encryption/l10n/fi.json %%WWWDIR%%/apps/encryption/l10n/fi_FI.js %%WWWDIR%%/apps/encryption/l10n/fi_FI.json %%WWWDIR%%/apps/encryption/l10n/fr.js @@ -3299,6 +3339,8 @@ %%WWWDIR%%/apps/encryption/l10n/he.json %%WWWDIR%%/apps/encryption/l10n/hr.js %%WWWDIR%%/apps/encryption/l10n/hr.json +%%WWWDIR%%/apps/encryption/l10n/hu.js +%%WWWDIR%%/apps/encryption/l10n/hu.json %%WWWDIR%%/apps/encryption/l10n/hu_HU.js %%WWWDIR%%/apps/encryption/l10n/hu_HU.json %%WWWDIR%%/apps/encryption/l10n/ia.js @@ -3325,6 +3367,8 @@ %%WWWDIR%%/apps/encryption/l10n/lv.json %%WWWDIR%%/apps/encryption/l10n/mk.js %%WWWDIR%%/apps/encryption/l10n/mk.json +%%WWWDIR%%/apps/encryption/l10n/nb.js +%%WWWDIR%%/apps/encryption/l10n/nb.json %%WWWDIR%%/apps/encryption/l10n/nb_NO.js %%WWWDIR%%/apps/encryption/l10n/nb_NO.json %%WWWDIR%%/apps/encryption/l10n/nl.js @@ -3341,6 +3385,8 @@ %%WWWDIR%%/apps/encryption/l10n/ro.json %%WWWDIR%%/apps/encryption/l10n/ru.js %%WWWDIR%%/apps/encryption/l10n/ru.json +%%WWWDIR%%/apps/encryption/l10n/sk.js +%%WWWDIR%%/apps/encryption/l10n/sk.json %%WWWDIR%%/apps/encryption/l10n/sk_SK.js %%WWWDIR%%/apps/encryption/l10n/sk_SK.json %%WWWDIR%%/apps/encryption/l10n/sl.js @@ -3353,6 +3399,8 @@ %%WWWDIR%%/apps/encryption/l10n/sr@latin.json %%WWWDIR%%/apps/encryption/l10n/sv.js %%WWWDIR%%/apps/encryption/l10n/sv.json +%%WWWDIR%%/apps/encryption/l10n/th.js +%%WWWDIR%%/apps/encryption/l10n/th.json %%WWWDIR%%/apps/encryption/l10n/th_TH.js %%WWWDIR%%/apps/encryption/l10n/th_TH.json %%WWWDIR%%/apps/encryption/l10n/tr.js @@ -3593,6 +3641,8 @@ %%WWWDIR%%/apps/federatedfilesharing/l10n/bg_BG.json %%WWWDIR%%/apps/federatedfilesharing/l10n/ca.js %%WWWDIR%%/apps/federatedfilesharing/l10n/ca.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/cs.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/cs.json %%WWWDIR%%/apps/federatedfilesharing/l10n/cs_CZ.js %%WWWDIR%%/apps/federatedfilesharing/l10n/cs_CZ.json %%WWWDIR%%/apps/federatedfilesharing/l10n/da.js @@ -3609,12 +3659,16 @@ %%WWWDIR%%/apps/federatedfilesharing/l10n/eo.json %%WWWDIR%%/apps/federatedfilesharing/l10n/es.js %%WWWDIR%%/apps/federatedfilesharing/l10n/es.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.json %%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.js %%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.json %%WWWDIR%%/apps/federatedfilesharing/l10n/eu.js %%WWWDIR%%/apps/federatedfilesharing/l10n/eu.json %%WWWDIR%%/apps/federatedfilesharing/l10n/fa.js %%WWWDIR%%/apps/federatedfilesharing/l10n/fa.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/fi.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/fi.json %%WWWDIR%%/apps/federatedfilesharing/l10n/fi_FI.js %%WWWDIR%%/apps/federatedfilesharing/l10n/fi_FI.json %%WWWDIR%%/apps/federatedfilesharing/l10n/fr.js @@ -3625,8 +3679,12 @@ %%WWWDIR%%/apps/federatedfilesharing/l10n/he.json %%WWWDIR%%/apps/federatedfilesharing/l10n/hr.js %%WWWDIR%%/apps/federatedfilesharing/l10n/hr.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/hu.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/hu.json %%WWWDIR%%/apps/federatedfilesharing/l10n/hu_HU.js %%WWWDIR%%/apps/federatedfilesharing/l10n/hu_HU.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/ia.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/ia.json %%WWWDIR%%/apps/federatedfilesharing/l10n/id.js %%WWWDIR%%/apps/federatedfilesharing/l10n/id.json %%WWWDIR%%/apps/federatedfilesharing/l10n/is.js @@ -3645,6 +3703,8 @@ %%WWWDIR%%/apps/federatedfilesharing/l10n/lv.json %%WWWDIR%%/apps/federatedfilesharing/l10n/mk.js %%WWWDIR%%/apps/federatedfilesharing/l10n/mk.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/nb.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/nb.json %%WWWDIR%%/apps/federatedfilesharing/l10n/nb_NO.js %%WWWDIR%%/apps/federatedfilesharing/l10n/nb_NO.json %%WWWDIR%%/apps/federatedfilesharing/l10n/nl.js @@ -3712,6 +3772,8 @@ %%WWWDIR%%/apps/federation/l10n/bg_BG.json %%WWWDIR%%/apps/federation/l10n/ca.js %%WWWDIR%%/apps/federation/l10n/ca.json +%%WWWDIR%%/apps/federation/l10n/cs.js +%%WWWDIR%%/apps/federation/l10n/cs.json %%WWWDIR%%/apps/federation/l10n/cs_CZ.js %%WWWDIR%%/apps/federation/l10n/cs_CZ.json %%WWWDIR%%/apps/federation/l10n/da.js @@ -3728,14 +3790,20 @@ %%WWWDIR%%/apps/federation/l10n/eo.json %%WWWDIR%%/apps/federation/l10n/es.js %%WWWDIR%%/apps/federation/l10n/es.json +%%WWWDIR%%/apps/federation/l10n/es_MX.js +%%WWWDIR%%/apps/federation/l10n/es_MX.json %%WWWDIR%%/apps/federation/l10n/et_EE.js %%WWWDIR%%/apps/federation/l10n/et_EE.json +%%WWWDIR%%/apps/federation/l10n/fi.js +%%WWWDIR%%/apps/federation/l10n/fi.json %%WWWDIR%%/apps/federation/l10n/fi_FI.js %%WWWDIR%%/apps/federation/l10n/fi_FI.json %%WWWDIR%%/apps/federation/l10n/fr.js %%WWWDIR%%/apps/federation/l10n/fr.json %%WWWDIR%%/apps/federation/l10n/he.js %%WWWDIR%%/apps/federation/l10n/he.json +%%WWWDIR%%/apps/federation/l10n/hu.js +%%WWWDIR%%/apps/federation/l10n/hu.json %%WWWDIR%%/apps/federation/l10n/hu_HU.js %%WWWDIR%%/apps/federation/l10n/hu_HU.json %%WWWDIR%%/apps/federation/l10n/ia.js @@ -3754,6 +3822,8 @@ %%WWWDIR%%/apps/federation/l10n/lb.json %%WWWDIR%%/apps/federation/l10n/lv.js %%WWWDIR%%/apps/federation/l10n/lv.json +%%WWWDIR%%/apps/federation/l10n/nb.js +%%WWWDIR%%/apps/federation/l10n/nb.json %%WWWDIR%%/apps/federation/l10n/nb_NO.js %%WWWDIR%%/apps/federation/l10n/nb_NO.json %%WWWDIR%%/apps/federation/l10n/nl.js @@ -3874,6 +3944,8 @@ %%WWWDIR%%/apps/files/l10n/az.json %%WWWDIR%%/apps/files/l10n/be.js %%WWWDIR%%/apps/files/l10n/be.json +%%WWWDIR%%/apps/files/l10n/bg.js +%%WWWDIR%%/apps/files/l10n/bg.json %%WWWDIR%%/apps/files/l10n/bg_BG.js %%WWWDIR%%/apps/files/l10n/bg_BG.json %%WWWDIR%%/apps/files/l10n/bn_BD.js @@ -3884,6 +3956,8 @@ %%WWWDIR%%/apps/files/l10n/bs.json %%WWWDIR%%/apps/files/l10n/ca.js %%WWWDIR%%/apps/files/l10n/ca.json +%%WWWDIR%%/apps/files/l10n/cs.js +%%WWWDIR%%/apps/files/l10n/cs.json %%WWWDIR%%/apps/files/l10n/cs_CZ.js %%WWWDIR%%/apps/files/l10n/cs_CZ.json %%WWWDIR%%/apps/files/l10n/cy_GB.js @@ -3916,6 +3990,8 @@ %%WWWDIR%%/apps/files/l10n/eu.json %%WWWDIR%%/apps/files/l10n/fa.js %%WWWDIR%%/apps/files/l10n/fa.json +%%WWWDIR%%/apps/files/l10n/fi.js +%%WWWDIR%%/apps/files/l10n/fi.json %%WWWDIR%%/apps/files/l10n/fi_FI.js %%WWWDIR%%/apps/files/l10n/fi_FI.json %%WWWDIR%%/apps/files/l10n/fil.js @@ -3934,6 +4010,8 @@ %%WWWDIR%%/apps/files/l10n/hi.json %%WWWDIR%%/apps/files/l10n/hr.js %%WWWDIR%%/apps/files/l10n/hr.json +%%WWWDIR%%/apps/files/l10n/hu.js +%%WWWDIR%%/apps/files/l10n/hu.json %%WWWDIR%%/apps/files/l10n/hu_HU.js %%WWWDIR%%/apps/files/l10n/hu_HU.json %%WWWDIR%%/apps/files/l10n/hy.js @@ -3988,6 +4066,8 @@ %%WWWDIR%%/apps/files/l10n/mt_MT.json %%WWWDIR%%/apps/files/l10n/my_MM.js %%WWWDIR%%/apps/files/l10n/my_MM.json +%%WWWDIR%%/apps/files/l10n/nb.js +%%WWWDIR%%/apps/files/l10n/nb.json %%WWWDIR%%/apps/files/l10n/nb_NO.js %%WWWDIR%%/apps/files/l10n/nb_NO.json %%WWWDIR%%/apps/files/l10n/nds.js @@ -4014,6 +4094,8 @@ %%WWWDIR%%/apps/files/l10n/ru.json %%WWWDIR%%/apps/files/l10n/si_LK.js %%WWWDIR%%/apps/files/l10n/si_LK.json +%%WWWDIR%%/apps/files/l10n/sk.js +%%WWWDIR%%/apps/files/l10n/sk.json %%WWWDIR%%/apps/files/l10n/sk_SK.js %%WWWDIR%%/apps/files/l10n/sk_SK.json %%WWWDIR%%/apps/files/l10n/sl.js @@ -4826,6 +4908,7 @@ %%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_namespaces.php %%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_psr4.php %%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_static.php %%WWWDIR%%/apps/files_external/3rdparty/composer/installed.json %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/LICENSE %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/README.md @@ -5021,6 +5104,7 @@ %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Path.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/PathWrapper.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Url.php @@ -5067,6 +5151,8 @@ %%WWWDIR%%/apps/files_external/l10n/bs.json %%WWWDIR%%/apps/files_external/l10n/ca.js %%WWWDIR%%/apps/files_external/l10n/ca.json +%%WWWDIR%%/apps/files_external/l10n/cs.js +%%WWWDIR%%/apps/files_external/l10n/cs.json %%WWWDIR%%/apps/files_external/l10n/cs_CZ.js %%WWWDIR%%/apps/files_external/l10n/cs_CZ.json %%WWWDIR%%/apps/files_external/l10n/cy_GB.js @@ -5099,6 +5185,8 @@ %%WWWDIR%%/apps/files_external/l10n/eu.json %%WWWDIR%%/apps/files_external/l10n/fa.js %%WWWDIR%%/apps/files_external/l10n/fa.json +%%WWWDIR%%/apps/files_external/l10n/fi.js +%%WWWDIR%%/apps/files_external/l10n/fi.json %%WWWDIR%%/apps/files_external/l10n/fi_FI.js %%WWWDIR%%/apps/files_external/l10n/fi_FI.json %%WWWDIR%%/apps/files_external/l10n/fil.js @@ -5113,6 +5201,8 @@ %%WWWDIR%%/apps/files_external/l10n/hi.json %%WWWDIR%%/apps/files_external/l10n/hr.js %%WWWDIR%%/apps/files_external/l10n/hr.json +%%WWWDIR%%/apps/files_external/l10n/hu.js +%%WWWDIR%%/apps/files_external/l10n/hu.json %%WWWDIR%%/apps/files_external/l10n/hu_HU.js %%WWWDIR%%/apps/files_external/l10n/hu_HU.json %%WWWDIR%%/apps/files_external/l10n/hy.js @@ -5153,6 +5243,8 @@ %%WWWDIR%%/apps/files_external/l10n/ms_MY.json %%WWWDIR%%/apps/files_external/l10n/my_MM.js %%WWWDIR%%/apps/files_external/l10n/my_MM.json +%%WWWDIR%%/apps/files_external/l10n/nb.js +%%WWWDIR%%/apps/files_external/l10n/nb.json %%WWWDIR%%/apps/files_external/l10n/nb_NO.js %%WWWDIR%%/apps/files_external/l10n/nb_NO.json %%WWWDIR%%/apps/files_external/l10n/nds.js @@ -5177,6 +5269,8 @@ %%WWWDIR%%/apps/files_external/l10n/ru.json %%WWWDIR%%/apps/files_external/l10n/si_LK.js %%WWWDIR%%/apps/files_external/l10n/si_LK.json +%%WWWDIR%%/apps/files_external/l10n/sk.js +%%WWWDIR%%/apps/files_external/l10n/sk.json %%WWWDIR%%/apps/files_external/l10n/sk_SK.js %%WWWDIR%%/apps/files_external/l10n/sk_SK.json %%WWWDIR%%/apps/files_external/l10n/sl.js @@ -5193,6 +5287,8 @@ %%WWWDIR%%/apps/files_external/l10n/ta_LK.json %%WWWDIR%%/apps/files_external/l10n/te.js %%WWWDIR%%/apps/files_external/l10n/te.json +%%WWWDIR%%/apps/files_external/l10n/th.js +%%WWWDIR%%/apps/files_external/l10n/th.json %%WWWDIR%%/apps/files_external/l10n/th_TH.js %%WWWDIR%%/apps/files_external/l10n/th_TH.json %%WWWDIR%%/apps/files_external/l10n/tr.js @@ -5745,6 +5841,8 @@ %%WWWDIR%%/apps/files_sharing/l10n/bs.json %%WWWDIR%%/apps/files_sharing/l10n/ca.js %%WWWDIR%%/apps/files_sharing/l10n/ca.json +%%WWWDIR%%/apps/files_sharing/l10n/cs.js +%%WWWDIR%%/apps/files_sharing/l10n/cs.json %%WWWDIR%%/apps/files_sharing/l10n/cs_CZ.js %%WWWDIR%%/apps/files_sharing/l10n/cs_CZ.json %%WWWDIR%%/apps/files_sharing/l10n/cy_GB.js @@ -5777,6 +5875,8 @@ %%WWWDIR%%/apps/files_sharing/l10n/eu.json %%WWWDIR%%/apps/files_sharing/l10n/fa.js %%WWWDIR%%/apps/files_sharing/l10n/fa.json +%%WWWDIR%%/apps/files_sharing/l10n/fi.js +%%WWWDIR%%/apps/files_sharing/l10n/fi.json %%WWWDIR%%/apps/files_sharing/l10n/fi_FI.js %%WWWDIR%%/apps/files_sharing/l10n/fi_FI.json %%WWWDIR%%/apps/files_sharing/l10n/fil.js @@ -5791,6 +5891,8 @@ %%WWWDIR%%/apps/files_sharing/l10n/hi.json %%WWWDIR%%/apps/files_sharing/l10n/hr.js %%WWWDIR%%/apps/files_sharing/l10n/hr.json +%%WWWDIR%%/apps/files_sharing/l10n/hu.js +%%WWWDIR%%/apps/files_sharing/l10n/hu.json %%WWWDIR%%/apps/files_sharing/l10n/hu_HU.js %%WWWDIR%%/apps/files_sharing/l10n/hu_HU.json %%WWWDIR%%/apps/files_sharing/l10n/hy.js @@ -5835,6 +5937,8 @@ %%WWWDIR%%/apps/files_sharing/l10n/ms_MY.json %%WWWDIR%%/apps/files_sharing/l10n/my_MM.js %%WWWDIR%%/apps/files_sharing/l10n/my_MM.json +%%WWWDIR%%/apps/files_sharing/l10n/nb.js +%%WWWDIR%%/apps/files_sharing/l10n/nb.json %%WWWDIR%%/apps/files_sharing/l10n/nb_NO.js %%WWWDIR%%/apps/files_sharing/l10n/nb_NO.json %%WWWDIR%%/apps/files_sharing/l10n/nds.js @@ -6452,6 +6556,8 @@ %%WWWDIR%%/apps/files_trashbin/l10n/az.json %%WWWDIR%%/apps/files_trashbin/l10n/be.js %%WWWDIR%%/apps/files_trashbin/l10n/be.json +%%WWWDIR%%/apps/files_trashbin/l10n/bg.js +%%WWWDIR%%/apps/files_trashbin/l10n/bg.json %%WWWDIR%%/apps/files_trashbin/l10n/bg_BG.js %%WWWDIR%%/apps/files_trashbin/l10n/bg_BG.json %%WWWDIR%%/apps/files_trashbin/l10n/bn_BD.js @@ -6462,6 +6568,8 @@ %%WWWDIR%%/apps/files_trashbin/l10n/bs.json %%WWWDIR%%/apps/files_trashbin/l10n/ca.js %%WWWDIR%%/apps/files_trashbin/l10n/ca.json +%%WWWDIR%%/apps/files_trashbin/l10n/cs.js +%%WWWDIR%%/apps/files_trashbin/l10n/cs.json %%WWWDIR%%/apps/files_trashbin/l10n/cs_CZ.js %%WWWDIR%%/apps/files_trashbin/l10n/cs_CZ.json %%WWWDIR%%/apps/files_trashbin/l10n/cy_GB.js @@ -6494,6 +6602,8 @@ %%WWWDIR%%/apps/files_trashbin/l10n/eu.json %%WWWDIR%%/apps/files_trashbin/l10n/fa.js %%WWWDIR%%/apps/files_trashbin/l10n/fa.json +%%WWWDIR%%/apps/files_trashbin/l10n/fi.js +%%WWWDIR%%/apps/files_trashbin/l10n/fi.json %%WWWDIR%%/apps/files_trashbin/l10n/fi_FI.js %%WWWDIR%%/apps/files_trashbin/l10n/fi_FI.json %%WWWDIR%%/apps/files_trashbin/l10n/fil.js @@ -6508,6 +6618,8 @@ %%WWWDIR%%/apps/files_trashbin/l10n/hi.json %%WWWDIR%%/apps/files_trashbin/l10n/hr.js %%WWWDIR%%/apps/files_trashbin/l10n/hr.json +%%WWWDIR%%/apps/files_trashbin/l10n/hu.js +%%WWWDIR%%/apps/files_trashbin/l10n/hu.json %%WWWDIR%%/apps/files_trashbin/l10n/hu_HU.js %%WWWDIR%%/apps/files_trashbin/l10n/hu_HU.json %%WWWDIR%%/apps/files_trashbin/l10n/hy.js @@ -6542,6 +6654,8 @@ %%WWWDIR%%/apps/files_trashbin/l10n/mk.json %%WWWDIR%%/apps/files_trashbin/l10n/ms_MY.js %%WWWDIR%%/apps/files_trashbin/l10n/ms_MY.json +%%WWWDIR%%/apps/files_trashbin/l10n/nb.js +%%WWWDIR%%/apps/files_trashbin/l10n/nb.json %%WWWDIR%%/apps/files_trashbin/l10n/nb_NO.js %%WWWDIR%%/apps/files_trashbin/l10n/nb_NO.json %%WWWDIR%%/apps/files_trashbin/l10n/nds.js @@ -6566,6 +6680,8 @@ %%WWWDIR%%/apps/files_trashbin/l10n/ru.json %%WWWDIR%%/apps/files_trashbin/l10n/si_LK.js %%WWWDIR%%/apps/files_trashbin/l10n/si_LK.json +%%WWWDIR%%/apps/files_trashbin/l10n/sk.js +%%WWWDIR%%/apps/files_trashbin/l10n/sk.json %%WWWDIR%%/apps/files_trashbin/l10n/sk_SK.js %%WWWDIR%%/apps/files_trashbin/l10n/sk_SK.json %%WWWDIR%%/apps/files_trashbin/l10n/sl.js @@ -6582,6 +6698,8 @@ %%WWWDIR%%/apps/files_trashbin/l10n/ta_LK.json %%WWWDIR%%/apps/files_trashbin/l10n/te.js %%WWWDIR%%/apps/files_trashbin/l10n/te.json +%%WWWDIR%%/apps/files_trashbin/l10n/th.js +%%WWWDIR%%/apps/files_trashbin/l10n/th.json %%WWWDIR%%/apps/files_trashbin/l10n/th_TH.js %%WWWDIR%%/apps/files_trashbin/l10n/th_TH.json %%WWWDIR%%/apps/files_trashbin/l10n/tr.js @@ -6635,6 +6753,8 @@ %%WWWDIR%%/apps/files_versions/l10n/ast.json %%WWWDIR%%/apps/files_versions/l10n/az.js %%WWWDIR%%/apps/files_versions/l10n/az.json +%%WWWDIR%%/apps/files_versions/l10n/bg.js +%%WWWDIR%%/apps/files_versions/l10n/bg.json %%WWWDIR%%/apps/files_versions/l10n/bg_BG.js %%WWWDIR%%/apps/files_versions/l10n/bg_BG.json %%WWWDIR%%/apps/files_versions/l10n/bn_BD.js @@ -6645,6 +6765,8 @@ %%WWWDIR%%/apps/files_versions/l10n/bs.json %%WWWDIR%%/apps/files_versions/l10n/ca.js %%WWWDIR%%/apps/files_versions/l10n/ca.json +%%WWWDIR%%/apps/files_versions/l10n/cs.js +%%WWWDIR%%/apps/files_versions/l10n/cs.json %%WWWDIR%%/apps/files_versions/l10n/cs_CZ.js %%WWWDIR%%/apps/files_versions/l10n/cs_CZ.json %%WWWDIR%%/apps/files_versions/l10n/cy_GB.js @@ -6673,6 +6795,8 @@ %%WWWDIR%%/apps/files_versions/l10n/eu.json %%WWWDIR%%/apps/files_versions/l10n/fa.js %%WWWDIR%%/apps/files_versions/l10n/fa.json +%%WWWDIR%%/apps/files_versions/l10n/fi.js +%%WWWDIR%%/apps/files_versions/l10n/fi.json %%WWWDIR%%/apps/files_versions/l10n/fi_FI.js %%WWWDIR%%/apps/files_versions/l10n/fi_FI.json %%WWWDIR%%/apps/files_versions/l10n/fr.js @@ -6683,14 +6807,16 @@ %%WWWDIR%%/apps/files_versions/l10n/he.json %%WWWDIR%%/apps/files_versions/l10n/hr.js %%WWWDIR%%/apps/files_versions/l10n/hr.json +%%WWWDIR%%/apps/files_versions/l10n/hu.js +%%WWWDIR%%/apps/files_versions/l10n/hu.json %%WWWDIR%%/apps/files_versions/l10n/hu_HU.js %%WWWDIR%%/apps/files_versions/l10n/hu_HU.json %%WWWDIR%%/apps/files_versions/l10n/hy.js %%WWWDIR%%/apps/files_versions/l10n/hy.json -%%WWWDIR%%/apps/files_versions/l10n/id.js -%%WWWDIR%%/apps/files_versions/l10n/id.json %%WWWDIR%%/apps/files_versions/l10n/ia.js %%WWWDIR%%/apps/files_versions/l10n/ia.json +%%WWWDIR%%/apps/files_versions/l10n/id.js +%%WWWDIR%%/apps/files_versions/l10n/id.json %%WWWDIR%%/apps/files_versions/l10n/is.js %%WWWDIR%%/apps/files_versions/l10n/is.json %%WWWDIR%%/apps/files_versions/l10n/it.js @@ -6717,6 +6843,8 @@ %%WWWDIR%%/apps/files_versions/l10n/mk.json %%WWWDIR%%/apps/files_versions/l10n/ms_MY.js %%WWWDIR%%/apps/files_versions/l10n/ms_MY.json +%%WWWDIR%%/apps/files_versions/l10n/nb.js +%%WWWDIR%%/apps/files_versions/l10n/nb.json %%WWWDIR%%/apps/files_versions/l10n/nb_NO.js %%WWWDIR%%/apps/files_versions/l10n/nb_NO.json %%WWWDIR%%/apps/files_versions/l10n/nl.js @@ -6737,6 +6865,8 @@ %%WWWDIR%%/apps/files_versions/l10n/ru.json %%WWWDIR%%/apps/files_versions/l10n/si_LK.js %%WWWDIR%%/apps/files_versions/l10n/si_LK.json +%%WWWDIR%%/apps/files_versions/l10n/sk.js +%%WWWDIR%%/apps/files_versions/l10n/sk.json %%WWWDIR%%/apps/files_versions/l10n/sk_SK.js %%WWWDIR%%/apps/files_versions/l10n/sk_SK.json %%WWWDIR%%/apps/files_versions/l10n/sl.js @@ -6751,6 +6881,8 @@ %%WWWDIR%%/apps/files_versions/l10n/sv.json %%WWWDIR%%/apps/files_versions/l10n/ta_LK.js %%WWWDIR%%/apps/files_versions/l10n/ta_LK.json +%%WWWDIR%%/apps/files_versions/l10n/th.js +%%WWWDIR%%/apps/files_versions/l10n/th.json %%WWWDIR%%/apps/files_versions/l10n/th_TH.js %%WWWDIR%%/apps/files_versions/l10n/th_TH.json %%WWWDIR%%/apps/files_versions/l10n/tr.js @@ -7064,12 +7196,14 @@ %%WWWDIR%%/apps/gallery/js/vendor/jquery-touch-events/README.md %%WWWDIR%%/apps/gallery/js/vendor/jquery-touch-events/src/1.0.1/jquery.mobile-events.js %%WWWDIR%%/apps/gallery/js/vendor/jquery-touch-events/src/1.0.1/jquery.mobile-events.min.js +%%WWWDIR%%/apps/gallery/js/vendor/jquery-touch-events/src/1.0.8/jquery.mobile-events.js +%%WWWDIR%%/apps/gallery/js/vendor/jquery-touch-events/src/1.0.8/jquery.mobile-events.min.js %%WWWDIR%%/apps/gallery/js/vendor/jquery.ui.touch-punch-custom.js %%WWWDIR%%/apps/gallery/js/vendor/jqueryui-touch-punch/README.md %%WWWDIR%%/apps/gallery/js/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.js %%WWWDIR%%/apps/gallery/js/vendor/modified-eventsource-polyfill/eventsource-polyfill.js -%%WWWDIR%%/apps/gallery/js/vendor/owncloud/newfilemenu.js -%%WWWDIR%%/apps/gallery/js/vendor/owncloud/share.js +%%WWWDIR%%/apps/gallery/js/vendor/nextcloud/newfilemenu.js +%%WWWDIR%%/apps/gallery/js/vendor/nextcloud/share.js %%WWWDIR%%/apps/gallery/l10n/.tx/config %%WWWDIR%%/apps/gallery/l10n/af_ZA.php %%WWWDIR%%/apps/gallery/l10n/ar.js @@ -7298,8 +7432,6 @@ %%WWWDIR%%/apps/logreader/build/main.css.map %%WWWDIR%%/apps/logreader/build/main.js %%WWWDIR%%/apps/logreader/build/main.js.map -%%WWWDIR%%/apps/logreader/controller/logcontroller.php -%%WWWDIR%%/apps/logreader/controller/pagecontroller.php %%WWWDIR%%/apps/logreader/css/app.css %%WWWDIR%%/apps/logreader/img/app.svg %%WWWDIR%%/apps/logreader/js/App.js @@ -7325,10 +7457,12 @@ %%WWWDIR%%/apps/logreader/js/Search.js %%WWWDIR%%/apps/logreader/js/index.js %%WWWDIR%%/apps/logreader/js/unserialize.js +%%WWWDIR%%/apps/logreader/lib/Controller/LogController.php +%%WWWDIR%%/apps/logreader/lib/Controller/PageController.php +%%WWWDIR%%/apps/logreader/lib/Log/LogIterator.php +%%WWWDIR%%/apps/logreader/lib/Log/SearchFilter.php %%WWWDIR%%/apps/logreader/lib/Settings/Admin.php %%WWWDIR%%/apps/logreader/lib/Settings/Section.php -%%WWWDIR%%/apps/logreader/log/logiterator.php -%%WWWDIR%%/apps/logreader/log/searchfilter.php %%WWWDIR%%/apps/logreader/package.json %%WWWDIR%%/apps/logreader/screenshots/reader.png %%WWWDIR%%/apps/logreader/templates/index.php @@ -7589,6 +7723,8 @@ %%WWWDIR%%/apps/sharebymail/appinfo/signature.json %%WWWDIR%%/apps/sharebymail/img/app.svg %%WWWDIR%%/apps/sharebymail/l10n/.gitkeep +%%WWWDIR%%/apps/sharebymail/l10n/cs.js +%%WWWDIR%%/apps/sharebymail/l10n/cs.json %%WWWDIR%%/apps/sharebymail/l10n/cs_CZ.js %%WWWDIR%%/apps/sharebymail/l10n/cs_CZ.json %%WWWDIR%%/apps/sharebymail/l10n/da.js @@ -7599,12 +7735,24 @@ %%WWWDIR%%/apps/sharebymail/l10n/de_DE.json %%WWWDIR%%/apps/sharebymail/l10n/es.js %%WWWDIR%%/apps/sharebymail/l10n/es.json +%%WWWDIR%%/apps/sharebymail/l10n/es_MX.js +%%WWWDIR%%/apps/sharebymail/l10n/es_MX.json +%%WWWDIR%%/apps/sharebymail/l10n/fi.js +%%WWWDIR%%/apps/sharebymail/l10n/fi.json %%WWWDIR%%/apps/sharebymail/l10n/fr.js %%WWWDIR%%/apps/sharebymail/l10n/fr.json +%%WWWDIR%%/apps/sharebymail/l10n/ia.js +%%WWWDIR%%/apps/sharebymail/l10n/ia.json %%WWWDIR%%/apps/sharebymail/l10n/id.js %%WWWDIR%%/apps/sharebymail/l10n/id.json %%WWWDIR%%/apps/sharebymail/l10n/is.js %%WWWDIR%%/apps/sharebymail/l10n/is.json +%%WWWDIR%%/apps/sharebymail/l10n/it.js +%%WWWDIR%%/apps/sharebymail/l10n/it.json +%%WWWDIR%%/apps/sharebymail/l10n/ja.js +%%WWWDIR%%/apps/sharebymail/l10n/ja.json +%%WWWDIR%%/apps/sharebymail/l10n/nb.js +%%WWWDIR%%/apps/sharebymail/l10n/nb.json %%WWWDIR%%/apps/sharebymail/l10n/nb_NO.js %%WWWDIR%%/apps/sharebymail/l10n/nb_NO.json %%WWWDIR%%/apps/sharebymail/l10n/nl.js @@ -7615,11 +7763,19 @@ %%WWWDIR%%/apps/sharebymail/l10n/pt_BR.json %%WWWDIR%%/apps/sharebymail/l10n/ru.js %%WWWDIR%%/apps/sharebymail/l10n/ru.json +%%WWWDIR%%/apps/sharebymail/l10n/sk.js +%%WWWDIR%%/apps/sharebymail/l10n/sk.json %%WWWDIR%%/apps/sharebymail/l10n/sk_SK.js %%WWWDIR%%/apps/sharebymail/l10n/sk_SK.json +%%WWWDIR%%/apps/sharebymail/l10n/sv.js +%%WWWDIR%%/apps/sharebymail/l10n/sv.json +%%WWWDIR%%/apps/sharebymail/l10n/tr.js +%%WWWDIR%%/apps/sharebymail/l10n/tr.json %%WWWDIR%%/apps/sharebymail/l10n/zh_CN.js %%WWWDIR%%/apps/sharebymail/l10n/zh_CN.json %%WWWDIR%%/apps/sharebymail/lib/Activity.php +%%WWWDIR%%/apps/sharebymail/lib/AppInfo/Application.php +%%WWWDIR%%/apps/sharebymail/lib/Capabilities.php %%WWWDIR%%/apps/sharebymail/lib/Settings.php %%WWWDIR%%/apps/sharebymail/lib/ShareByMailProvider.php %%WWWDIR%%/apps/sharebymail/templates/altmail.php @@ -7670,6 +7826,8 @@ %%WWWDIR%%/apps/systemtags/l10n/ast.json %%WWWDIR%%/apps/systemtags/l10n/az.js %%WWWDIR%%/apps/systemtags/l10n/az.json +%%WWWDIR%%/apps/systemtags/l10n/bg.js +%%WWWDIR%%/apps/systemtags/l10n/bg.json %%WWWDIR%%/apps/systemtags/l10n/bg_BG.js %%WWWDIR%%/apps/systemtags/l10n/bg_BG.json %%WWWDIR%%/apps/systemtags/l10n/bn_BD.js @@ -7680,6 +7838,8 @@ %%WWWDIR%%/apps/systemtags/l10n/bs.json %%WWWDIR%%/apps/systemtags/l10n/ca.js %%WWWDIR%%/apps/systemtags/l10n/ca.json +%%WWWDIR%%/apps/systemtags/l10n/cs.js +%%WWWDIR%%/apps/systemtags/l10n/cs.json %%WWWDIR%%/apps/systemtags/l10n/cs_CZ.js %%WWWDIR%%/apps/systemtags/l10n/cs_CZ.json %%WWWDIR%%/apps/systemtags/l10n/cy_GB.js @@ -7710,6 +7870,8 @@ %%WWWDIR%%/apps/systemtags/l10n/eu.json %%WWWDIR%%/apps/systemtags/l10n/fa.js %%WWWDIR%%/apps/systemtags/l10n/fa.json +%%WWWDIR%%/apps/systemtags/l10n/fi.js +%%WWWDIR%%/apps/systemtags/l10n/fi.json %%WWWDIR%%/apps/systemtags/l10n/fi_FI.js %%WWWDIR%%/apps/systemtags/l10n/fi_FI.json %%WWWDIR%%/apps/systemtags/l10n/fr.js @@ -7720,6 +7882,8 @@ %%WWWDIR%%/apps/systemtags/l10n/he.json %%WWWDIR%%/apps/systemtags/l10n/hr.js %%WWWDIR%%/apps/systemtags/l10n/hr.json +%%WWWDIR%%/apps/systemtags/l10n/hu.js +%%WWWDIR%%/apps/systemtags/l10n/hu.json %%WWWDIR%%/apps/systemtags/l10n/hu_HU.js %%WWWDIR%%/apps/systemtags/l10n/hu_HU.json %%WWWDIR%%/apps/systemtags/l10n/hy.js @@ -7754,6 +7918,8 @@ %%WWWDIR%%/apps/systemtags/l10n/mk.json %%WWWDIR%%/apps/systemtags/l10n/ms_MY.js %%WWWDIR%%/apps/systemtags/l10n/ms_MY.json +%%WWWDIR%%/apps/systemtags/l10n/nb.js +%%WWWDIR%%/apps/systemtags/l10n/nb.json %%WWWDIR%%/apps/systemtags/l10n/nb_NO.js %%WWWDIR%%/apps/systemtags/l10n/nb_NO.json %%WWWDIR%%/apps/systemtags/l10n/nds.js @@ -8005,6 +8171,55 @@ %%WWWDIR%%/apps/theming/js/3rdparty/jscolor/jscolor.js %%WWWDIR%%/apps/theming/js/3rdparty/jscolor/jscolor.min.js %%WWWDIR%%/apps/theming/js/settings-admin.js +%%WWWDIR%%/apps/theming/l10n/.gitkeep +%%WWWDIR%%/apps/theming/l10n/ar.js +%%WWWDIR%%/apps/theming/l10n/ar.json +%%WWWDIR%%/apps/theming/l10n/bg.js +%%WWWDIR%%/apps/theming/l10n/bg.json +%%WWWDIR%%/apps/theming/l10n/cs.js +%%WWWDIR%%/apps/theming/l10n/cs.json +%%WWWDIR%%/apps/theming/l10n/da.js +%%WWWDIR%%/apps/theming/l10n/da.json +%%WWWDIR%%/apps/theming/l10n/de.js +%%WWWDIR%%/apps/theming/l10n/de.json +%%WWWDIR%%/apps/theming/l10n/de_DE.js +%%WWWDIR%%/apps/theming/l10n/de_DE.json +%%WWWDIR%%/apps/theming/l10n/el.js +%%WWWDIR%%/apps/theming/l10n/el.json +%%WWWDIR%%/apps/theming/l10n/es.js +%%WWWDIR%%/apps/theming/l10n/es.json +%%WWWDIR%%/apps/theming/l10n/es_MX.js +%%WWWDIR%%/apps/theming/l10n/es_MX.json +%%WWWDIR%%/apps/theming/l10n/fi.js +%%WWWDIR%%/apps/theming/l10n/fi.json +%%WWWDIR%%/apps/theming/l10n/fr.js +%%WWWDIR%%/apps/theming/l10n/fr.json +%%WWWDIR%%/apps/theming/l10n/hu.js +%%WWWDIR%%/apps/theming/l10n/hu.json +%%WWWDIR%%/apps/theming/l10n/is.js +%%WWWDIR%%/apps/theming/l10n/is.json +%%WWWDIR%%/apps/theming/l10n/it.js +%%WWWDIR%%/apps/theming/l10n/it.json +%%WWWDIR%%/apps/theming/l10n/nb.js +%%WWWDIR%%/apps/theming/l10n/nb.json +%%WWWDIR%%/apps/theming/l10n/nl.js +%%WWWDIR%%/apps/theming/l10n/nl.json +%%WWWDIR%%/apps/theming/l10n/pl.js +%%WWWDIR%%/apps/theming/l10n/pl.json +%%WWWDIR%%/apps/theming/l10n/pt_BR.js +%%WWWDIR%%/apps/theming/l10n/pt_BR.json +%%WWWDIR%%/apps/theming/l10n/ru.js +%%WWWDIR%%/apps/theming/l10n/ru.json +%%WWWDIR%%/apps/theming/l10n/sk.js +%%WWWDIR%%/apps/theming/l10n/sk.json +%%WWWDIR%%/apps/theming/l10n/sv.js +%%WWWDIR%%/apps/theming/l10n/sv.json +%%WWWDIR%%/apps/theming/l10n/tr.js +%%WWWDIR%%/apps/theming/l10n/tr.json +%%WWWDIR%%/apps/theming/l10n/vi.js +%%WWWDIR%%/apps/theming/l10n/vi.json +%%WWWDIR%%/apps/theming/l10n/zh_CN.js +%%WWWDIR%%/apps/theming/l10n/zh_CN.json %%WWWDIR%%/apps/theming/lib/Capabilities.php %%WWWDIR%%/apps/theming/lib/Controller/IconController.php %%WWWDIR%%/apps/theming/lib/Controller/ThemingController.php @@ -8024,16 +8239,26 @@ %%WWWDIR%%/apps/twofactor_backupcodes/js/settings.js %%WWWDIR%%/apps/twofactor_backupcodes/js/settingsview.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/.gitkeep +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.js +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs_CZ.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs_CZ.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/de.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/de.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/de_DE.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/de_DE.json +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/el.js +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/el.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/es.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/es.json +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.js +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.json +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.js +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/fr.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/fr.json +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/hu.js +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/hu.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/hu_HU.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/hu_HU.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/is.js @@ -8046,6 +8271,8 @@ %%WWWDIR%%/apps/twofactor_backupcodes/l10n/ko.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/lv.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/lv.json +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/nb.js +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/nb.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/nb_NO.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/nb_NO.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/nl.js @@ -8060,6 +8287,8 @@ %%WWWDIR%%/apps/twofactor_backupcodes/l10n/sv.json %%WWWDIR%%/apps/twofactor_backupcodes/l10n/tr.js %%WWWDIR%%/apps/twofactor_backupcodes/l10n/tr.json +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/zh_CN.js +%%WWWDIR%%/apps/twofactor_backupcodes/l10n/zh_CN.json %%WWWDIR%%/apps/twofactor_backupcodes/lib/Controller/SettingsController.php %%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCode.php %%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php @@ -8083,6 +8312,8 @@ %%WWWDIR%%/apps/updatenotification/l10n/ast.json %%WWWDIR%%/apps/updatenotification/l10n/az.js %%WWWDIR%%/apps/updatenotification/l10n/az.json +%%WWWDIR%%/apps/updatenotification/l10n/bg.js +%%WWWDIR%%/apps/updatenotification/l10n/bg.json %%WWWDIR%%/apps/updatenotification/l10n/bg_BG.js %%WWWDIR%%/apps/updatenotification/l10n/bg_BG.json %%WWWDIR%%/apps/updatenotification/l10n/bn_BD.js @@ -8091,6 +8322,8 @@ %%WWWDIR%%/apps/updatenotification/l10n/bs.json %%WWWDIR%%/apps/updatenotification/l10n/ca.js %%WWWDIR%%/apps/updatenotification/l10n/ca.json +%%WWWDIR%%/apps/updatenotification/l10n/cs.js +%%WWWDIR%%/apps/updatenotification/l10n/cs.json %%WWWDIR%%/apps/updatenotification/l10n/cs_CZ.js %%WWWDIR%%/apps/updatenotification/l10n/cs_CZ.json %%WWWDIR%%/apps/updatenotification/l10n/da.js @@ -8109,12 +8342,16 @@ %%WWWDIR%%/apps/updatenotification/l10n/es.json %%WWWDIR%%/apps/updatenotification/l10n/es_AR.js %%WWWDIR%%/apps/updatenotification/l10n/es_AR.json +%%WWWDIR%%/apps/updatenotification/l10n/es_MX.js +%%WWWDIR%%/apps/updatenotification/l10n/es_MX.json %%WWWDIR%%/apps/updatenotification/l10n/et_EE.js %%WWWDIR%%/apps/updatenotification/l10n/et_EE.json %%WWWDIR%%/apps/updatenotification/l10n/eu.js %%WWWDIR%%/apps/updatenotification/l10n/eu.json %%WWWDIR%%/apps/updatenotification/l10n/fa.js %%WWWDIR%%/apps/updatenotification/l10n/fa.json +%%WWWDIR%%/apps/updatenotification/l10n/fi.js +%%WWWDIR%%/apps/updatenotification/l10n/fi.json %%WWWDIR%%/apps/updatenotification/l10n/fi_FI.js %%WWWDIR%%/apps/updatenotification/l10n/fi_FI.json %%WWWDIR%%/apps/updatenotification/l10n/fr.js @@ -8125,12 +8362,14 @@ %%WWWDIR%%/apps/updatenotification/l10n/he.json %%WWWDIR%%/apps/updatenotification/l10n/hr.js %%WWWDIR%%/apps/updatenotification/l10n/hr.json +%%WWWDIR%%/apps/updatenotification/l10n/hu.js +%%WWWDIR%%/apps/updatenotification/l10n/hu.json %%WWWDIR%%/apps/updatenotification/l10n/hu_HU.js %%WWWDIR%%/apps/updatenotification/l10n/hu_HU.json -%%WWWDIR%%/apps/updatenotification/l10n/id.js -%%WWWDIR%%/apps/updatenotification/l10n/id.json %%WWWDIR%%/apps/updatenotification/l10n/ia.js %%WWWDIR%%/apps/updatenotification/l10n/ia.json +%%WWWDIR%%/apps/updatenotification/l10n/id.js +%%WWWDIR%%/apps/updatenotification/l10n/id.json %%WWWDIR%%/apps/updatenotification/l10n/is.js %%WWWDIR%%/apps/updatenotification/l10n/is.json %%WWWDIR%%/apps/updatenotification/l10n/it.js @@ -8147,6 +8386,8 @@ %%WWWDIR%%/apps/updatenotification/l10n/lv.json %%WWWDIR%%/apps/updatenotification/l10n/mk.js %%WWWDIR%%/apps/updatenotification/l10n/mk.json +%%WWWDIR%%/apps/updatenotification/l10n/nb.js +%%WWWDIR%%/apps/updatenotification/l10n/nb.json %%WWWDIR%%/apps/updatenotification/l10n/nb_NO.js %%WWWDIR%%/apps/updatenotification/l10n/nb_NO.json %%WWWDIR%%/apps/updatenotification/l10n/nl.js @@ -8163,6 +8404,8 @@ %%WWWDIR%%/apps/updatenotification/l10n/ro.json %%WWWDIR%%/apps/updatenotification/l10n/ru.js %%WWWDIR%%/apps/updatenotification/l10n/ru.json +%%WWWDIR%%/apps/updatenotification/l10n/sk.js +%%WWWDIR%%/apps/updatenotification/l10n/sk.json %%WWWDIR%%/apps/updatenotification/l10n/sk_SK.js %%WWWDIR%%/apps/updatenotification/l10n/sk_SK.json %%WWWDIR%%/apps/updatenotification/l10n/sl.js @@ -8179,6 +8422,8 @@ %%WWWDIR%%/apps/updatenotification/l10n/tr.json %%WWWDIR%%/apps/updatenotification/l10n/uk.js %%WWWDIR%%/apps/updatenotification/l10n/uk.json +%%WWWDIR%%/apps/updatenotification/l10n/vi.js +%%WWWDIR%%/apps/updatenotification/l10n/vi.json %%WWWDIR%%/apps/updatenotification/l10n/zh_CN.js %%WWWDIR%%/apps/updatenotification/l10n/zh_CN.json %%WWWDIR%%/apps/updatenotification/l10n/zh_TW.js @@ -8288,6 +8533,8 @@ %%WWWDIR%%/apps/user_ldap/l10n/bs.json %%WWWDIR%%/apps/user_ldap/l10n/ca.js %%WWWDIR%%/apps/user_ldap/l10n/ca.json +%%WWWDIR%%/apps/user_ldap/l10n/cs.js +%%WWWDIR%%/apps/user_ldap/l10n/cs.json %%WWWDIR%%/apps/user_ldap/l10n/cs_CZ.js %%WWWDIR%%/apps/user_ldap/l10n/cs_CZ.json %%WWWDIR%%/apps/user_ldap/l10n/cy_GB.js @@ -8338,6 +8585,8 @@ %%WWWDIR%%/apps/user_ldap/l10n/hi.json %%WWWDIR%%/apps/user_ldap/l10n/hr.js %%WWWDIR%%/apps/user_ldap/l10n/hr.json +%%WWWDIR%%/apps/user_ldap/l10n/hu.js +%%WWWDIR%%/apps/user_ldap/l10n/hu.json %%WWWDIR%%/apps/user_ldap/l10n/hu_HU.js %%WWWDIR%%/apps/user_ldap/l10n/hu_HU.json %%WWWDIR%%/apps/user_ldap/l10n/hy.js @@ -8392,6 +8641,8 @@ %%WWWDIR%%/apps/user_ldap/l10n/mt_MT.json %%WWWDIR%%/apps/user_ldap/l10n/my_MM.js %%WWWDIR%%/apps/user_ldap/l10n/my_MM.json +%%WWWDIR%%/apps/user_ldap/l10n/nb.js +%%WWWDIR%%/apps/user_ldap/l10n/nb.json %%WWWDIR%%/apps/user_ldap/l10n/nb_NO.js %%WWWDIR%%/apps/user_ldap/l10n/nb_NO.json %%WWWDIR%%/apps/user_ldap/l10n/nds.js @@ -8418,6 +8669,8 @@ %%WWWDIR%%/apps/user_ldap/l10n/ru.json %%WWWDIR%%/apps/user_ldap/l10n/si_LK.js %%WWWDIR%%/apps/user_ldap/l10n/si_LK.json +%%WWWDIR%%/apps/user_ldap/l10n/sk.js +%%WWWDIR%%/apps/user_ldap/l10n/sk.json %%WWWDIR%%/apps/user_ldap/l10n/sk_SK.js %%WWWDIR%%/apps/user_ldap/l10n/sk_SK.json %%WWWDIR%%/apps/user_ldap/l10n/sl.js @@ -8442,6 +8695,8 @@ %%WWWDIR%%/apps/user_ldap/l10n/te.json %%WWWDIR%%/apps/user_ldap/l10n/tg_TJ.js %%WWWDIR%%/apps/user_ldap/l10n/tg_TJ.json +%%WWWDIR%%/apps/user_ldap/l10n/th.js +%%WWWDIR%%/apps/user_ldap/l10n/th.json %%WWWDIR%%/apps/user_ldap/l10n/th_TH.js %%WWWDIR%%/apps/user_ldap/l10n/th_TH.json %%WWWDIR%%/apps/user_ldap/l10n/tl_PH.js @@ -8632,8 +8887,12 @@ %%WWWDIR%%/apps/workflowengine/js/requestuseragentplugin.js %%WWWDIR%%/apps/workflowengine/js/usergroupmembershipplugin.js %%WWWDIR%%/apps/workflowengine/l10n/.gitkeep +%%WWWDIR%%/apps/workflowengine/l10n/bg.js +%%WWWDIR%%/apps/workflowengine/l10n/bg.json %%WWWDIR%%/apps/workflowengine/l10n/bg_BG.js %%WWWDIR%%/apps/workflowengine/l10n/bg_BG.json +%%WWWDIR%%/apps/workflowengine/l10n/cs.js +%%WWWDIR%%/apps/workflowengine/l10n/cs.json %%WWWDIR%%/apps/workflowengine/l10n/cs_CZ.js %%WWWDIR%%/apps/workflowengine/l10n/cs_CZ.json %%WWWDIR%%/apps/workflowengine/l10n/de.js @@ -8642,18 +8901,26 @@ %%WWWDIR%%/apps/workflowengine/l10n/de_DE.json %%WWWDIR%%/apps/workflowengine/l10n/es.js %%WWWDIR%%/apps/workflowengine/l10n/es.json +%%WWWDIR%%/apps/workflowengine/l10n/es_MX.js +%%WWWDIR%%/apps/workflowengine/l10n/es_MX.json %%WWWDIR%%/apps/workflowengine/l10n/fr.js %%WWWDIR%%/apps/workflowengine/l10n/fr.json +%%WWWDIR%%/apps/workflowengine/l10n/hu.js +%%WWWDIR%%/apps/workflowengine/l10n/hu.json %%WWWDIR%%/apps/workflowengine/l10n/hu_HU.js %%WWWDIR%%/apps/workflowengine/l10n/hu_HU.json %%WWWDIR%%/apps/workflowengine/l10n/id.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Wed May 10 13:10:50 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 6843AD66664; Wed, 10 May 2017 13:10:50 +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 3A36CB6D; Wed, 10 May 2017 13:10:50 +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 v4ADAnLj048642; Wed, 10 May 2017 13:10:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ADAnxw048640; Wed, 10 May 2017 13:10:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705101310.v4ADAnxw048640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 10 May 2017 13:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440561 - 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: Wed, 10 May 2017 13:10:50 -0000 Author: jbeich Date: Wed May 10 13:10:48 2017 New Revision: 440561 URL: https://svnweb.freebsd.org/changeset/ports/440561 Log: MFH: r440517 www/py-flexget: update to 2.10.43 Changes: https://github.com/Flexget/Flexget/compare/2.10.40...2.10.43 Approved by: ports-secteam (miwi) 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 Wed May 10 13:03:31 2017 (r440560) +++ branches/2017Q2/www/py-flexget/Makefile Wed May 10 13:10:48 2017 (r440561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.10.40 +PORTVERSION= 2.10.43 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: branches/2017Q2/www/py-flexget/distinfo ============================================================================== --- branches/2017Q2/www/py-flexget/distinfo Wed May 10 13:03:31 2017 (r440560) +++ branches/2017Q2/www/py-flexget/distinfo Wed May 10 13:10:48 2017 (r440561) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493360080 -SHA256 (FlexGet-2.10.40.tar.gz) = 7bafc92c6183963a9a2454f7a22437e4dd2e2b92caa961a8554e1c9e561548b3 -SIZE (FlexGet-2.10.40.tar.gz) = 2654633 +TIMESTAMP = 1494224075 +SHA256 (FlexGet-2.10.43.tar.gz) = 0127b49dd5350900f92857d14e175650e55d5386c70b469da582b0431ab06f0a +SIZE (FlexGet-2.10.43.tar.gz) = 2662856 From owner-svn-ports-branches@freebsd.org Wed May 10 14:10:45 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 43BFFD5D61E; Wed, 10 May 2017 14:10:45 +0000 (UTC) (envelope-from pawel@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 E452BA25; Wed, 10 May 2017 14:10:44 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4AEAhGX072412; Wed, 10 May 2017 14:10:43 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4AEAhvY072409; Wed, 10 May 2017 14:10:43 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705101410.v4AEAhvY072409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 10 May 2017 14:10:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440563 - branches/2017Q2/mail/libetpan 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, 10 May 2017 14:10:45 -0000 Author: pawel Date: Wed May 10 14:10:43 2017 New Revision: 440563 URL: https://svnweb.freebsd.org/changeset/ports/440563 Log: MFH: r440519 Update to version 1.8 Changelog: - LMTP support - workaround for QIP IMAP Server - compatibility with NDK 13 - fixed crash (CVE-2017-8825) Approved by: ports-secteam (miwi) Modified: branches/2017Q2/mail/libetpan/Makefile branches/2017Q2/mail/libetpan/distinfo branches/2017Q2/mail/libetpan/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/mail/libetpan/Makefile ============================================================================== --- branches/2017Q2/mail/libetpan/Makefile Wed May 10 13:19:01 2017 (r440562) +++ branches/2017Q2/mail/libetpan/Makefile Wed May 10 14:10:43 2017 (r440563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libetpan -PORTVERSION= 1.7.2 +PORTVERSION= 1.8 CATEGORIES= mail ipv6 MAINTAINER= pawel@FreeBSD.org Modified: branches/2017Q2/mail/libetpan/distinfo ============================================================================== --- branches/2017Q2/mail/libetpan/distinfo Wed May 10 13:19:01 2017 (r440562) +++ branches/2017Q2/mail/libetpan/distinfo Wed May 10 14:10:43 2017 (r440563) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464360411 -SHA256 (dinhviethoa-libetpan-1.7.2_GH0.tar.gz) = 32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120 -SIZE (dinhviethoa-libetpan-1.7.2_GH0.tar.gz) = 6186628 +TIMESTAMP = 1494363053 +SHA256 (dinhviethoa-libetpan-1.8_GH0.tar.gz) = 4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb +SIZE (dinhviethoa-libetpan-1.8_GH0.tar.gz) = 6188927 Modified: branches/2017Q2/mail/libetpan/pkg-plist ============================================================================== --- branches/2017Q2/mail/libetpan/pkg-plist Wed May 10 13:19:01 2017 (r440562) +++ branches/2017Q2/mail/libetpan/pkg-plist Wed May 10 14:10:43 2017 (r440563) @@ -166,4 +166,4 @@ include/libetpan/xlist.h lib/libetpan.a lib/libetpan.so lib/libetpan.so.20 -lib/libetpan.so.20.0.0 +lib/libetpan.so.20.1.0 From owner-svn-ports-branches@freebsd.org Wed May 10 23:39:38 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 6D289D67E5D; Wed, 10 May 2017 23:39:38 +0000 (UTC) (envelope-from wen@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 3D2EF195A; Wed, 10 May 2017 23:39:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4ANdb7i007671; Wed, 10 May 2017 23:39:37 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ANdaTr007665; Wed, 10 May 2017 23:39:36 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201705102339.v4ANdaTr007665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 10 May 2017 23:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440607 - in branches/2017Q2/www: moodle30 moodle31 moodle32 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, 10 May 2017 23:39:38 -0000 Author: wen Date: Wed May 10 23:39:36 2017 New Revision: 440607 URL: https://svnweb.freebsd.org/changeset/ports/440607 Log: MFH: r440463 - Update to 3.2.3, 3.1.6 and 3.0.10(security update) Approved by: ports-secteam@(miwi@) Modified: branches/2017Q2/www/moodle30/Makefile branches/2017Q2/www/moodle30/distinfo branches/2017Q2/www/moodle31/Makefile branches/2017Q2/www/moodle31/distinfo branches/2017Q2/www/moodle32/Makefile branches/2017Q2/www/moodle32/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/moodle30/Makefile ============================================================================== --- branches/2017Q2/www/moodle30/Makefile Wed May 10 21:58:51 2017 (r440606) +++ branches/2017Q2/www/moodle30/Makefile Wed May 10 23:39:36 2017 (r440607) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.0.9 +PORTVERSION= 3.0.10 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable30/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2017Q2/www/moodle30/distinfo ============================================================================== --- branches/2017Q2/www/moodle30/distinfo Wed May 10 21:58:51 2017 (r440606) +++ branches/2017Q2/www/moodle30/distinfo Wed May 10 23:39:36 2017 (r440607) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489368895 -SHA256 (moodle-3.0.9.tgz) = 48786ee7bba47603843c405be91e4bcb269b3864e532425620c15d216d2c311b -SIZE (moodle-3.0.9.tgz) = 38216116 +TIMESTAMP = 1494292257 +SHA256 (moodle-3.0.10.tgz) = 2adc2bd6e457409923795b4bfb1c086aedfd0069322195f5590baa08c75c42e7 +SIZE (moodle-3.0.10.tgz) = 38221195 Modified: branches/2017Q2/www/moodle31/Makefile ============================================================================== --- branches/2017Q2/www/moodle31/Makefile Wed May 10 21:58:51 2017 (r440606) +++ branches/2017Q2/www/moodle31/Makefile Wed May 10 23:39:36 2017 (r440607) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.1.5 +PORTVERSION= 3.1.6 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable31/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2017Q2/www/moodle31/distinfo ============================================================================== --- branches/2017Q2/www/moodle31/distinfo Wed May 10 21:58:51 2017 (r440606) +++ branches/2017Q2/www/moodle31/distinfo Wed May 10 23:39:36 2017 (r440607) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489368316 -SHA256 (moodle-3.1.5.tgz) = 48b685e52bc65b3cb78930cb1331abff2a0153f2ac6606ac2969ff6011315f7f -SIZE (moodle-3.1.5.tgz) = 37952408 +TIMESTAMP = 1494209056 +SHA256 (moodle-3.1.6.tgz) = d00307f763dec6b0f2b9637b057079e730f0ffc85765848f111a39c0a05f510d +SIZE (moodle-3.1.6.tgz) = 37981129 Modified: branches/2017Q2/www/moodle32/Makefile ============================================================================== --- branches/2017Q2/www/moodle32/Makefile Wed May 10 21:58:51 2017 (r440606) +++ branches/2017Q2/www/moodle32/Makefile Wed May 10 23:39:36 2017 (r440607) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable32/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2017Q2/www/moodle32/distinfo ============================================================================== --- branches/2017Q2/www/moodle32/distinfo Wed May 10 21:58:51 2017 (r440606) +++ branches/2017Q2/www/moodle32/distinfo Wed May 10 23:39:36 2017 (r440607) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489367309 -SHA256 (moodle-3.2.2.tgz) = 7d520e781756a020314d913521a612e4a1b188b074eec043dc29e897f66585cb -SIZE (moodle-3.2.2.tgz) = 39465439 +TIMESTAMP = 1494208425 +SHA256 (moodle-3.2.3.tgz) = ce5c0e5fb670cea7b0a4f0692f88e0eaa2908ecac4f02a16c8b15b6860a909ff +SIZE (moodle-3.2.3.tgz) = 39500908 From owner-svn-ports-branches@freebsd.org Thu May 11 00:33: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 6D115D67E3C; Thu, 11 May 2017 00:33:41 +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 3C12116C7; Thu, 11 May 2017 00:33:41 +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 v4B0XeZd032001; Thu, 11 May 2017 00:33:40 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4B0XeC5032000; Thu, 11 May 2017 00:33:40 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705110033.v4B0XeC5032000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 11 May 2017 00:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440609 - branches/2017Q2/mail/dovecot2 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, 11 May 2017 00:33:41 -0000 Author: adamw Date: Thu May 11 00:33:40 2017 New Revision: 440609 URL: https://svnweb.freebsd.org/changeset/ports/440609 Log: MFH: r440608 Control lz4 support from a configure knob. Previously, if liblz4.so was present, the port would pick it up, without registering a proper dependency. PORTREVISION bump for the potential product change. Reported by: Melissa Pilgrim Approved by: ports-secteam (blanket) Modified: branches/2017Q2/mail/dovecot2/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/mail/dovecot2/Makefile ============================================================================== --- branches/2017Q2/mail/dovecot2/Makefile Thu May 11 00:28:43 2017 (r440608) +++ branches/2017Q2/mail/dovecot2/Makefile Thu May 11 00:33:40 2017 (r440609) @@ -14,7 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.29.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 @@ -78,6 +78,7 @@ KQUEUE_CONFIGURE_ON= --with-ioloop=kqueu LIBWRAP_CONFIGURE_WITH= libwrap +LZ4_CONFIGURE_WITH= lz4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 VPOPMAIL_BUILD_DEPENDS= vpopmail>=0:mail/vpopmail From owner-svn-ports-branches@freebsd.org Thu May 11 08:17: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 56546D672DD; Thu, 11 May 2017 08:17:09 +0000 (UTC) (envelope-from royger@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 30CF5122E; Thu, 11 May 2017 08:17:09 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4B8H89r018963; Thu, 11 May 2017 08:17:08 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4B8H7LU018959; Thu, 11 May 2017 08:17:07 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201705110817.v4B8H7LU018959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Thu, 11 May 2017 08:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440618 - in branches/2017Q2/emulators/xen-kernel: . 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, 11 May 2017 08:17:09 -0000 Author: royger (src committer) Date: Thu May 11 08:17:07 2017 New Revision: 440618 URL: https://svnweb.freebsd.org/changeset/ports/440618 Log: MFH: r440559 xen: XSA-{213,214,215} Apply XSA-213, XSA-214 and XSA-215. Sponsored by: Citrix Systems R&D Approved by: ports-secteam (feld) Added: branches/2017Q2/emulators/xen-kernel/files/xsa213-4.7.patch - copied unchanged from r440559, head/emulators/xen-kernel/files/xsa213-4.7.patch branches/2017Q2/emulators/xen-kernel/files/xsa214.patch - copied unchanged from r440559, head/emulators/xen-kernel/files/xsa214.patch branches/2017Q2/emulators/xen-kernel/files/xsa215.patch - copied unchanged from r440559, head/emulators/xen-kernel/files/xsa215.patch Modified: branches/2017Q2/emulators/xen-kernel/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/emulators/xen-kernel/Makefile ============================================================================== --- branches/2017Q2/emulators/xen-kernel/Makefile Thu May 11 06:05:14 2017 (r440617) +++ branches/2017Q2/emulators/xen-kernel/Makefile Thu May 11 08:17:07 2017 (r440618) @@ -2,7 +2,7 @@ PORTNAME= xen PORTVERSION= 4.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ PKGNAMESUFFIX= -kernel @@ -42,7 +42,10 @@ EXTRA_PATCHES= ${FILESDIR}/0001-xen-logd ${FILESDIR}/kconf_arch.patch:-p1 \ ${FILESDIR}/0001-x86-drop-unneeded-__packed-attributes.patch:-p1 \ ${FILESDIR}/0002-build-clang-fix-XSM-dummy-policy-when-using-clang-4..patch:-p1 \ - ${FILESDIR}/xsa212.patch:-p1 + ${FILESDIR}/xsa212.patch:-p1 \ + ${FILESDIR}/xsa213-4.7.patch:-p1 \ + ${FILESDIR}/xsa214.patch:-p1 \ + ${FILESDIR}/xsa215.patch:-p1 .include Copied: branches/2017Q2/emulators/xen-kernel/files/xsa213-4.7.patch (from r440559, head/emulators/xen-kernel/files/xsa213-4.7.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/emulators/xen-kernel/files/xsa213-4.7.patch Thu May 11 08:17:07 2017 (r440618, copy of r440559, head/emulators/xen-kernel/files/xsa213-4.7.patch) @@ -0,0 +1,173 @@ +From: Jan Beulich +Subject: multicall: deal with early exit conditions + +In particular changes to guest privilege level require the multicall +sequence to be aborted, as hypercalls are permitted from kernel mode +only. While likely not very useful in a multicall, also properly handle +the return value in the HYPERVISOR_iret case (which should be the guest +specified value). + +This is XSA-213. + +Reported-by: Jann Horn +Signed-off-by: Jan Beulich +Reviewed-by: Andrew Cooper +Acked-by: Julien Grall + +--- a/xen/arch/arm/traps.c ++++ b/xen/arch/arm/traps.c +@@ -1529,30 +1529,33 @@ static bool_t check_multicall_32bit_clea + return true; + } + +-void do_multicall_call(struct multicall_entry *multi) ++enum mc_disposition do_multicall_call(struct multicall_entry *multi) + { + arm_hypercall_fn_t call = NULL; + + if ( multi->op >= ARRAY_SIZE(arm_hypercall_table) ) + { + multi->result = -ENOSYS; +- return; ++ return mc_continue; + } + + call = arm_hypercall_table[multi->op].fn; + if ( call == NULL ) + { + multi->result = -ENOSYS; +- return; ++ return mc_continue; + } + + if ( is_32bit_domain(current->domain) && + !check_multicall_32bit_clean(multi) ) +- return; ++ return mc_continue; + + multi->result = call(multi->args[0], multi->args[1], + multi->args[2], multi->args[3], + multi->args[4]); ++ ++ return likely(!psr_mode_is_user(guest_cpu_user_regs())) ++ ? mc_continue : mc_preempt; + } + + /* +--- a/xen/common/multicall.c ++++ b/xen/common/multicall.c +@@ -40,6 +40,7 @@ do_multicall( + struct mc_state *mcs = ¤t->mc_state; + uint32_t i; + int rc = 0; ++ enum mc_disposition disp = mc_continue; + + if ( unlikely(__test_and_set_bit(_MCSF_in_multicall, &mcs->flags)) ) + { +@@ -50,7 +51,7 @@ do_multicall( + if ( unlikely(!guest_handle_okay(call_list, nr_calls)) ) + rc = -EFAULT; + +- for ( i = 0; !rc && i < nr_calls; i++ ) ++ for ( i = 0; !rc && disp == mc_continue && i < nr_calls; i++ ) + { + if ( i && hypercall_preempt_check() ) + goto preempted; +@@ -63,7 +64,7 @@ do_multicall( + + trace_multicall_call(&mcs->call); + +- do_multicall_call(&mcs->call); ++ disp = do_multicall_call(&mcs->call); + + #ifndef NDEBUG + { +@@ -77,7 +78,14 @@ do_multicall( + } + #endif + +- if ( unlikely(__copy_field_to_guest(call_list, &mcs->call, result)) ) ++ if ( unlikely(disp == mc_exit) ) ++ { ++ if ( __copy_field_to_guest(call_list, &mcs->call, result) ) ++ /* nothing, best effort only */; ++ rc = mcs->call.result; ++ } ++ else if ( unlikely(__copy_field_to_guest(call_list, &mcs->call, ++ result)) ) + rc = -EFAULT; + else if ( mcs->flags & MCSF_call_preempted ) + { +@@ -93,6 +101,9 @@ do_multicall( + guest_handle_add_offset(call_list, 1); + } + ++ if ( unlikely(disp == mc_preempt) && i < nr_calls ) ++ goto preempted; ++ + perfc_incr(calls_to_multicall); + perfc_add(calls_from_multicall, i); + mcs->flags = 0; +--- a/xen/include/asm-arm/multicall.h ++++ b/xen/include/asm-arm/multicall.h +@@ -1,7 +1,11 @@ + #ifndef __ASM_ARM_MULTICALL_H__ + #define __ASM_ARM_MULTICALL_H__ + +-extern void do_multicall_call(struct multicall_entry *call); ++extern enum mc_disposition { ++ mc_continue, ++ mc_exit, ++ mc_preempt, ++} do_multicall_call(struct multicall_entry *call); + + #endif /* __ASM_ARM_MULTICALL_H__ */ + /* +--- a/xen/include/asm-x86/multicall.h ++++ b/xen/include/asm-x86/multicall.h +@@ -7,8 +7,21 @@ + + #include + ++enum mc_disposition { ++ mc_continue, ++ mc_exit, ++ mc_preempt, ++}; ++ ++#define multicall_ret(call) \ ++ (unlikely((call)->op == __HYPERVISOR_iret) \ ++ ? mc_exit \ ++ : likely(guest_kernel_mode(current, \ ++ guest_cpu_user_regs())) \ ++ ? mc_continue : mc_preempt) ++ + #define do_multicall_call(_call) \ +- do { \ ++ ({ \ + __asm__ __volatile__ ( \ + " movq %c1(%0),%%rax; " \ + " leaq hypercall_table(%%rip),%%rdi; " \ +@@ -37,9 +50,11 @@ + /* all the caller-saves registers */ \ + : "rax", "rcx", "rdx", "rsi", "rdi", \ + "r8", "r9", "r10", "r11" ); \ +- } while ( 0 ) ++ multicall_ret(_call); \ ++ }) + + #define compat_multicall_call(_call) \ ++ ({ \ + __asm__ __volatile__ ( \ + " movl %c1(%0),%%eax; " \ + " leaq compat_hypercall_table(%%rip),%%rdi; "\ +@@ -67,6 +82,8 @@ + "i" (-ENOSYS) \ + /* all the caller-saves registers */ \ + : "rax", "rcx", "rdx", "rsi", "rdi", \ +- "r8", "r9", "r10", "r11" ) \ ++ "r8", "r9", "r10", "r11" ); \ ++ multicall_ret(_call); \ ++ }) + + #endif /* __ASM_X86_MULTICALL_H__ */ Copied: branches/2017Q2/emulators/xen-kernel/files/xsa214.patch (from r440559, head/emulators/xen-kernel/files/xsa214.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/emulators/xen-kernel/files/xsa214.patch Thu May 11 08:17:07 2017 (r440618, copy of r440559, head/emulators/xen-kernel/files/xsa214.patch) @@ -0,0 +1,41 @@ +From: Jan Beulich +Subject: x86: discard type information when stealing pages + +While a page having just a single general reference left necessarily +has a zero type reference count too, its type may still be valid (and +in validated state; at present this is only possible and relevant for +PGT_seg_desc_page, as page tables have their type forcibly zapped when +their type reference count drops to zero, and +PGT_{writable,shared}_page pages don't require any validation). In +such a case when the page is being re-used with the same type again, +validation is being skipped. As validation criteria differ between +32- and 64-bit guests, pages to be transferred between guests need to +have their validation indicator zapped (and with it we zap all other +type information at once). + +This is XSA-214. + +Reported-by: Jann Horn +Signed-off-by: Jan Beulich +Reviewed-by: Andrew Cooper + +--- a/xen/arch/x86/mm.c ++++ b/xen/arch/x86/mm.c +@@ -4466,6 +4466,17 @@ int steal_page( + y = cmpxchg(&page->count_info, x, x & ~PGC_count_mask); + } while ( y != x ); + ++ /* ++ * With the sole reference dropped temporarily, no-one can update type ++ * information. Type count also needs to be zero in this case, but e.g. ++ * PGT_seg_desc_page may still have PGT_validated set, which we need to ++ * clear before transferring ownership (as validation criteria vary ++ * depending on domain type). ++ */ ++ BUG_ON(page->u.inuse.type_info & (PGT_count_mask | PGT_locked | ++ PGT_pinned)); ++ page->u.inuse.type_info = 0; ++ + /* Swizzle the owner then reinstate the PGC_allocated reference. */ + page_set_owner(page, NULL); + y = page->count_info; Copied: branches/2017Q2/emulators/xen-kernel/files/xsa215.patch (from r440559, head/emulators/xen-kernel/files/xsa215.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/emulators/xen-kernel/files/xsa215.patch Thu May 11 08:17:07 2017 (r440618, copy of r440559, head/emulators/xen-kernel/files/xsa215.patch) @@ -0,0 +1,37 @@ +From: Jan Beulich +Subject: x86: correct create_bounce_frame + +We may push up to 96 bytes on the guest (kernel) stack, so we should +also cover as much in the early range check. Note that this is the +simplest possible patch, which has the theoretical potential of +breaking a guest: We only really push 96 bytes when invoking the +failsafe callback, ordinary exceptions only have 56 or 64 bytes pushed +(without / with error code respectively). There is, however, no PV OS +known to place a kernel stack there. + +This is XSA-215. + +Reported-by: Jann Horn +Signed-off-by: Jan Beulich +Reviewed-by: Andrew Cooper + +--- a/xen/arch/x86/x86_64/entry.S ++++ b/xen/arch/x86/x86_64/entry.S +@@ -347,7 +347,7 @@ int80_slow_path: + jmp handle_exception_saved + + /* CREATE A BASIC EXCEPTION FRAME ON GUEST OS STACK: */ +-/* { RCX, R11, [DS-GS,] [CR2,] [ERRCODE,] RIP, CS, RFLAGS, RSP, SS } */ ++/* { RCX, R11, [DS-GS,] [ERRCODE,] RIP, CS, RFLAGS, RSP, SS } */ + /* %rdx: trap_bounce, %rbx: struct vcpu */ + /* On return only %rbx and %rdx are guaranteed non-clobbered. */ + create_bounce_frame: +@@ -367,7 +367,7 @@ create_bounce_frame: + 2: andq $~0xf,%rsi # Stack frames are 16-byte aligned. + movq $HYPERVISOR_VIRT_START,%rax + cmpq %rax,%rsi +- movq $HYPERVISOR_VIRT_END+60,%rax ++ movq $HYPERVISOR_VIRT_END+12*8,%rax + sbb %ecx,%ecx # In +ve address space? Then okay. + cmpq %rax,%rsi + adc %ecx,%ecx # Above Xen private area? Then okay. From owner-svn-ports-branches@freebsd.org Thu May 11 18:35: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 DD6E7D68C6D; Thu, 11 May 2017 18:35:04 +0000 (UTC) (envelope-from jgh@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 7CB70A4A; Thu, 11 May 2017 18:35:04 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4BIZ3Kn073405; Thu, 11 May 2017 18:35:03 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4BIZ3Sl073404; Thu, 11 May 2017 18:35:03 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201705111835.v4BIZ3Sl073404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 11 May 2017 18:35:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440645 - branches/2017Q2/dns/py-namebench/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, 11 May 2017 18:35:05 -0000 Author: jgh Date: Thu May 11 18:35:03 2017 New Revision: 440645 URL: https://svnweb.freebsd.org/changeset/ports/440645 Log: MFH: r440644 - remove extra patch file causing a re-patch of same file Reported by: pkg-fallout@ Approved by: ports-secteam (with hat) Deleted: branches/2017Q2/dns/py-namebench/files/patch-libnamebench-util-py Modified: Directory Properties: branches/2017Q2/ (props changed) From owner-svn-ports-branches@freebsd.org Fri May 12 07:59: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 E51C2D6965C; Fri, 12 May 2017 07:59:37 +0000 (UTC) (envelope-from mandree@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 93BDECEB; Fri, 12 May 2017 07:59:37 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4C7xa6M006536; Fri, 12 May 2017 07:59:36 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4C7xawt006534; Fri, 12 May 2017 07:59:36 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201705120759.v4C7xawt006534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 12 May 2017 07:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440676 - branches/2017Q2/security/openvpn 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: Fri, 12 May 2017 07:59:38 -0000 Author: mandree Date: Fri May 12 07:59:36 2017 New Revision: 440676 URL: https://svnweb.freebsd.org/changeset/ports/440676 Log: MFH: r440667 OpenVPN update to 2.4.2 (security fixes) ChangeLog: Details: Security Announcement: Reported by: Samuli Seppänen Security: 04cc7bd2-3686-11e7-aa64-080027ef73ec Security: CVE-2017-7478 Security: CVE-2017-7479 Approved by: ports-secteam (miwi) Modified: branches/2017Q2/security/openvpn/Makefile branches/2017Q2/security/openvpn/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/openvpn/Makefile ============================================================================== --- branches/2017Q2/security/openvpn/Makefile Fri May 12 02:54:43 2017 (r440675) +++ branches/2017Q2/security/openvpn/Makefile Fri May 12 07:59:36 2017 (r440676) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.4.1 +DISTVERSION= 2.4.2 PORTREVISION?= 0 CATEGORIES= security net MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ Modified: branches/2017Q2/security/openvpn/distinfo ============================================================================== --- branches/2017Q2/security/openvpn/distinfo Fri May 12 02:54:43 2017 (r440675) +++ branches/2017Q2/security/openvpn/distinfo Fri May 12 07:59:36 2017 (r440676) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490301135 -SHA256 (openvpn-2.4.1.tar.xz) = fde9e22c6df7a335d2d58c6a4d5967be76df173c766a5c51ece57fd044c76ee5 -SIZE (openvpn-2.4.1.tar.xz) = 920796 +TIMESTAMP = 1494532032 +SHA256 (openvpn-2.4.2.tar.xz) = df5c4f384b7df6b08a2f6fa8a84b9fd382baf59c2cef1836f82e2a7f62f1bff9 +SIZE (openvpn-2.4.2.tar.xz) = 918448 From owner-svn-ports-branches@freebsd.org Fri May 12 15:23:24 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 04FA0D69EC7; Fri, 12 May 2017 15:23:24 +0000 (UTC) (envelope-from feld@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 C853E1F3; Fri, 12 May 2017 15:23:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4CFNMbT090003; Fri, 12 May 2017 15:23:22 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CFNL59089991; Fri, 12 May 2017 15:23:21 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705121523.v4CFNL59089991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 12 May 2017 15:23:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440684 - 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: Fri, 12 May 2017 15:23:24 -0000 Author: feld Date: Fri May 12 15:23:21 2017 New Revision: 440684 URL: https://svnweb.freebsd.org/changeset/ports/440684 Log: MFH: r440680 r440682 www/chromium: update to 58.0.3029.110 "This build contains a number of bug fixes, security updates and feature enhancements." [1] Changelog: https://chromereleases.googleblog.com/2017/05/stable-channel-update-for-chrome-os_11.html [1] Approved by: ports-secteam (with hat) Added: branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main.cc - copied unchanged from r440680, head/www/chromium/files/patch-chrome_app_chrome__main.cc branches/2017Q2/www/chromium/files/patch-chrome_chrome__paks.gni - copied unchanged from r440680, head/www/chromium/files/patch-chrome_chrome__paks.gni branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc - copied unchanged from r440680, head/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h - copied unchanged from r440680, head/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc - copied unchanged from r440680, head/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__main__delegate.h - copied unchanged from r440680, head/www/chromium/files/patch-headless_lib_headless__content__main__delegate.h branches/2017Q2/www/chromium/files/patch-headless_lib_headless__macros.h - copied unchanged from r440680, head/www/chromium/files/patch-headless_lib_headless__macros.h branches/2017Q2/www/chromium/files/patch-remoting_host_host__details.cc - copied unchanged from r440680, head/www/chromium/files/patch-remoting_host_host__details.cc Modified: branches/2017Q2/www/chromium/Makefile branches/2017Q2/www/chromium/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/chromium/Makefile ============================================================================== --- branches/2017Q2/www/chromium/Makefile Fri May 12 15:04:48 2017 (r440683) +++ branches/2017Q2/www/chromium/Makefile Fri May 12 15:23:21 2017 (r440684) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 58.0.3029.96 +PORTVERSION= 58.0.3029.110 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 Modified: branches/2017Q2/www/chromium/distinfo ============================================================================== --- branches/2017Q2/www/chromium/distinfo Fri May 12 15:04:48 2017 (r440683) +++ branches/2017Q2/www/chromium/distinfo Fri May 12 15:23:21 2017 (r440684) @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1494416961 +SHA256 (chromium-58.0.3029.110.tar.xz) = f24cef3dd2acf9dd5ccdeeca47fea42d1c1ddff32b7375dc9e0cd35a4e8d78ff +SIZE (chromium-58.0.3029.110.tar.xz) = 518167664 +SHA256 (chromium-58.0.3029.110-testdata.tar.xz) = 53ace1eaee38bc3bb11aef932851131d563a2deefb2fd9c9f1fa524b7098e472 +SIZE (chromium-58.0.3029.110-testdata.tar.xz) = 124161428 Copied: branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main.cc (from r440680, head/www/chromium/files/patch-chrome_app_chrome__main.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main.cc Fri May 12 15:23:21 2017 (r440684, copy of r440680, head/www/chromium/files/patch-chrome_app_chrome__main.cc) @@ -0,0 +1,19 @@ +--- chrome/app/chrome_main.cc.orig 2017-05-09 19:02:41 UTC ++++ chrome/app/chrome_main.cc +@@ -97,14 +97,14 @@ int ChromeMain(int argc, const char** ar + ALLOW_UNUSED_LOCAL(command_line); + #endif + +-#if defined(OS_LINUX) || defined(OS_MACOSX) ++#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) + if (command_line->HasSwitch(switches::kHeadless)) { + #if defined(OS_MACOSX) + SetUpBundleOverrides(); + #endif + return headless::HeadlessShellMain(argc, argv); + } +-#endif // defined(OS_LINUX) || defined(OS_MACOSX) ++#endif // defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) + + #if BUILDFLAG(ENABLE_PACKAGE_MASH_SERVICES) + version_info::Channel channel = chrome::GetChannel(); Copied: branches/2017Q2/www/chromium/files/patch-chrome_chrome__paks.gni (from r440680, head/www/chromium/files/patch-chrome_chrome__paks.gni) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-chrome_chrome__paks.gni Fri May 12 15:23:21 2017 (r440684, copy of r440680, head/www/chromium/files/patch-chrome_chrome__paks.gni) @@ -0,0 +1,11 @@ +--- chrome/chrome_paks.gni.orig 2017-05-09 19:02:43 UTC ++++ chrome/chrome_paks.gni +@@ -157,7 +157,7 @@ template("chrome_extra_paks") { + "//ui/file_manager:resources", + ] + } +- if (is_linux) { ++ if (is_linux || is_bsd) { + sources += [ "$root_gen_dir/headless/headless_lib_resources.pak" ] + deps += [ "//headless:resources" ] + } Copied: branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc (from r440680, head/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc Fri May 12 15:23:21 2017 (r440684, copy of r440680, head/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc) @@ -0,0 +1,20 @@ +--- headless/lib/browser/headless_content_browser_client.cc.orig 2017-05-09 19:02:47 UTC ++++ headless/lib/browser/headless_content_browser_client.cc +@@ -171,7 +171,7 @@ void HeadlessContentBrowserClient::GetQu + callback); + } + +-#if defined(OS_POSIX) && !defined(OS_MACOSX) ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) + void HeadlessContentBrowserClient::GetAdditionalMappedFilesForChildProcess( + const base::CommandLine& command_line, + int child_process_id, +@@ -182,7 +182,7 @@ void HeadlessContentBrowserClient::GetAd + mappings->Share(kCrashDumpSignal, crash_signal_fd); + #endif // defined(HEADLESS_USE_BREAKPAD) + } +-#endif // defined(OS_POSIX) && !defined(OS_MACOSX) ++#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) + + void HeadlessContentBrowserClient::AppendExtraCommandLineSwitches( + base::CommandLine* command_line, Copied: branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h (from r440680, head/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h Fri May 12 15:23:21 2017 (r440684, copy of r440680, head/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h) @@ -0,0 +1,11 @@ +--- headless/lib/browser/headless_content_browser_client.h.orig 2017-05-09 19:02:47 UTC ++++ headless/lib/browser/headless_content_browser_client.h +@@ -28,7 +28,7 @@ class HeadlessContentBrowserClient : pub + content::BrowserContext* context, + content::StoragePartition* partition, + const storage::OptionalQuotaSettingsCallback& callback) override; +-#if defined(OS_POSIX) && !defined(OS_MACOSX) ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) + void GetAdditionalMappedFilesForChildProcess( + const base::CommandLine& command_line, + int child_process_id, Copied: branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc (from r440680, head/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc Fri May 12 15:23:21 2017 (r440684, copy of r440680, head/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc) @@ -0,0 +1,38 @@ +--- headless/lib/headless_content_main_delegate.cc.orig 2017-05-09 19:02:47 UTC ++++ headless/lib/headless_content_main_delegate.cc +@@ -147,7 +147,7 @@ void HeadlessContentMainDelegate::InitCr + g_headless_crash_client.Pointer()->set_crash_dumps_dir( + browser_->options()->crash_dumps_dir); + +-#if !defined(OS_MACOSX) ++#if !defined(OS_MACOSX) && !defined(OS_BSD) + if (!browser_->options()->enable_crash_reporter) { + DCHECK(!breakpad::IsCrashReporterEnabled()); + return; +@@ -156,7 +156,7 @@ void HeadlessContentMainDelegate::InitCr + if (process_type != switches::kZygoteProcess) + breakpad::InitCrashReporter(process_type); + #endif // defined(HEADLESS_USE_BREAKPAD) +-#endif // !defined(OS_MACOSX) ++#endif // !defined(OS_MACOSX) && !defined(OS_BSD) + } + + void HeadlessContentMainDelegate::PreSandboxStartup() { +@@ -170,7 +170,7 @@ void HeadlessContentMainDelegate::PreSan + if (command_line.HasSwitch(switches::kEnableLogging)) + InitLogging(command_line); + #endif +-#if !defined(OS_MACOSX) ++#if !defined(OS_MACOSX) && !defined(OS_BSD) + InitCrashReporter(command_line); + #endif + InitializeResourceBundle(); +@@ -202,7 +202,7 @@ int HeadlessContentMainDelegate::RunProc + return 0; + } + +-#if !defined(OS_MACOSX) && defined(OS_POSIX) && !defined(OS_ANDROID) ++#if !defined(OS_MACOSX) && defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_BSD) + void HeadlessContentMainDelegate::ZygoteForked() { + const base::CommandLine& command_line( + *base::CommandLine::ForCurrentProcess()); Copied: branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__main__delegate.h (from r440680, head/www/chromium/files/patch-headless_lib_headless__content__main__delegate.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__main__delegate.h Fri May 12 15:23:21 2017 (r440684, copy of r440680, head/www/chromium/files/patch-headless_lib_headless__content__main__delegate.h) @@ -0,0 +1,11 @@ +--- headless/lib/headless_content_main_delegate.h.orig 2017-05-09 19:02:47 UTC ++++ headless/lib/headless_content_main_delegate.h +@@ -39,7 +39,7 @@ class HeadlessContentMainDelegate : publ + + HeadlessBrowserImpl* browser() const { return browser_.get(); } + +-#if !defined(OS_MACOSX) && defined(OS_POSIX) && !defined(OS_ANDROID) ++#if !defined(OS_MACOSX) && defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_BSD) + void ZygoteForked() override; + #endif + Copied: branches/2017Q2/www/chromium/files/patch-headless_lib_headless__macros.h (from r440680, head/www/chromium/files/patch-headless_lib_headless__macros.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-headless_lib_headless__macros.h Fri May 12 15:23:21 2017 (r440684, copy of r440680, head/www/chromium/files/patch-headless_lib_headless__macros.h) @@ -0,0 +1,13 @@ +--- headless/lib/headless_macros.h.orig 2017-05-09 19:02:47 UTC ++++ headless/lib/headless_macros.h +@@ -5,8 +5,8 @@ + #ifndef HEADLESS_LIB_HEADLESS_MACROS_H_ + #define HEADLESS_LIB_HEADLESS_MACROS_H_ + +-#if defined(OS_POSIX) && !defined(OS_MACOSX) ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) + #define HEADLESS_USE_BREAKPAD +-#endif // defined(OS_POSIX) && !defined(OS_MACOSX) ++#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) + + #endif // HEADLESS_LIB_HEADLESS_MACROS_H_ Copied: branches/2017Q2/www/chromium/files/patch-remoting_host_host__details.cc (from r440680, head/www/chromium/files/patch-remoting_host_host__details.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/chromium/files/patch-remoting_host_host__details.cc Fri May 12 15:23:21 2017 (r440684, copy of r440680, head/www/chromium/files/patch-remoting_host_host__details.cc) @@ -0,0 +1,11 @@ +--- remoting/host/host_details.cc.orig 2017-05-09 19:02:49 UTC ++++ remoting/host/host_details.cc +@@ -26,6 +26,8 @@ std::string GetHostOperatingSystemName() + return "Linux"; + #elif defined(OS_ANDROID) + return "Android"; ++#elif defined(OS_BSD) ++ return "BSD"; + #else + #error "Unsupported host OS" + #endif From owner-svn-ports-branches@freebsd.org Fri May 12 15:26:29 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 136ECD69F64; Fri, 12 May 2017 15:26:29 +0000 (UTC) (envelope-from cjpm@gmx.us) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F96C5F0; Fri, 12 May 2017 15:26:24 +0000 (UTC) (envelope-from cjpm@gmx.us) Received: from [192.168.1.33] ([79.156.100.95]) by mail.gmx.com (mrgmx101 [212.227.17.174]) with ESMTPSA (Nemesis) id 0LcWSI-1dqXhW0erm-00jpdJ; Fri, 12 May 2017 17:26:16 +0200 Date: Fri, 12 May 2017 17:26:14 +0200 User-Agent: K-9 Mail for Android In-Reply-To: <201705121523.v4CFNL59089991@repo.freebsd.org> References: <201705121523.v4CFNL59089991@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: svn commit: r440684 - in branches/2017Q2/www/chromium: . files To: Mark Felder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org From: "Carlos J. Puga Medina" Message-ID: <152325C2-5185-42C2-9FC0-2FF8E75BAD9E@gmx.us> X-Provags-ID: V03:K0:CGoY9uPmYlHMPdBP24PvWPm8uf9vbxEsvP9bWJO0eQjOEfTxEZr 94vCfuBMv5SbVdloxS/J9T91sXBwazIRRbPWiWMWUNyUoI1kv11AzYvimjdRQ5lkXFwQxm/ Ic7wZeLB46elhBNQRKO/ve5/6Jk0YEWee6HoUGEPDZkHwCMdFOhqNbbuBoUQl5tfrN0QLwE tbHYk0VrFSztOOEIRiWqA== X-UI-Out-Filterresults: notjunk:1;V01:K0:bJoLB+rKsB4=:Tsh8zzY/nqQ4UvQcdkaSbG WRHoKHcphcojpUuCEZRgMq44x1QD2sj+KBVdfXQcVLA4fjE8Jdvqy0y/64fCFV1XRTO6uj8VA IZ85s5S1ipb+Iutt0hCqOcQCSB1QWzEaQ9YqAiqxMqKUWD0D+HFZO42KvrRzdcrvcQNy1lTAR HAQEhoA47YHoahYcjPscWGl6bcGBEsJVZgj1kcqITLtIy/vAbVMPpU7wpSlzJ8fqIl0r+Bl1Z uhc5TQGg0Tt+5+FUgq0CnupfZK9wm3UEf3nZx6b14/aPB56C0sgYGCEYIlVqnbFitSRzdX1zR jdvPqHencGqw9iiV4i1Za1DxIiRAlwr6XuOrakTUCuWnKg9G2cDUtb/qGQcn20VKkvI1/TrJ5 xG1N99AoAhtroLCPe9faZ+nmqW5glRIiXtNwvqcwCADHXsvBrvqrubjVOjHjm2Hdcs6pnyhaf suz0ajd/9e7elCgFZ1X75HytBaDxkPsFVz0Yy8NILlGXIhVIT2HIKwZ4/axDNf528n4Q7NJwh 3xJ0TKpV7SGETBTa/PhTZJNA2U5YFXdabV7USfZ1d3hqjqaszZzWWhTKSGlXACqUoqcaVPw5C cIuQh4n6YOA3PqxMlwkAu39KIiF9+CrqYN1WQs4JhQz70VTWzD+On0L7a7FyKBr9BACXJ7/01 NTuS3vu2TsWPyAxl68qxtzsFkaZDhOSyBrUX4UXvzst7+x3giBUtYJpiOHm92BXC4frfj/l0A /tUNzsPkAIzYhiEa+LNi3IAXimvC7opr83G1vS6rjQ4NFwjXu4ytnUa4ANQkvjr6FiqFa76sX E6yjbBL 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: Fri, 12 May 2017 15:26:29 -0000 El 12 de mayo de 2017 17:23:21 CEST, Mark Felder escr= ibi=C3=B3: >Author: feld >Date: Fri May 12 15:23:21 2017 >New Revision: 440684 >URL: https://svnweb=2Efreebsd=2Eorg/changeset/ports/440684 > >Log: > MFH: r440680 r440682 > =20 > www/chromium: update to 58=2E0=2E3029=2E110 > =20 >"This build contains a number of bug fixes, security updates and >feature enhancements=2E" [1] > =20 >Changelog: https://chromereleases=2Egoogleblog=2Ecom/2017/05/stable-chann= el-update-for-chrome-os_11=2Ehtml >[1] > Approved by: ports-secteam (with hat) > Thanks Mark! >Added: > branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main=2Ecc >- copied unchanged from r440680, >head/www/chromium/files/patch-chrome_app_chrome__main=2Ecc > branches/2017Q2/www/chromium/files/patch-chrome_chrome__paks=2Egni >- copied unchanged from r440680, >head/www/chromium/files/patch-chrome_chrome__paks=2Egni >branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__c= ontent__browser__client=2Ecc >- copied unchanged from r440680, >head/www/chromium/files/patch-headless_lib_browser_headless__content__bro= wser__client=2Ecc >branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__c= ontent__browser__client=2Eh >- copied unchanged from r440680, >head/www/chromium/files/patch-headless_lib_browser_headless__content__bro= wser__client=2Eh >branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__= main__delegate=2Ecc >- copied unchanged from r440680, >head/www/chromium/files/patch-headless_lib_headless__content__main__deleg= ate=2Ecc >branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__= main__delegate=2Eh >- copied unchanged from r440680, >head/www/chromium/files/patch-headless_lib_headless__content__main__deleg= ate=2Eh >branches/2017Q2/www/chromium/files/patch-headless_lib_headless__macros=2E= h >- copied unchanged from r440680, >head/www/chromium/files/patch-headless_lib_headless__macros=2Eh >branches/2017Q2/www/chromium/files/patch-remoting_host_host__details=2Ecc >- copied unchanged from r440680, >head/www/chromium/files/patch-remoting_host_host__details=2Ecc >Modified: > branches/2017Q2/www/chromium/Makefile > branches/2017Q2/www/chromium/distinfo >Directory Properties: > branches/2017Q2/ (props changed) > >Modified: branches/2017Q2/www/chromium/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- branches/2017Q2/www/chromium/Makefile Fri May 12 15:04:48 >2017 (r440683) >+++ branches/2017Q2/www/chromium/Makefile Fri May 12 15:23:21 >2017 (r440684) >@@ -2,7 +2,7 @@ > # $FreeBSD$ >=20 > PORTNAME=3D chromium >-PORTVERSION=3D 58=2E0=2E3029=2E96 >+PORTVERSION=3D 58=2E0=2E3029=2E110 > CATEGORIES=3D www >MASTER_SITES=3D http://commondatastorage=2Egoogleapis=2Ecom/chromium-brow= ser-official/ >DISTFILES=3D ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get >distinfo correct if TEST is on > >Modified: branches/2017Q2/www/chromium/distinfo >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- branches/2017Q2/www/chromium/distinfo Fri May 12 15:04:48 >2017 (r440683) >+++ branches/2017Q2/www/chromium/distinfo Fri May 12 15:23:21 >2017 (r440684) >@@ -1,5 +1,5 @@ >-TIMESTAMP =3D 1493784258 >-SHA256 (chromium-58=2E0=2E3029=2E96=2Etar=2Exz) =3D >5d38fd7ad3b58bd09da8ff05f12354e94c2ad1bb203527a632b72cc3ff4a5181 >-SIZE (chromium-58=2E0=2E3029=2E96=2Etar=2Exz) =3D 518160320 >-SHA256 (chromium-58=2E0=2E3029=2E96-testdata=2Etar=2Exz) =3D >2451cfe8f25f578dbce3b85a00589e4609958db969ad4421f89e780751bf067b >-SIZE (chromium-58=2E0=2E3029=2E96-testdata=2Etar=2Exz) =3D 124156492 >+TIMESTAMP =3D 1494416961 >+SHA256 (chromium-58=2E0=2E3029=2E110=2Etar=2Exz) =3D >f24cef3dd2acf9dd5ccdeeca47fea42d1c1ddff32b7375dc9e0cd35a4e8d78ff >+SIZE (chromium-58=2E0=2E3029=2E110=2Etar=2Exz) =3D 518167664 >+SHA256 (chromium-58=2E0=2E3029=2E110-testdata=2Etar=2Exz) =3D >53ace1eaee38bc3bb11aef932851131d563a2deefb2fd9c9f1fa524b7098e472 >+SIZE (chromium-58=2E0=2E3029=2E110-testdata=2Etar=2Exz) =3D 124161428 > >Copied: >branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main=2Ecc >(from r440680, >head/www/chromium/files/patch-chrome_app_chrome__main=2Ecc) >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ >branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main=2Ecc Fri >May 12 15:23:21 2017 (r440684, copy of r440680, >head/www/chromium/files/patch-chrome_app_chrome__main=2Ecc) >@@ -0,0 +1,19 @@ >+--- chrome/app/chrome_main=2Ecc=2Eorig 2017-05-09 19:02:41 UTC >++++ chrome/app/chrome_main=2Ecc >+@@ -97,14 +97,14 @@ int ChromeMain(int argc, const char** ar >+ ALLOW_UNUSED_LOCAL(command_line); >+ #endif >+=20 >+-#if defined(OS_LINUX) || defined(OS_MACOSX) >++#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) >+ if (command_line->HasSwitch(switches::kHeadless)) { >+ #if defined(OS_MACOSX) >+ SetUpBundleOverrides(); >+ #endif >+ return headless::HeadlessShellMain(argc, argv); >+ } >+-#endif // defined(OS_LINUX) || defined(OS_MACOSX) >++#endif // defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) >+=20 >+ #if BUILDFLAG(ENABLE_PACKAGE_MASH_SERVICES) >+ version_info::Channel channel =3D chrome::GetChannel(); > >Copied: >branches/2017Q2/www/chromium/files/patch-chrome_chrome__paks=2Egni (from >r440680, head/www/chromium/files/patch-chrome_chrome__paks=2Egni) >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ >branches/2017Q2/www/chromium/files/patch-chrome_chrome__paks=2Egni Fri >May 12 15:23:21 2017 (r440684, copy of r440680, >head/www/chromium/files/patch-chrome_chrome__paks=2Egni) >@@ -0,0 +1,11 @@ >+--- chrome/chrome_paks=2Egni=2Eorig 2017-05-09 19:02:43 UTC >++++ chrome/chrome_paks=2Egni >+@@ -157,7 +157,7 @@ template("chrome_extra_paks") { >+ "//ui/file_manager:resources", >+ ] >+ } >+- if (is_linux) { >++ if (is_linux || is_bsd) { >+ sources +=3D [ >"$root_gen_dir/headless/headless_lib_resources=2Epak" ] >+ deps +=3D [ "//headless:resources" ] >+ } > >Copied: >branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__c= ontent__browser__client=2Ecc >(from r440680, >head/www/chromium/files/patch-headless_lib_browser_headless__content__bro= wser__client=2Ecc) >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ >branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__c= ontent__browser__client=2Ecc Fri >May 12 15:23:21 2017 (r440684, copy of r440680, >head/www/chromium/files/patch-headless_lib_browser_headless__content__bro= wser__client=2Ecc) >@@ -0,0 +1,20 @@ >+--- >headless/lib/browser/headless_content_browser_client=2Ecc=2Eorig 2017-05-= 09 >19:02:47 UTC >++++ headless/lib/browser/headless_content_browser_client=2Ecc >+@@ -171,7 +171,7 @@ void HeadlessContentBrowserClient::GetQu >+ callback); >+ } >+=20 >+-#if defined(OS_POSIX) && !defined(OS_MACOSX) >++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) >+ void >HeadlessContentBrowserClient::GetAdditionalMappedFilesForChildProcess( >+ const base::CommandLine& command_line, >+ int child_process_id, >+@@ -182,7 +182,7 @@ void HeadlessContentBrowserClient::GetAd >+ mappings->Share(kCrashDumpSignal, crash_signal_fd); >+ #endif // defined(HEADLESS_USE_BREAKPAD) >+ } >+-#endif // defined(OS_POSIX) && !defined(OS_MACOSX) >++#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && >!defined(OS_BSD) >+=20 >+ void HeadlessContentBrowserClient::AppendExtraCommandLineSwitches( >+ base::CommandLine* command_line, > >Copied: >branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__c= ontent__browser__client=2Eh >(from r440680, >head/www/chromium/files/patch-headless_lib_browser_headless__content__bro= wser__client=2Eh) >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ >branches/2017Q2/www/chromium/files/patch-headless_lib_browser_headless__c= ontent__browser__client=2Eh Fri >May 12 15:23:21 2017 (r440684, copy of r440680, >head/www/chromium/files/patch-headless_lib_browser_headless__content__bro= wser__client=2Eh) >@@ -0,0 +1,11 @@ >+--- >headless/lib/browser/headless_content_browser_client=2Eh=2Eorig 2017-05-0= 9 >19:02:47 UTC >++++ headless/lib/browser/headless_content_browser_client=2Eh >+@@ -28,7 +28,7 @@ class HeadlessContentBrowserClient : pub >+ content::BrowserContext* context, >+ content::StoragePartition* partition, >+ const storage::OptionalQuotaSettingsCallback& callback) >override; >+-#if defined(OS_POSIX) && !defined(OS_MACOSX) >++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) >+ void GetAdditionalMappedFilesForChildProcess( >+ const base::CommandLine& command_line, >+ int child_process_id, > >Copied: >branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__= main__delegate=2Ecc >(from r440680, >head/www/chromium/files/patch-headless_lib_headless__content__main__deleg= ate=2Ecc) >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ >branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__= main__delegate=2Ecc Fri >May 12 15:23:21 2017 (r440684, copy of r440680, >head/www/chromium/files/patch-headless_lib_headless__content__main__deleg= ate=2Ecc) >@@ -0,0 +1,38 @@ >+--- headless/lib/headless_content_main_delegate=2Ecc=2Eorig 2017-05-09 >19:02:47 UTC >++++ headless/lib/headless_content_main_delegate=2Ecc >+@@ -147,7 +147,7 @@ void HeadlessContentMainDelegate::InitCr >+ g_headless_crash_client=2EPointer()->set_crash_dumps_dir( >+ browser_->options()->crash_dumps_dir); >+=20 >+-#if !defined(OS_MACOSX) >++#if !defined(OS_MACOSX) && !defined(OS_BSD) >+ if (!browser_->options()->enable_crash_reporter) { >+ DCHECK(!breakpad::IsCrashReporterEnabled()); >+ return; >+@@ -156,7 +156,7 @@ void HeadlessContentMainDelegate::InitCr >+ if (process_type !=3D switches::kZygoteProcess) >+ breakpad::InitCrashReporter(process_type); >+ #endif // defined(HEADLESS_USE_BREAKPAD) >+-#endif // !defined(OS_MACOSX) >++#endif // !defined(OS_MACOSX) && !defined(OS_BSD) >+ } >+=20 >+ void HeadlessContentMainDelegate::PreSandboxStartup() { >+@@ -170,7 +170,7 @@ void HeadlessContentMainDelegate::PreSan >+ if (command_line=2EHasSwitch(switches::kEnableLogging)) >+ InitLogging(command_line); >+ #endif >+-#if !defined(OS_MACOSX) >++#if !defined(OS_MACOSX) && !defined(OS_BSD) >+ InitCrashReporter(command_line); >+ #endif >+ InitializeResourceBundle(); >+@@ -202,7 +202,7 @@ int HeadlessContentMainDelegate::RunProc >+ return 0; >+ } >+=20 >+-#if !defined(OS_MACOSX) && defined(OS_POSIX) && !defined(OS_ANDROID) >++#if !defined(OS_MACOSX) && defined(OS_POSIX) && !defined(OS_ANDROID) >&& !defined(OS_BSD) >+ void HeadlessContentMainDelegate::ZygoteForked() { >+ const base::CommandLine& command_line( >+ *base::CommandLine::ForCurrentProcess()); > >Copied: >branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__= main__delegate=2Eh >(from r440680, >head/www/chromium/files/patch-headless_lib_headless__content__main__deleg= ate=2Eh) >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ >branches/2017Q2/www/chromium/files/patch-headless_lib_headless__content__= main__delegate=2Eh Fri >May 12 15:23:21 2017 (r440684, copy of r440680, >head/www/chromium/files/patch-headless_lib_headless__content__main__deleg= ate=2Eh) >@@ -0,0 +1,11 @@ >+--- headless/lib/headless_content_main_delegate=2Eh=2Eorig 2017-05-09 >19:02:47 UTC >++++ headless/lib/headless_content_main_delegate=2Eh >+@@ -39,7 +39,7 @@ class HeadlessContentMainDelegate : publ >+=20 >+ HeadlessBrowserImpl* browser() const { return browser_=2Eget(); } >+=20 >+-#if !defined(OS_MACOSX) && defined(OS_POSIX) && !defined(OS_ANDROID) >++#if !defined(OS_MACOSX) && defined(OS_POSIX) && !defined(OS_ANDROID) >&& !defined(OS_BSD) >+ void ZygoteForked() override; >+ #endif >+=20 > >Copied: >branches/2017Q2/www/chromium/files/patch-headless_lib_headless__macros=2E= h >(from r440680, >head/www/chromium/files/patch-headless_lib_headless__macros=2Eh) >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ >branches/2017Q2/www/chromium/files/patch-headless_lib_headless__macros=2E= h Fri >May 12 15:23:21 2017 (r440684, copy of r440680, >head/www/chromium/files/patch-headless_lib_headless__macros=2Eh) >@@ -0,0 +1,13 @@ >+--- headless/lib/headless_macros=2Eh=2Eorig 2017-05-09 19:02:47 UTC >++++ headless/lib/headless_macros=2Eh >+@@ -5,8 +5,8 @@ >+ #ifndef HEADLESS_LIB_HEADLESS_MACROS_H_ >+ #define HEADLESS_LIB_HEADLESS_MACROS_H_ >+=20 >+-#if defined(OS_POSIX) && !defined(OS_MACOSX) >++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) >+ #define HEADLESS_USE_BREAKPAD >+-#endif // defined(OS_POSIX) && !defined(OS_MACOSX) >++#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && >!defined(OS_BSD) >+=20 >+ #endif // HEADLESS_LIB_HEADLESS_MACROS_H_ > >Copied: >branches/2017Q2/www/chromium/files/patch-remoting_host_host__details=2Ecc >(from r440680, >head/www/chromium/files/patch-remoting_host_host__details=2Ecc) >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- /dev/null 00:00:00 1970 (empty, because file is newly added) >+++ >branches/2017Q2/www/chromium/files/patch-remoting_host_host__details=2Ecc= Fri >May 12 15:23:21 2017 (r440684, copy of r440680, >head/www/chromium/files/patch-remoting_host_host__details=2Ecc) >@@ -0,0 +1,11 @@ >+--- remoting/host/host_details=2Ecc=2Eorig 2017-05-09 19:02:49 UTC >++++ remoting/host/host_details=2Ecc >+@@ -26,6 +26,8 @@ std::string GetHostOperatingSystemName() >+ return "Linux"; >+ #elif defined(OS_ANDROID) >+ return "Android"; >++#elif defined(OS_BSD) >++ return "BSD"; >+ #else >+ #error "Unsupported host OS" >+ #endif --=20 Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E From owner-svn-ports-branches@freebsd.org Fri May 12 15:36:13 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 15256D693C1; Fri, 12 May 2017 15:36:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 E2A88E9E; Fri, 12 May 2017 15:36:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id B174120941; Fri, 12 May 2017 11:36:11 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute3.internal (MEProxy); Fri, 12 May 2017 11:36:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=3RWdyq gL555eLZeJ1cF78oBo2jIagehJOi14pCO5vWw=; b=RVGVnNe4O8vvxzOx49631J BHckA+AJY9mKJ12tuxlZXgY9MRmsx+Hso0957jFvWEuXCr2s0AJpTcE2D6BXhZq9 Lcw0VISEBHmlmSIX3GSc/glC1wT3gqoNgkEM/UJMiM0aFLOqLNompEYPQyBe8+JS mjAKyZNycqNOmjuLfBsfC7DVFbz1+3/c/3rIWoNRRCtAyoBEuH58ECZE0GBx2xG5 IuG3ymT7bQLUNWn8CzpUfS66bt2jLNfOogaXwScanJKijQUhua7FBNgtMCMDwrJW E/Os3zBD417iO3baNLFhCABS5oCjAG6seuv4+fQtrcybBNFfjJiRcNQOEx685PJw == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 8FBB4BAB6E; Fri, 12 May 2017 11:36:11 -0400 (EDT) Message-Id: <1494603371.674006.974627144.5D2A3F12@webmail.messagingengine.com> From: Mark Felder To: "Carlos J. Puga Medina" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-6cc55fe1 References: <201705121523.v4CFNL59089991@repo.freebsd.org> <152325C2-5185-42C2-9FC0-2FF8E75BAD9E@gmx.us> Subject: Re: svn commit: r440684 - in branches/2017Q2/www/chromium: . files In-Reply-To: <152325C2-5185-42C2-9FC0-2FF8E75BAD9E@gmx.us> Date: Fri, 12 May 2017 10:36:11 -0500 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: Fri, 12 May 2017 15:36:13 -0000 On Fri, May 12, 2017, at 10:26, Carlos J. Puga Medina wrote: > > > Thanks Mark! > No, thank YOU! If this works well we can avoid having to deploy Linux servers @ work to use Chromium headless mode tools the guys have developed internally. -- Mark Felder ports-secteam & portmgr member feld@FreeBSD.org From owner-svn-ports-branches@freebsd.org Fri May 12 16:27:05 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 EA12ED69D71; Fri, 12 May 2017 16:27:05 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C41115F7; Fri, 12 May 2017 16:27:05 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from localhost (unknown [127.0.1.132]) by freefall.freebsd.org (Postfix) with ESMTP id AD82A7118; Fri, 12 May 2017 16:27:03 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Message-ID: <1494606414.1579.6.camel@FreeBSD.org> Subject: Re: svn commit: r440684 - in branches/2017Q2/www/chromium: . files From: "Carlos J. Puga Medina" To: "Carlos J. Puga Medina" , Mark Felder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Date: Fri, 12 May 2017 18:26:54 +0200 In-Reply-To: <152325C2-5185-42C2-9FC0-2FF8E75BAD9E@gmx.us> References: <201705121523.v4CFNL59089991@repo.freebsd.org> <152325C2-5185-42C2-9FC0-2FF8E75BAD9E@gmx.us> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-qZQ+Se4WJmqG8H6zJsmj" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 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: Fri, 12 May 2017 16:27:06 -0000 --=-qZQ+Se4WJmqG8H6zJsmj Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2017-05-12 at 17:26 +0200, Carlos J. Puga Medina wrote: >=20 > El 12 de mayo de 2017 17:23:21 CEST, Mark Felder > escribi=C3=B3: > >=20 > > Author: feld > > Date: Fri May 12 15:23:21 2017 > > New Revision: 440684 > > URL: https://svnweb.freebsd.org/changeset/ports/440684 > >=20 > > Log: > > =C2=A0MFH: r440680 r440682 > > =C2=A0 > > =C2=A0www/chromium: update to 58.0.3029.110 > > =C2=A0 > > "This build contains a number of bug fixes, security updates and > > feature enhancements." [1] > > =C2=A0 > > Changelog: https://chromereleases.googleblog.com/2017/05/sta > > ble-channel-update-for-chrome-os_11.html > > [1] The announcement for the current chromium release (58.0.3029.110) is here: https://chromereleases.googleblog.com/2017/05/stable-channel-update-for -desktop_9.html > > =C2=A0Approved by: ports-secteam (with hat) > >=20 > Thanks Mark! >=20 > >=20 > > Added: > > =C2=A0branches/2017Q2/www/chromium/files/patch- > > chrome_app_chrome__main.cc > > - copied unchanged from r440680, > > head/www/chromium/files/patch-chrome_app_chrome__main.cc > > =C2=A0branches/2017Q2/www/chromium/files/patch-chrome_chrome__paks.gni > > - copied unchanged from r440680, > > head/www/chromium/files/patch-chrome_chrome__paks.gni > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.cc > > - copied unchanged from r440680, > > head/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.cc > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.h > > - copied unchanged from r440680, > > head/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.h > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.cc > > - copied unchanged from r440680, > > head/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.cc > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.h > > - copied unchanged from r440680, > > head/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.h > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_headless__macros.h > > - copied unchanged from r440680, > > head/www/chromium/files/patch-headless_lib_headless__macros.h > > branches/2017Q2/www/chromium/files/patch- > > remoting_host_host__details.cc > > - copied unchanged from r440680, > > head/www/chromium/files/patch-remoting_host_host__details.cc > > Modified: > > =C2=A0branches/2017Q2/www/chromium/Makefile > > =C2=A0branches/2017Q2/www/chromium/distinfo > > Directory Properties: > > =C2=A0branches/2017Q2/=C2=A0=C2=A0=C2=A0(props changed) > >=20 > > Modified: branches/2017Q2/www/chromium/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- branches/2017Q2/www/chromium/Makefile Fri May 12 > > 15:04:48 > > 2017 (r440683) > > +++ branches/2017Q2/www/chromium/Makefile Fri May 12 > > 15:23:21 > > 2017 (r440684) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > >=20 > > PORTNAME=3D chromium > > -PORTVERSION=3D 58.0.3029.96 > > +PORTVERSION=3D 58.0.3029.110 > > CATEGORIES=3D www > > MASTER_SITES=3D http://commondatastorage.googleapis.com/chromi > > um-browser-official/ > > DISTFILES=3D ${DISTNAME}${EXTRACT_SUFX} # default, but needed > > to get > > distinfo correct if TEST is on > >=20 > > Modified: branches/2017Q2/www/chromium/distinfo > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- branches/2017Q2/www/chromium/distinfo Fri May 12 > > 15:04:48 > > 2017 (r440683) > > +++ branches/2017Q2/www/chromium/distinfo Fri May 12 > > 15:23:21 > > 2017 (r440684) > > @@ -1,5 +1,5 @@ > > -TIMESTAMP =3D 1493784258 > > -SHA256 (chromium-58.0.3029.96.tar.xz) =3D > > 5d38fd7ad3b58bd09da8ff05f12354e94c2ad1bb203527a632b72cc3ff4a5181 > > -SIZE (chromium-58.0.3029.96.tar.xz) =3D 518160320 > > -SHA256 (chromium-58.0.3029.96-testdata.tar.xz) =3D > > 2451cfe8f25f578dbce3b85a00589e4609958db969ad4421f89e780751bf067b > > -SIZE (chromium-58.0.3029.96-testdata.tar.xz) =3D 124156492 > > +TIMESTAMP =3D 1494416961 > > +SHA256 (chromium-58.0.3029.110.tar.xz) =3D > > f24cef3dd2acf9dd5ccdeeca47fea42d1c1ddff32b7375dc9e0cd35a4e8d78ff > > +SIZE (chromium-58.0.3029.110.tar.xz) =3D 518167664 > > +SHA256 (chromium-58.0.3029.110-testdata.tar.xz) =3D > > 53ace1eaee38bc3bb11aef932851131d563a2deefb2fd9c9f1fa524b7098e472 > > +SIZE (chromium-58.0.3029.110-testdata.tar.xz) =3D 124161428 > >=20 > > Copied: > > branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main.cc > > (from r440680, > > head/www/chromium/files/patch-chrome_app_chrome__main.cc) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is > > newly added) > > +++ > > branches/2017Q2/www/chromium/files/patch-chrome_app_chrome__main.cc > > Fri > > May 12 15:23:21 2017 (r440684, copy of r440680, > > head/www/chromium/files/patch-chrome_app_chrome__main.cc) > > @@ -0,0 +1,19 @@ > > +--- chrome/app/chrome_main.cc.orig 2017-05-09 19:02:41 UTC > > ++++ chrome/app/chrome_main.cc > > +@@ -97,14 +97,14 @@ int ChromeMain(int argc, const char** ar > > +=C2=A0=C2=A0=C2=A0ALLOW_UNUSED_LOCAL(command_line); > > + #endif > > +=C2=A0 > > +-#if defined(OS_LINUX) || defined(OS_MACOSX) > > ++#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) > > +=C2=A0=C2=A0=C2=A0if (command_line->HasSwitch(switches::kHeadless)) { > > + #if defined(OS_MACOSX) > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SetUpBundleOverrides(); > > + #endif > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return headless::HeadlessShellMain(argc,= argv); > > +=C2=A0=C2=A0=C2=A0} > > +-#endif=C2=A0=C2=A0// defined(OS_LINUX) || defined(OS_MACOSX) > > ++#endif=C2=A0=C2=A0// defined(OS_LINUX) || defined(OS_MACOSX) || > > defined(OS_BSD) > > +=C2=A0 > > + #if BUILDFLAG(ENABLE_PACKAGE_MASH_SERVICES) > > +=C2=A0=C2=A0=C2=A0version_info::Channel channel =3D chrome::GetChannel= (); > >=20 > > Copied: > > branches/2017Q2/www/chromium/files/patch-chrome_chrome__paks.gni > > (from > > r440680, head/www/chromium/files/patch-chrome_chrome__paks.gni) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is > > newly added) > > +++ > > branches/2017Q2/www/chromium/files/patch-chrome_chrome__paks.gni=09 > > Fri > > May 12 15:23:21 2017 (r440684, copy of r440680, > > head/www/chromium/files/patch-chrome_chrome__paks.gni) > > @@ -0,0 +1,11 @@ > > +--- chrome/chrome_paks.gni.orig 2017-05-09 19:02:43 UTC > > ++++ chrome/chrome_paks.gni > > +@@ -157,7 +157,7 @@ template("chrome_extra_paks") { > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0"//ui/file_manag= er:resources", > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0] > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0} > > +-=C2=A0=C2=A0=C2=A0=C2=A0if (is_linux) { > > ++=C2=A0=C2=A0=C2=A0=C2=A0if (is_linux || is_bsd) { > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0sources +=3D [ > > "$root_gen_dir/headless/headless_lib_resources.pak" ] > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0deps +=3D [ "//headless:reso= urces" ] > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0} > >=20 > > Copied: > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.cc > > (from r440680, > > head/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.cc) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is > > newly added) > > +++ > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.cc F > > ri > > May 12 15:23:21 2017 (r440684, copy of r440680, > > head/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.cc) > > @@ -0,0 +1,20 @@ > > +--- > > headless/lib/browser/headless_content_browser_client.cc.orig=09 > > 2017-05-09 > > 19:02:47 UTC > > ++++ headless/lib/browser/headless_content_browser_client.cc > > +@@ -171,7 +171,7 @@ void HeadlessContentBrowserClient::GetQu > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0callback); > > + } > > +=C2=A0 > > +-#if defined(OS_POSIX) && !defined(OS_MACOSX) > > ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) > > + void > > HeadlessContentBrowserClient::GetAdditionalMappedFilesForChildProce > > ss( > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0const base::CommandLine& command_line, > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0int child_process_id, > > +@@ -182,7 +182,7 @@ void HeadlessContentBrowserClient::GetAd > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0mappings->Share(kCrashDumpSignal, crash_= signal_fd); > > + #endif=C2=A0=C2=A0// defined(HEADLESS_USE_BREAKPAD) > > + } > > +-#endif=C2=A0=C2=A0// defined(OS_POSIX) && !defined(OS_MACOSX) > > ++#endif=C2=A0=C2=A0// defined(OS_POSIX) && !defined(OS_MACOSX) && > > !defined(OS_BSD) > > +=C2=A0 > > + void > > HeadlessContentBrowserClient::AppendExtraCommandLineSwitches( > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0base::CommandLine* command_line, > >=20 > > Copied: > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.h > > (from r440680, > > head/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.h) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is > > newly added) > > +++ > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.h Fr > > i > > May 12 15:23:21 2017 (r440684, copy of r440680, > > head/www/chromium/files/patch- > > headless_lib_browser_headless__content__browser__client.h) > > @@ -0,0 +1,11 @@ > > +--- > > headless/lib/browser/headless_content_browser_client.h.orig=09 > > 2017-05-09 > > 19:02:47 UTC > > ++++ headless/lib/browser/headless_content_browser_client.h > > +@@ -28,7 +28,7 @@ class HeadlessContentBrowserClient : pub > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0content::BrowserContext* con= text, > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0content::StoragePartition* p= artition, > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0const storage::OptionalQuota= SettingsCallback& callback) > > override; > > +-#if defined(OS_POSIX) && !defined(OS_MACOSX) > > ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) > > +=C2=A0=C2=A0=C2=A0void GetAdditionalMappedFilesForChildProcess( > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0const base::CommandLine& com= mand_line, > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0int child_process_id, > >=20 > > Copied: > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.cc > > (from r440680, > > head/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.cc) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is > > newly added) > > +++ > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.cc Fri > > May 12 15:23:21 2017 (r440684, copy of r440680, > > head/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.cc) > > @@ -0,0 +1,38 @@ > > +--- headless/lib/headless_content_main_delegate.cc.orig 201 > > 7-05-09 > > 19:02:47 UTC > > ++++ headless/lib/headless_content_main_delegate.cc > > +@@ -147,7 +147,7 @@ void HeadlessContentMainDelegate::InitCr > > +=C2=A0=C2=A0=C2=A0g_headless_crash_client.Pointer()->set_crash_dumps_d= ir( > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0browser_->options()->crash_d= umps_dir); > > +=C2=A0 > > +-#if !defined(OS_MACOSX) > > ++#if !defined(OS_MACOSX) && !defined(OS_BSD) > > +=C2=A0=C2=A0=C2=A0if (!browser_->options()->enable_crash_reporter) { > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0DCHECK(!breakpad::IsCrashReporterEnabled= ()); > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return; > > +@@ -156,7 +156,7 @@ void HeadlessContentMainDelegate::InitCr > > +=C2=A0=C2=A0=C2=A0if (process_type !=3D switches::kZygoteProcess) > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0breakpad::InitCrashReporter(process_type= ); > > + #endif=C2=A0=C2=A0// defined(HEADLESS_USE_BREAKPAD) > > +-#endif=C2=A0=C2=A0// !defined(OS_MACOSX) > > ++#endif=C2=A0=C2=A0// !defined(OS_MACOSX) && !defined(OS_BSD) > > + } > > +=C2=A0 > > + void HeadlessContentMainDelegate::PreSandboxStartup() { > > +@@ -170,7 +170,7 @@ void HeadlessContentMainDelegate::PreSan > > +=C2=A0=C2=A0=C2=A0if (command_line.HasSwitch(switches::kEnableLogging)= ) > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0InitLogging(command_line); > > + #endif > > +-#if !defined(OS_MACOSX) > > ++#if !defined(OS_MACOSX) && !defined(OS_BSD) > > +=C2=A0=C2=A0=C2=A0InitCrashReporter(command_line); > > + #endif > > +=C2=A0=C2=A0=C2=A0InitializeResourceBundle(); > > +@@ -202,7 +202,7 @@ int HeadlessContentMainDelegate::RunProc > > +=C2=A0=C2=A0=C2=A0return 0; > > + } > > +=C2=A0 > > +-#if !defined(OS_MACOSX) && defined(OS_POSIX) && > > !defined(OS_ANDROID) > > ++#if !defined(OS_MACOSX) && defined(OS_POSIX) && > > !defined(OS_ANDROID) > > && !defined(OS_BSD) > > + void HeadlessContentMainDelegate::ZygoteForked() { > > +=C2=A0=C2=A0=C2=A0const base::CommandLine& command_line( > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0*base::CommandLine::ForCurre= ntProcess()); > >=20 > > Copied: > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.h > > (from r440680, > > head/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.h) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is > > newly added) > > +++ > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.h Fri > > May 12 15:23:21 2017 (r440684, copy of r440680, > > head/www/chromium/files/patch- > > headless_lib_headless__content__main__delegate.h) > > @@ -0,0 +1,11 @@ > > +--- headless/lib/headless_content_main_delegate.h.orig 2017 > > -05-09 > > 19:02:47 UTC > > ++++ headless/lib/headless_content_main_delegate.h > > +@@ -39,7 +39,7 @@ class HeadlessContentMainDelegate : publ > > +=C2=A0 > > +=C2=A0=C2=A0=C2=A0HeadlessBrowserImpl* browser() const { return browse= r_.get(); } > > +=C2=A0 > > +-#if !defined(OS_MACOSX) && defined(OS_POSIX) && > > !defined(OS_ANDROID) > > ++#if !defined(OS_MACOSX) && defined(OS_POSIX) && > > !defined(OS_ANDROID) > > && !defined(OS_BSD) > > +=C2=A0=C2=A0=C2=A0void ZygoteForked() override; > > + #endif > > +=C2=A0 > >=20 > > Copied: > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_headless__macros.h > > (from r440680, > > head/www/chromium/files/patch-headless_lib_headless__macros.h) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is > > newly added) > > +++ > > branches/2017Q2/www/chromium/files/patch- > > headless_lib_headless__macros.h Fri > > May 12 15:23:21 2017 (r440684, copy of r440680, > > head/www/chromium/files/patch-headless_lib_headless__macros.h) > > @@ -0,0 +1,13 @@ > > +--- headless/lib/headless_macros.h.orig 2017-05-09 19:02:47 > > UTC > > ++++ headless/lib/headless_macros.h > > +@@ -5,8 +5,8 @@ > > + #ifndef HEADLESS_LIB_HEADLESS_MACROS_H_ > > + #define HEADLESS_LIB_HEADLESS_MACROS_H_ > > +=C2=A0 > > +-#if defined(OS_POSIX) && !defined(OS_MACOSX) > > ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD) > > + #define HEADLESS_USE_BREAKPAD > > +-#endif=C2=A0=C2=A0// defined(OS_POSIX) && !defined(OS_MACOSX) > > ++#endif=C2=A0=C2=A0// defined(OS_POSIX) && !defined(OS_MACOSX) && > > !defined(OS_BSD) > > +=C2=A0 > > + #endif=C2=A0=C2=A0// HEADLESS_LIB_HEADLESS_MACROS_H_ > >=20 > > Copied: > > branches/2017Q2/www/chromium/files/patch- > > remoting_host_host__details.cc > > (from r440680, > > head/www/chromium/files/patch-remoting_host_host__details.cc) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is > > newly added) > > +++ > > branches/2017Q2/www/chromium/files/patch- > > remoting_host_host__details.cc Fri > > May 12 15:23:21 2017 (r440684, copy of r440680, > > head/www/chromium/files/patch-remoting_host_host__details.cc) > > @@ -0,0 +1,11 @@ > > +--- remoting/host/host_details.cc.orig 2017-05-09 19:02:49 > > UTC > > ++++ remoting/host/host_details.cc > > +@@ -26,6 +26,8 @@ std::string GetHostOperatingSystemName() > > +=C2=A0=C2=A0=C2=A0return "Linux"; > > + #elif defined(OS_ANDROID) > > +=C2=A0=C2=A0=C2=A0return "Android"; > > ++#elif defined(OS_BSD) > > ++=C2=A0=C2=A0return "BSD"; > > + #else > > + #error "Unsupported host OS" > > + #endif --=20 Carlos Jacobo Puga Medina PGP fingerprint =3D C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453 --=-qZQ+Se4WJmqG8H6zJsmj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEExg6Ul1MCeTvMLbuJofNdZubQVFMFAlkV4k5fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEM2 MEU5NDk3NTMwMjc5M0JDQzJEQkI4OUExRjM1RDY2RTZEMDU0NTMACgkQofNdZubQ VFM1+AgArmZCAMAigUYvQ0taFt8WoRuH0QF9GVRmkyyexUXHDcWAOJ9mWnAqV98e Zzj/FMZV+OIzewIxG9+zCBOnkudqsxV5ZO2ghkoogZP6o721NHQCbOvxzBRR5NXK gw2TcR9B06wh0Cp5PGrpDLqNYfDOzrw2B1fdLBbq+zzGM9d8PaQ45w/lQSYc0Y97 9SO+jtgRtWm/fVRPemHiMFnT1xxiSkaohPsMecoTkJR6TDwVkMUAfCTy/HmQA1A8 Do6uYxtncFBGMbQSkgbtOXm3Wbi8qUNwIaLffiGBtl/9Zb0UOyZEAPDD3zYfCjcv OlHbglwUFt391sKACY0FlQ+q9lOB7w== =Xu8H -----END PGP SIGNATURE----- --=-qZQ+Se4WJmqG8H6zJsmj-- From owner-svn-ports-branches@freebsd.org Fri May 12 20:13:47 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 6B5C8D69DEB; Fri, 12 May 2017 20:13:47 +0000 (UTC) (envelope-from feld@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 3D5661AE1; Fri, 12 May 2017 20:13:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4CKDkWC013243; Fri, 12 May 2017 20:13:46 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CKDkHC013242; Fri, 12 May 2017 20:13:46 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705122013.v4CKDkHC013242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 12 May 2017 20:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440708 - in branches/2017Q2/dns/dnswalk: . 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: Fri, 12 May 2017 20:13:47 -0000 Author: feld Date: Fri May 12 20:13:46 2017 New Revision: 440708 URL: https://svnweb.freebsd.org/changeset/ports/440708 Log: MFH: r440707 dns/dnswalk: Unbreak port Deprecated Perl syntax was preventing the port from working. Approved by: portmgr (with hat) Added: branches/2017Q2/dns/dnswalk/files/ - copied from r440707, head/dns/dnswalk/files/ Modified: branches/2017Q2/dns/dnswalk/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/dns/dnswalk/Makefile ============================================================================== --- branches/2017Q2/dns/dnswalk/Makefile Fri May 12 19:48:17 2017 (r440707) +++ branches/2017Q2/dns/dnswalk/Makefile Fri May 12 20:13:46 2017 (r440708) @@ -3,7 +3,7 @@ PORTNAME= dnswalk PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= SF From owner-svn-ports-branches@freebsd.org Fri May 12 20:41:53 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 69610D6A47D; Fri, 12 May 2017 20:41:53 +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 1F8FCBA4; Fri, 12 May 2017 20:41:53 +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 v4CKfq9i026039; Fri, 12 May 2017 20:41:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CKfqmA026037; Fri, 12 May 2017 20:41:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705122041.v4CKfqmA026037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 12 May 2017 20:41:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440712 - in branches/2017Q2/games/acm: . 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: Fri, 12 May 2017 20:41:53 -0000 Author: jbeich Date: Fri May 12 20:41:51 2017 New Revision: 440712 URL: https://svnweb.freebsd.org/changeset/ports/440712 Log: MFH: r440711 games/acm: unbreak on aarch64 xdr_var_array.c:82:12: fatal error: 'machine/limits.h' file not found # include ^ 1 error generated. Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2017Q2/games/acm/Makefile branches/2017Q2/games/acm/files/patch-dis_lib_xdr_var_array.c Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/games/acm/Makefile ============================================================================== --- branches/2017Q2/games/acm/Makefile Fri May 12 20:38:45 2017 (r440711) +++ branches/2017Q2/games/acm/Makefile Fri May 12 20:41:51 2017 (r440712) @@ -24,8 +24,6 @@ CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBull USE_PERL5= build MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/ -BROKEN_aarch64= Fails to compile: machine/limits.h not found - OPTIONS_DEFINE= SOUND SOUND_LIB_DEPENDS= libaudio.so:audio/nas Modified: branches/2017Q2/games/acm/files/patch-dis_lib_xdr_var_array.c ============================================================================== --- branches/2017Q2/games/acm/files/patch-dis_lib_xdr_var_array.c Fri May 12 20:38:45 2017 (r440711) +++ branches/2017Q2/games/acm/files/patch-dis_lib_xdr_var_array.c Fri May 12 20:41:51 2017 (r440712) @@ -1,19 +1,14 @@ ---- dis/lib/xdr_var_array.c~ Mon May 11 20:58:55 1998 -+++ dis/lib/xdr_var_array.c Sun Jul 6 03:21:47 2003 -@@ -75,6 +75,12 @@ +--- dis/lib/xdr_var_array.c.orig 1998-05-12 03:58:55 UTC ++++ dis/lib/xdr_var_array.c +@@ -75,6 +75,7 @@ static char *rcsid = "$Id: xdr_var_array.c,v 1.2 1998/ #include #include -+#include -+#if __FreeBSD_Version__ >= 500113 -+# include -+#else -+# include -+#endif ++#include #include #include -@@ -104,7 +110,7 @@ +@@ -104,7 +105,7 @@ xdr_var_array(register XDR * xdrs, caddr_t * addrp, u_ register u_int nodesize; c = size; From owner-svn-ports-branches@freebsd.org Fri May 12 21:15:16 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 9EE75D6AA5D; Fri, 12 May 2017 21:15:16 +0000 (UTC) (envelope-from mandree@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 473761C4B; Fri, 12 May 2017 21:15:16 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4CLFFtK038986; Fri, 12 May 2017 21:15:15 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CLFFhi038983; Fri, 12 May 2017 21:15:15 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201705122115.v4CLFFhi038983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 12 May 2017 21:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440716 - branches/2017Q2/security/openvpn23 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: Fri, 12 May 2017 21:15:16 -0000 Author: mandree Date: Fri May 12 21:15:14 2017 New Revision: 440716 URL: https://svnweb.freebsd.org/changeset/ports/440716 Log: OpenVPN update to 2.3.15 (security and bug fixes) ChangeLog: Details: Security Announcement: This is not an MFH commit because the package has expired in head/ - unfortunately it got technically expired only after the branch. So we're in for another 7 weeks of maintenance... Reported by: Samuli Seppänen Security: 04cc7bd2-3686-11e7-aa64-080027ef73ec Security: CVE-2017-7478 Security: CVE-2017-7479 Approved by: ports-secteam (feld@) Modified: branches/2017Q2/security/openvpn23/Makefile branches/2017Q2/security/openvpn23/distinfo Modified: branches/2017Q2/security/openvpn23/Makefile ============================================================================== --- branches/2017Q2/security/openvpn23/Makefile Fri May 12 21:08:20 2017 (r440715) +++ branches/2017Q2/security/openvpn23/Makefile Fri May 12 21:15:14 2017 (r440716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.3.14 +DISTVERSION= 2.3.15 CATEGORIES= security net MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ http://build.openvpn.net/downloads/releases/ @@ -11,7 +11,7 @@ PKGNAMESUFFIX?= 23 MAINTAINER= mandree@FreeBSD.org COMMENT?= Secure IP/Ethernet tunnel daemon -DEPRECATED= Replaced by new upstream relesae 2.4.x +DEPRECATED= Replaced by new upstream release 2.4.x EXPIRATION_DATE= 2017-03-31 LICENSE= GPLv2 Modified: branches/2017Q2/security/openvpn23/distinfo ============================================================================== --- branches/2017Q2/security/openvpn23/distinfo Fri May 12 21:08:20 2017 (r440715) +++ branches/2017Q2/security/openvpn23/distinfo Fri May 12 21:15:14 2017 (r440716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481159357 -SHA256 (openvpn-2.3.14.tar.xz) = f3a0d0eaf8d544409f76a9f2a238a0cd3dde9e1a9c1f98ac732a8b572bcdee98 -SIZE (openvpn-2.3.14.tar.xz) = 831404 +TIMESTAMP = 1494532554 +SHA256 (openvpn-2.3.15.tar.xz) = 8c2000e901b86f2efd9b5a4cca19cab5bea393f9eca8fbf333c0b7dd5acc0903 +SIZE (openvpn-2.3.15.tar.xz) = 863384 From owner-svn-ports-branches@freebsd.org Fri May 12 22:35: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 0E833D69B09; Fri, 12 May 2017 22:35: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 B93AECA4; Fri, 12 May 2017 22:35:54 +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 v4CMZr9x074015; Fri, 12 May 2017 22:35:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CMZrEA074014; Fri, 12 May 2017 22:35:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705122235.v4CMZrEA074014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 12 May 2017 22:35:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440737 - in branches/2017Q2/games/acm: . 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: Fri, 12 May 2017 22:35:55 -0000 Author: jbeich Date: Fri May 12 22:35:53 2017 New Revision: 440737 URL: https://svnweb.freebsd.org/changeset/ports/440737 Log: MFH: r440736 games/acm: prevent free()ing unitialized data acm may coredump immediately after starting on systems which do not zero malloc()ed memory e.g., MALLOC_CONF=junk:true. This is because one of the fields of a malloc()ed data structure (w) contains a pointer (w->csPool2), and if that pointer is never used, then later code will find the pointer is non-NULL and try to free() the memory pointed to by the pointer. PR: 215427 Submitted by: Jeff Gibbons Approved by: ports-secteam blanket Added: branches/2017Q2/games/acm/files/patch-V_lib_InitAWin.c - copied unchanged from r440736, head/games/acm/files/patch-V_lib_InitAWin.c Modified: branches/2017Q2/games/acm/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/games/acm/Makefile ============================================================================== --- branches/2017Q2/games/acm/Makefile Fri May 12 22:33:54 2017 (r440736) +++ branches/2017Q2/games/acm/Makefile Fri May 12 22:35:53 2017 (r440737) @@ -3,7 +3,7 @@ PORTNAME= acm PORTVERSION= 5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ Copied: branches/2017Q2/games/acm/files/patch-V_lib_InitAWin.c (from r440736, head/games/acm/files/patch-V_lib_InitAWin.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/games/acm/files/patch-V_lib_InitAWin.c Fri May 12 22:35:53 2017 (r440737, copy of r440736, head/games/acm/files/patch-V_lib_InitAWin.c) @@ -0,0 +1,16 @@ +--- V/lib/InitAWin.c.orig 1998-08-14 21:09:02 UTC ++++ V/lib/InitAWin.c +@@ -69,6 +69,13 @@ InitializeX11AWindow(Display * dpy, int screen, Drawab + w->csPool1 = (ColorSegment *) malloc(w->CSSize1 * sizeof(ColorSegment)); + memset(w->csPool1, 0, w->CSSize1 * sizeof(ColorSegment)); + ++ // Initialize csPool2 so program doesn't crash later, ++ // when trying to free it. ++ { ++ w->CSSize2 = 0; ++ w->csPool2 = (ColorSegment *) NULL; ++ } ++ + w->scanLine = (ScanLine *) malloc((w->height + 1) * sizeof(ScanLine)); + w->lastScanLine = (ScanLine *) malloc((w->height + 1) * sizeof(ScanLine)); + w->otherLastScanLine = NULL; From owner-svn-ports-branches@freebsd.org Sat May 13 14:17:39 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 DED1DD6BB46; Sat, 13 May 2017 14:17:39 +0000 (UTC) (envelope-from riggs@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 95252219; Sat, 13 May 2017 14:17:39 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4DEHcx4071737; Sat, 13 May 2017 14:17:38 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4DEHcpd071735; Sat, 13 May 2017 14:17:38 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705131417.v4DEHcpd071735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 13 May 2017 14:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440845 - in branches/2017Q2/multimedia/vlc: . 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: Sat, 13 May 2017 14:17:40 -0000 Author: riggs Date: Sat May 13 14:17:38 2017 New Revision: 440845 URL: https://svnweb.freebsd.org/changeset/ports/440845 Log: MFH: r440832 Update to upstream version 2.2.5.1 Approved by: ports-secteam (miwi) Added: branches/2017Q2/multimedia/vlc/files/patch-share_Makefile.in - copied unchanged from r440832, head/multimedia/vlc/files/patch-share_Makefile.in Deleted: branches/2017Q2/multimedia/vlc/files/patch-share-Makefile.in Modified: branches/2017Q2/multimedia/vlc/Makefile branches/2017Q2/multimedia/vlc/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/multimedia/vlc/Makefile ============================================================================== --- branches/2017Q2/multimedia/vlc/Makefile Sat May 13 14:10:54 2017 (r440844) +++ branches/2017Q2/multimedia/vlc/Makefile Sat May 13 14:17:38 2017 (r440845) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vlc -DISTVERSION= 2.2.4 -PORTREVISION= 12 +DISTVERSION= 2.2.5.1 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: branches/2017Q2/multimedia/vlc/distinfo ============================================================================== --- branches/2017Q2/multimedia/vlc/distinfo Sat May 13 14:10:54 2017 (r440844) +++ branches/2017Q2/multimedia/vlc/distinfo Sat May 13 14:17:38 2017 (r440845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465555959 -SHA256 (vlc-2.2.4.tar.xz) = 1632e91d2a0087e0ef4c3fb4c95c3c2890f7715a9d1d43ffd46329f428cf53be -SIZE (vlc-2.2.4.tar.xz) = 22199316 +TIMESTAMP = 1494659367 +SHA256 (vlc-2.2.5.1.tar.xz) = b28b8a28f578c0c6cb1ebed293aca2a3cd368906cf777d1ab599e2784ddda1cc +SIZE (vlc-2.2.5.1.tar.xz) = 21946020 Copied: branches/2017Q2/multimedia/vlc/files/patch-share_Makefile.in (from r440832, head/multimedia/vlc/files/patch-share_Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/multimedia/vlc/files/patch-share_Makefile.in Sat May 13 14:17:38 2017 (r440845, copy of r440832, head/multimedia/vlc/files/patch-share_Makefile.in) @@ -0,0 +1,11 @@ +--- share/Makefile.in.orig 2017-04-06 14:40:37 UTC ++++ share/Makefile.in +@@ -1700,7 +1700,7 @@ skins2/default.vlt: $(skins2_default_vlt + $(AM_V_at)rm -f -- skins2/default.vlt.tmp + $(AM_V_GEN)GZIP=--no-name \ + tar cvvzf skins2/default.vlt.tmp \ +- --owner=root --group=root --directory="$(srcdir)/skins2" \ ++ --directory="$(srcdir)/skins2" \ + default/ + $(AM_V_at)mv -f -- skins2/default.vlt.tmp skins2/default.vlt +