From owner-svn-ports-branches@freebsd.org Sun Apr 29 07:16:10 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B408FC8968; Sun, 29 Apr 2018 07:16:10 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BF6585EB8; Sun, 29 Apr 2018 07:16:10 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2544212E0; Sun, 29 Apr 2018 07:16:09 +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 w3T7G91l084417; Sun, 29 Apr 2018 07:16:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3T7G9s5084414; Sun, 29 Apr 2018 07:16:09 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201804290716.w3T7G9s5084414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 29 Apr 2018 07:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468606 - in branches/2018Q2/x11-wm/bspwm: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2018Q2/x11-wm/bspwm: . files X-SVN-Commit-Revision: 468606 X-SVN-Commit-Repository: ports 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.25 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, 29 Apr 2018 07:16:10 -0000 Author: riggs Date: Sun Apr 29 07:16:09 2018 New Revision: 468606 URL: https://svnweb.freebsd.org/changeset/ports/468606 Log: MFH: r468605 Update to upstream version 0.9.5 Details: - Introduce CONTRIB OPTION - USES localbase:ldflags - Have port Makefile manage installation due to problematic upstream install target PR: 227105 Submitted by: gor@clogic.com.ua (maintainer) Approved by: ports-secteam (riggs) Deleted: branches/2018Q2/x11-wm/bspwm/files/patch-Makefile Modified: branches/2018Q2/x11-wm/bspwm/Makefile branches/2018Q2/x11-wm/bspwm/distinfo branches/2018Q2/x11-wm/bspwm/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/x11-wm/bspwm/Makefile ============================================================================== --- branches/2018Q2/x11-wm/bspwm/Makefile Sun Apr 29 07:14:14 2018 (r468605) +++ branches/2018Q2/x11-wm/bspwm/Makefile Sun Apr 29 07:16:09 2018 (r468606) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bspwm -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.5 CATEGORIES= x11-wm MAINTAINER= gor@clogic.com.ua @@ -16,7 +16,7 @@ LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ libxcb-keysyms.so:x11/xcb-util-keysyms RUN_DEPENDS= sxhkd:x11/sxhkd -USES= gmake pkgconfig +USES= gmake localbase:ldflags USE_XORG= xcb @@ -25,9 +25,33 @@ GH_ACCOUNT= baskerville SUB_FILES= pkg-message -PORTDOCS= * -PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES CONTRIB +OPTIONS_SUB= yes +CONTRIB_DESC= Install contrib (shell completions, etc.) -OPTIONS_DEFINE= DOCS EXAMPLES +do-install: + ${MKDIR} ${STAGEDIR}${BINDIR} ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/bspc ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bspwm ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/bspc.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/bspwm.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.md ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + +post-install-CONTRIB-on: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions + ${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d + ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${MKDIR} ${STAGEDIR}${PREFIX}/share/xsessions + ${INSTALL_DATA} ${WRKSRC}/contrib/bash_completion ${STAGEDIR}${PREFIX}/share/bash-completion/completions/bspc + ${INSTALL_DATA} ${WRKSRC}/contrib/fish_completion ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/bspc.fish + ${INSTALL_DATA} ${WRKSRC}/contrib/zsh_completion ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_bspc + ${INSTALL_DATA} ${WRKSRC}/contrib/freedesktop/bspwm.desktop ${STAGEDIR}${PREFIX}/share/xsessions/bspwm.desktop .include Modified: branches/2018Q2/x11-wm/bspwm/distinfo ============================================================================== --- branches/2018Q2/x11-wm/bspwm/distinfo Sun Apr 29 07:14:14 2018 (r468605) +++ branches/2018Q2/x11-wm/bspwm/distinfo Sun Apr 29 07:16:09 2018 (r468606) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500268835 -SHA256 (baskerville-bspwm-0.9.3_GH0.tar.gz) = b356e3ff5754c63c94b36d904274c0ba16f9a8494e78a1c93bb23113f891bc9d -SIZE (baskerville-bspwm-0.9.3_GH0.tar.gz) = 95779 +TIMESTAMP = 1523938971 +SHA256 (baskerville-bspwm-0.9.5_GH0.tar.gz) = 273591baf6a15d317cfedf4a423c51c132c52dd05b0328d6994f7bdc3982f782 +SIZE (baskerville-bspwm-0.9.5_GH0.tar.gz) = 106893 Modified: branches/2018Q2/x11-wm/bspwm/pkg-plist ============================================================================== --- branches/2018Q2/x11-wm/bspwm/pkg-plist Sun Apr 29 07:14:14 2018 (r468605) +++ branches/2018Q2/x11-wm/bspwm/pkg-plist Sun Apr 29 07:16:09 2018 (r468606) @@ -2,7 +2,33 @@ bin/bspc bin/bspwm man/man1/bspc.1.gz man/man1/bspwm.1.gz -share/bash-completion/completions/bspc -share/fish/vendor_completions.d/bspc.fish -share/xsessions/bspwm.desktop -share/zsh/site-functions/_bspc +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md +%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.md +%%PORTDOCS%%%%DOCSDIR%%/MISC.md +%%PORTDOCS%%%%DOCSDIR%%/TODO.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bspwmrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/bspwmrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/external_rules +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/pseudo_automatic_mode/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/pseudo_automatic_mode/external_rules +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/bspwmrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/profile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/sxhkdrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/wm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/xinitrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlapping_borders/bspwmrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/bspwmrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel_bar +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel_colors +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/profile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/sxhkdrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/receptacles/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/receptacles/extract_canvas +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/receptacles/induce_rules +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sxhkdrc +%%CONTRIB%%share/bash-completion/completions/bspc +%%CONTRIB%%share/fish/vendor_completions.d/bspc.fish +%%CONTRIB%%share/xsessions/bspwm.desktop +%%CONTRIB%%share/zsh/site-functions/_bspc From owner-svn-ports-branches@freebsd.org Sun Apr 29 11:41:08 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1EEDFAA41D; Sun, 29 Apr 2018 11:41:08 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FFED7AEFE; Sun, 29 Apr 2018 11:41:08 +0000 (UTC) (envelope-from olivier@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 592E123CE4; Sun, 29 Apr 2018 11:41:08 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3TBf8GX017700; Sun, 29 Apr 2018 11:41:08 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3TBf7F3017696; Sun, 29 Apr 2018 11:41:07 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201804291141.w3TBf7F3017696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Sun, 29 Apr 2018 11:41:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468620 - in branches/2018Q2/net/frr: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: in branches/2018Q2/net/frr: . files X-SVN-Commit-Revision: 468620 X-SVN-Commit-Repository: ports 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.25 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, 29 Apr 2018 11:41:09 -0000 Author: olivier Date: Sun Apr 29 11:41:07 2018 New Revision: 468620 URL: https://svnweb.freebsd.org/changeset/ports/468620 Log: MFH: r467384 r467574 Fix watchfrr RC script and build on 10.3 PR: 227415 Reported by: pautina@kharkiv.net Fix plist with FPM option Reported by: prj@rootwyrm.com Approved by: ports-secteam blanket Added: branches/2018Q2/net/frr/files/patch-lib_vty.h - copied unchanged from r467384, head/net/frr/files/patch-lib_vty.h Modified: branches/2018Q2/net/frr/Makefile branches/2018Q2/net/frr/files/watchfrr.in branches/2018Q2/net/frr/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/net/frr/Makefile ============================================================================== --- branches/2018Q2/net/frr/Makefile Sun Apr 29 10:38:55 2018 (r468619) +++ branches/2018Q2/net/frr/Makefile Sun Apr 29 11:41:07 2018 (r468620) @@ -2,6 +2,7 @@ PORTNAME= frr PORTVERSION= 4.0 +PORTREVISION= 1 DISTVERSIONPREFIX= frr- CATEGORIES= net ipv6 Copied: branches/2018Q2/net/frr/files/patch-lib_vty.h (from r467384, head/net/frr/files/patch-lib_vty.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/net/frr/files/patch-lib_vty.h Sun Apr 29 11:41:07 2018 (r468620, copy of r467384, head/net/frr/files/patch-lib_vty.h) @@ -0,0 +1,48 @@ +--- lib/vty.h.orig 2018-03-12 00:53:37 UTC ++++ lib/vty.h +@@ -189,45 +189,6 @@ struct vty_arg { + /* Integrated configuration file. */ + #define INTEGRATE_DEFAULT_CONFIG "frr.conf" + +-#if CONFDATE > 20180401 +-CPP_NOTICE("It's probably time to remove VTY_NEWLINE compatibility foo.") +-#endif +- +-/* for compatibility */ +-#define VNL "\n" CPP_WARN("VNL has been replaced with \\n.") +-#define VTYNL "\n" CPP_WARN("VTYNL has been replaced with \\n.") +-#define VTY_NEWLINE "\n" CPP_WARN("VTY_NEWLINE has been replaced with \\n.") +-#define VTY_GET_INTEGER(desc, v, str) \ +- { \ +- (v) = strtoul((str), NULL, 10); \ +- } \ +- CPP_WARN("VTY_GET_INTEGER is no longer useful, use strtoul() or DEFPY.") +-#define VTY_GET_INTEGER_RANGE(desc, v, str, min, max) \ +- { \ +- (v) = strtoul((str), NULL, 10); \ +- } \ +- CPP_WARN( \ +- "VTY_GET_INTEGER_RANGE is no longer useful, use strtoul() or DEFPY.") +-#define VTY_GET_ULONG(desc, v, str) \ +- { \ +- (v) = strtoul((str), NULL, 10); \ +- } \ +- CPP_WARN("VTY_GET_ULONG is no longer useful, use strtoul() or DEFPY.") +-#define VTY_GET_ULL(desc, v, str) \ +- { \ +- (v) = strtoull((str), NULL, 10); \ +- } \ +- CPP_WARN("VTY_GET_ULL is no longer useful, use strtoull() or DEFPY.") +-#define VTY_GET_IPV4_ADDRESS(desc, v, str) \ +- inet_aton((str), &(v)) CPP_WARN( \ +- "VTY_GET_IPV4_ADDRESS is no longer useful, use inet_aton() or DEFPY.") +-#define VTY_GET_IPV4_PREFIX(desc, v, str) \ +- str2prefix_ipv4((str), &(v)) CPP_WARN( \ +- "VTY_GET_IPV4_PREFIX is no longer useful, use str2prefix_ipv4() or DEFPY.") +-#define vty_outln(vty, str, ...) \ +- vty_out(vty, str "\n", ##__VA_ARGS__) CPP_WARN( \ +- "vty_outln is no longer useful, use vty_out(...\\n...)") +- + /* Default time out value */ + #define VTY_TIMEOUT_DEFAULT 600 + Modified: branches/2018Q2/net/frr/files/watchfrr.in ============================================================================== --- branches/2018Q2/net/frr/files/watchfrr.in Sun Apr 29 10:38:55 2018 (r468619) +++ branches/2018Q2/net/frr/files/watchfrr.in Sun Apr 29 11:41:07 2018 (r468620) @@ -12,6 +12,8 @@ # # You may also wish to use the following variables to fine-tune startup: # watchfrr_flags +# Example of flags usage: +# watchfrr_flags=" -d -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB -t 30 zebra ripd ripngd ospfd ospf6d bgpd isisd eigrpd babeld" . /etc/rc.subr @@ -23,8 +25,9 @@ load_rc_config $name stop_postcmd="rm -f $pidfile" watchfrr_enable=${watchfrr_enable:-"NO"} +watchfrr_flags=${watchfrr_flags:-"-d -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB -t 30 zebra ripd ripngd ospfd ospf6d bgpd isisd eigrpd babeld"} command=%%PREFIX%%/sbin/watchfrr -pidfile=%%LOCALSTATE_DIR%%/watchfrr.pid +pidfile=/var/run/frr/watchfrr.pid run_rc_command "$1" Modified: branches/2018Q2/net/frr/pkg-plist ============================================================================== --- branches/2018Q2/net/frr/pkg-plist Sun Apr 29 10:38:55 2018 (r468619) +++ branches/2018Q2/net/frr/pkg-plist Sun Apr 29 11:41:07 2018 (r468620) @@ -102,6 +102,11 @@ lib/libfrrospfapiclient.a lib/libfrrospfapiclient.so lib/libfrrospfapiclient.so.0 lib/libfrrospfapiclient.so.0.0.0 +%%FPM%%lib/frr/modules/zebra_fpm.so +%%FPM%%lib/libfrrfpm_pb.a +%%FPM%%lib/libfrrfpm_pb.so +%%FPM%%lib/libfrrfpm_pb.so.0 +%%FPM%%lib/libfrrfpm_pb.so.0.0.0 %%RPKI%%lib/frr/modules/bgpd_rpki.so man/man1/frr.1.gz man/man8/eigrpd.8.gz From owner-svn-ports-branches@freebsd.org Sun Apr 29 12:14:04 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B7DCFAB75D; Sun, 29 Apr 2018 12:14:04 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0A482D8E; Sun, 29 Apr 2018 12:14:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E042124327; Sun, 29 Apr 2018 12:14:03 +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 w3TCE3Gq035986; Sun, 29 Apr 2018 12:14:03 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3TCE3l1035984; Sun, 29 Apr 2018 12:14:03 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201804291214.w3TCE3l1035984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 29 Apr 2018 12:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468623 - in branches/2018Q2/www/qt5-webkit: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2018Q2/www/qt5-webkit: . files X-SVN-Commit-Revision: 468623 X-SVN-Commit-Repository: ports 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.25 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, 29 Apr 2018 12:14:04 -0000 Author: madpilot Date: Sun Apr 29 12:14:03 2018 New Revision: 468623 URL: https://svnweb.freebsd.org/changeset/ports/468623 Log: MFH: r468386 Import upstream commit fixing a crash caused by a null pointer dereference. Approved by: kde (tcberner) Obtained from: https://github.com/annulen/webkit/commit/0e75f3272d149bc64899c161f150eb341a2417af Differential Revision: https://reviews.freebsd.org/D15210 Approved by: ports-secteam (riggs) Added: branches/2018Q2/www/qt5-webkit/files/patch-Source_WebKit_qt_WebCoreSupport_QWebPageAdapter.cpp - copied unchanged from r468386, head/www/qt5-webkit/files/patch-Source_WebKit_qt_WebCoreSupport_QWebPageAdapter.cpp Modified: branches/2018Q2/www/qt5-webkit/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/qt5-webkit/Makefile ============================================================================== --- branches/2018Q2/www/qt5-webkit/Makefile Sun Apr 29 11:58:58 2018 (r468622) +++ branches/2018Q2/www/qt5-webkit/Makefile Sun Apr 29 12:14:03 2018 (r468623) @@ -2,7 +2,7 @@ PORTNAME= webkit DISTVERSION= 5.212.0-alpha2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= https://github.com/annulen/${PORTNAME}/releases/download/${DISTNAME}/ PKGNAMEPREFIX= qt5- Copied: branches/2018Q2/www/qt5-webkit/files/patch-Source_WebKit_qt_WebCoreSupport_QWebPageAdapter.cpp (from r468386, head/www/qt5-webkit/files/patch-Source_WebKit_qt_WebCoreSupport_QWebPageAdapter.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/qt5-webkit/files/patch-Source_WebKit_qt_WebCoreSupport_QWebPageAdapter.cpp Sun Apr 29 12:14:03 2018 (r468623, copy of r468386, head/www/qt5-webkit/files/patch-Source_WebKit_qt_WebCoreSupport_QWebPageAdapter.cpp) @@ -0,0 +1,18 @@ +Fix crash in QWebPage::selectedHtml() when selectedRange is nullptr + +obtained from: https://github.com/annulen/webkit/commit/0e75f3272d149bc64899c161f150eb341a2417af + +--- Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.cpp.orig 2017-06-09 14:11:36 UTC ++++ Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.cpp +@@ -390,7 +390,10 @@ QString QWebPageAdapter::selectedText() const + + QString QWebPageAdapter::selectedHtml() const + { +- return page->focusController().focusedOrMainFrame().editor().selectedRange()->toHTML(); ++ RefPtr range = page->focusController().focusedOrMainFrame().editor().selectedRange(); ++ if (!range) ++ return QString(); ++ return range->toHTML(); + } + + bool QWebPageAdapter::isContentEditable() const From owner-svn-ports-branches@freebsd.org Sun Apr 29 14:18:47 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D97FFADF3C; Sun, 29 Apr 2018 14:18:47 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D40567CC5D; Sun, 29 Apr 2018 14:18:46 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CBBDD25681; Sun, 29 Apr 2018 14:18:46 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3TEIkZm096577; Sun, 29 Apr 2018 14:18:46 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3TEIkuZ096575; Sun, 29 Apr 2018 14:18:46 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201804291418.w3TEIkuZ096575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 29 Apr 2018 14:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468629 - in branches/2018Q2/sysutils/zrepl: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in branches/2018Q2/sysutils/zrepl: . files X-SVN-Commit-Revision: 468629 X-SVN-Commit-Repository: ports 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.25 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, 29 Apr 2018 14:18:47 -0000 Author: woodsb02 Date: Sun Apr 29 14:18:46 2018 New Revision: 468629 URL: https://svnweb.freebsd.org/changeset/ports/468629 Log: MFH: r468402 sysutils/zrepl: Fix rc.d init script on FreeBSD < 11.1 This change removes the daemon syslog feature on FreeBSD < 11.1. This has little effect to the usefulness of zrepl logging, as the daemon itself has inbuilt syslog support which is enabled by default in the sample config file /usr/local/etc/zrepl/zrepl.yml. The only output to stdout/stderr from zrepl will be if its inbuilt syslog feature is not working. PR: 224844 Reported by: Bernhard Approved by: ports-secteam (riggs) Modified: branches/2018Q2/sysutils/zrepl/Makefile branches/2018Q2/sysutils/zrepl/files/zrepl.in Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/sysutils/zrepl/Makefile ============================================================================== --- branches/2018Q2/sysutils/zrepl/Makefile Sun Apr 29 13:35:08 2018 (r468628) +++ branches/2018Q2/sysutils/zrepl/Makefile Sun Apr 29 14:18:46 2018 (r468629) @@ -3,6 +3,7 @@ PORTNAME= zrepl PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= woodsb02@FreeBSD.org @@ -35,6 +36,14 @@ GH_TUPLE= davecgh:go-spew:v1.1.0:go_spew/src/github.co GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +.include + +.if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || ${OSVERSION} >= 1200015) +SUB_LIST+= DAEMON_LOGGING="-S -l \$${zrepl_facility} -s \$${zrepl_priority} -T \$${name}" +.else +SUB_LIST+= DAEMON_LOGGING="" +.endif + post-extract: ${LN} -sf ${WRKSRC}/src ${WRKDIR} @@ -49,4 +58,4 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/syslog-zrepl.conf.sample ${STAGEDIR}${PREFIX}/etc/syslog.d/zrepl.conf.sample ${INSTALL_DATA} ${FILESDIR}/zrepl.yml.sample ${STAGEDIR}${PREFIX}/etc/zrepl/zrepl.yml.sample -.include +.include Modified: branches/2018Q2/sysutils/zrepl/files/zrepl.in ============================================================================== --- branches/2018Q2/sysutils/zrepl/files/zrepl.in Sun Apr 29 13:35:08 2018 (r468628) +++ branches/2018Q2/sysutils/zrepl/files/zrepl.in Sun Apr 29 14:18:46 2018 (r468629) @@ -9,18 +9,24 @@ # Add the following lines to /etc/rc.conf.local or /etc/rc.conf # to enable this service: # -# zrepl_enable: Set to YES to enable the zrepl service. +# zrepl_enable (bool): Set to YES to enable the zrepl service. # Default: NO -# zrepl_config: File containing zrepl configuration details. +# zrepl_config (str): File containing zrepl configuration details. # Default: %%PREFIX%%/etc/zrepl/zrepl.yml -# zrepl_user: The user account used to run the zrepl daemon. +# zrepl_user (str): The user account used to run the zrepl daemon. # Do not specifically set this to an empty string as this # will cause the daemon to run as root. # Default: root -# zrepl_group: The group account used to run the zrepl daemon. +# zrepl_group (str): The group account used to run the zrepl daemon. # Do not specifically set this to an empty string as this # will cause the daemon to run with group wheel. # Default: wheel +# zrepl_flags (str): Extra flags passed to zrepl +# Default: "" +# zrepl_facility (str): Syslog facility to use +# Default: local0 +# zrepl_priority (str): Syslog priority to use +# Default: alert . /etc/rc.subr name=zrepl @@ -31,13 +37,19 @@ load_rc_config $name : ${zrepl_config:="%%PREFIX%%/etc/zrepl/zrepl.yml"} : ${zrepl_user:="root"} : ${zrepl_group:="wheel"} +: ${zrepl_flags:=""} +: ${zrepl_facility:="local0"} +: ${zrepl_priority:="alert"} +: ${zrepl_options:="${zrepl_flags} --config ${zrepl_config} daemon"} pidfile="/var/run/zrepl/daemon.pid" command="/usr/sbin/daemon" procname="%%PREFIX%%/bin/zrepl" -command_args="-p ${pidfile} -S -l local0 -s alert -T zrepl ${procname} --config ${zrepl_config} daemon" +command_args="-p ${pidfile} %%DAEMON_LOGGING%% ${procname} ${zrepl_options}" start_precmd=zrepl_precmd +stop_postcmd=zrepl_postcmd + zrepl_precmd() { if [ ! -d "/var/run/zrepl/stdinserver" ]; then @@ -50,7 +62,6 @@ zrepl_precmd() fi } -stop_postcmd=zrepl_postcmd zrepl_postcmd() { rm -f -- "${pidfile}" From owner-svn-ports-branches@freebsd.org Mon Apr 30 08:57:30 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7842FC8536; Mon, 30 Apr 2018 08:57:30 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4756E8B8E1; Mon, 30 Apr 2018 08:57:30 +0000 (UTC) (envelope-from tz@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 350031104A; Mon, 30 Apr 2018 08:57:30 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3U8vUoM059569; Mon, 30 Apr 2018 08:57:30 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3U8vTgn059566; Mon, 30 Apr 2018 08:57:29 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201804300857.w3U8vTgn059566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 30 Apr 2018 08:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468676 - in branches/2018Q2: converters/php72-mbstring/files devel/php72-intl lang/php72 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2018Q2: converters/php72-mbstring/files devel/php72-intl lang/php72 X-SVN-Commit-Revision: 468676 X-SVN-Commit-Repository: ports 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.25 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, 30 Apr 2018 08:57:30 -0000 Author: tz Date: Mon Apr 30 08:57:29 2018 New Revision: 468676 URL: https://svnweb.freebsd.org/changeset/ports/468676 Log: MFH: r468354 lang/php72: Update from 7.2.4 to 7.2.5 Changelog: http://www.php.net/ChangeLog-7.php#7.2.5 Security: CVE-2018-5712 Approved by: ports-secteam (riggs) Deleted: branches/2018Q2/converters/php72-mbstring/files/patch-php__mbregex.c Modified: branches/2018Q2/devel/php72-intl/Makefile branches/2018Q2/lang/php72/Makefile branches/2018Q2/lang/php72/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/php72-intl/Makefile ============================================================================== --- branches/2018Q2/devel/php72-intl/Makefile Mon Apr 30 08:33:55 2018 (r468675) +++ branches/2018Q2/devel/php72-intl/Makefile Mon Apr 30 08:57:29 2018 (r468676) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php72 Modified: branches/2018Q2/lang/php72/Makefile ============================================================================== --- branches/2018Q2/lang/php72/Makefile Mon Apr 30 08:33:55 2018 (r468675) +++ branches/2018Q2/lang/php72/Makefile Mon Apr 30 08:57:29 2018 (r468676) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.4 +DISTVERSION= 7.2.5 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2018Q2/lang/php72/distinfo ============================================================================== --- branches/2018Q2/lang/php72/distinfo Mon Apr 30 08:33:55 2018 (r468675) +++ branches/2018Q2/lang/php72/distinfo Mon Apr 30 08:57:29 2018 (r468676) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522326444 -SHA256 (php-7.2.4.tar.xz) = 7916b1bd148ddfd46d7f8f9a517d4b09cd8a8ad9248734e7c8dd91ef17057a88 -SIZE (php-7.2.4.tar.xz) = 12031892 +TIMESTAMP = 1524645231 +SHA256 (php-7.2.5.tar.xz) = af70a33b3f7a51510467199b39af151333fbbe4cc21923bad9c7cf64268cddb2 +SIZE (php-7.2.5.tar.xz) = 12034928 From owner-svn-ports-branches@freebsd.org Mon Apr 30 08:59:28 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21484FC8585; Mon, 30 Apr 2018 08:59:28 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C67018BA25; Mon, 30 Apr 2018 08:59:27 +0000 (UTC) (envelope-from tz@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD6531104B; Mon, 30 Apr 2018 08:59:27 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3U8xRAQ059850; Mon, 30 Apr 2018 08:59:27 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3U8xRbG059847; Mon, 30 Apr 2018 08:59:27 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201804300859.w3U8xRbG059847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 30 Apr 2018 08:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468677 - in branches/2018Q2: converters/php71-mbstring/files devel/php71-intl lang/php71 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2018Q2: converters/php71-mbstring/files devel/php71-intl lang/php71 X-SVN-Commit-Revision: 468677 X-SVN-Commit-Repository: ports 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.25 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, 30 Apr 2018 08:59:28 -0000 Author: tz Date: Mon Apr 30 08:59:27 2018 New Revision: 468677 URL: https://svnweb.freebsd.org/changeset/ports/468677 Log: MFH: r468353 Update PHP 7.1 from 7.1.16 to 7.1.17 Changelog: http://www.php.net/ChangeLog-7.php#7.1.17 Security: CVE-2018-5712 Approved by: ports-secteam (riggs) Deleted: branches/2018Q2/converters/php71-mbstring/files/patch-php__mbregex.c Modified: branches/2018Q2/devel/php71-intl/Makefile branches/2018Q2/lang/php71/Makefile branches/2018Q2/lang/php71/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/php71-intl/Makefile ============================================================================== --- branches/2018Q2/devel/php71-intl/Makefile Mon Apr 30 08:57:29 2018 (r468676) +++ branches/2018Q2/devel/php71-intl/Makefile Mon Apr 30 08:59:27 2018 (r468677) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php71 Modified: branches/2018Q2/lang/php71/Makefile ============================================================================== --- branches/2018Q2/lang/php71/Makefile Mon Apr 30 08:57:29 2018 (r468676) +++ branches/2018Q2/lang/php71/Makefile Mon Apr 30 08:59:27 2018 (r468677) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.16 +PORTVERSION= 7.1.17 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2018Q2/lang/php71/distinfo ============================================================================== --- branches/2018Q2/lang/php71/distinfo Mon Apr 30 08:57:29 2018 (r468676) +++ branches/2018Q2/lang/php71/distinfo Mon Apr 30 08:59:27 2018 (r468677) @@ -1,5 +1,5 @@ -TIMESTAMP = 1522326423 -SHA256 (php-7.1.16.tar.xz) = a5d67e477248a3911af7ef85c8400c1ba8cd632184186fd31070b96714e669f1 -SIZE (php-7.1.16.tar.xz) = 12211512 +TIMESTAMP = 1524645206 +SHA256 (php-7.1.17.tar.xz) = 1a784806866e06367f7a5c88775d239d6f30041c7ce65a8232d03a3d4de56d56 +SIZE (php-7.1.17.tar.xz) = 12213536 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504 From owner-svn-ports-branches@freebsd.org Mon Apr 30 09:00:49 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7FA2FC87B8; Mon, 30 Apr 2018 09:00:49 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54CDA8BCFA; Mon, 30 Apr 2018 09:00:49 +0000 (UTC) (envelope-from tz@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C88D11069; Mon, 30 Apr 2018 09:00:49 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3U90n8C061031; Mon, 30 Apr 2018 09:00:49 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3U90mAG061028; Mon, 30 Apr 2018 09:00:48 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201804300900.w3U90mAG061028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 30 Apr 2018 09:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468678 - in branches/2018Q2: devel/php70-intl lang/php70 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2018Q2: devel/php70-intl lang/php70 X-SVN-Commit-Revision: 468678 X-SVN-Commit-Repository: ports 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.25 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, 30 Apr 2018 09:00:49 -0000 Author: tz Date: Mon Apr 30 09:00:48 2018 New Revision: 468678 URL: https://svnweb.freebsd.org/changeset/ports/468678 Log: MFH: r468352 lang/php70: Update from 7.0.29 to 7.0.30 Changelog: http://www.php.net/ChangeLog-7.php#7.0.30 Security: CVE-2018-5712 Approved by: ports-secteam (riggs) Modified: branches/2018Q2/devel/php70-intl/Makefile branches/2018Q2/lang/php70/Makefile branches/2018Q2/lang/php70/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/php70-intl/Makefile ============================================================================== --- branches/2018Q2/devel/php70-intl/Makefile Mon Apr 30 08:59:27 2018 (r468677) +++ branches/2018Q2/devel/php70-intl/Makefile Mon Apr 30 09:00:48 2018 (r468678) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php70 Modified: branches/2018Q2/lang/php70/Makefile ============================================================================== --- branches/2018Q2/lang/php70/Makefile Mon Apr 30 08:59:27 2018 (r468677) +++ branches/2018Q2/lang/php70/Makefile Mon Apr 30 09:00:48 2018 (r468678) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.29 +PORTVERSION= 7.0.30 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2018Q2/lang/php70/distinfo ============================================================================== --- branches/2018Q2/lang/php70/distinfo Mon Apr 30 08:59:27 2018 (r468677) +++ branches/2018Q2/lang/php70/distinfo Mon Apr 30 09:00:48 2018 (r468678) @@ -1,5 +1,5 @@ -TIMESTAMP = 1522326403 -SHA256 (php-7.0.29.tar.xz) = ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc -SIZE (php-7.0.29.tar.xz) = 12400192 +TIMESTAMP = 1524645186 +SHA256 (php-7.0.30.tar.xz) = c90892fb68ab9b8476519658d3f78f6388f2609ae1309bdc2a2e1cc9f92dd686 +SIZE (php-7.0.30.tar.xz) = 12030228 SHA256 (php-7.0.x-mail-header.patch) = b78cd5a36a4709ea4e43e5babe73648ae6ace870cc0e34a5417177045834b4f0 SIZE (php-7.0.x-mail-header.patch) = 4504 From owner-svn-ports-branches@freebsd.org Mon Apr 30 13:35:52 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C90A4FAB751; Mon, 30 Apr 2018 13:35:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C6BF803DE; Mon, 30 Apr 2018 13:35:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 774F713DF0; Mon, 30 Apr 2018 13:35:52 +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 w3UDZq20002073; Mon, 30 Apr 2018 13:35:52 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3UDZqqs002072; Mon, 30 Apr 2018 13:35:52 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201804301335.w3UDZqqs002072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 30 Apr 2018 13:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468701 - branches/2018Q2/audio/pms-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q2/audio/pms-devel X-SVN-Commit-Revision: 468701 X-SVN-Commit-Repository: ports 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.25 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, 30 Apr 2018 13:35:53 -0000 Author: riggs Date: Mon Apr 30 13:35:52 2018 New Revision: 468701 URL: https://svnweb.freebsd.org/changeset/ports/468701 Log: MFH: r468700 Fix install path for DOCS PR: 227858 Reported by: lebarondemerde@privacychain.ch Approved by: ports-secteam (riggs) Modified: branches/2018Q2/audio/pms-devel/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/audio/pms-devel/Makefile ============================================================================== --- branches/2018Q2/audio/pms-devel/Makefile Mon Apr 30 13:34:37 2018 (r468700) +++ branches/2018Q2/audio/pms-devel/Makefile Mon Apr 30 13:35:52 2018 (r468701) @@ -3,6 +3,7 @@ PORTNAME= pms-devel PORTVERSION= 0.0.20171103 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= riggs@FreeBSD.org @@ -50,9 +51,9 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pms-${GH_TAGNAME} ${STAGEDIR}${PREFIX}/bin/${GO_PKGNAME} -do-install-DOCS-on: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${COPYTREE_SHARE} ${WRKSRC}/doc ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${GO_PKGNAME} From owner-svn-ports-branches@freebsd.org Mon Apr 30 19:21:53 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C86FB4258; Mon, 30 Apr 2018 19:21:53 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91AE76FA4D; Mon, 30 Apr 2018 19:21:52 +0000 (UTC) (envelope-from cy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73F7317745; Mon, 30 Apr 2018 19:21:52 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3UJLqUM078154; Mon, 30 Apr 2018 19:21:52 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3UJLqF2078152; Mon, 30 Apr 2018 19:21:52 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201804301921.w3UJLqF2078152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 30 Apr 2018 19:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468741 - in branches/2018Q2/mail/fetchmail: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in branches/2018Q2/mail/fetchmail: . files X-SVN-Commit-Revision: 468741 X-SVN-Commit-Repository: ports 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.25 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, 30 Apr 2018 19:21:53 -0000 Author: cy Date: Mon Apr 30 19:21:52 2018 New Revision: 468741 URL: https://svnweb.freebsd.org/changeset/ports/468741 Log: MFH: r468557 Correctly link to MIT KRB5 libraries when selected. This was discovered while working through issues relating to an exp-run using base with private Heimdal, part of the project to make a) Heimdal in base private and b) import MIT into base (PR 222745). PR: 227680 Submitted by: cy@ Approved by: Corey Halpin (maintainer) Approved by: portmgr (riggs) Added: branches/2018Q2/mail/fetchmail/files/patch-configure - copied unchanged from r468557, head/mail/fetchmail/files/patch-configure Modified: branches/2018Q2/mail/fetchmail/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/mail/fetchmail/Makefile ============================================================================== --- branches/2018Q2/mail/fetchmail/Makefile Mon Apr 30 19:19:35 2018 (r468740) +++ branches/2018Q2/mail/fetchmail/Makefile Mon Apr 30 19:21:52 2018 (r468741) @@ -3,7 +3,7 @@ PORTNAME= fetchmail PORTVERSION= 6.3.26 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ http://mandree.home.pages.de/${PORTNAME}/ @@ -46,7 +46,7 @@ GSSAPI_BASE_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDI GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_HEIMDAL_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_MIT_USES= gssapi:mit -GSSAPI_MIT_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} +GSSAPI_MIT_CONFIGURE_ON= --with-kerberos5=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_NONE_CONFIGURE_ON= --without-gssapi X11_DESC= Python/Tkinter dependencies for ``fetchmailconf'' Copied: branches/2018Q2/mail/fetchmail/files/patch-configure (from r468557, head/mail/fetchmail/files/patch-configure) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/mail/fetchmail/files/patch-configure Mon Apr 30 19:21:52 2018 (r468741, copy of r468557, head/mail/fetchmail/files/patch-configure) @@ -0,0 +1,30 @@ +--- configure.orig 2013-04-23 14:36:55.000000000 -0700 ++++ configure 2018-04-21 22:45:30.073773000 -0700 +@@ -9552,11 +9552,11 @@ + #ifdef __cplusplus + extern "C" + #endif +-char krb5_des_string_to_key (); ++char krb5int_des_string_to_key (); + int + main () + { +-return krb5_des_string_to_key (); ++return krb5int_des_string_to_key (); + ; + return 0; + } +@@ -9591,11 +9591,11 @@ + #ifdef __cplusplus + extern "C" + #endif +-char krb5_des_string_to_key (); ++char krb5int_des_string_to_key (); + int + main () + { +-return krb5_des_string_to_key (); ++return krb5int_des_string_to_key (); + ; + return 0; + } From owner-svn-ports-branches@freebsd.org Tue May 1 00:21:31 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03455FBA173; Tue, 1 May 2018 00:21:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A931F6E4EB; Tue, 1 May 2018 00:21:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3D041A6F9; Tue, 1 May 2018 00:21:30 +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 w410LUmL030013; Tue, 1 May 2018 00:21:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w410LUX1030008; Tue, 1 May 2018 00:21:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805010021.w410LUX1030008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 1 May 2018 00:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468749 - in branches/2018Q2/www/waterfox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/www/waterfox: . files X-SVN-Commit-Revision: 468749 X-SVN-Commit-Repository: ports 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.25 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, 01 May 2018 00:21:31 -0000 Author: jbeich Date: Tue May 1 00:21:30 2018 New Revision: 468749 URL: https://svnweb.freebsd.org/changeset/ports/468749 Log: MFH: r468747 www/waterfox: apply some FF60 fixes Approved by: ports-secteam blanket Added: branches/2018Q2/www/waterfox/files/patch-bug1426129 - copied unchanged from r468747, head/www/waterfox/files/patch-bug1426129 branches/2018Q2/www/waterfox/files/patch-bug1452619 - copied unchanged from r468747, head/www/waterfox/files/patch-bug1452619 branches/2018Q2/www/waterfox/files/patch-bug1454692 - copied unchanged from r468747, head/www/waterfox/files/patch-bug1454692 Modified: branches/2018Q2/www/waterfox/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/waterfox/Makefile ============================================================================== --- branches/2018Q2/www/waterfox/Makefile Tue May 1 00:18:05 2018 (r468748) +++ branches/2018Q2/www/waterfox/Makefile Tue May 1 00:21:30 2018 (r468749) @@ -2,7 +2,7 @@ PORTNAME= waterfox DISTVERSION= 56.1.0 -PORTREVISION= 16 +PORTREVISION= 18 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Copied: branches/2018Q2/www/waterfox/files/patch-bug1426129 (from r468747, head/www/waterfox/files/patch-bug1426129) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1426129 Tue May 1 00:21:30 2018 (r468749, copy of r468747, head/www/waterfox/files/patch-bug1426129) @@ -0,0 +1,168 @@ +commit 2ad185b12fe3 +Author: Paul Adenot +Date: Mon Mar 5 20:24:16 2018 +0200 + + Bug 1426129 - Take a reference to `this` when calling methods asynchronously in CameraChild.cpp. r=pehrsons a=lizzard + + --HG-- + extra : amend_source : bb0df026ffa8198485415c8c44fdb7df372f07ee +--- + dom/media/systemservices/CamerasChild.cpp | 33 ++++++++++++++++++------------- + dom/media/systemservices/CamerasChild.h | 9 +++++++++ + 2 files changed, 28 insertions(+), 14 deletions(-) + +diff --git dom/media/systemservices/CamerasChild.cpp dom/media/systemservices/CamerasChild.cpp +index 594b90f808e4..79224b73cefa 100644 +--- dom/media/systemservices/CamerasChild.cpp ++++ dom/media/systemservices/CamerasChild.cpp +@@ -34,7 +34,9 @@ CamerasSingleton::CamerasSingleton() + : mCamerasMutex("CamerasSingleton::mCamerasMutex"), + mCameras(nullptr), + mCamerasChildThread(nullptr), +- mFakeDeviceChangeEventThread(nullptr) { ++ mFakeDeviceChangeEventThread(nullptr), ++ mInShutdown(false) ++{ + LOG(("CamerasSingleton: %p", this)); + } + +@@ -291,7 +293,7 @@ CamerasChild::NumberOfCapabilities(CaptureEngine aCapEngine, + LOG(("NumberOfCapabilities for %s", deviceUniqueIdUTF8)); + nsCString unique_id(deviceUniqueIdUTF8); + nsCOMPtr runnable = +- mozilla::NewNonOwningRunnableMethod( ++ mozilla::NewRunnableMethod( + "camera::PCamerasChild::SendNumberOfCapabilities", + this, + &CamerasChild::SendNumberOfCapabilities, +@@ -307,7 +309,7 @@ CamerasChild::NumberOfCaptureDevices(CaptureEngine aCapEngine) + { + LOG((__PRETTY_FUNCTION__)); + nsCOMPtr runnable = +- mozilla::NewNonOwningRunnableMethod( ++ mozilla::NewRunnableMethod( + "camera::PCamerasChild::SendNumberOfCaptureDevices", + this, + &CamerasChild::SendNumberOfCaptureDevices, +@@ -334,7 +336,7 @@ CamerasChild::EnsureInitialized(CaptureEngine aCapEngine) + { + LOG((__PRETTY_FUNCTION__)); + nsCOMPtr runnable = +- mozilla::NewNonOwningRunnableMethod( ++ mozilla::NewRunnableMethod( + "camera::PCamerasChild::SendEnsureInitialized", + this, + &CamerasChild::SendEnsureInitialized, +@@ -353,7 +355,7 @@ CamerasChild::GetCaptureCapability(CaptureEngine aCapEngine, + LOG(("GetCaptureCapability: %s %d", unique_idUTF8, capability_number)); + nsCString unique_id(unique_idUTF8); + nsCOMPtr runnable = +- mozilla::NewNonOwningRunnableMethod( ++ mozilla::NewRunnableMethod( + "camera::PCamerasChild::SendGetCaptureCapability", + this, + &CamerasChild::SendGetCaptureCapability, +@@ -395,7 +397,7 @@ CamerasChild::GetCaptureDevice(CaptureEngine aCapEngine, + { + LOG((__PRETTY_FUNCTION__)); + nsCOMPtr runnable = +- mozilla::NewNonOwningRunnableMethod( ++ mozilla::NewRunnableMethod( + "camera::PCamerasChild::SendGetCaptureDevice", + this, + &CamerasChild::SendGetCaptureDevice, +@@ -439,9 +441,9 @@ CamerasChild::AllocateCaptureDevice(CaptureEngine aCapEngine, + LOG((__PRETTY_FUNCTION__)); + nsCString unique_id(unique_idUTF8); + nsCOMPtr runnable = +- mozilla::NewNonOwningRunnableMethod( ++ mozilla::NewRunnableMethod( + "camera::PCamerasChild::SendAllocateCaptureDevice", + this, + &CamerasChild::SendAllocateCaptureDevice, +@@ -475,7 +477,7 @@ CamerasChild::ReleaseCaptureDevice(CaptureEngine aCapEngine, + { + LOG((__PRETTY_FUNCTION__)); + nsCOMPtr runnable = +- mozilla::NewNonOwningRunnableMethod( ++ mozilla::NewRunnableMethod( + "camera::PCamerasChild::SendReleaseCaptureDevice", + this, + &CamerasChild::SendReleaseCaptureDevice, +@@ -526,7 +528,7 @@ CamerasChild::StartCapture(CaptureEngine aCapEngine, + webrtcCaps.codecType, + webrtcCaps.interlaced); + nsCOMPtr runnable = mozilla:: +- NewNonOwningRunnableMethod( ++ NewRunnableMethod( + "camera::PCamerasChild::SendStartCapture", + this, + &CamerasChild::SendStartCapture, +@@ -542,7 +544,7 @@ CamerasChild::StopCapture(CaptureEngine aCapEngine, const int capture_id) + { + LOG((__PRETTY_FUNCTION__)); + nsCOMPtr runnable = +- mozilla::NewNonOwningRunnableMethod( ++ mozilla::NewRunnableMethod( + "camera::PCamerasChild::SendStopCapture", + this, + &CamerasChild::SendStopCapture, +@@ -559,6 +561,9 @@ void + Shutdown(void) + { + OffTheBooksMutexAutoLock lock(CamerasSingleton::Mutex()); ++ ++ CamerasSingleton::StartShutdown(); ++ + CamerasChild* child = CamerasSingleton::Child(); + if (!child) { + // We don't want to cause everything to get fired up if we're +@@ -610,7 +615,7 @@ CamerasChild::ShutdownParent() + // Delete the parent actor. + // CamerasChild (this) will remain alive and is only deleted by the + // IPC layer when SendAllDone returns. +- nsCOMPtr deleteRunnable = mozilla::NewNonOwningRunnableMethod( ++ nsCOMPtr deleteRunnable = mozilla::NewRunnableMethod( + "camera::PCamerasChild::SendAllDone", this, &CamerasChild::SendAllDone); + CamerasSingleton::Thread()->Dispatch(deleteRunnable, NS_DISPATCH_NORMAL); + } else { +@@ -733,7 +738,7 @@ CamerasChild::~CamerasChild() + { + LOG(("~CamerasChild: %p", this)); + +- { ++ if (!CamerasSingleton::InShutdown()) { + OffTheBooksMutexAutoLock lock(CamerasSingleton::Mutex()); + // In normal circumstances we've already shut down and the + // following does nothing. But on fatal IPC errors we will +diff --git dom/media/systemservices/CamerasChild.h dom/media/systemservices/CamerasChild.h +index b2029dbd6b9d..620c409b656f 100644 +--- dom/media/systemservices/CamerasChild.h ++++ dom/media/systemservices/CamerasChild.h +@@ -93,6 +93,14 @@ public: + return gTheInstance.get()->mFakeDeviceChangeEventThread; + } + ++ static bool InShutdown() { ++ return gTheInstance.get()->mInShutdown; ++ } ++ ++ static void StartShutdown() { ++ gTheInstance.get()->mInShutdown = true; ++ } ++ + private: + static Singleton gTheInstance; + +@@ -110,6 +118,7 @@ private: + CamerasChild* mCameras; + nsCOMPtr mCamerasChildThread; + nsCOMPtr mFakeDeviceChangeEventThread; ++ Atomic mInShutdown; + }; + + // Get a pointer to a CamerasChild object we can use to do IPC with. Copied: branches/2018Q2/www/waterfox/files/patch-bug1452619 (from r468747, head/www/waterfox/files/patch-bug1452619) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1452619 Tue May 1 00:21:30 2018 (r468749, copy of r468747, head/www/waterfox/files/patch-bug1452619) @@ -0,0 +1,234 @@ +commit d2a37cf6d599 +Author: Jeff Walden +Date: Mon Apr 9 12:02:43 2018 -0700 + + Bug 1452619 - Implement mozilla::IsAsciiAlpha. r=froydnj, a=lizzard +--- + js/src/jsstr.h | 3 +- + mfbt/TextUtils.h | 58 +++++++++++++++++++++++ + mfbt/moz.build | 1 + + mfbt/tests/TestTextUtils.cpp | 106 +++++++++++++++++++++++++++++++++++++++++++ + mfbt/tests/moz.build | 1 + + 5 files changed, 168 insertions(+), 1 deletion(-) + +diff --git js/src/jsstr.h js/src/jsstr.h +index 3b92aa21b344..7e9621d4a265 100644 +--- js/src/jsstr.h ++++ js/src/jsstr.h +@@ -9,6 +9,7 @@ + + #include "mozilla/HashFunctions.h" + #include "mozilla/PodOperations.h" ++#include "mozilla/TextUtils.h" + + #include + +@@ -95,7 +96,7 @@ struct JSSubString { + #define JS7_UNOCT(c) (JS7_UNDEC(c)) + #define JS7_ISHEX(c) ((c) < 128 && isxdigit(c)) + #define JS7_UNHEX(c) (unsigned)(JS7_ISDEC(c) ? (c) - '0' : 10 + tolower(c) - 'a') +-#define JS7_ISLET(c) ((c) < 128 && isalpha(c)) ++#define JS7_ISLET(c) (mozilla::IsAsciiAlpha(c)) + + extern size_t + js_strlen(const char16_t* s); +diff --git mfbt/TextUtils.h mfbt/TextUtils.h +new file mode 100644 +index 000000000000..9494296ce1fc +--- /dev/null ++++ mfbt/TextUtils.h +@@ -0,0 +1,58 @@ ++/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ ++/* vim: set ts=8 sts=2 et sw=2 tw=80: */ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++/* Character/text operations. */ ++ ++#ifndef mozilla_TextUtils_h ++#define mozilla_TextUtils_h ++ ++#include "mozilla/TypeTraits.h" ++ ++namespace mozilla { ++ ++namespace detail { ++ ++template ++class MakeUnsignedChar ++ : public MakeUnsigned ++{}; ++ ++template<> ++class MakeUnsignedChar ++{ ++public: ++ using Type = char16_t; ++}; ++ ++template<> ++class MakeUnsignedChar ++{ ++public: ++ using Type = char32_t; ++}; ++ ++} // namespace detail ++ ++/** ++ * Returns true iff |aChar| matches [a-zA-Z]. ++ * ++ * This function is basically what you thought isalpha was, except its behavior ++ * doesn't depend on the user's current locale. ++ */ ++template ++constexpr bool ++IsAsciiAlpha(Char aChar) ++{ ++ using UnsignedChar = typename detail::MakeUnsignedChar::Type; ++ return ('a' <= static_cast(aChar) && ++ static_cast(aChar) <= 'z') || ++ ('A' <= static_cast(aChar) && ++ static_cast(aChar) <= 'Z'); ++} ++ ++} // namespace mozilla ++ ++#endif /* mozilla_TextUtils_h */ +diff --git mfbt/moz.build mfbt/moz.build +index f23a3b6f5d86..897a686f48dd 100644 +--- mfbt/moz.build ++++ mfbt/moz.build +@@ -87,6 +87,7 @@ EXPORTS.mozilla = [ + 'StaticAnalysisFunctions.h', + 'TaggedAnonymousMemory.h', + 'TemplateLib.h', ++ 'TextUtils.h', + 'ThreadLocal.h', + 'ToString.h', + 'Tuple.h', +diff --git mfbt/tests/TestTextUtils.cpp mfbt/tests/TestTextUtils.cpp +new file mode 100644 +index 000000000000..db481c1389a1 +--- /dev/null ++++ mfbt/tests/TestTextUtils.cpp +@@ -0,0 +1,106 @@ ++/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ ++/* vim: set ts=8 sts=2 et sw=2 tw=80: */ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this file, ++ * You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++#include "mozilla/Assertions.h" ++#include "mozilla/TextUtils.h" ++ ++using mozilla::IsAsciiAlpha; ++ ++// char ++ ++static_assert(!IsAsciiAlpha('@'), "'@' isn't ASCII alpha"); ++static_assert('@' == 0x40, "'@' has value 0x40"); ++ ++static_assert('A' == 0x41, "'A' has value 0x41"); ++static_assert(IsAsciiAlpha('A'), "'A' is ASCII alpha"); ++static_assert(IsAsciiAlpha('B'), "'B' is ASCII alpha"); ++static_assert(IsAsciiAlpha('M'), "'M' is ASCII alpha"); ++static_assert(IsAsciiAlpha('Y'), "'Y' is ASCII alpha"); ++static_assert(IsAsciiAlpha('Z'), "'Z' is ASCII alpha"); ++ ++static_assert('Z' == 0x5A, "'Z' has value 0x5A"); ++static_assert('[' == 0x5B, "'[' has value 0x5B"); ++static_assert(!IsAsciiAlpha('['), "'[' isn't ASCII alpha"); ++ ++static_assert(!IsAsciiAlpha('`'), "'`' isn't ASCII alpha"); ++static_assert('`' == 0x60, "'`' has value 0x60"); ++ ++static_assert('a' == 0x61, "'a' has value 0x61"); ++static_assert(IsAsciiAlpha('a'), "'a' is ASCII alpha"); ++static_assert(IsAsciiAlpha('b'), "'b' is ASCII alpha"); ++static_assert(IsAsciiAlpha('m'), "'m' is ASCII alpha"); ++static_assert(IsAsciiAlpha('y'), "'y' is ASCII alpha"); ++static_assert(IsAsciiAlpha('z'), "'z' is ASCII alpha"); ++ ++static_assert('z' == 0x7A, "'z' has value 0x7A"); ++static_assert('{' == 0x7B, "'{' has value 0x7B"); ++static_assert(!IsAsciiAlpha('{'), "'{' isn't ASCII alpha"); ++ ++// char16_t ++ ++static_assert(!IsAsciiAlpha(u'@'), "u'@' isn't ASCII alpha"); ++static_assert(u'@' == 0x40, "u'@' has value 0x40"); ++ ++static_assert(u'A' == 0x41, "u'A' has value 0x41"); ++static_assert(IsAsciiAlpha(u'A'), "u'A' is ASCII alpha"); ++static_assert(IsAsciiAlpha(u'B'), "u'B' is ASCII alpha"); ++static_assert(IsAsciiAlpha(u'M'), "u'M' is ASCII alpha"); ++static_assert(IsAsciiAlpha(u'Y'), "u'Y' is ASCII alpha"); ++static_assert(IsAsciiAlpha(u'Z'), "u'Z' is ASCII alpha"); ++ ++static_assert(u'Z' == 0x5A, "u'Z' has value 0x5A"); ++static_assert(u'[' == 0x5B, "u'[' has value 0x5B"); ++static_assert(!IsAsciiAlpha(u'['), "u'[' isn't ASCII alpha"); ++ ++static_assert(!IsAsciiAlpha(u'`'), "u'`' isn't ASCII alpha"); ++static_assert(u'`' == 0x60, "u'`' has value 0x60"); ++ ++static_assert(u'a' == 0x61, "u'a' has value 0x61"); ++static_assert(IsAsciiAlpha(u'a'), "u'a' is ASCII alpha"); ++static_assert(IsAsciiAlpha(u'b'), "u'b' is ASCII alpha"); ++static_assert(IsAsciiAlpha(u'm'), "u'm' is ASCII alpha"); ++static_assert(IsAsciiAlpha(u'y'), "u'y' is ASCII alpha"); ++static_assert(IsAsciiAlpha(u'z'), "u'z' is ASCII alpha"); ++ ++static_assert(u'z' == 0x7A, "u'z' has value 0x7A"); ++static_assert(u'{' == 0x7B, "u'{' has value 0x7B"); ++static_assert(!IsAsciiAlpha(u'{'), "u'{' isn't ASCII alpha"); ++ ++// char32_t ++ ++static_assert(!IsAsciiAlpha(U'@'), "U'@' isn't ASCII alpha"); ++static_assert(U'@' == 0x40, "U'@' has value 0x40"); ++ ++static_assert(U'A' == 0x41, "U'A' has value 0x41"); ++static_assert(IsAsciiAlpha(U'A'), "U'A' is ASCII alpha"); ++static_assert(IsAsciiAlpha(U'B'), "U'B' is ASCII alpha"); ++static_assert(IsAsciiAlpha(U'M'), "U'M' is ASCII alpha"); ++static_assert(IsAsciiAlpha(U'Y'), "U'Y' is ASCII alpha"); ++static_assert(IsAsciiAlpha(U'Z'), "U'Z' is ASCII alpha"); ++ ++static_assert(U'Z' == 0x5A, "U'Z' has value 0x5A"); ++static_assert(U'[' == 0x5B, "U'[' has value 0x5B"); ++static_assert(!IsAsciiAlpha(U'['), "U'[' isn't ASCII alpha"); ++ ++static_assert(!IsAsciiAlpha(U'`'), "U'`' isn't ASCII alpha"); ++static_assert(U'`' == 0x60, "U'`' has value 0x60"); ++ ++static_assert(U'a' == 0x61, "U'a' has value 0x61"); ++static_assert(IsAsciiAlpha(U'a'), "U'a' is ASCII alpha"); ++static_assert(IsAsciiAlpha(U'b'), "U'b' is ASCII alpha"); ++static_assert(IsAsciiAlpha(U'm'), "U'm' is ASCII alpha"); ++static_assert(IsAsciiAlpha(U'y'), "U'y' is ASCII alpha"); ++static_assert(IsAsciiAlpha(U'z'), "U'z' is ASCII alpha"); ++ ++static_assert(U'z' == 0x7A, "U'z' has value 0x7A"); ++static_assert(U'{' == 0x7B, "U'{' has value 0x7B"); ++static_assert(!IsAsciiAlpha(U'{'), "U'{' isn't ASCII alpha"); ++ ++int ++main() ++{ ++ return 0; ++} +diff --git mfbt/tests/moz.build mfbt/tests/moz.build +index f96117e038d9..bd25ab1d0b0d 100644 +--- mfbt/tests/moz.build ++++ mfbt/tests/moz.build +@@ -42,6 +42,7 @@ CppUnitTests([ + 'TestSHA1', + 'TestSplayTree', + 'TestTemplateLib', ++ 'TestTextUtils', + 'TestTuple', + 'TestTypedEnum', + 'TestTypeTraits', Copied: branches/2018Q2/www/waterfox/files/patch-bug1454692 (from r468747, head/www/waterfox/files/patch-bug1454692) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1454692 Tue May 1 00:21:30 2018 (r468749, copy of r468747, head/www/waterfox/files/patch-bug1454692) @@ -0,0 +1,89 @@ +commit 0ce659a05fd3 +Author: Lee Salzman +Date: Sun Apr 29 20:10:51 2018 -0400 + + Bug 1454692 - Backport some upstream Skia fixes to ESR52. r=rhunt, a=abillings + + --HG-- + extra : histedit_source : 0fcd64cabe6f54a2286083d6518e4e6451183a19%2C37f5e7f9dbbfc01102631c33b23329d2af5aa71b +--- + gfx/skia/skia/src/core/SkMask.cpp | 7 ++++++- + gfx/skia/skia/src/gpu/GrBufferAllocPool.cpp | 5 +++-- + gfx/skia/skia/src/gpu/batches/GrAAHairLinePathRenderer.cpp | 9 ++++++++- + 3 files changed, 17 insertions(+), 4 deletions(-) + +diff --git gfx/skia/skia/src/core/SkMask.cpp gfx/skia/skia/src/core/SkMask.cpp +index 167d30d166b1..2a74cf4b2463 100644 +--- gfx/skia/skia/src/core/SkMask.cpp ++++ gfx/skia/skia/src/core/SkMask.cpp +@@ -45,7 +45,12 @@ uint8_t* SkMask::AllocImage(size_t size) { + #ifdef TRACK_SKMASK_LIFETIME + SkDebugf("SkMask::AllocImage %d\n", gCounter++); + #endif +- return (uint8_t*)sk_malloc_throw(SkAlign4(size)); ++ size_t aligned_size = std::numeric_limits::max(); ++ size_t adjustment = 3; ++ if (size + adjustment > size) { ++ aligned_size = (size + adjustment) & ~adjustment; ++ } ++ return static_cast(sk_malloc_throw(aligned_size)); + } + + /** We explicitly use this allocator for SkBimap pixels, so that we can +diff --git gfx/skia/skia/src/gpu/GrBufferAllocPool.cpp gfx/skia/skia/src/gpu/GrBufferAllocPool.cpp +index 38bde0dc9a38..1556d2e27971 100644 +--- gfx/skia/skia/src/gpu/GrBufferAllocPool.cpp ++++ gfx/skia/skia/src/gpu/GrBufferAllocPool.cpp +@@ -14,6 +14,7 @@ + #include "GrResourceProvider.h" + #include "GrTypes.h" + ++#include "SkSafeMath.h" + #include "SkTraceEvent.h" + + #ifdef SK_DEBUG +@@ -335,7 +336,7 @@ void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, + SkASSERT(startVertex); + + size_t offset SK_INIT_TO_AVOID_WARNING; +- void* ptr = INHERITED::makeSpace(vertexSize * vertexCount, ++ void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(vertexSize, vertexCount), + vertexSize, + buffer, + &offset); +@@ -360,7 +361,7 @@ void* GrIndexBufferAllocPool::makeSpace(int indexCount, + SkASSERT(startIndex); + + size_t offset SK_INIT_TO_AVOID_WARNING; +- void* ptr = INHERITED::makeSpace(indexCount * sizeof(uint16_t), ++ void* ptr = INHERITED::makeSpace(SkSafeMath::Mul(indexCount, sizeof(uint16_t)), + sizeof(uint16_t), + buffer, + &offset); +diff --git gfx/skia/skia/src/gpu/ops/GrAAHairLinePathRenderer.cpp gfx/skia/skia/src/gpu/ops/GrAAHairLinePathRenderer.cpp +index 274e30846571..3879fe3fcbba 100644 +--- gfx/skia/skia/src/gpu/ops/GrAAHairLinePathRenderer.cpp ++++ gfx/skia/skia/src/gpu/ops/GrAAHairLinePathRenderer.cpp +@@ -823,6 +823,13 @@ void AAHairlineOp::onPrepareDraws(Target* target) const { + + int lineCount = lines.count() / 2; + int conicCount = conics.count() / 3; ++ int quadAndConicCount = conicCount + quadCount; ++ ++ static constexpr int kMaxLines = SK_MaxS32 / kLineSegNumVertices; ++ static constexpr int kMaxQuadsAndConics = SK_MaxS32 / kQuadNumVertices; ++ if (lineCount > kMaxLines || quadAndConicCount > kMaxQuadsAndConics) { ++ return; ++ } + + // do lines first + if (lineCount) { +@@ -893,7 +900,7 @@ void AAHairlineOp::onPrepareDraws(Target* target) const { + ref_quads_index_buffer(target->resourceProvider())); + + size_t vertexStride = sizeof(BezierVertex); +- int vertexCount = kQuadNumVertices * quadCount + kQuadNumVertices * conicCount; ++ int vertexCount = kQuadNumVertices * quadAndConicCount; + void *vertices = target->makeVertexSpace(vertexStride, vertexCount, + &vertexBuffer, &firstVertex); + From owner-svn-ports-branches@freebsd.org Tue May 1 00:22:19 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A422FBA1C6; Tue, 1 May 2018 00:22:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AFEA6ED1B; Tue, 1 May 2018 00:22:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45DD71A827; Tue, 1 May 2018 00:22:19 +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 w410MJ7O030987; Tue, 1 May 2018 00:22:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w410MJtm030985; Tue, 1 May 2018 00:22:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805010022.w410MJtm030985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 1 May 2018 00:22:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468750 - in branches/2018Q2/games/openbor: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/games/openbor: . files X-SVN-Commit-Revision: 468750 X-SVN-Commit-Repository: ports 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.25 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, 01 May 2018 00:22:19 -0000 Author: jbeich Date: Tue May 1 00:22:18 2018 New Revision: 468750 URL: https://svnweb.freebsd.org/changeset/ports/468750 Log: MFH: r468748 games/openbor: update to 5110 Changes: https://github.com/DCurrent/openbor/compare/4327f3c0...151106a7 Approved by: ports-secteam (feld, implicit for snapshots) Deleted: branches/2018Q2/games/openbor/files/patch-source_scriptlib_Parser.c Modified: branches/2018Q2/games/openbor/Makefile branches/2018Q2/games/openbor/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/games/openbor/Makefile ============================================================================== --- branches/2018Q2/games/openbor/Makefile Tue May 1 00:21:30 2018 (r468749) +++ branches/2018Q2/games/openbor/Makefile Tue May 1 00:22:18 2018 (r468750) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 5075 +PORTVERSION?= 5110 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 4327f3c0 +GH_TAGNAME?= 151106a7 USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: branches/2018Q2/games/openbor/distinfo ============================================================================== --- branches/2018Q2/games/openbor/distinfo Tue May 1 00:21:30 2018 (r468749) +++ branches/2018Q2/games/openbor/distinfo Tue May 1 00:22:18 2018 (r468750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524696675 -SHA256 (DCurrent-openbor-5075-4327f3c0_GH0.tar.gz) = 5fcb0b3b5d4e7230c6c443888c606d067963986be700b87b0ecaadce3d6a6f21 -SIZE (DCurrent-openbor-5075-4327f3c0_GH0.tar.gz) = 108240292 +TIMESTAMP = 1525089698 +SHA256 (DCurrent-openbor-5110-151106a7_GH0.tar.gz) = d82a143ed35d753e74c1c8f872299eb8de535001e33b7039862f50ae829e3224 +SIZE (DCurrent-openbor-5110-151106a7_GH0.tar.gz) = 108278521 From owner-svn-ports-branches@freebsd.org Tue May 1 07:33:55 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68A65FB1CDB; Tue, 1 May 2018 07:33:55 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECE37B6BB; Tue, 1 May 2018 07:33:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39C8E1F221; Tue, 1 May 2018 07:33:55 +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 w417Xta1046021; Tue, 1 May 2018 07:33:55 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w417XsnK046013; Tue, 1 May 2018 07:33:54 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201805010733.w417XsnK046013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 1 May 2018 07:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468755 - in branches/2018Q2/sysutils/e2fsprogs: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2018Q2/sysutils/e2fsprogs: . files X-SVN-Commit-Revision: 468755 X-SVN-Commit-Repository: ports 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.25 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, 01 May 2018 07:33:55 -0000 Author: mandree Date: Tue May 1 07:33:54 2018 New Revision: 468755 URL: https://svnweb.freebsd.org/changeset/ports/468755 Log: MFH: r468546 Regression/bug fix update to e2fsprogs 1.44.1. ChangeLog: Approved by: ports-secteam (riggs@) Added: branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__badinode_script - copied unchanged from r468546, head/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__badinode_script branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__orphan__list_script - copied unchanged from r468546, head/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__orphan__list_script Modified: branches/2018Q2/sysutils/e2fsprogs/Makefile branches/2018Q2/sysutils/e2fsprogs/distinfo branches/2018Q2/sysutils/e2fsprogs/files/patch-e2fsck__unix.c branches/2018Q2/sysutils/e2fsprogs/files/patch-lib__uuid__gen_uuid.c branches/2018Q2/sysutils/e2fsprogs/files/patch-misc__Makefile.in branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_r__inline__xattr_script Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/sysutils/e2fsprogs/Makefile ============================================================================== --- branches/2018Q2/sysutils/e2fsprogs/Makefile Tue May 1 05:37:43 2018 (r468754) +++ branches/2018Q2/sysutils/e2fsprogs/Makefile Tue May 1 07:33:54 2018 (r468755) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= e2fsprogs -PORTVERSION= 1.44.0 +PORTVERSION= 1.44.1 PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} Modified: branches/2018Q2/sysutils/e2fsprogs/distinfo ============================================================================== --- branches/2018Q2/sysutils/e2fsprogs/distinfo Tue May 1 05:37:43 2018 (r468754) +++ branches/2018Q2/sysutils/e2fsprogs/distinfo Tue May 1 07:33:54 2018 (r468755) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521069997 -SHA256 (e2fsprogs-1.44.0.tar.xz) = a3567042f03fcee0e01db8f923b24cec92e2ba5b11f8e39e245672ad5392723d -SIZE (e2fsprogs-1.44.0.tar.xz) = 5325356 +TIMESTAMP = 1524922817 +SHA256 (e2fsprogs-1.44.1.tar.xz) = 0ca164c1c87724df904c918b2d7051ef989b51de725db66c67514dbe6dd2b9ef +SIZE (e2fsprogs-1.44.1.tar.xz) = 5331960 Modified: branches/2018Q2/sysutils/e2fsprogs/files/patch-e2fsck__unix.c ============================================================================== --- branches/2018Q2/sysutils/e2fsprogs/files/patch-e2fsck__unix.c Tue May 1 05:37:43 2018 (r468754) +++ branches/2018Q2/sysutils/e2fsprogs/files/patch-e2fsck__unix.c Tue May 1 07:33:54 2018 (r468755) @@ -1,4 +1,4 @@ ---- e2fsck/unix.c.orig 2016-09-02 04:17:32 UTC +--- e2fsck/unix.c.orig 2018-03-25 02:42:47 UTC +++ e2fsck/unix.c @@ -9,8 +9,6 @@ * %End-Header% @@ -18,7 +18,7 @@ #endif #ifdef HAVE_SYS_TYPES_H #include -@@ -593,6 +591,24 @@ static int e2fsck_update_progress(e2fsck +@@ -595,6 +593,24 @@ static int e2fsck_update_progress(e2fsck return 0; } @@ -43,7 +43,7 @@ #define PATH_SET "PATH=/sbin" /* -@@ -625,6 +641,17 @@ static void signal_progress_on(int sig E +@@ -627,6 +643,17 @@ static void signal_progress_on(int sig E ctx->progress = e2fsck_update_progress; } @@ -61,7 +61,7 @@ static void signal_progress_off(int sig EXT2FS_ATTR((unused))) { e2fsck_t ctx = e2fsck_global_ctx; -@@ -1062,6 +1089,10 @@ static errcode_t PRS(int argc, char *arg +@@ -1091,6 +1118,10 @@ static errcode_t PRS(int argc, char *arg sigaction(SIGUSR1, &sa, 0); sa.sa_handler = signal_progress_off; sigaction(SIGUSR2, &sa, 0); Modified: branches/2018Q2/sysutils/e2fsprogs/files/patch-lib__uuid__gen_uuid.c ============================================================================== --- branches/2018Q2/sysutils/e2fsprogs/files/patch-lib__uuid__gen_uuid.c Tue May 1 05:37:43 2018 (r468754) +++ branches/2018Q2/sysutils/e2fsprogs/files/patch-lib__uuid__gen_uuid.c Tue May 1 07:33:54 2018 (r468755) @@ -1,6 +1,6 @@ ---- lib/uuid/gen_uuid.c.orig 2016-09-02 04:17:32 UTC +--- lib/uuid/gen_uuid.c.orig 2018-03-25 02:42:47 UTC +++ lib/uuid/gen_uuid.c -@@ -92,6 +92,7 @@ +@@ -94,6 +94,7 @@ #ifdef HAVE_SYS_RESOURCE_H #include #endif @@ -8,7 +8,7 @@ #include "uuidP.h" #include "uuidd.h" -@@ -301,6 +302,28 @@ static int get_node_id(unsigned char *no +@@ -300,6 +301,28 @@ static int get_node_id(unsigned char *no } } close(sd); Modified: branches/2018Q2/sysutils/e2fsprogs/files/patch-misc__Makefile.in ============================================================================== --- branches/2018Q2/sysutils/e2fsprogs/files/patch-misc__Makefile.in Tue May 1 05:37:43 2018 (r468754) +++ branches/2018Q2/sysutils/e2fsprogs/files/patch-misc__Makefile.in Tue May 1 07:33:54 2018 (r468755) @@ -1,4 +1,4 @@ ---- misc/Makefile.in.orig 2016-09-02 04:52:46 UTC +--- misc/Makefile.in.orig 2018-03-25 02:42:47 UTC +++ misc/Makefile.in @@ -34,16 +34,16 @@ INSTALL = @INSTALL@ @@ -22,7 +22,7 @@ UMANPAGES+= @FUSE_CMT@ fuse2fs.1 LPROGS= @E2INITRD_PROG@ -@@ -144,14 +144,14 @@ profiled: +@@ -145,14 +145,14 @@ profiled: mke2fs.conf: $(srcdir)/mke2fs.conf.in if test -f $(srcdir)/mke2fs.conf.custom.in ; then \ @@ -40,7 +40,7 @@ > default_profile.c findsuper: findsuper.o $(E) " LD $@" -@@ -577,34 +577,9 @@ install: all $(SMANPAGES) $(UMANPAGES) i +@@ -593,34 +593,9 @@ install: all $(SMANPAGES) $(UMANPAGES) i (cd $(DESTDIR)$(man5dir); \ $(LN) $(LINK_INSTALL_FLAGS) ext4.5 $$i.5); \ done Copied: branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__badinode_script (from r468546, head/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__badinode_script) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__badinode_script Tue May 1 07:33:54 2018 (r468755, copy of r468546, head/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__badinode_script) @@ -0,0 +1,13 @@ +--- tests/f_bigalloc_badinode/script.orig 2018-03-25 02:42:47 UTC ++++ tests/f_bigalloc_badinode/script +@@ -6,8 +6,8 @@ TEST_DATA="$test_name.tmp" + dd if=$TEST_BITS of=$TEST_DATA bs=4k count=2 seek=1> /dev/null 2>&1 + + touch $TMPFILE +-mke2fs -Fq -t ext4 -O bigalloc -C 16384 $TMPFILE 1M > /dev/null 2>&1 +-debugfs -w $TMPFILE << EOF > /dev/null 2>&1 ++$MKE2FS -Fq -t ext4 -O bigalloc -C 16384 $TMPFILE 1M > /dev/null 2>&1 ++$DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1 + write $TEST_DATA testfile + set_inode_field testfile i_mode 0120000 + quit Copied: branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__orphan__list_script (from r468546, head/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__orphan__list_script) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__orphan__list_script Tue May 1 07:33:54 2018 (r468755, copy of r468546, head/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__orphan__list_script) @@ -0,0 +1,13 @@ +--- tests/f_bigalloc_orphan_list/script.orig 2018-03-25 02:42:47 UTC ++++ tests/f_bigalloc_orphan_list/script +@@ -6,8 +6,8 @@ TEST_DATA="$test_name.tmp" + dd if=$TEST_BITS of=$TEST_DATA bs=28k count=1 > /dev/null 2>&1 + + touch $TMPFILE +-mke2fs -Fq -t ext4 -O bigalloc $TMPFILE 1M > /dev/null 2>&1 +-debugfs -w $TMPFILE << EOF > /dev/null 2>&1 ++$MKE2FS -Fq -t ext4 -O bigalloc $TMPFILE 1M > /dev/null 2>&1 ++$DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1 + write $TEST_DATA testfile + set_inode_field testfile links_count 0 + set_inode_field testfile bmap[0] 0 Modified: branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_r__inline__xattr_script ============================================================================== --- branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_r__inline__xattr_script Tue May 1 05:37:43 2018 (r468754) +++ branches/2018Q2/sysutils/e2fsprogs/files/patch-tests_r__inline__xattr_script Tue May 1 07:33:54 2018 (r468755) @@ -1,7 +1,6 @@ ---- tests/r_inline_xattr/script.orig 2017-04-09 19:31:41 UTC +--- tests/r_inline_xattr/script.orig 2018-03-25 02:42:47 UTC +++ tests/r_inline_xattr/script -@@ -10,8 +10,8 @@ gunzip < $IMAGE > $TMPFILE - echo "resize2fs test" > $OUT +@@ -11,7 +11,7 @@ echo "resize2fs test" > $OUT # Look at existing inline extended attribute echo "debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|user.name (''" >> $OUT @@ -10,8 +9,7 @@ status=$? echo Exit status is $status >> $OUT -@@ -23,8 +23,8 @@ echo Exit status is $status >> $OUT.new - sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT +@@ -24,7 +24,7 @@ sed -f $cmd_dir/filter.sed -e "s;$TMPFIL # Look at inline extended attribute in resized fs echo "debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|user.name (''" >> $OUT From owner-svn-ports-branches@freebsd.org Wed May 2 23:30:10 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9210FB7510; Wed, 2 May 2018 23:30:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78C2A825EF; Wed, 2 May 2018 23:30:10 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69D76179BD; Wed, 2 May 2018 23:30:10 +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 w42NUAgv055888; Wed, 2 May 2018 23:30:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42NUA17055886; Wed, 2 May 2018 23:30:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805022330.w42NUA17055886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 2 May 2018 23:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468891 - in branches/2018Q2/print/freetype2: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/print/freetype2: . files X-SVN-Commit-Revision: 468891 X-SVN-Commit-Repository: ports 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.25 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, 02 May 2018 23:30:11 -0000 Author: jbeich Date: Wed May 2 23:30:09 2018 New Revision: 468891 URL: https://svnweb.freebsd.org/changeset/ports/468891 Log: print/freetype2: apply CVE-2018-6942 fix PR: 227568 Submitted by: lightside@gmx.com Obtained from: upstream (freetype 2.9.1) Approved by: ports-secteam blanket Added: branches/2018Q2/print/freetype2/files/patch-CVE-2018-6942 (contents, props changed) Modified: branches/2018Q2/print/freetype2/Makefile Modified: branches/2018Q2/print/freetype2/Makefile ============================================================================== --- branches/2018Q2/print/freetype2/Makefile Wed May 2 22:23:21 2018 (r468890) +++ branches/2018Q2/print/freetype2/Makefile Wed May 2 23:30:09 2018 (r468891) @@ -3,7 +3,7 @@ PORTNAME= freetype2 PORTVERSION= 2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://savannah.nongnu.org/download/freetype/ \ SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \ Added: branches/2018Q2/print/freetype2/files/patch-CVE-2018-6942 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/print/freetype2/files/patch-CVE-2018-6942 Wed May 2 23:30:09 2018 (r468891) @@ -0,0 +1,24 @@ +# * src/truetype/ttinterp.c (Ins_GETVARIATION): Avoid NULL reference. +# https://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=29c759284e305ec428703c9a5831d0b1fc3497ef + +--- src/truetype/ttinterp.c.orig 2017-05-03 21:42:13 UTC ++++ src/truetype/ttinterp.c +@@ -7470,8 +7470,16 @@ + return; + } + +- for ( i = 0; i < num_axes; i++ ) +- args[i] = coords[i] >> 2; /* convert 16.16 to 2.14 format */ ++ if ( coords ) ++ { ++ for ( i = 0; i < num_axes; i++ ) ++ args[i] = coords[i] >> 2; /* convert 16.16 to 2.14 format */ ++ } ++ else ++ { ++ for ( i = 0; i < num_axes; i++ ) ++ args[i] = 0; ++ } + } + + From owner-svn-ports-branches@freebsd.org Wed May 2 23:52:39 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0376BFB7D7B; Wed, 2 May 2018 23:52:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8BD885E9B; Wed, 2 May 2018 23:52:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3B8E17E86; Wed, 2 May 2018 23:52:38 +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 w42Nqcd5071369; Wed, 2 May 2018 23:52:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42Nqcgp071367; Wed, 2 May 2018 23:52:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805022352.w42Nqcgp071367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 2 May 2018 23:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468897 - branches/2018Q2/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/emulators/citra X-SVN-Commit-Revision: 468897 X-SVN-Commit-Repository: ports 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.25 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, 02 May 2018 23:52:39 -0000 Author: jbeich Date: Wed May 2 23:52:38 2018 New Revision: 468897 URL: https://svnweb.freebsd.org/changeset/ports/468897 Log: MFH: r468895 emulators/citra: update to s20180502 Changes: https://github.com/citra-emu/citra/compare/55414c32...ca3b82ca Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q2/emulators/citra/Makefile branches/2018Q2/emulators/citra/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/citra/Makefile ============================================================================== --- branches/2018Q2/emulators/citra/Makefile Wed May 2 23:37:47 2018 (r468896) +++ branches/2018Q2/emulators/citra/Makefile Wed May 2 23:52:38 2018 (r468897) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180427 +PORTVERSION= s20180502 PORTREVISION?= 0 CATEGORIES= emulators @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 55414c32 +GH_TAGNAME= ca3b82ca GH_TUPLE= citra-emu:ext-libressl-portable:cbb1dca:libressl/externals/libressl \ citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:d1d4705:dynarmic/externals/dynarmic \ Modified: branches/2018Q2/emulators/citra/distinfo ============================================================================== --- branches/2018Q2/emulators/citra/distinfo Wed May 2 23:37:47 2018 (r468896) +++ branches/2018Q2/emulators/citra/distinfo Wed May 2 23:52:38 2018 (r468897) @@ -1,6 +1,6 @@ -TIMESTAMP = 1524848811 -SHA256 (citra-emu-citra-s20180427-55414c32_GH0.tar.gz) = da41bc743da229c3b033031a0bcb0f500fb92d899b07a721adcb4fa32485784a -SIZE (citra-emu-citra-s20180427-55414c32_GH0.tar.gz) = 1923610 +TIMESTAMP = 1525274253 +SHA256 (citra-emu-citra-s20180502-ca3b82ca_GH0.tar.gz) = 5030386cfb2e3a45d6ce763b5d78823ff5e561c6cbed930d0169039af2d20fdb +SIZE (citra-emu-citra-s20180502-ca3b82ca_GH0.tar.gz) = 1927840 SHA256 (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = f3741a3bb480d9f8a817f032f59d1908e659620cbb93c0fe8289cfb46d2ab89c SIZE (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = 1761962 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 From owner-svn-ports-branches@freebsd.org Wed May 2 23:53:39 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D67D2FB7DDA; Wed, 2 May 2018 23:53:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 838CF85FAA; Wed, 2 May 2018 23:53:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E5A117E89; Wed, 2 May 2018 23:53:39 +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 w42NrdJ8071529; Wed, 2 May 2018 23:53:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42NrdOr071527; Wed, 2 May 2018 23:53:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805022353.w42NrdOr071527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 2 May 2018 23:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468898 - branches/2018Q2/games/openbor X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/games/openbor X-SVN-Commit-Revision: 468898 X-SVN-Commit-Repository: ports 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.25 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, 02 May 2018 23:53:40 -0000 Author: jbeich Date: Wed May 2 23:53:38 2018 New Revision: 468898 URL: https://svnweb.freebsd.org/changeset/ports/468898 Log: MFH: r468896 games/openbor: update to 5120 Changes: https://github.com/DCurrent/openbor/compare/151106a7...5b8a3faa Approved by: ports-secteam (feld, implicit for snapshots) Modified: branches/2018Q2/games/openbor/Makefile branches/2018Q2/games/openbor/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/games/openbor/Makefile ============================================================================== --- branches/2018Q2/games/openbor/Makefile Wed May 2 23:52:38 2018 (r468897) +++ branches/2018Q2/games/openbor/Makefile Wed May 2 23:53:38 2018 (r468898) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 5110 +PORTVERSION?= 5120 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 151106a7 +GH_TAGNAME?= 5b8a3faa USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: branches/2018Q2/games/openbor/distinfo ============================================================================== --- branches/2018Q2/games/openbor/distinfo Wed May 2 23:52:38 2018 (r468897) +++ branches/2018Q2/games/openbor/distinfo Wed May 2 23:53:38 2018 (r468898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525089698 -SHA256 (DCurrent-openbor-5110-151106a7_GH0.tar.gz) = d82a143ed35d753e74c1c8f872299eb8de535001e33b7039862f50ae829e3224 -SIZE (DCurrent-openbor-5110-151106a7_GH0.tar.gz) = 108278521 +TIMESTAMP = 1525298143 +SHA256 (DCurrent-openbor-5120-5b8a3faa_GH0.tar.gz) = be2c3618e687c5d58f7acf52e16fd92700db5a828dffeb932002ec2280e34a36 +SIZE (DCurrent-openbor-5120-5b8a3faa_GH0.tar.gz) = 108279355 From owner-svn-ports-branches@freebsd.org Thu May 3 00:12:14 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21DEAFB84A4; Thu, 3 May 2018 00:12:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C05E86B782; Thu, 3 May 2018 00:12:13 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAF1F181C4; Thu, 3 May 2018 00:12:13 +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 w430CDhp080851; Thu, 3 May 2018 00:12:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w430CDU0080846; Thu, 3 May 2018 00:12:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805030012.w430CDU0080846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 May 2018 00:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468899 - in branches/2018Q2/www: firefox-esr firefox-esr-i18n firefox-esr/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/www: firefox-esr firefox-esr-i18n firefox-esr/files X-SVN-Commit-Revision: 468899 X-SVN-Commit-Repository: ports 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.25 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, 03 May 2018 00:12:14 -0000 Author: jbeich Date: Thu May 3 00:12:13 2018 New Revision: 468899 URL: https://svnweb.freebsd.org/changeset/ports/468899 Log: MFH: r468807 www/firefox-esr: update to 52.8.0 Changes: https://www.mozilla.org/firefox/52.8.0/releasenotes/ Approved by: ports-secteam blanket Modified: branches/2018Q2/www/firefox-esr-i18n/Makefile branches/2018Q2/www/firefox-esr-i18n/distinfo branches/2018Q2/www/firefox-esr/Makefile branches/2018Q2/www/firefox-esr/distinfo branches/2018Q2/www/firefox-esr/files/patch-bug847568 Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2018Q2/www/firefox-esr-i18n/Makefile Wed May 2 23:53:38 2018 (r468898) +++ branches/2018Q2/www/firefox-esr-i18n/Makefile Thu May 3 00:12:13 2018 (r468899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 52.7.4 +PORTVERSION= 52.8.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi Modified: branches/2018Q2/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2018Q2/www/firefox-esr-i18n/distinfo Wed May 2 23:53:38 2018 (r468898) +++ branches/2018Q2/www/firefox-esr-i18n/distinfo Thu May 3 00:12:13 2018 (r468899) @@ -1,185 +1,185 @@ -TIMESTAMP = 1524871320 -SHA256 (xpi/firefox-52.7.4/ach.xpi) = 8e6e6bfa2b85ad3dc13d922804fe00fb2ae350a98bbce0fae5c523f04e84a120 -SIZE (xpi/firefox-52.7.4/ach.xpi) = 420286 -SHA256 (xpi/firefox-52.7.4/af.xpi) = 8b51900fb814015a6a3318c484875e58b5e451ddb45d767126bc98e1c2533ed4 -SIZE (xpi/firefox-52.7.4/af.xpi) = 429469 -SHA256 (xpi/firefox-52.7.4/an.xpi) = 6a7d3a715277ff6f5e1e00c23bfafbb34d4fbecf5237cfdc712ae8e7e6d014ce -SIZE (xpi/firefox-52.7.4/an.xpi) = 437887 -SHA256 (xpi/firefox-52.7.4/ar.xpi) = 7f2bbc575596d6f7f6b7bbd04d853a01b4e8829c7bed7a12d473bfc6bac03970 -SIZE (xpi/firefox-52.7.4/ar.xpi) = 466027 -SHA256 (xpi/firefox-52.7.4/as.xpi) = d5088f9f277966f8a5715ab544b64322b49019c75aab80542942650c0e49275b -SIZE (xpi/firefox-52.7.4/as.xpi) = 479634 -SHA256 (xpi/firefox-52.7.4/ast.xpi) = 873ceef99f2b0bb1e056b83a06e22d8c0e118489380792ff3f38c59e8817084d -SIZE (xpi/firefox-52.7.4/ast.xpi) = 432775 -SHA256 (xpi/firefox-52.7.4/az.xpi) = 6df757fa68e249781ef06e154a1e021b459c97db8fe1563bc5963d686ce6d5c9 -SIZE (xpi/firefox-52.7.4/az.xpi) = 454923 -SHA256 (xpi/firefox-52.7.4/bg.xpi) = a4366d5177cd3098854a802ec9cf488dce5dfa727e119c75cd6f9bb1a55bf7cf -SIZE (xpi/firefox-52.7.4/bg.xpi) = 487891 -SHA256 (xpi/firefox-52.7.4/bn-BD.xpi) = 2ce5d5efd70687f66517e292d1e0358d37bf57621ef518bb27f82d6197004be9 -SIZE (xpi/firefox-52.7.4/bn-BD.xpi) = 504633 -SHA256 (xpi/firefox-52.7.4/bn-IN.xpi) = 1ef5ff43dab51b6c29e5869cf40ff30ba36af373e1abbd70a3e7db33e3ff315b -SIZE (xpi/firefox-52.7.4/bn-IN.xpi) = 502113 -SHA256 (xpi/firefox-52.7.4/br.xpi) = d13480f3e1aa0dc03f5fd08aa3495f79fa9a9ba7d382ed7204ad3076d5a5a3a0 -SIZE (xpi/firefox-52.7.4/br.xpi) = 428215 -SHA256 (xpi/firefox-52.7.4/bs.xpi) = bbf10d3a66f07d63cbd47286076d201b5efa0511624949e895f9f9ef98a9f5df -SIZE (xpi/firefox-52.7.4/bs.xpi) = 434428 -SHA256 (xpi/firefox-52.7.4/ca.xpi) = 844c7f91d1bf7fcde96a4eb19df110d186dd34dc25f487d3bfb4575bf753e8e3 -SIZE (xpi/firefox-52.7.4/ca.xpi) = 443304 -SHA256 (xpi/firefox-52.7.4/cak.xpi) = 11c64d84635b05864d0da41519ba2adb882c9837845eecc9d0c2c3d45bee5736 -SIZE (xpi/firefox-52.7.4/cak.xpi) = 451910 -SHA256 (xpi/firefox-52.7.4/cs.xpi) = f03ae32db3cfe91cb3ea8adc71ea073fc06fa334ecefbc9b954a049c57a04189 -SIZE (xpi/firefox-52.7.4/cs.xpi) = 444075 -SHA256 (xpi/firefox-52.7.4/cy.xpi) = 7de2ba6d14e4248c7e267fccea56959b438dcba99c12d7d8546b9bce26637df9 -SIZE (xpi/firefox-52.7.4/cy.xpi) = 429300 -SHA256 (xpi/firefox-52.7.4/da.xpi) = 0ba6f6f1ebc0ea12fc3729e9da3e612b166f64a096f759f890d2b9f233136c82 -SIZE (xpi/firefox-52.7.4/da.xpi) = 424394 -SHA256 (xpi/firefox-52.7.4/de.xpi) = 9b1fc7b5594cd0570f1b64d2680f7b56a6b70d111a543fd2e40f60a022c67a9e -SIZE (xpi/firefox-52.7.4/de.xpi) = 435227 -SHA256 (xpi/firefox-52.7.4/dsb.xpi) = a06851467a474d3b8ab8359707131381386145ebc3ff391371c1be21365cf737 -SIZE (xpi/firefox-52.7.4/dsb.xpi) = 452167 -SHA256 (xpi/firefox-52.7.4/el.xpi) = a203e20bee013417faafbbc4b643734b9933ff489c3646d701bc534741fdc470 -SIZE (xpi/firefox-52.7.4/el.xpi) = 509237 -SHA256 (xpi/firefox-52.7.4/en-GB.xpi) = 7a5c736bd676799f459a0d24e7d05932dfd21a403f492e430b24b7d487cee8b8 -SIZE (xpi/firefox-52.7.4/en-GB.xpi) = 412038 -SHA256 (xpi/firefox-52.7.4/en-US.xpi) = 6f88a6cd33caee6b8e62808c774c440f2f9b4d4c0905c3042316d756a1706ead -SIZE (xpi/firefox-52.7.4/en-US.xpi) = 413902 -SHA256 (xpi/firefox-52.7.4/en-ZA.xpi) = e227cd4cce5d80c39b2ba69d8bdae590a4567cbb0daebdf23edde43595a07e10 -SIZE (xpi/firefox-52.7.4/en-ZA.xpi) = 412212 -SHA256 (xpi/firefox-52.7.4/eo.xpi) = 6e7858afc38ae15b215ae314af7b99a2a45cd92b4acbcea0d4d1505054a94c0b -SIZE (xpi/firefox-52.7.4/eo.xpi) = 430116 -SHA256 (xpi/firefox-52.7.4/es-AR.xpi) = 960f58a3df9d2b41f0871510832fac0290031e107f95433f48c67d0fbe1ab060 -SIZE (xpi/firefox-52.7.4/es-AR.xpi) = 438659 -SHA256 (xpi/firefox-52.7.4/es-CL.xpi) = 70cd127d5bf341693aef68461186c0aa41d23fddc274201eec37d9cc7c5e2f9d -SIZE (xpi/firefox-52.7.4/es-CL.xpi) = 438406 -SHA256 (xpi/firefox-52.7.4/es-ES.xpi) = 857763c37fd12a3a2031426ed1e34e3752285892a1928fbbde813d539f1268c8 -SIZE (xpi/firefox-52.7.4/es-ES.xpi) = 337615 -SHA256 (xpi/firefox-52.7.4/es-MX.xpi) = 6dd4ebe344a2ec4023adae651e547587f4f9819de14bb95d08c2a31867ea696b -SIZE (xpi/firefox-52.7.4/es-MX.xpi) = 441127 -SHA256 (xpi/firefox-52.7.4/et.xpi) = 4f575363a94c385e5309a7ed4dd7d9d6e58a639960fce39490849d8462f6192e -SIZE (xpi/firefox-52.7.4/et.xpi) = 425113 -SHA256 (xpi/firefox-52.7.4/eu.xpi) = e42cf56f4f838ca3bf7ce53e21a4cc2e95fa71d43e45096463c0f9cde04312b2 -SIZE (xpi/firefox-52.7.4/eu.xpi) = 431124 -SHA256 (xpi/firefox-52.7.4/fa.xpi) = aca52bf691ecdfe92de5cec62b429d0a97c0e00dd8be4f87d589b2f0c24eeafe -SIZE (xpi/firefox-52.7.4/fa.xpi) = 483989 -SHA256 (xpi/firefox-52.7.4/ff.xpi) = 18233d52c93b0643d0b317e563ccc75ffbd0ef94ce542b6c88ad4b2404cdfd07 -SIZE (xpi/firefox-52.7.4/ff.xpi) = 433662 -SHA256 (xpi/firefox-52.7.4/fi.xpi) = 1048d4198b7a2c087aa728dae95213e8013929630faedfc43df05f0807e1f8c6 -SIZE (xpi/firefox-52.7.4/fi.xpi) = 422807 -SHA256 (xpi/firefox-52.7.4/fr.xpi) = 02979cde5614adc5e96c1b9d0f425d5fc8de6fd995fb49f8a422bc2295c7bf1e -SIZE (xpi/firefox-52.7.4/fr.xpi) = 442944 -SHA256 (xpi/firefox-52.7.4/fy-NL.xpi) = bc6e2592a718a692177158f02054ac4bfb92d3c1dfd69fafd17b7caacc048341 -SIZE (xpi/firefox-52.7.4/fy-NL.xpi) = 437702 -SHA256 (xpi/firefox-52.7.4/ga-IE.xpi) = c47156a6c31370b897b3e7ca62ccdffb706eafbff63ba23cc191b0c3991e85fc -SIZE (xpi/firefox-52.7.4/ga-IE.xpi) = 450875 -SHA256 (xpi/firefox-52.7.4/gd.xpi) = 9680155f3f05187d0bfd99a52d861a40e560a54aba2c6a38d8292a3108cc0a7b -SIZE (xpi/firefox-52.7.4/gd.xpi) = 439987 -SHA256 (xpi/firefox-52.7.4/gl.xpi) = 019a2f3a3913f70cc8cc71d9de8c42d99199be50065809cfcdd2433cc15a548a -SIZE (xpi/firefox-52.7.4/gl.xpi) = 440039 -SHA256 (xpi/firefox-52.7.4/gn.xpi) = e4087d77f075e337fa38c420e8f1ab270d82e2fc461ab4d70a5bb2b372540f2b -SIZE (xpi/firefox-52.7.4/gn.xpi) = 448957 -SHA256 (xpi/firefox-52.7.4/gu-IN.xpi) = ea4cc4c7ce18a1fb06ee166a8ec06522ea340742ff47ca0b78f291d36f88f501 -SIZE (xpi/firefox-52.7.4/gu-IN.xpi) = 482104 -SHA256 (xpi/firefox-52.7.4/he.xpi) = 31d5e3e769c37852a92c222aaec861c53fd23a486f8c1bc68d8abff281857a03 -SIZE (xpi/firefox-52.7.4/he.xpi) = 447927 -SHA256 (xpi/firefox-52.7.4/hi-IN.xpi) = e949b34e2f9e54dad9b33ec62a4f3958af81a4c1938e5957e59c0d6b7d1c1e7b -SIZE (xpi/firefox-52.7.4/hi-IN.xpi) = 499256 -SHA256 (xpi/firefox-52.7.4/hr.xpi) = d5c9ffb1a147a1be4f46f2a529f8352505eaa5ac23b46194836f874f14e9ca7e -SIZE (xpi/firefox-52.7.4/hr.xpi) = 440149 -SHA256 (xpi/firefox-52.7.4/hsb.xpi) = 75cf1a4d2f5abeb4f394cddce841d45ce4f6a97d2cb8a442e9a08fd02091bc1a -SIZE (xpi/firefox-52.7.4/hsb.xpi) = 450001 -SHA256 (xpi/firefox-52.7.4/hu.xpi) = d431ec9330f65b9acae2cd1cf29d702f3ea4ab866841ea09e971b0e6b1e8fdfb -SIZE (xpi/firefox-52.7.4/hu.xpi) = 451496 -SHA256 (xpi/firefox-52.7.4/hy-AM.xpi) = fc778ac1a4a3c61df4fca5a5bccc37c3a496a9d70058a577ce3bdd2409255e5b -SIZE (xpi/firefox-52.7.4/hy-AM.xpi) = 488414 -SHA256 (xpi/firefox-52.7.4/id.xpi) = 32f355ea3a8e2dca38fbd2f3fdfdebd2023e0d398dda0f38d42970ea3be19624 -SIZE (xpi/firefox-52.7.4/id.xpi) = 418764 -SHA256 (xpi/firefox-52.7.4/is.xpi) = d3b270412c52a463f4e0235cc2eb66c9517dc50f86037783d624ec975aa9d616 -SIZE (xpi/firefox-52.7.4/is.xpi) = 435342 -SHA256 (xpi/firefox-52.7.4/it.xpi) = 9c4a458509c9a7c4d39d5ef7b49e0ff4028dc12a786c4f88414e6f7fdb4a786b -SIZE (xpi/firefox-52.7.4/it.xpi) = 331969 -SHA256 (xpi/firefox-52.7.4/ja.xpi) = 91b504ec71745cadabd33c7895128eaf7b91824fb915df2e57b897db8c6125f5 -SIZE (xpi/firefox-52.7.4/ja.xpi) = 488343 -SHA256 (xpi/firefox-52.7.4/ka.xpi) = f2ab05a7564e8503facf252634dc09fc1508debffb1449883daa588793927a8f -SIZE (xpi/firefox-52.7.4/ka.xpi) = 468022 -SHA256 (xpi/firefox-52.7.4/kab.xpi) = 5fb0b623c5dd92fadf1365877962a3b99de9e8e9e8468afbe4b3b66c392b6159 -SIZE (xpi/firefox-52.7.4/kab.xpi) = 437246 -SHA256 (xpi/firefox-52.7.4/kk.xpi) = c63e22045648217cd29fef5445c17569686f9aeba4b4a320ec1f7afc4eeadced -SIZE (xpi/firefox-52.7.4/kk.xpi) = 496939 -SHA256 (xpi/firefox-52.7.4/km.xpi) = 24ad821406a229a164b13082c9fef3614240a5428bf098369669556169921d94 -SIZE (xpi/firefox-52.7.4/km.xpi) = 512988 -SHA256 (xpi/firefox-52.7.4/kn.xpi) = d252ba39f4170067892672220ca6f0f9cccd1387636c5413a6aa51d0c198ed05 -SIZE (xpi/firefox-52.7.4/kn.xpi) = 512199 -SHA256 (xpi/firefox-52.7.4/ko.xpi) = 59e9be4c9a47f6f026c2eefc0a00745692db2ec45a9a90d154fb7964b91a3d29 -SIZE (xpi/firefox-52.7.4/ko.xpi) = 463630 -SHA256 (xpi/firefox-52.7.4/lij.xpi) = 5d1f66ffc4c8b5a09d1ada419bbd34662071bd42d75d47ebfa91dec881d2869d -SIZE (xpi/firefox-52.7.4/lij.xpi) = 413819 -SHA256 (xpi/firefox-52.7.4/lt.xpi) = dcfc023f59cb54d794cdbeee72fb5a7dce726ac7603e178e5e9461ccdd592f7a -SIZE (xpi/firefox-52.7.4/lt.xpi) = 452236 -SHA256 (xpi/firefox-52.7.4/lv.xpi) = 8f9d609f9590d85ec39945f4a94ded092f01faa1b9bd8dc6f329d5f31aa98be7 -SIZE (xpi/firefox-52.7.4/lv.xpi) = 441096 -SHA256 (xpi/firefox-52.7.4/mai.xpi) = 591e803a2d025c7bd39a8b1e1658574f1ebb01f9c20bf9e91b7c701ee336a9e9 -SIZE (xpi/firefox-52.7.4/mai.xpi) = 492585 -SHA256 (xpi/firefox-52.7.4/mk.xpi) = 02e742b6198956a0baee028416428974cc96ae46b9a9c965e6ca44cf301128d9 -SIZE (xpi/firefox-52.7.4/mk.xpi) = 488846 -SHA256 (xpi/firefox-52.7.4/ml.xpi) = d340da74520b34efaeebfa2c04e685dbf385ce76021d6344599d12c32ca1d476 -SIZE (xpi/firefox-52.7.4/ml.xpi) = 516486 -SHA256 (xpi/firefox-52.7.4/mr.xpi) = 649459d1804c21ff63ae7aa0139cf21db4c3d393e3e6165afb0b6f9dabd43166 -SIZE (xpi/firefox-52.7.4/mr.xpi) = 495176 -SHA256 (xpi/firefox-52.7.4/ms.xpi) = e2cd06c34c8741eec91cf7e0167f1728ccca19b8770647c54b5b6f7d8b2063df -SIZE (xpi/firefox-52.7.4/ms.xpi) = 428635 -SHA256 (xpi/firefox-52.7.4/nb-NO.xpi) = c400f0d6834f8a5b067a759c33adce994919796341e49612eb6ab1b5d67a12e9 -SIZE (xpi/firefox-52.7.4/nb-NO.xpi) = 427148 -SHA256 (xpi/firefox-52.7.4/nl.xpi) = 9b51e5817e2dbc0f3a9f4b8ca98ed22437197fa10f45a43dac7801f8af3a2295 -SIZE (xpi/firefox-52.7.4/nl.xpi) = 432008 -SHA256 (xpi/firefox-52.7.4/nn-NO.xpi) = 7c140b3cae2946bce83997b404982754941575a575498f2decc55e1e9dd897d9 -SIZE (xpi/firefox-52.7.4/nn-NO.xpi) = 428645 -SHA256 (xpi/firefox-52.7.4/or.xpi) = 919a2543b664d686ab4d61ba5812e86e9609a209bed213feea8414b03a7eb530 -SIZE (xpi/firefox-52.7.4/or.xpi) = 489664 -SHA256 (xpi/firefox-52.7.4/pa-IN.xpi) = d95e7a22e1d82e1b1708a6a5205084ed461fcc9f3a22321957e287ad2487ab0f -SIZE (xpi/firefox-52.7.4/pa-IN.xpi) = 469325 -SHA256 (xpi/firefox-52.7.4/pl.xpi) = 289b6c5bc4176b19bf4159ec62ca8c5a75dc6f26f9841f99f4aeec442fd1f866 -SIZE (xpi/firefox-52.7.4/pl.xpi) = 352851 -SHA256 (xpi/firefox-52.7.4/pt-BR.xpi) = b2b9de492c9e2204234ce4a5f7924d341733b93cd24e73952189f777289f26b7 -SIZE (xpi/firefox-52.7.4/pt-BR.xpi) = 430902 -SHA256 (xpi/firefox-52.7.4/pt-PT.xpi) = 1103d2a58af86cfe2665bb1fff45bc932dbe2fc7be2c35f8d44f18b55c1d367d -SIZE (xpi/firefox-52.7.4/pt-PT.xpi) = 436727 -SHA256 (xpi/firefox-52.7.4/rm.xpi) = 42e3ff9c609e2d3a5cafd5e62eb147954fab7c8ae917804504c2c33588442101 -SIZE (xpi/firefox-52.7.4/rm.xpi) = 427341 -SHA256 (xpi/firefox-52.7.4/ro.xpi) = e085f9dd2765bbb4c6273c73da3adf7e5ff3fc2dd12f73ea0ba58e96a82d3855 -SIZE (xpi/firefox-52.7.4/ro.xpi) = 442584 -SHA256 (xpi/firefox-52.7.4/ru.xpi) = 81a942b717105db4a635441765eab428daa2229aba2ec96fcad6e69710eedbad -SIZE (xpi/firefox-52.7.4/ru.xpi) = 395363 -SHA256 (xpi/firefox-52.7.4/si.xpi) = 624bbda57e0996700e0c62103e07bcba9e3e03ecc6cc31b906f87cb1f0f1f462 -SIZE (xpi/firefox-52.7.4/si.xpi) = 484604 -SHA256 (xpi/firefox-52.7.4/sk.xpi) = b6acb82c66489dd8e79ea5cb178d7b1138621c693f6603535e30e71203dc8253 -SIZE (xpi/firefox-52.7.4/sk.xpi) = 455820 -SHA256 (xpi/firefox-52.7.4/sl.xpi) = e45b9cf9f732ddd9e7025738e602ecee952cdfc81266d3e8b8b019ff806ba7a6 -SIZE (xpi/firefox-52.7.4/sl.xpi) = 433482 -SHA256 (xpi/firefox-52.7.4/son.xpi) = 89fd07435ba462a80bf50731b3f99af41231cb3d8892e49e763e0535681f7c2c -SIZE (xpi/firefox-52.7.4/son.xpi) = 427859 -SHA256 (xpi/firefox-52.7.4/sq.xpi) = 469f5aafda3ca18bbd65a1efa5dfba7282da8804f65b53426670242fee3be041 -SIZE (xpi/firefox-52.7.4/sq.xpi) = 440802 -SHA256 (xpi/firefox-52.7.4/sr.xpi) = dacd21056b7f2dc1aa073904b16f9ea99d0d1c1512603bc5a4f630411eb5012c -SIZE (xpi/firefox-52.7.4/sr.xpi) = 463394 -SHA256 (xpi/firefox-52.7.4/sv-SE.xpi) = 909942f64535adf094605996bb71016b24374dd5e5db96fb888a5c370fe459c5 -SIZE (xpi/firefox-52.7.4/sv-SE.xpi) = 433911 -SHA256 (xpi/firefox-52.7.4/ta.xpi) = 8329e17eba55569cd7a877f5dfbad4c0e4b4b5656e716313523a2f73808cd455 -SIZE (xpi/firefox-52.7.4/ta.xpi) = 487542 -SHA256 (xpi/firefox-52.7.4/te.xpi) = 896ecd64f6f32c12510eb49753abe039668e6c69bfe8979f4a8a02eb1aed8ccc -SIZE (xpi/firefox-52.7.4/te.xpi) = 507987 -SHA256 (xpi/firefox-52.7.4/th.xpi) = 3fdc6f00bf6ec3b72a75365b1980be9f42fb7433c25aa40bbc196497e1240d07 -SIZE (xpi/firefox-52.7.4/th.xpi) = 482022 -SHA256 (xpi/firefox-52.7.4/tr.xpi) = 33614e33fa9e723775762193623de66fd0364b3e944b546c636f52fad948fd23 -SIZE (xpi/firefox-52.7.4/tr.xpi) = 443673 -SHA256 (xpi/firefox-52.7.4/uk.xpi) = 3a0fe2ffbb0da332de58f3bd654d994b5cfff0b71c6dc8d9432b2c7bd7a203f7 -SIZE (xpi/firefox-52.7.4/uk.xpi) = 495095 -SHA256 (xpi/firefox-52.7.4/uz.xpi) = 72f9ec90fef84bd3e7cd60aef7927420537c2396a1f621b8e84c3ed050eedba3 -SIZE (xpi/firefox-52.7.4/uz.xpi) = 440564 -SHA256 (xpi/firefox-52.7.4/vi.xpi) = 5093936bf9d5a5f7daeb81012321fa7c163ce1aca2ed3b2b2f4546919568ce9d -SIZE (xpi/firefox-52.7.4/vi.xpi) = 450804 -SHA256 (xpi/firefox-52.7.4/xh.xpi) = b82b47c451383291744521e84275a77dab68a1c23047aedd2925b3cf5ae4c642 -SIZE (xpi/firefox-52.7.4/xh.xpi) = 441172 -SHA256 (xpi/firefox-52.7.4/zh-CN.xpi) = 95d76483b319b6089ee82239cd509d76e4eb0efbe04186efb0f78acb0f1d45f4 -SIZE (xpi/firefox-52.7.4/zh-CN.xpi) = 461678 -SHA256 (xpi/firefox-52.7.4/zh-TW.xpi) = 6fe12e5d03b423317aa8e1c19f324f6d4ed126c0506580173216e65b3b77d0b7 -SIZE (xpi/firefox-52.7.4/zh-TW.xpi) = 453068 +TIMESTAMP = 1525129820 +SHA256 (xpi/firefox-52.8.0/ach.xpi) = 0c069738a285dfbc4d5754086cdd108ae36ca89e5ac08cecbcc42e972a5d275d +SIZE (xpi/firefox-52.8.0/ach.xpi) = 420287 +SHA256 (xpi/firefox-52.8.0/af.xpi) = d7645158223413e16473bb56a44c7c04ab8ef7b3ff7da6cf02f4ece06ac9d454 +SIZE (xpi/firefox-52.8.0/af.xpi) = 429470 +SHA256 (xpi/firefox-52.8.0/an.xpi) = 06907c301e1cbcba62d31661b64f1744f7df8827722b21252277749642de4857 +SIZE (xpi/firefox-52.8.0/an.xpi) = 437887 +SHA256 (xpi/firefox-52.8.0/ar.xpi) = c96116a11b70fe005284aacc6b9c5758902667c5e412a658665390ac505b7857 +SIZE (xpi/firefox-52.8.0/ar.xpi) = 466028 +SHA256 (xpi/firefox-52.8.0/as.xpi) = c998b908c3999c096560ec00ec9abc4e179c2399e4b4c12e67f4db80388a0a71 +SIZE (xpi/firefox-52.8.0/as.xpi) = 479635 +SHA256 (xpi/firefox-52.8.0/ast.xpi) = b30101831b319b655e75fa54a6805c9ccfa62918906b1fb1c5057fb3317c1a61 +SIZE (xpi/firefox-52.8.0/ast.xpi) = 432775 +SHA256 (xpi/firefox-52.8.0/az.xpi) = e33318ccee8f9d51af79939a8ff0bb8aede9c82113ff28bf67bf53b9db6acce3 +SIZE (xpi/firefox-52.8.0/az.xpi) = 454923 +SHA256 (xpi/firefox-52.8.0/bg.xpi) = bc8f076c26966fb7267d4d83dd8aa42cec8afee83e4fb9f9179bae6900c3724b +SIZE (xpi/firefox-52.8.0/bg.xpi) = 487891 +SHA256 (xpi/firefox-52.8.0/bn-BD.xpi) = 8b0beccda82b82ae4ae3c6ec8aaa8f5650848a069d7dbd6a9ae9332e9131bc26 +SIZE (xpi/firefox-52.8.0/bn-BD.xpi) = 504634 +SHA256 (xpi/firefox-52.8.0/bn-IN.xpi) = 119e447221572186d0bd390767e25214f157a8dfdeba461c2ddbf76e5fa3b8e4 +SIZE (xpi/firefox-52.8.0/bn-IN.xpi) = 502114 +SHA256 (xpi/firefox-52.8.0/br.xpi) = cc3ce8d3c3c54d5418e5c911ba7e94dea503c62b969f7effd26790ab100aadc2 +SIZE (xpi/firefox-52.8.0/br.xpi) = 428216 +SHA256 (xpi/firefox-52.8.0/bs.xpi) = 5ae3a134fc1c14bc8547532d1848ba483f1e0d4faa7119d6615c35f0656caa7d +SIZE (xpi/firefox-52.8.0/bs.xpi) = 434428 +SHA256 (xpi/firefox-52.8.0/ca.xpi) = 8c8f8c8ffc64e435b29f9ed8751c6006fe9a665e754e1a656d78a06b9f989b0b +SIZE (xpi/firefox-52.8.0/ca.xpi) = 443304 +SHA256 (xpi/firefox-52.8.0/cak.xpi) = 2fd0fdfc2785365f78277c9fe4fc9a3c3a8494448f94c302379cc71af0afd9f3 +SIZE (xpi/firefox-52.8.0/cak.xpi) = 451911 +SHA256 (xpi/firefox-52.8.0/cs.xpi) = d902653a500d41d157148c7812a16118b65d321a5d5c9edacfd4a3e6276f3142 +SIZE (xpi/firefox-52.8.0/cs.xpi) = 444075 +SHA256 (xpi/firefox-52.8.0/cy.xpi) = a66f32cef38343a78f7f38990861cce9de29a8bb2b3237c52841d3c9336fb4dd +SIZE (xpi/firefox-52.8.0/cy.xpi) = 429300 +SHA256 (xpi/firefox-52.8.0/da.xpi) = 2818096eea89b3fbd8a77a23e587d8770ec0f5175f1bf7838c2db8bb7456ae1c +SIZE (xpi/firefox-52.8.0/da.xpi) = 424394 +SHA256 (xpi/firefox-52.8.0/de.xpi) = f70b4b250a9ca85640fba8467293a0b52f2882d53694edd80abc96b13df13d69 +SIZE (xpi/firefox-52.8.0/de.xpi) = 435228 +SHA256 (xpi/firefox-52.8.0/dsb.xpi) = 71b9e71ca4545ea55f13245b90600d0114d3ae72d16ad2db25db3f034592ec7f +SIZE (xpi/firefox-52.8.0/dsb.xpi) = 452168 +SHA256 (xpi/firefox-52.8.0/el.xpi) = 94ee8b852a012f3a0a9997fd263ff9f88405d6bbe427ffa33fc37bff567df0bf +SIZE (xpi/firefox-52.8.0/el.xpi) = 509237 +SHA256 (xpi/firefox-52.8.0/en-GB.xpi) = e5b5a6ff2e3d9f483b9afb425f5a89a25a3333db06260a2623faf2d7847a014b +SIZE (xpi/firefox-52.8.0/en-GB.xpi) = 412038 +SHA256 (xpi/firefox-52.8.0/en-US.xpi) = e5487e67c1789fa15d3a37f5316f9204a9c871868720205c81d9b5c6bb2a4f9e +SIZE (xpi/firefox-52.8.0/en-US.xpi) = 413902 +SHA256 (xpi/firefox-52.8.0/en-ZA.xpi) = 0d6e4fcca8b7160a4c262229d06e61b116e3bfa8f164097d32e37ae53bb0a06f +SIZE (xpi/firefox-52.8.0/en-ZA.xpi) = 412212 +SHA256 (xpi/firefox-52.8.0/eo.xpi) = 24ea6ff03bed39895d0c3f6cc4432fba6d58bd42814efd2dacfc12021090a2d7 +SIZE (xpi/firefox-52.8.0/eo.xpi) = 430117 +SHA256 (xpi/firefox-52.8.0/es-AR.xpi) = e9830ef15fe651c794e8c912fdbe6deb9b611cca49f02c31b847a56e5def71e0 +SIZE (xpi/firefox-52.8.0/es-AR.xpi) = 438659 +SHA256 (xpi/firefox-52.8.0/es-CL.xpi) = fe09b523998ec03878a6198b0ecd93145340ee9fad37b0a891e252754af12fab +SIZE (xpi/firefox-52.8.0/es-CL.xpi) = 438407 +SHA256 (xpi/firefox-52.8.0/es-ES.xpi) = c45f4ca91ccee666079790ce377f474c7992d410c88c16ce4551867711467a30 +SIZE (xpi/firefox-52.8.0/es-ES.xpi) = 337614 +SHA256 (xpi/firefox-52.8.0/es-MX.xpi) = 2f4b8e0e9377a85fb85a891cbbf1cd2007456dfa22c7ed78462d39fc6ad0c558 +SIZE (xpi/firefox-52.8.0/es-MX.xpi) = 441127 +SHA256 (xpi/firefox-52.8.0/et.xpi) = a59a78a08c5116b103304952f4abcaa347bb9992d49ac0e6251d32258b24fcf3 +SIZE (xpi/firefox-52.8.0/et.xpi) = 425113 +SHA256 (xpi/firefox-52.8.0/eu.xpi) = 34147575109ddb584dcb64d79d0e52f3fb923816269e9322c967a78b93c7825c +SIZE (xpi/firefox-52.8.0/eu.xpi) = 431124 +SHA256 (xpi/firefox-52.8.0/fa.xpi) = 734508a2d7997969c0cfa2f46751830e0e29b5522548994b385f7010449a05c9 +SIZE (xpi/firefox-52.8.0/fa.xpi) = 483990 +SHA256 (xpi/firefox-52.8.0/ff.xpi) = 4bc09e0c823a44eff73d3a6e8500254f3e4296099428545c8fe8018a89013ecc +SIZE (xpi/firefox-52.8.0/ff.xpi) = 433662 +SHA256 (xpi/firefox-52.8.0/fi.xpi) = 00bdbade3619e757805e043cf210bc20bc9ef67e7c5a7d2d5d87a921b782ad4e +SIZE (xpi/firefox-52.8.0/fi.xpi) = 422807 +SHA256 (xpi/firefox-52.8.0/fr.xpi) = 0797c241bfc4b15becab480c8eb7ed68797f9f745a116511a55a92aea68c0577 +SIZE (xpi/firefox-52.8.0/fr.xpi) = 442944 +SHA256 (xpi/firefox-52.8.0/fy-NL.xpi) = 006dd61c7bb4582355fc5d50363152348a51b47ced2b81e0cc34a27c2a28f746 +SIZE (xpi/firefox-52.8.0/fy-NL.xpi) = 437700 +SHA256 (xpi/firefox-52.8.0/ga-IE.xpi) = 311c222f54accb81014384cfda644c9d718a09baf4935056016307324cadf83a +SIZE (xpi/firefox-52.8.0/ga-IE.xpi) = 450875 +SHA256 (xpi/firefox-52.8.0/gd.xpi) = 1672e7edba46bfb551628e65066b7246270b19159fbae0fabb988ddb21b74ad3 +SIZE (xpi/firefox-52.8.0/gd.xpi) = 439988 +SHA256 (xpi/firefox-52.8.0/gl.xpi) = 6ba049f809536745ba87e2ef459781f1c8ff99edbe08330edea157f4cf7056aa +SIZE (xpi/firefox-52.8.0/gl.xpi) = 440039 +SHA256 (xpi/firefox-52.8.0/gn.xpi) = 2bb3a7347135675dd29bb72658c523428eb6af15380d52457a7f1aac1d381b7c +SIZE (xpi/firefox-52.8.0/gn.xpi) = 448957 +SHA256 (xpi/firefox-52.8.0/gu-IN.xpi) = fbb71bf898b556476ddef5396c93daab30fb613229323c4ccedec789361e5db3 +SIZE (xpi/firefox-52.8.0/gu-IN.xpi) = 482104 +SHA256 (xpi/firefox-52.8.0/he.xpi) = 86917c56b4e7563db92a36d9facb9e41777d5751ea3357688946bd157f1c629e +SIZE (xpi/firefox-52.8.0/he.xpi) = 447928 +SHA256 (xpi/firefox-52.8.0/hi-IN.xpi) = 452c73e8962c3ed2858a95e69caf8afaa432e6c3a0f6b3c04b1d758e8b0aadf3 +SIZE (xpi/firefox-52.8.0/hi-IN.xpi) = 499257 +SHA256 (xpi/firefox-52.8.0/hr.xpi) = 2298fd3b2ff6260fe27a41f46efe98b5c4e17b33f8f21f5a6d74caea31ca8fce +SIZE (xpi/firefox-52.8.0/hr.xpi) = 440149 +SHA256 (xpi/firefox-52.8.0/hsb.xpi) = 4bf3aa58d2c8d0659da6027d85fc5c516921cc87d70fedf092621c2ff27f8d4a +SIZE (xpi/firefox-52.8.0/hsb.xpi) = 450002 +SHA256 (xpi/firefox-52.8.0/hu.xpi) = 35b2ac640ec58bda58073d45d3a0cff6d278e251fa11a98596151943961ec0ce +SIZE (xpi/firefox-52.8.0/hu.xpi) = 451496 +SHA256 (xpi/firefox-52.8.0/hy-AM.xpi) = 5347069b88b0020bf2bebcbf7fbc6e397088ac74e046458e4aaba9c837c211aa +SIZE (xpi/firefox-52.8.0/hy-AM.xpi) = 488414 +SHA256 (xpi/firefox-52.8.0/id.xpi) = dad28e6b93f574d2995455eac8dccaa537eb3d8a3366807932161a12eafd97fb +SIZE (xpi/firefox-52.8.0/id.xpi) = 418764 +SHA256 (xpi/firefox-52.8.0/is.xpi) = c4c3296f24996c35c9e18db7bbbcd4025c0a3a774d7af570b8edb6096fd5e1d1 +SIZE (xpi/firefox-52.8.0/is.xpi) = 435339 +SHA256 (xpi/firefox-52.8.0/it.xpi) = 608ecc2e914ac17979ec28bd4c18532d4ea7e274b001326e082e2f642737f597 +SIZE (xpi/firefox-52.8.0/it.xpi) = 331969 +SHA256 (xpi/firefox-52.8.0/ja.xpi) = ac443368d345d2401f1e994f1f1698d5eea19af07b3fb7cf7d50b1d9662c13e1 +SIZE (xpi/firefox-52.8.0/ja.xpi) = 488343 +SHA256 (xpi/firefox-52.8.0/ka.xpi) = 8b0d1d355dde3d69d5f926a7a40b9f2a35c9de6c62b09c05f034f553908cdfbe +SIZE (xpi/firefox-52.8.0/ka.xpi) = 468023 +SHA256 (xpi/firefox-52.8.0/kab.xpi) = b1c074e5f191bf464911fbfcf7b77bb6b7207a70f058afe9660ff2b877b95c71 +SIZE (xpi/firefox-52.8.0/kab.xpi) = 437247 +SHA256 (xpi/firefox-52.8.0/kk.xpi) = e78680221cc5d0e726a1ac8362df672a70aa4d0f3e0c08c47c9f3fac7eab0211 +SIZE (xpi/firefox-52.8.0/kk.xpi) = 496940 +SHA256 (xpi/firefox-52.8.0/km.xpi) = d6311f10d091e66902947db4a71fa4951876beed37b4c03e02cbffb63049eff8 +SIZE (xpi/firefox-52.8.0/km.xpi) = 512989 +SHA256 (xpi/firefox-52.8.0/kn.xpi) = fd95160dad8787ed8803bc8e98f2ef7c3e57df5e03a05013acb038753f82baa6 +SIZE (xpi/firefox-52.8.0/kn.xpi) = 512200 +SHA256 (xpi/firefox-52.8.0/ko.xpi) = ca78841e987df549a641e078e355c3ca025cdcf7c65124b610f0844ac07a6015 +SIZE (xpi/firefox-52.8.0/ko.xpi) = 463629 +SHA256 (xpi/firefox-52.8.0/lij.xpi) = 4864ae85dd728391e3144b48771b26bdf60a6c226924ef3dac3583b57635f2d8 +SIZE (xpi/firefox-52.8.0/lij.xpi) = 413817 +SHA256 (xpi/firefox-52.8.0/lt.xpi) = 116b6981342e442f448c98289fd6439068128d2a0362076d9522095dea6f7320 +SIZE (xpi/firefox-52.8.0/lt.xpi) = 452236 +SHA256 (xpi/firefox-52.8.0/lv.xpi) = dca41d4e38dbb5bae255108f7ee853579346ecfe50b0572a2c7c7a04b969913b +SIZE (xpi/firefox-52.8.0/lv.xpi) = 441097 +SHA256 (xpi/firefox-52.8.0/mai.xpi) = 8141c6320d0e52a82f5a6574be227f193fa3491a3db4eddb0a6a39ac83f56793 +SIZE (xpi/firefox-52.8.0/mai.xpi) = 492585 +SHA256 (xpi/firefox-52.8.0/mk.xpi) = 1ce5170def238a5eb32f0f55c99f010f255902212c416b055520748f7a873de6 +SIZE (xpi/firefox-52.8.0/mk.xpi) = 488846 +SHA256 (xpi/firefox-52.8.0/ml.xpi) = 2023a29c5725ea458ebade2874e49c48e4fd83931f110a4d172ef238f0a4635f +SIZE (xpi/firefox-52.8.0/ml.xpi) = 516487 +SHA256 (xpi/firefox-52.8.0/mr.xpi) = 7b8b4f669e445aac69fc7b5d6159c2459a97b65af06d8db9cd8acc60f82abb0a +SIZE (xpi/firefox-52.8.0/mr.xpi) = 495178 +SHA256 (xpi/firefox-52.8.0/ms.xpi) = 5c8df679a379c443a5ac3416e0d3b21fd2ed5ef955addc7d0b09acd26085b285 +SIZE (xpi/firefox-52.8.0/ms.xpi) = 428636 +SHA256 (xpi/firefox-52.8.0/nb-NO.xpi) = 0a222ca1fda65aa5c291d08bdc50807d674d05bb52ce77683c063bd768391b05 +SIZE (xpi/firefox-52.8.0/nb-NO.xpi) = 427148 +SHA256 (xpi/firefox-52.8.0/nl.xpi) = 9da67e7a18168ccf4b3b805945c2dffd75f7d1574b05bb384049bfc3e29c37f3 +SIZE (xpi/firefox-52.8.0/nl.xpi) = 432008 +SHA256 (xpi/firefox-52.8.0/nn-NO.xpi) = a98bf22c3ecc3225ebfbb310c84324e545ce85627461c1bff22008aa29f504d6 +SIZE (xpi/firefox-52.8.0/nn-NO.xpi) = 428645 +SHA256 (xpi/firefox-52.8.0/or.xpi) = 6ab0259bf3666112a6171b0ac11b9ae74341930aa5158f154a2eeebd5a33eeb4 +SIZE (xpi/firefox-52.8.0/or.xpi) = 489665 +SHA256 (xpi/firefox-52.8.0/pa-IN.xpi) = 10dffc15f93c9347a6ce6c2ca53877057fc758a8c3a3e7777ab5858839072f9c +SIZE (xpi/firefox-52.8.0/pa-IN.xpi) = 469325 +SHA256 (xpi/firefox-52.8.0/pl.xpi) = ebc90628adaf91bff4a2dbfa3bedb0bdb363cab180dea7b341d048f6a494c739 +SIZE (xpi/firefox-52.8.0/pl.xpi) = 352852 +SHA256 (xpi/firefox-52.8.0/pt-BR.xpi) = d73047b8c868acdd502498fa0731d672f4e8e50e55fab6661ad1e8b68e03d522 +SIZE (xpi/firefox-52.8.0/pt-BR.xpi) = 430903 +SHA256 (xpi/firefox-52.8.0/pt-PT.xpi) = d3692c2cdc86a60b5ab872d3ae70805c7623636831adba34759c99fe4760451a +SIZE (xpi/firefox-52.8.0/pt-PT.xpi) = 436727 +SHA256 (xpi/firefox-52.8.0/rm.xpi) = dbad8461140a9bcc5677b64af330adc48da4a5c2a140e10b1fced2f8229b526f +SIZE (xpi/firefox-52.8.0/rm.xpi) = 427342 +SHA256 (xpi/firefox-52.8.0/ro.xpi) = fa81c4bd21272c894d35b273658218a51c2f17e0f6149fcfc6e07c94217a1377 +SIZE (xpi/firefox-52.8.0/ro.xpi) = 442585 +SHA256 (xpi/firefox-52.8.0/ru.xpi) = b2eff18982c8464b34455dd375b888d76f3b13b488c9ad1cd0c6e5075616bb6b +SIZE (xpi/firefox-52.8.0/ru.xpi) = 395364 +SHA256 (xpi/firefox-52.8.0/si.xpi) = 03c7d40c2df94c8d1a1e838b22aa974d86ee50c5f61d735da8802b1a5ae04d85 +SIZE (xpi/firefox-52.8.0/si.xpi) = 484605 +SHA256 (xpi/firefox-52.8.0/sk.xpi) = 8ee0ca43a6f4600891ee2258879d575aa4fa475421bdd53aac5b66462d9ba34a +SIZE (xpi/firefox-52.8.0/sk.xpi) = 455820 +SHA256 (xpi/firefox-52.8.0/sl.xpi) = e03149721297f487b6b8d395add7594f72d6c506ec1be0eb229cf36dcf256824 +SIZE (xpi/firefox-52.8.0/sl.xpi) = 433482 +SHA256 (xpi/firefox-52.8.0/son.xpi) = 16906b5639d0331c96a89e443dc173ff50136c3a9663c769d81cc450a0f8f70d +SIZE (xpi/firefox-52.8.0/son.xpi) = 427860 +SHA256 (xpi/firefox-52.8.0/sq.xpi) = f9d6bb89af80e355ac77b59bd0d7d9088fb0e400fc59402ddf83bf6337fc7f1e +SIZE (xpi/firefox-52.8.0/sq.xpi) = 440802 +SHA256 (xpi/firefox-52.8.0/sr.xpi) = 5ea9289e509f62ac2315db1d332741a31d935cc02b9ce3af36898b082f293d9f +SIZE (xpi/firefox-52.8.0/sr.xpi) = 463395 +SHA256 (xpi/firefox-52.8.0/sv-SE.xpi) = 7967be14966c44205fb1319350210667bdea3772cc59309c67cff972bbd19fe8 +SIZE (xpi/firefox-52.8.0/sv-SE.xpi) = 433908 +SHA256 (xpi/firefox-52.8.0/ta.xpi) = 2b009ceb488018ac7473e3a3f6fea9e9218644be4fef53e6b88dc27ec4290bca +SIZE (xpi/firefox-52.8.0/ta.xpi) = 487541 +SHA256 (xpi/firefox-52.8.0/te.xpi) = 9907eef05e38743e66758248a7bf52edf2d4e9d22c82b437ba7deb920e5da9c0 +SIZE (xpi/firefox-52.8.0/te.xpi) = 507988 +SHA256 (xpi/firefox-52.8.0/th.xpi) = 94942825b0d1a0cfe49fa64e1789635c527064ce5c599740d96590ffd4a86231 +SIZE (xpi/firefox-52.8.0/th.xpi) = 482022 +SHA256 (xpi/firefox-52.8.0/tr.xpi) = b023c5398ff903a2f276802a11e5acda7d591b0a25f54ad1f857d71ccd3dcf05 +SIZE (xpi/firefox-52.8.0/tr.xpi) = 443673 +SHA256 (xpi/firefox-52.8.0/uk.xpi) = ae9002bac9accfc3037322208e19ab98258ad796e1696cb74ffd17359ac41843 +SIZE (xpi/firefox-52.8.0/uk.xpi) = 495095 +SHA256 (xpi/firefox-52.8.0/uz.xpi) = f729000a17f6770423895af7d123fb0cde0f5fbe854d692a474a26a4991f6f2e +SIZE (xpi/firefox-52.8.0/uz.xpi) = 440565 +SHA256 (xpi/firefox-52.8.0/vi.xpi) = 324ff5d2900d58d7c44b05381ac4d280d94586392d786aa7ae3b68f11a5bc4b0 +SIZE (xpi/firefox-52.8.0/vi.xpi) = 450805 +SHA256 (xpi/firefox-52.8.0/xh.xpi) = f2abe016111ec875c19d76e7265d40c3bcbb264fbb3c5aee71835326a8231a03 +SIZE (xpi/firefox-52.8.0/xh.xpi) = 441173 +SHA256 (xpi/firefox-52.8.0/zh-CN.xpi) = a1bdc0ad4365fedf3cd9cb87a58dafcc08333a79e0383cdf97a20e91e5a4f1b4 +SIZE (xpi/firefox-52.8.0/zh-CN.xpi) = 461679 +SHA256 (xpi/firefox-52.8.0/zh-TW.xpi) = a837d5724e77fc8a7983caa7cd913dcb52588c807f21d27f502d426430059acf +SIZE (xpi/firefox-52.8.0/zh-TW.xpi) = 453068 Modified: branches/2018Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2018Q2/www/firefox-esr/Makefile Wed May 2 23:53:38 2018 (r468898) +++ branches/2018Q2/www/firefox-esr/Makefile Thu May 3 00:12:13 2018 (r468899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.7.4 +DISTVERSION= 52.8.0 DISTVERSIONSUFFIX=esr PORTEPOCH= 1 CATEGORIES= www ipv6 @@ -15,11 +15,11 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ - nss>=3.29.5:security/nss \ + nss>=3.28.6:security/nss \ libevent>=2.0.21_2:devel/libevent \ harfbuzz>=1.4.1:print/harfbuzz \ - graphite2>=1.3.8:graphics/graphite2 \ - png>=1.6.28:graphics/png \ + graphite2>=1.3.10:graphics/graphite2 \ + png>=1.6.25:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.17.0:databases/sqlite3 \ Modified: branches/2018Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2018Q2/www/firefox-esr/distinfo Wed May 2 23:53:38 2018 (r468898) +++ branches/2018Q2/www/firefox-esr/distinfo Thu May 3 00:12:13 2018 (r468899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524871320 -SHA256 (firefox-52.7.4esr.source.tar.xz) = 9fcf062f011935e387bdd772fd10f0d69c0e1cac8024aad916be97f74d0e267a -SIZE (firefox-52.7.4esr.source.tar.xz) = 212826248 +TIMESTAMP = 1525129820 +SHA256 (firefox-52.8.0esr.source.tar.xz) = babed4fe0ae95783e39358aedf7111b20fd9442f73b3b41b025fa4951fe76287 +SIZE (firefox-52.8.0esr.source.tar.xz) = 214054520 Modified: branches/2018Q2/www/firefox-esr/files/patch-bug847568 ============================================================================== --- branches/2018Q2/www/firefox-esr/files/patch-bug847568 Wed May 2 23:53:38 2018 (r468898) +++ branches/2018Q2/www/firefox-esr/files/patch-bug847568 Thu May 3 00:12:13 2018 (r468899) @@ -209,7 +209,7 @@ index 95a58b634593..b614eef85c89 100644 + * 100 + GR2_VERSION_BUGFIX >= \ + (major) * 10000 + (minor) * 100 + (bugfix) ) + ], [ -+ #if !GR2_VERSION_REQUIRE(1,3,8) ++ #if !GR2_VERSION_REQUIRE(1,3,10) + #error "Insufficient graphite2 version." + #endif + ], [], From owner-svn-ports-branches@freebsd.org Thu May 3 01:06:49 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50D3AFB94C0; Thu, 3 May 2018 01:06:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E869476B16; Thu, 3 May 2018 01:06: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD82C189D5; Thu, 3 May 2018 01:06: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 w4316mwU006997; Thu, 3 May 2018 01:06:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4316mSt006995; Thu, 3 May 2018 01:06:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805030106.w4316mSt006995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 May 2018 01:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468903 - branches/2018Q2/x11-drivers/xf86-input-wacom X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/x11-drivers/xf86-input-wacom X-SVN-Commit-Revision: 468903 X-SVN-Commit-Repository: ports 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.25 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, 03 May 2018 01:06:49 -0000 Author: jbeich Date: Thu May 3 01:06:48 2018 New Revision: 468903 URL: https://svnweb.freebsd.org/changeset/ports/468903 Log: MFH: r468902 x11-drivers/xf86-input-wacom: chase home per HTTP redirect Approved by: ports-secteam blanket Modified: branches/2018Q2/x11-drivers/xf86-input-wacom/Makefile branches/2018Q2/x11-drivers/xf86-input-wacom/pkg-descr Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/x11-drivers/xf86-input-wacom/Makefile ============================================================================== --- branches/2018Q2/x11-drivers/xf86-input-wacom/Makefile Thu May 3 01:06:05 2018 (r468902) +++ branches/2018Q2/x11-drivers/xf86-input-wacom/Makefile Thu May 3 01:06:48 2018 (r468903) @@ -3,7 +3,7 @@ PORTNAME= xf86-input-wacom PORTVERSION= 0.36.0 CATEGORIES= x11-drivers -MASTER_SITES= SF/linuxwacom/${PORTNAME} +MASTER_SITES= https://github.com/linuxwacom/${PORTNAME}/releases/download/${DISTNAME}/ MAINTAINER= jbeich@FreeBSD.org COMMENT= X.Org Wacom tablet driver Modified: branches/2018Q2/x11-drivers/xf86-input-wacom/pkg-descr ============================================================================== --- branches/2018Q2/x11-drivers/xf86-input-wacom/pkg-descr Thu May 3 01:06:05 2018 (r468902) +++ branches/2018Q2/x11-drivers/xf86-input-wacom/pkg-descr Thu May 3 01:06:48 2018 (r468903) @@ -1,4 +1,4 @@ An X.Org driver for Wacom tablets. It communicates with a character device provided by Linux kernel driver in webcamd. -WWW: http://linuxwacom.sourceforge.net/ +WWW: https://linuxwacom.github.io/ From owner-svn-ports-branches@freebsd.org Thu May 3 14:48:41 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CDC3FAD8FD; Thu, 3 May 2018 14:48:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B456718D8; Thu, 3 May 2018 14:48: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0358921338; Thu, 3 May 2018 14:48: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 w43Emen0018156; Thu, 3 May 2018 14:48:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w43EmeMW018154; Thu, 3 May 2018 14:48:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805031448.w43EmeMW018154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 May 2018 14:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468932 - in branches/2018Q2/audio/flite: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/audio/flite: . files X-SVN-Commit-Revision: 468932 X-SVN-Commit-Repository: ports 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.25 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, 03 May 2018 14:48:41 -0000 Author: jbeich Date: Thu May 3 14:48:40 2018 New Revision: 468932 URL: https://svnweb.freebsd.org/changeset/ports/468932 Log: MFH: r468931 audio/flite: link shared libs against libm $ echo 'int main() {}' | cc -xc - -lflite -L/usr/local/lib /usr/local/lib/libflite.so: undefined reference to `log' /usr/local/lib/libflite.so: undefined reference to `fmod' /usr/local/lib/libflite.so: undefined reference to `exp' /usr/local/lib/libflite.so: undefined reference to `sin' /usr/local/lib/libflite.so: undefined reference to `pow' cc: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: mat (via ffmpeg) Obtained from: Debian Approved by: ports-secteam blanket Added: branches/2018Q2/audio/flite/files/patch-shlib_deps - copied unchanged from r468931, head/audio/flite/files/patch-shlib_deps Modified: branches/2018Q2/audio/flite/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/audio/flite/Makefile ============================================================================== --- branches/2018Q2/audio/flite/Makefile Thu May 3 14:47:57 2018 (r468931) +++ branches/2018Q2/audio/flite/Makefile Thu May 3 14:48:40 2018 (r468932) @@ -3,7 +3,7 @@ PORTNAME= flite PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/${PORTNAME}-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-release Copied: branches/2018Q2/audio/flite/files/patch-shlib_deps (from r468931, head/audio/flite/files/patch-shlib_deps) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/audio/flite/files/patch-shlib_deps Thu May 3 14:48:40 2018 (r468932, copy of r468931, head/audio/flite/files/patch-shlib_deps) @@ -0,0 +1,14 @@ +Respect LDFLAGS in shared libraries +https://bugs.debian.org/577335 + +--- config/common_make_rules.orig 2009-07-30 14:52:56 UTC ++++ config/common_make_rules +@@ -123,7 +123,7 @@ $(LIBDIR)/%.so: $(LIBDIR)/%.shared.a + @ rm -rf shared_os.$* && mkdir shared_os.$* + @ rm -f $@ $@.${PROJECT_VERSION} $@.${PROJECT_SHLIB_VERSION} + @ (cd shared_os.$* && ar x ../$<) +- @ (cd shared_os.$* && $(CC) -shared -Wl,-soname,`basename $@`.${PROJECT_SHLIB_VERSION} -o ../$@.${PROJECT_VERSION} *.os) ++ @ (cd shared_os.$* && $(CC) -shared -Wl,-soname,`basename $@`.${PROJECT_SHLIB_VERSION} -o ../$@.${PROJECT_VERSION} *.os $(LDFLAGS)) + @ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_VERSION}` `basename $@.${PROJECT_SHLIB_VERSION}` ) + @ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_SHLIB_VERSION}` `basename $@` ) + @ rm -rf shared_os.$* From owner-svn-ports-branches@freebsd.org Thu May 3 20:44:16 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32B01FBA041; Thu, 3 May 2018 20:44:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9A977ECE3; Thu, 3 May 2018 20:44:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D478724F0B; Thu, 3 May 2018 20:44:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w43KiFxv005803; Thu, 3 May 2018 20:44:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w43KiFwL005801; Thu, 3 May 2018 20:44:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805032044.w43KiFwL005801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 May 2018 20:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468986 - branches/2018Q2/games/openra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/games/openra X-SVN-Commit-Revision: 468986 X-SVN-Commit-Repository: ports 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.25 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, 03 May 2018 20:44:16 -0000 Author: jbeich Date: Thu May 3 20:44:15 2018 New Revision: 468986 URL: https://svnweb.freebsd.org/changeset/ports/468986 Log: MFH: r468984 games/openra: update GeoLite2 to May snapshot fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1694435, actual 1717847 Approved by: ports-secteam blanket Modified: branches/2018Q2/games/openra/Makefile branches/2018Q2/games/openra/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/games/openra/Makefile ============================================================================== --- branches/2018Q2/games/openra/Makefile Thu May 3 20:41:53 2018 (r468985) +++ branches/2018Q2/games/openra/Makefile Thu May 3 20:44:15 2018 (r468986) @@ -3,7 +3,7 @@ PORTNAME= openra PORTVERSION= 20180307 DISTVERSIONPREFIX= release- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20161223/:SDL2_CS \ https://github.com/${GH_ACCOUNT}/OpenAL-CS/releases/download/20151227/:OpenAL_CS \ Modified: branches/2018Q2/games/openra/distinfo ============================================================================== --- branches/2018Q2/games/openra/distinfo Thu May 3 20:41:53 2018 (r468985) +++ branches/2018Q2/games/openra/distinfo Thu May 3 20:44:15 2018 (r468986) @@ -9,8 +9,8 @@ SHA256 (OpenAL-CS.dll.config) = 58eaf46a749e466fce0a0e SIZE (OpenAL-CS.dll.config) = 301 SHA256 (Eluant.dll) = 218c4ea5424b44d746b5343563123beebc652fd9731967dfd49fed071b58df31 SIZE (Eluant.dll) = 71168 -SHA256 (GeoLite2-Country.mmdb.gz) = e118e7f20b2bd2a007f593b9527acaa594120f27ca9acb66cf34a013c8e30818 -SIZE (GeoLite2-Country.mmdb.gz) = 1694435 +SHA256 (GeoLite2-Country.mmdb.gz) = 238555277c1a7cc71f10fcba6f42e84692d441960a6d828d0236c05df35f73df +SIZE (GeoLite2-Country.mmdb.gz) = 1717847 SHA256 (fuzzylogiclibrary.1.2.0.nupkg) = b464509236260f53d963771ed99410a7e1cdbd268a2bde43b189e7d15044a174 SIZE (fuzzylogiclibrary.1.2.0.nupkg) = 70571 SHA256 (maxmind.db.2.0.0.nupkg) = 095d62c6ecda38c1e8fe79935b4eaf228d2637f9498caec48b8b48a0aba6d5aa From owner-svn-ports-branches@freebsd.org Fri May 4 17:45:22 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A5C3FB325E; Fri, 4 May 2018 17:45:22 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CC3E6EFB0; Fri, 4 May 2018 17:45:22 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2388E121CE; Fri, 4 May 2018 17:45:22 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44HjLpK040398; Fri, 4 May 2018 17:45:21 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HjLHN040395; Fri, 4 May 2018 17:45:21 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805041745.w44HjLHN040395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 4 May 2018 17:45:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469039 - in branches/2018Q2: net net/rubygem-gitaly-proto088 textproc textproc/rubygem-github-linguist53 www www/rubygem-toml-rb10 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2: net net/rubygem-gitaly-proto088 textproc textproc/rubygem-github-linguist53 www www/rubygem-toml-rb10 X-SVN-Commit-Revision: 469039 X-SVN-Commit-Repository: ports 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.25 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, 04 May 2018 17:45:22 -0000 Author: mfechner Date: Fri May 4 17:45:21 2018 New Revision: 469039 URL: https://svnweb.freebsd.org/changeset/ports/469039 Log: MFH: r467209 Added new ports required for gitlab 10.6.x. Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15032 Approved by: ports-secteam (feld) Added: branches/2018Q2/net/rubygem-gitaly-proto088/ - copied from r467209, head/net/rubygem-gitaly-proto088/ branches/2018Q2/textproc/rubygem-github-linguist53/ - copied from r467209, head/textproc/rubygem-github-linguist53/ branches/2018Q2/www/rubygem-toml-rb10/ - copied from r467209, head/www/rubygem-toml-rb10/ Modified: branches/2018Q2/net/Makefile branches/2018Q2/textproc/Makefile branches/2018Q2/www/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/net/Makefile ============================================================================== --- branches/2018Q2/net/Makefile Fri May 4 17:39:49 2018 (r469038) +++ branches/2018Q2/net/Makefile Fri May 4 17:45:21 2018 (r469039) @@ -1216,6 +1216,7 @@ SUBDIR += rubygem-gitaly-proto SUBDIR += rubygem-gitaly-proto083 SUBDIR += rubygem-gitaly-proto084 + SUBDIR += rubygem-gitaly-proto088 SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-gitlab_omniauth-ldap1 SUBDIR += rubygem-grpc Modified: branches/2018Q2/textproc/Makefile ============================================================================== --- branches/2018Q2/textproc/Makefile Fri May 4 17:39:49 2018 (r469038) +++ branches/2018Q2/textproc/Makefile Fri May 4 17:45:21 2018 (r469039) @@ -1515,6 +1515,7 @@ SUBDIR += rubygem-gherkin SUBDIR += rubygem-github-linguist SUBDIR += rubygem-github-linguist47 + SUBDIR += rubygem-github-linguist53 SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-linguist Modified: branches/2018Q2/www/Makefile ============================================================================== --- branches/2018Q2/www/Makefile Fri May 4 17:39:49 2018 (r469038) +++ branches/2018Q2/www/Makefile Fri May 4 17:45:21 2018 (r469039) @@ -2193,6 +2193,7 @@ SUBDIR += rubygem-tinymce-rails SUBDIR += rubygem-toml-rb SUBDIR += rubygem-toml-rb03 + SUBDIR += rubygem-toml-rb10 SUBDIR += rubygem-totoridipjp SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks From owner-svn-ports-branches@freebsd.org Fri May 4 17:46:26 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85A3FFB32B9; Fri, 4 May 2018 17:46:26 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 380166F6F8; Fri, 4 May 2018 17:46:26 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3295E121CF; Fri, 4 May 2018 17:46:26 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44HkQ8M040611; Fri, 4 May 2018 17:46:26 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HkPCt040608; Fri, 4 May 2018 17:46:25 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805041746.w44HkPCt040608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 4 May 2018 17:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469040 - branches/2018Q2/devel/gitaly X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/devel/gitaly X-SVN-Commit-Revision: 469040 X-SVN-Commit-Repository: ports 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.25 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, 04 May 2018 17:46:26 -0000 Author: mfechner Date: Fri May 4 17:46:25 2018 New Revision: 469040 URL: https://svnweb.freebsd.org/changeset/ports/469040 Log: MFH: r467327 Updated devel/gitaly to version 0.91.0 which is required for gitlab 10.6.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15033 Approved by: ports-secteam (feld) Modified: branches/2018Q2/devel/gitaly/Makefile branches/2018Q2/devel/gitaly/distinfo branches/2018Q2/devel/gitaly/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/gitaly/Makefile ============================================================================== --- branches/2018Q2/devel/gitaly/Makefile Fri May 4 17:45:21 2018 (r469039) +++ branches/2018Q2/devel/gitaly/Makefile Fri May 4 17:46:25 2018 (r469040) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 0.82.0 +DISTVERSION= 0.91.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= idefix@fechner.net @@ -11,16 +12,18 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE # define dependencies that are required for build and run under MY_DEPENDS -MY_DEPENDS= git>=2.14.3:devel/git \ - rubygem-github-linguist47>=4.7.0:textproc/rubygem-github-linguist47 \ +MY_DEPENDS= git>=2.16.2:devel/git \ + rubygem-github-linguist53>=5.3.3:textproc/rubygem-github-linguist53 \ rubygem-bundler>0:sysutils/rubygem-bundler \ rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ - rubygem-gitaly-proto083>=0.83.0:net/rubygem-gitaly-proto083 \ + rubygem-gitaly-proto088>=0.88.0:net/rubygem-gitaly-proto088 \ rubygem-activesupport50>=5.0.2:devel/rubygem-activesupport50 \ rubygem-rdoc>=4.2:devel/rubygem-rdoc \ rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \ rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \ - rubygem-grpc>=1.8.0:net/rubygem-grpc \ + rubygem-grpc>=1.10.0:net/rubygem-grpc \ + rubygem-sentry-raven>=2.7.2:devel/rubygem-sentry-raven \ + rubygem-licensee8>=8.7:devel/rubygem-licensee8 \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 BUILD_DEPENDS= go>=1.8:lang/go \ @@ -29,7 +32,7 @@ BUILD_DEPENDS= go>=1.8:lang/go \ ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} \ - gitlab-shell>=6.0.3:devel/gitlab-shell + gitlab-shell>=6.0.4:devel/gitlab-shell USES= gmake USE_RUBY= yes @@ -37,7 +40,7 @@ USE_RUBY= yes USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/tags -GL_COMMIT= 8f7e18974599c47f542e083d56faf45af106788b +GL_COMMIT= 89298fe8b80b73a34352023555fe061866aff3ad post-patch: ${MV} ${WRKSRC}/config.toml.example ${WRKSRC}/config.toml.sample Modified: branches/2018Q2/devel/gitaly/distinfo ============================================================================== --- branches/2018Q2/devel/gitaly/distinfo Fri May 4 17:45:21 2018 (r469039) +++ branches/2018Q2/devel/gitaly/distinfo Fri May 4 17:46:25 2018 (r469040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522736881 -SHA256 (gitlab-org-gitaly-8f7e18974599c47f542e083d56faf45af106788b_GL0.tar.gz) = 22f2b66067ebdb87907b6cb1698ee471dbbe1beecaa3208a9877033c110a9ebb -SIZE (gitlab-org-gitaly-8f7e18974599c47f542e083d56faf45af106788b_GL0.tar.gz) = 3572308 +TIMESTAMP = 1523378733 +SHA256 (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = c1a8e836b572f249e05c3a821002781af6a3a1bf3434dff5fe515078700994b3 +SIZE (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = 3586830 Modified: branches/2018Q2/devel/gitaly/pkg-plist ============================================================================== --- branches/2018Q2/devel/gitaly/pkg-plist Fri May 4 17:45:21 2018 (r469039) +++ branches/2018Q2/devel/gitaly/pkg-plist Fri May 4 17:46:25 2018 (r469040) @@ -9,10 +9,13 @@ %%DATADIR%%/ruby/lib/gitaly_server/commit_service.rb %%DATADIR%%/ruby/lib/gitaly_server/conflicts_service.rb %%DATADIR%%/ruby/lib/gitaly_server/diff_service.rb +%%DATADIR%%/ruby/lib/gitaly_server/exception_sanitizer_interceptor.rb %%DATADIR%%/ruby/lib/gitaly_server/operations_service.rb %%DATADIR%%/ruby/lib/gitaly_server/ref_service.rb %%DATADIR%%/ruby/lib/gitaly_server/remote_service.rb %%DATADIR%%/ruby/lib/gitaly_server/repository_service.rb +%%DATADIR%%/ruby/lib/gitaly_server/sentry.rb +%%DATADIR%%/ruby/lib/gitaly_server/sentry_interceptor.rb %%DATADIR%%/ruby/lib/gitaly_server/utils.rb %%DATADIR%%/ruby/lib/gitaly_server/wiki_service.rb %%DATADIR%%/ruby/lib/gitlab/config.rb @@ -25,9 +28,13 @@ %%DATADIR%%/ruby/spec/gitaly/ref_service_spec.rb %%DATADIR%%/ruby/spec/gitaly/repository_service_spec.rb %%DATADIR%%/ruby/spec/integration_helper.rb +%%DATADIR%%/ruby/spec/lib/gitaly_server/exception_sanitizer_interceptor_spec.rb %%DATADIR%%/ruby/spec/lib/gitaly_server/utils_spec.rb +%%DATADIR%%/ruby/spec/lib/gitaly_server/sentry/url_sanitizer_spec.rb +%%DATADIR%%/ruby/spec/lib/gitaly_server/sentry_interceptor_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/config_spec.rb %%DATADIR%%/ruby/spec/spec_helper.rb +%%DATADIR%%/ruby/spec/support/sentry.rb %%DATADIR%%/ruby/spec/test_repo_helper.rb %%DATADIR%%/ruby/vendor/gitlab_git/ORIGIN %%DATADIR%%/ruby/vendor/gitlab_git/REVISION From owner-svn-ports-branches@freebsd.org Fri May 4 17:47:22 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D864AFB330C; Fri, 4 May 2018 17:47:22 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 878DE6FFE6; Fri, 4 May 2018 17:47:22 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 811C2121D0; Fri, 4 May 2018 17:47:22 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44HlMaY040807; Fri, 4 May 2018 17:47:22 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HlMnx040805; Fri, 4 May 2018 17:47:22 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805041747.w44HlMnx040805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 4 May 2018 17:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469041 - branches/2018Q2/devel/gitlab-shell X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/devel/gitlab-shell X-SVN-Commit-Revision: 469041 X-SVN-Commit-Repository: ports 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.25 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, 04 May 2018 17:47:23 -0000 Author: mfechner Date: Fri May 4 17:47:21 2018 New Revision: 469041 URL: https://svnweb.freebsd.org/changeset/ports/469041 Log: MFH: r467328 Update devel/gitlab-shell to 6.0.4, which is required for gitlab 10.6.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15034 Approved by: ports-secteam (feld) Modified: branches/2018Q2/devel/gitlab-shell/Makefile branches/2018Q2/devel/gitlab-shell/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/gitlab-shell/Makefile ============================================================================== --- branches/2018Q2/devel/gitlab-shell/Makefile Fri May 4 17:46:25 2018 (r469040) +++ branches/2018Q2/devel/gitlab-shell/Makefile Fri May 4 17:47:21 2018 (r469041) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 6.0.3 +PORTVERSION= 6.0.4 CATEGORIES= devel LICENSE= MIT @@ -16,7 +16,7 @@ BUILD_DEPENDS= gem:devel/ruby-gems \ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= ec2806f1f2ad10b7ec68b1835c54c11915387a6a +GL_COMMIT= 6feee1ccc265c765181533bbc719f91c364de2b3 USERS= git GROUPS= git Modified: branches/2018Q2/devel/gitlab-shell/distinfo ============================================================================== --- branches/2018Q2/devel/gitlab-shell/distinfo Fri May 4 17:46:25 2018 (r469040) +++ branches/2018Q2/devel/gitlab-shell/distinfo Fri May 4 17:47:21 2018 (r469041) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522769153 -SHA256 (gitlab-org-gitlab-shell-ec2806f1f2ad10b7ec68b1835c54c11915387a6a_GL0.tar.gz) = f68d6f6925e2d54e5ff8acac8c0b5f47ab5804492e363bb097fd3b19b7e405c2 -SIZE (gitlab-org-gitlab-shell-ec2806f1f2ad10b7ec68b1835c54c11915387a6a_GL0.tar.gz) = 782621 +TIMESTAMP = 1523369483 +SHA256 (gitlab-org-gitlab-shell-6feee1ccc265c765181533bbc719f91c364de2b3_GL0.tar.gz) = bb1d7702c1c7177f36e09e77da081e90f145d786635d33b5c9e85bdc9387b2a2 +SIZE (gitlab-org-gitlab-shell-6feee1ccc265c765181533bbc719f91c364de2b3_GL0.tar.gz) = 773179 From owner-svn-ports-branches@freebsd.org Fri May 4 17:48:46 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F30B9FB336B; Fri, 4 May 2018 17:48:45 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A230670D03; Fri, 4 May 2018 17:48:45 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B382121D1; Fri, 4 May 2018 17:48:45 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44Hmjqg041017; Fri, 4 May 2018 17:48:45 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HmjCa041015; Fri, 4 May 2018 17:48:45 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805041748.w44HmjCa041015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 4 May 2018 17:48:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469042 - branches/2018Q2/net/rubygem-grpc X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/net/rubygem-grpc X-SVN-Commit-Revision: 469042 X-SVN-Commit-Repository: ports 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.25 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, 04 May 2018 17:48:46 -0000 Author: mfechner Date: Fri May 4 17:48:45 2018 New Revision: 469042 URL: https://svnweb.freebsd.org/changeset/ports/469042 Log: MFH: r467329 Update net/rubygem-grpc to 1.10.0 which is required for gitlab 10.6.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15035 Approved by: ports-secteam (feld) Modified: branches/2018Q2/net/rubygem-grpc/Makefile branches/2018Q2/net/rubygem-grpc/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/net/rubygem-grpc/Makefile ============================================================================== --- branches/2018Q2/net/rubygem-grpc/Makefile Fri May 4 17:47:21 2018 (r469041) +++ branches/2018Q2/net/rubygem-grpc/Makefile Fri May 4 17:48:45 2018 (r469042) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.8.3 +PORTVERSION= 1.10.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ grpc>=0:devel/grpc \ - rubygem-google-protobuf>=3.0:devel/rubygem-google-protobuf \ + rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-googleauth>=0.5.1:security/rubygem-googleauth \ rubygem-googleapis-common-protos-types>=1.0.0:devel/rubygem-googleapis-common-protos-types @@ -24,8 +24,8 @@ BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ MAKE_JOBS_UNSAFE=yes -USE_RUBY= yes USES= gem gmake pkgconfig +USE_RUBY= yes post-extract: @${RM} -r ${WRKSRC}/include ${WRKSRC}/third_party ${WRKSRC}/src/boringssl \ Modified: branches/2018Q2/net/rubygem-grpc/distinfo ============================================================================== --- branches/2018Q2/net/rubygem-grpc/distinfo Fri May 4 17:47:21 2018 (r469041) +++ branches/2018Q2/net/rubygem-grpc/distinfo Fri May 4 17:48:45 2018 (r469042) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515448904 -SHA256 (rubygem/grpc-1.8.3.gem) = 325cebecb234f39ad0215edfbb9c65637aa79ddf632fc84f458755a6f0efeb3a -SIZE (rubygem/grpc-1.8.3.gem) = 2744832 +TIMESTAMP = 1523377112 +SHA256 (rubygem/grpc-1.10.0.gem) = 0235e5e5cff0253c53f022bbfa6929a4c4ef97db5900122981b7375a25c49b9f +SIZE (rubygem/grpc-1.10.0.gem) = 2769408 From owner-svn-ports-branches@freebsd.org Fri May 4 17:49:55 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E4F9FB3409; Fri, 4 May 2018 17:49:55 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CFD4717D9; Fri, 4 May 2018 17:49:55 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37F62121D2; Fri, 4 May 2018 17:49:55 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44Hnt0X041216; Fri, 4 May 2018 17:49:55 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HntWj041214; Fri, 4 May 2018 17:49:55 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805041749.w44HntWj041214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 4 May 2018 17:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469043 - branches/2018Q2/www/gitlab-pages X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/www/gitlab-pages X-SVN-Commit-Revision: 469043 X-SVN-Commit-Repository: ports 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.25 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, 04 May 2018 17:49:55 -0000 Author: mfechner Date: Fri May 4 17:49:54 2018 New Revision: 469043 URL: https://svnweb.freebsd.org/changeset/ports/469043 Log: MFH: r467330 Update www/gitlab-pages to 0.7.1 which is required for gitlab 10.6.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15036 Approved by: ports-secteam (feld) Modified: branches/2018Q2/www/gitlab-pages/Makefile branches/2018Q2/www/gitlab-pages/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/gitlab-pages/Makefile ============================================================================== --- branches/2018Q2/www/gitlab-pages/Makefile Fri May 4 17:48:45 2018 (r469042) +++ branches/2018Q2/www/gitlab-pages/Makefile Fri May 4 17:49:54 2018 (r469043) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-pages -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.1 CATEGORIES= www MAINTAINER= swills@FreeBSD.org @@ -15,7 +15,7 @@ BUILD_DEPENDS= go:lang/go USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-pages/tags -GL_COMMIT= 15c938cafbd95064bbc4be34cd72091f9a61edaa +GL_COMMIT= 4e11c8392935e1f4dbd96066f3cbb8d657afd874 PLIST_FILES= bin/gitlab-pages Modified: branches/2018Q2/www/gitlab-pages/distinfo ============================================================================== --- branches/2018Q2/www/gitlab-pages/distinfo Fri May 4 17:48:45 2018 (r469042) +++ branches/2018Q2/www/gitlab-pages/distinfo Fri May 4 17:49:54 2018 (r469043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522768525 -SHA256 (gitlab-org-gitlab-pages-15c938cafbd95064bbc4be34cd72091f9a61edaa_GL0.tar.gz) = 80a497358eb895858878ee256abb27e3eecaab1b02e067babac768c0ef82508c -SIZE (gitlab-org-gitlab-pages-15c938cafbd95064bbc4be34cd72091f9a61edaa_GL0.tar.gz) = 297539 +TIMESTAMP = 1523370266 +SHA256 (gitlab-org-gitlab-pages-4e11c8392935e1f4dbd96066f3cbb8d657afd874_GL0.tar.gz) = fc0892141f241af9eb63e8fab65137948f5bb8fa5670b86ff87d9d82eb57fa12 +SIZE (gitlab-org-gitlab-pages-4e11c8392935e1f4dbd96066f3cbb8d657afd874_GL0.tar.gz) = 1076893 From owner-svn-ports-branches@freebsd.org Fri May 4 17:50:56 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B965FB348D; Fri, 4 May 2018 17:50:56 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19BAB7194E; Fri, 4 May 2018 17:50:56 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14C50122E7; Fri, 4 May 2018 17:50:56 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44HotXU042139; Fri, 4 May 2018 17:50:55 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HotZo042137; Fri, 4 May 2018 17:50:55 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805041750.w44HotZo042137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 4 May 2018 17:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469044 - branches/2018Q2/www/gitlab-workhorse X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/www/gitlab-workhorse X-SVN-Commit-Revision: 469044 X-SVN-Commit-Repository: ports 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.25 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, 04 May 2018 17:50:56 -0000 Author: mfechner Date: Fri May 4 17:50:55 2018 New Revision: 469044 URL: https://svnweb.freebsd.org/changeset/ports/469044 Log: MFH: r467331 Update www/gitlab-workhorse to version 4.0.0 which is required for gitlab 10.6.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15037 Approved by: ports-secteam (feld) Modified: branches/2018Q2/www/gitlab-workhorse/Makefile branches/2018Q2/www/gitlab-workhorse/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/gitlab-workhorse/Makefile ============================================================================== --- branches/2018Q2/www/gitlab-workhorse/Makefile Fri May 4 17:49:54 2018 (r469043) +++ branches/2018Q2/www/gitlab-workhorse/Makefile Fri May 4 17:50:55 2018 (r469044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 3.6.0 +PORTVERSION= 4.0.0 CATEGORIES= www MAINTAINER= idefix@fechner.net @@ -18,7 +18,7 @@ USES= gmake USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags -GL_COMMIT= 51fe78e3acd65292b15402db17179e362e88a65e +GL_COMMIT= 75bc61a1ac262705a24e38c3fc6b388efb0fb5c4 PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-cat \ Modified: branches/2018Q2/www/gitlab-workhorse/distinfo ============================================================================== --- branches/2018Q2/www/gitlab-workhorse/distinfo Fri May 4 17:49:54 2018 (r469043) +++ branches/2018Q2/www/gitlab-workhorse/distinfo Fri May 4 17:50:55 2018 (r469044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522771766 -SHA256 (gitlab-org-gitlab-workhorse-51fe78e3acd65292b15402db17179e362e88a65e_GL0.tar.gz) = bfe9c2441cefa29350a411f48263a4d3e9bc16ddf9c7bbdc2ee0734701306760 -SIZE (gitlab-org-gitlab-workhorse-51fe78e3acd65292b15402db17179e362e88a65e_GL0.tar.gz) = 944116 +TIMESTAMP = 1523369813 +SHA256 (gitlab-org-gitlab-workhorse-75bc61a1ac262705a24e38c3fc6b388efb0fb5c4_GL0.tar.gz) = b6bec2bd9df4727b70cd33912b50f813cbb863ace07aa3f5ea207f5cfdc09a7f +SIZE (gitlab-org-gitlab-workhorse-75bc61a1ac262705a24e38c3fc6b388efb0fb5c4_GL0.tar.gz) = 1718223 From owner-svn-ports-branches@freebsd.org Fri May 4 17:52:37 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A24AFB3717; Fri, 4 May 2018 17:52:37 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFE5D71C8C; Fri, 4 May 2018 17:52:36 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA8821235F; Fri, 4 May 2018 17:52:36 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44Hqadq046204; Fri, 4 May 2018 17:52:36 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HqaL7046199; Fri, 4 May 2018 17:52:36 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805041752.w44HqaL7046199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 4 May 2018 17:52:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469045 - in branches/2018Q2/www/gitlab: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/www/gitlab: . files X-SVN-Commit-Revision: 469045 X-SVN-Commit-Repository: ports 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.25 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, 04 May 2018 17:52:37 -0000 Author: mfechner Date: Fri May 4 17:52:36 2018 New Revision: 469045 URL: https://svnweb.freebsd.org/changeset/ports/469045 Log: MFH: r467332 r468821 Update gitlab to version 10.6.4. For detailed new feature with the major version please check https://about.gitlab.com/2018/03/22/gitlab-10-6-released/ Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15038 Security update for gitlab to 10.6.5. Reviewed by: eugen_grosbein.net, tz (mentor) Approved by: eugen_grosbein.net, tz (mentor) MFC after: 1 day Security: 9dfe61c8-4d15-11e8-8f2f-d8cb8abf62dd Differential Revision: https://reviews.freebsd.org/D15249 Approved by: ports-secteam (feld) Modified: branches/2018Q2/www/gitlab/Makefile branches/2018Q2/www/gitlab/distinfo branches/2018Q2/www/gitlab/files/patch-Gemfile branches/2018Q2/www/gitlab/pkg-message branches/2018Q2/www/gitlab/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/gitlab/Makefile ============================================================================== --- branches/2018Q2/www/gitlab/Makefile Fri May 4 17:50:55 2018 (r469044) +++ branches/2018Q2/www/gitlab/Makefile Fri May 4 17:52:36 2018 (r469045) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 10.5.7 +PORTVERSION= 10.6.5 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -24,11 +24,11 @@ BUILD_DEPENDS= gem:devel/ruby-gems # which makes maintaining this long list much easier! # only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS # for the options -RUN_DEPENDS= git>=2.14.3:devel/git \ - gitlab-shell>=6.0.3:devel/gitlab-shell \ - gitlab-workhorse>=3.6.0:www/gitlab-workhorse \ - gitaly>=0.82.0:devel/gitaly \ - gitlab-pages>=0.6.0:www/gitlab-pages \ +RUN_DEPENDS= git>=2.16.2:devel/git \ + gitlab-shell>=6.0.4:devel/gitlab-shell \ + gitlab-workhorse>=4.0.0:www/gitlab-workhorse \ + gitaly>=0.91.0:devel/gitaly \ + gitlab-pages>=0.7.1:www/gitlab-pages \ redis>=2.8.23:databases/redis \ npm>=4.3.0:www/npm \ yarn>=0.17.0:www/yarn \ @@ -73,7 +73,7 @@ RUN_DEPENDS= git>=2.14.3:devel/git \ rubygem-net-ldap>=0.16.0:net/rubygem-net-ldap \ rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \ rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \ - rubygem-github-linguist47>=4.7.0:textproc/rubygem-github-linguist47 \ + rubygem-github-linguist53>=5.3.3:textproc/rubygem-github-linguist53 \ rubygem-grape>=1.0:devel/rubygem-grape \ rubygem-grape-entity060>=0.6.0:devel/rubygem-grape-entity060 \ rubygem-rack-cors>=1.0.0:www/rubygem-rack-cors \ @@ -96,6 +96,7 @@ RUN_DEPENDS= git>=2.14.3:devel/git \ rubygem-deckar01-task_list>=2.0.0:www/rubygem-deckar01-task_list \ rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ rubygem-redcarpet>=3.4:textproc/rubygem-redcarpet \ + rubygem-commonmarker>=0.17:textproc/rubygem-commonmarker \ rubygem-redcloth>=4.3.2:www/rubygem-redcloth \ rubygem-rdoc>=4.2:devel/rubygem-rdoc \ rubygem-org-ruby>=0.9.12:textproc/rubygem-org-ruby \ @@ -136,7 +137,7 @@ RUN_DEPENDS= git>=2.14.3:devel/git \ rubygem-d3_rails-rails4>=3.5.0:www/rubygem-d3_rails-rails4 \ rubygem-sanitize>=2.0:textproc/rubygem-sanitize \ rubygem-babosa>=1.0.2:textproc/rubygem-babosa \ - rubygem-loofah20>=2.0.3:textproc/rubygem-loofah20 \ + rubygem-loofah>=2.2:textproc/rubygem-loofah \ rubygem-licensee8>=8.7:devel/rubygem-licensee8 \ rubygem-rack-attack44>=4.4.1:www/rubygem-rack-attack44 \ rubygem-ace-rails-ap>=4.1.0:www/rubygem-ace-rails-ap \ @@ -161,7 +162,7 @@ RUN_DEPENDS= git>=2.14.3:devel/git \ rubygem-select2-rails3>=3.5.9:www/rubygem-select2-rails3 \ rubygem-virtus>=1.0.1:devel/rubygem-virtus \ rubygem-base32>=0.3.0:converters/rubygem-base32 \ - rubygem-sentry-raven25>=2.5.3:devel/rubygem-sentry-raven25 \ + rubygem-sentry-raven>=2.5.3:devel/rubygem-sentry-raven \ rubygem-premailer-rails19>=1.9.7:mail/rubygem-premailer-rails19 \ rubygem-ruby_parser>=3.8.4:devel/rubygem-ruby_parser \ rubygem-rails-i18n-4>=4.0.9:devel/rubygem-rails-i18n-4 \ @@ -187,13 +188,15 @@ RUN_DEPENDS= git>=2.14.3:devel/git \ rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ rubygem-net-ssh41>=4.1.0:security/rubygem-net-ssh41 \ + rubygem-sshkey>=1.9.0:security/rubygem-sshkey \ rubygem-rbnacl4<=4.0.2:security/rubygem-rbnacl4 \ rubygem-rbnacl-libsodium>=0:security/rubygem-rbnacl-libsodium \ rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly-proto084>=0.84.0:net/rubygem-gitaly-proto084 \ + rubygem-gitaly-proto088>=0.88.0:net/rubygem-gitaly-proto088 \ + rubygem-grpc>=1.10.0:net/rubygem-grpc \ rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 \ - rubygem-toml-rb03>=0.3.15:www/rubygem-toml-rb03 \ + rubygem-toml-rb10>=1.0.0:www/rubygem-toml-rb10 \ rubygem-flipper011>=0.11.0:devel/rubygem-flipper011 \ rubygem-flipper-active_record011>=0.11.0:databases/rubygem-flipper-active_record011 \ rubygem-flipper-active_support_cache_store011>=0.11.0:devel/rubygem-flipper-active_support_cache_store011 \ Modified: branches/2018Q2/www/gitlab/distinfo ============================================================================== --- branches/2018Q2/www/gitlab/distinfo Fri May 4 17:50:55 2018 (r469044) +++ branches/2018Q2/www/gitlab/distinfo Fri May 4 17:52:36 2018 (r469045) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522907602 -SHA256 (gitlabhq-gitlabhq-v10.5.7_GH0.tar.gz) = 4b5f172d901e29b5da3739341ef7b088c61c5887d68909a995f59609d9d3b34a -SIZE (gitlabhq-gitlabhq-v10.5.7_GH0.tar.gz) = 45334293 +TIMESTAMP = 1525161156 +SHA256 (gitlabhq-gitlabhq-v10.6.5_GH0.tar.gz) = 47fc8de80d7154150b11457b28920efdc93f4bc583017f6a13b4b6ba4fe8ee35 +SIZE (gitlabhq-gitlabhq-v10.6.5_GH0.tar.gz) = 46312621 Modified: branches/2018Q2/www/gitlab/files/patch-Gemfile ============================================================================== --- branches/2018Q2/www/gitlab/files/patch-Gemfile Fri May 4 17:50:55 2018 (r469044) +++ branches/2018Q2/www/gitlab/files/patch-Gemfile Fri May 4 17:52:36 2018 (r469045) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2018-04-03 16:35:11 UTC +--- Gemfile.orig 2018-04-09 20:57:26 UTC +++ Gemfile @@ -12,7 +12,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', '~> 3.0.0' @@ -18,7 +18,7 @@ # for aws storage gem 'unf', '~> 0.1.4' -@@ -148,7 +148,7 @@ group :unicorn do +@@ -149,7 +149,7 @@ group :unicorn do end # State machine @@ -27,7 +27,7 @@ # Issue tags gem 'acts-as-taggable-on', '~> 4.0' -@@ -163,7 +163,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req +@@ -164,7 +164,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req gem 'rufus-scheduler', '~> 3.4' # HTTP requests @@ -36,7 +36,7 @@ # Colored output to console gem 'rainbow', '~> 2.2' -@@ -213,11 +213,11 @@ gem 'kubeclient', '~> 2.2.0' +@@ -214,7 +214,7 @@ gem 'kubeclient', '~> 2.2.0' gem 'd3_rails', '~> 3.5.0' # Sanitize user input @@ -45,12 +45,16 @@ gem 'babosa', '~> 1.0.2' # Sanitizes SVG input --gem 'loofah', '~> 2.0.3' -+gem 'loofah', '>= 2.0.3' +@@ -264,7 +264,7 @@ gem 'virtus', '~> 1.0.1' + gem 'base32', '~> 0.3.0' - # Working with license - gem 'licensee', '~> 8.7.0' -@@ -280,7 +280,7 @@ gem 'batch-loader', '~> 1.2.1' + # Sentry integration +-gem 'sentry-raven', '~> 2.5.3' ++gem 'sentry-raven', '>= 2.5.3' + + gem 'premailer-rails', '~> 1.9.7' + +@@ -281,7 +281,7 @@ gem 'batch-loader', '~> 1.2.1' gem 'peek', '~> 1.0.1' gem 'peek-gc', '~> 0.0.2' gem 'peek-host', '~> 1.0.0' @@ -59,7 +63,7 @@ gem 'peek-performance_bar', '~> 1.3.0' gem 'peek-pg', '~> 1.3.0', group: :postgres gem 'peek-rblineprof', '~> 0.2.0' -@@ -289,97 +289,11 @@ gem 'peek-sidekiq', '~> 1.0.3' +@@ -290,97 +290,11 @@ gem 'peek-sidekiq', '~> 1.0.3' # Metrics group :metrics do @@ -157,7 +161,7 @@ gem 'octokit', '~> 4.6.2' gem 'mail_room', '~> 0.9.1' -@@ -427,3 +341,6 @@ gem 'grape_logging', '~> 1.7' +@@ -431,3 +345,6 @@ gem 'grape_logging', '~> 1.7' # Asset synchronization gem 'asset_sync', '~> 2.2.0' Modified: branches/2018Q2/www/gitlab/pkg-message ============================================================================== --- branches/2018Q2/www/gitlab/pkg-message Fri May 4 17:50:55 2018 (r469044) +++ branches/2018Q2/www/gitlab/pkg-message Fri May 4 17:52:36 2018 (r469045) @@ -4,12 +4,12 @@ Gitlab was installed successfully. You now need to set up the various components of Gitlab, so please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.5-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.6-freebsd.md If you just installed an major upgrade of GitLab, for example you switched from 10.4.x to 10.5.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.4-10.5-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.5-10.6-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: Modified: branches/2018Q2/www/gitlab/pkg-plist ============================================================================== --- branches/2018Q2/www/gitlab/pkg-plist Fri May 4 17:50:55 2018 (r469044) +++ branches/2018Q2/www/gitlab/pkg-plist Fri May 4 17:52:36 2018 (r469045) @@ -2000,13 +2000,12 @@ %%WWWDIR%%/app/assets/javascripts/blob/viewer/index.js %%WWWDIR%%/app/assets/javascripts/blob_edit/blob_bundle.js %%WWWDIR%%/app/assets/javascripts/blob_edit/edit_blob.js -%%WWWDIR%%/app/assets/javascripts/boards/boards_bundle.js %%WWWDIR%%/app/assets/javascripts/boards/components/board.js %%WWWDIR%%/app/assets/javascripts/boards/components/board_blank_state.js %%WWWDIR%%/app/assets/javascripts/boards/components/board_card.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_delete.js %%WWWDIR%%/app/assets/javascripts/boards/components/board_list.vue -%%WWWDIR%%/app/assets/javascripts/boards/components/board_new_issue.js +%%WWWDIR%%/app/assets/javascripts/boards/components/board_new_issue.vue %%WWWDIR%%/app/assets/javascripts/boards/components/board_sidebar.js %%WWWDIR%%/app/assets/javascripts/boards/components/issue_card_inner.js %%WWWDIR%%/app/assets/javascripts/boards/components/modal/empty_state.js @@ -2018,17 +2017,19 @@ %%WWWDIR%%/app/assets/javascripts/boards/components/modal/lists_dropdown.js %%WWWDIR%%/app/assets/javascripts/boards/components/modal/tabs.js %%WWWDIR%%/app/assets/javascripts/boards/components/new_list_dropdown.js +%%WWWDIR%%/app/assets/javascripts/boards/components/project_select.vue %%WWWDIR%%/app/assets/javascripts/boards/components/sidebar/remove_issue.js %%WWWDIR%%/app/assets/javascripts/boards/eventhub.js %%WWWDIR%%/app/assets/javascripts/boards/filtered_search_boards.js %%WWWDIR%%/app/assets/javascripts/boards/filters/due_date_filters.js +%%WWWDIR%%/app/assets/javascripts/boards/index.js %%WWWDIR%%/app/assets/javascripts/boards/mixins/modal_mixins.js %%WWWDIR%%/app/assets/javascripts/boards/mixins/sortable_default_options.js %%WWWDIR%%/app/assets/javascripts/boards/models/assignee.js %%WWWDIR%%/app/assets/javascripts/boards/models/issue.js -%%WWWDIR%%/app/assets/javascripts/boards/models/label.js %%WWWDIR%%/app/assets/javascripts/boards/models/list.js %%WWWDIR%%/app/assets/javascripts/boards/models/milestone.js +%%WWWDIR%%/app/assets/javascripts/boards/models/project.js %%WWWDIR%%/app/assets/javascripts/boards/services/board_service.js %%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js %%WWWDIR%%/app/assets/javascripts/boards/stores/modal_store.js @@ -2142,10 +2143,10 @@ %%WWWDIR%%/app/assets/javascripts/environments/components/environment_terminal_button.vue %%WWWDIR%%/app/assets/javascripts/environments/components/environments_app.vue %%WWWDIR%%/app/assets/javascripts/environments/components/environments_table.vue -%%WWWDIR%%/app/assets/javascripts/environments/environments_bundle.js %%WWWDIR%%/app/assets/javascripts/environments/event_hub.js %%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_bundle.js %%WWWDIR%%/app/assets/javascripts/environments/folder/environments_folder_view.vue +%%WWWDIR%%/app/assets/javascripts/environments/index.js %%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_mixin.js %%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js %%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js @@ -2155,7 +2156,7 @@ %%WWWDIR%%/app/assets/javascripts/feature_highlight/feature_highlight_options.js %%WWWDIR%%/app/assets/javascripts/files_comment_button.js %%WWWDIR%%/app/assets/javascripts/filterable_list.js -%%WWWDIR%%/app/assets/javascripts/filtered_search/components/recent_searches_dropdown_content.js +%%WWWDIR%%/app/assets/javascripts/filtered_search/components/recent_searches_dropdown_content.vue %%WWWDIR%%/app/assets/javascripts/filtered_search/container.js %%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_emoji.js %%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_hint.js @@ -2163,7 +2164,6 @@ %%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_user.js %%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_utils.js %%WWWDIR%%/app/assets/javascripts/filtered_search/event_hub.js -%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_bundle.js %%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown.js %%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown_manager.js %%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_manager.js @@ -2182,12 +2182,6 @@ %%WWWDIR%%/app/assets/javascripts/gl_field_errors.js %%WWWDIR%%/app/assets/javascripts/gl_form.js %%WWWDIR%%/app/assets/javascripts/gpg_badges.js -%%WWWDIR%%/app/assets/javascripts/graphs/graphs_bundle.js -%%WWWDIR%%/app/assets/javascripts/graphs/graphs_charts.js -%%WWWDIR%%/app/assets/javascripts/graphs/graphs_show.js -%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors.js -%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_graph.js -%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_util.js %%WWWDIR%%/app/assets/javascripts/group.js %%WWWDIR%%/app/assets/javascripts/group_avatar.js %%WWWDIR%%/app/assets/javascripts/group_label_subscription.js @@ -2214,58 +2208,6 @@ %%WWWDIR%%/app/assets/javascripts/help/help.js %%WWWDIR%%/app/assets/javascripts/helpers/issuables_helper.js %%WWWDIR%%/app/assets/javascripts/how_to_merge.js -%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_collapsed.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_item.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_context_bar.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_branches_tree.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_tree.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_repo_tree.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_side_bar.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_status_bar.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/new_branch_form.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/index.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/modal.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/upload.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_commit_section.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_edit_button.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_editor.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file_buttons.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_loading_file.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_prev_directory.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_preview.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tab.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tabs.vue -%%WWWDIR%%/app/assets/javascripts/ide/ide_router.js -%%WWWDIR%%/app/assets/javascripts/ide/index.js -%%WWWDIR%%/app/assets/javascripts/ide/lib/common/disposable.js -%%WWWDIR%%/app/assets/javascripts/ide/lib/common/model.js -%%WWWDIR%%/app/assets/javascripts/ide/lib/common/model_manager.js -%%WWWDIR%%/app/assets/javascripts/ide/lib/decorations/controller.js -%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/controller.js -%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/diff.js -%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/diff_worker.js -%%WWWDIR%%/app/assets/javascripts/ide/lib/editor.js -%%WWWDIR%%/app/assets/javascripts/ide/lib/editor_options.js -%%WWWDIR%%/app/assets/javascripts/ide/monaco_loader.js -%%WWWDIR%%/app/assets/javascripts/ide/services/index.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/actions.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/branch.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/file.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/project.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/tree.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/getters.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/index.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/mutation_types.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/branch.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/file.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/project.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/tree.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/state.js -%%WWWDIR%%/app/assets/javascripts/ide/stores/utils.js %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/badge_helper.js %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/comment_indicator_helper.js %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/dom_helper.js @@ -2282,7 +2224,6 @@ %%WWWDIR%%/app/assets/javascripts/init_labels.js %%WWWDIR%%/app/assets/javascripts/init_legacy_filters.js %%WWWDIR%%/app/assets/javascripts/init_notes.js -%%WWWDIR%%/app/assets/javascripts/integrations/index.js %%WWWDIR%%/app/assets/javascripts/integrations/integration_settings_form.js %%WWWDIR%%/app/assets/javascripts/issuable/auto_width_dropdown_select.js %%WWWDIR%%/app/assets/javascripts/issuable_bulk_update_actions.js @@ -2386,10 +2327,9 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/utils/date_time_formatters.js %%WWWDIR%%/app/assets/javascripts/monitoring/utils/measurements.js %%WWWDIR%%/app/assets/javascripts/monitoring/utils/multiple_time_series.js +%%WWWDIR%%/app/assets/javascripts/mr_notes/index.js %%WWWDIR%%/app/assets/javascripts/namespace_select.js %%WWWDIR%%/app/assets/javascripts/network/branch_graph.js -%%WWWDIR%%/app/assets/javascripts/network/network.js -%%WWWDIR%%/app/assets/javascripts/network/network_bundle.js %%WWWDIR%%/app/assets/javascripts/network/raphael.js %%WWWDIR%%/app/assets/javascripts/new_branch_form.js %%WWWDIR%%/app/assets/javascripts/new_commit_form.js @@ -2405,6 +2345,9 @@ %%WWWDIR%%/app/assets/javascripts/notebook/lib/highlight.js %%WWWDIR%%/app/assets/javascripts/notes.js %%WWWDIR%%/app/assets/javascripts/notes/components/comment_form.vue +%%WWWDIR%%/app/assets/javascripts/notes/components/diff_file_header.vue +%%WWWDIR%%/app/assets/javascripts/notes/components/diff_with_note.vue +%%WWWDIR%%/app/assets/javascripts/notes/components/discussion_counter.vue %%WWWDIR%%/app/assets/javascripts/notes/components/discussion_locked_widget.vue %%WWWDIR%%/app/assets/javascripts/notes/components/note_actions.vue %%WWWDIR%%/app/assets/javascripts/notes/components/note_attachment.vue @@ -2422,6 +2365,8 @@ %%WWWDIR%%/app/assets/javascripts/notes/index.js %%WWWDIR%%/app/assets/javascripts/notes/mixins/autosave.js %%WWWDIR%%/app/assets/javascripts/notes/mixins/issuable_state.js +%%WWWDIR%%/app/assets/javascripts/notes/mixins/noteable.js +%%WWWDIR%%/app/assets/javascripts/notes/mixins/resolvable.js %%WWWDIR%%/app/assets/javascripts/notes/services/notes_service.js %%WWWDIR%%/app/assets/javascripts/notes/stores/actions.js %%WWWDIR%%/app/assets/javascripts/notes/stores/getters.js @@ -2452,10 +2397,11 @@ %%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index/components/delete_project_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index/index.js -%%WWWDIR%%/app/assets/javascripts/pages/admin/users/shared/components/delete_user_modal.vue -%%WWWDIR%%/app/assets/javascripts/pages/admin/users/shared/index.js +%%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue +%%WWWDIR%%/app/assets/javascripts/pages/admin/users/index.js %%WWWDIR%%/app/assets/javascripts/pages/ci/lints/ci_lint_editor.js -%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/index.js +%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/constants.js %%WWWDIR%%/app/assets/javascripts/pages/dashboard/activity/index.js %%WWWDIR%%/app/assets/javascripts/pages/dashboard/groups/index/index.js @@ -2469,6 +2415,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/explore/groups/index.js %%WWWDIR%%/app/assets/javascripts/pages/explore/projects/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/activity/index.js +%%WWWDIR%%/app/assets/javascripts/pages/groups/boards/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/group_members/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/issues/index.js @@ -2482,35 +2429,58 @@ %%WWWDIR%%/app/assets/javascripts/pages/groups/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/show/index.js -%%WWWDIR%%/app/assets/javascripts/pages/help/index.js +%%WWWDIR%%/app/assets/javascripts/pages/help/index/index.js +%%WWWDIR%%/app/assets/javascripts/pages/help/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/help/ui/index.js %%WWWDIR%%/app/assets/javascripts/pages/import/fogbugz/new_user_map/index.js +%%WWWDIR%%/app/assets/javascripts/pages/import/gitlab_projects/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/components/delete_milestone_modal.vue +%%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/components/promote_milestone_modal.vue +%%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/delete_milestone_modal_init.js %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/event_hub.js %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/index.js %%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/init_milestones_show.js +%%WWWDIR%%/app/assets/javascripts/pages/milestones/shared/promote_milestone_modal_init.js %%WWWDIR%%/app/assets/javascripts/pages/omniauth_callbacks/index.js +%%WWWDIR%%/app/assets/javascripts/pages/profiles/accounts/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/profiles/index.js %%WWWDIR%%/app/assets/javascripts/pages/profiles/index/index.js +%%WWWDIR%%/app/assets/javascripts/pages/profiles/notifications/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/profiles/personal_access_tokens/index.js +%%WWWDIR%%/app/assets/javascripts/pages/profiles/two_factor_auths/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/activity/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/artifacts/browse/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/artifacts/file/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/blame/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/blob/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/blob/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/blob/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/boards/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/branches/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/branches/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/destroy/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/update/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/commit/pipelines/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/commit/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/commits/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/compare/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/compare/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/constants.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/cycle_analytics/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/folder/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/metrics/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/environments/terminal/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/find_file/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/charts/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_graph.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_util.js %%WWWDIR%%/app/assets/javascripts/pages/projects/imports/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/init_blob.js @@ -2519,25 +2489,52 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/issues/form.js %%WWWDIR%%/app/assets/javascripts/pages/projects/issues/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/issues/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/issues/show.js %%WWWDIR%%/app/assets/javascripts/pages/projects/issues/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/jobs/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/labels/components/promote_label_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/projects/labels/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/labels/event_hub.js %%WWWDIR%%/app/assets/javascripts/pages/projects/labels/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/labels/new/index.js -%%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/creations/diffs/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/conflicts/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/creations/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/creations/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/init_merge_request.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/init_merge_request_show.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/merge_requests/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/milestones/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/milestones/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/milestones/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/milestones/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/network/network.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/network/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/create/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/index/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/components/interval_pattern_input.vue +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/components/pipeline_schedules_callout.vue +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/components/target_branch_dropdown.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/components/timezone_dropdown.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/icons/intro_illustration.svg +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/shared/init_form.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipeline_schedules/update/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/builds/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/charts/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/failures/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/index/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/init_pipelines.js %%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/pipelines/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/project.js %%WWWDIR%%/app/assets/javascripts/pages/projects/project_members/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/registry/repositories/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/releases/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/services/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/ci_cd/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/project_feature_setting.vue @@ -2568,22 +2565,17 @@ %%WWWDIR%%/app/assets/javascripts/pages/snippets/form.js %%WWWDIR%%/app/assets/javascripts/pages/snippets/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/snippets/show/index.js -%%WWWDIR%%/app/assets/javascripts/pages/users/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/users/activity_calendar.js +%%WWWDIR%%/app/assets/javascripts/pages/users/index.js +%%WWWDIR%%/app/assets/javascripts/pages/users/user_tabs.js %%WWWDIR%%/app/assets/javascripts/pdf/assets/img/bg.gif %%WWWDIR%%/app/assets/javascripts/pdf/index.vue %%WWWDIR%%/app/assets/javascripts/pdf/page/index.vue %%WWWDIR%%/app/assets/javascripts/performance_bar.js -%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/components/interval_pattern_input.vue -%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/components/pipeline_schedules_callout.vue -%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/components/target_branch_dropdown.js -%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/components/timezone_dropdown.js -%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/icons/intro_illustration.svg -%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/pipeline_schedule_form_bundle.js -%%WWWDIR%%/app/assets/javascripts/pipeline_schedules/pipeline_schedules_index_bundle.js %%WWWDIR%%/app/assets/javascripts/pipelines.js %%WWWDIR%%/app/assets/javascripts/pipelines/components/async_button.vue +%%WWWDIR%%/app/assets/javascripts/pipelines/components/blank_state.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/empty_state.vue -%%WWWDIR%%/app/assets/javascripts/pipelines/components/error_state.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/action_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/dropdown_action_component.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue @@ -2599,17 +2591,12 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_artifacts.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_table.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/pipelines_table_row.vue -%%WWWDIR%%/app/assets/javascripts/pipelines/components/retry_confirmation_modal.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/stage.vue -%%WWWDIR%%/app/assets/javascripts/pipelines/components/stop_confirmation_modal.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/time_ago.vue %%WWWDIR%%/app/assets/javascripts/pipelines/event_hub.js %%WWWDIR%%/app/assets/javascripts/pipelines/mixins/pipelines.js %%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_bundle.js -%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_mediatior.js -%%WWWDIR%%/app/assets/javascripts/pipelines/pipelines_bundle.js -%%WWWDIR%%/app/assets/javascripts/pipelines/pipelines_charts.js -%%WWWDIR%%/app/assets/javascripts/pipelines/pipelines_times.js +%%WWWDIR%%/app/assets/javascripts/pipelines/pipeline_details_mediator.js %%WWWDIR%%/app/assets/javascripts/pipelines/services/pipeline_service.js %%WWWDIR%%/app/assets/javascripts/pipelines/services/pipelines_service.js %%WWWDIR%%/app/assets/javascripts/pipelines/stores/pipeline_store.js @@ -2619,7 +2606,6 @@ %%WWWDIR%%/app/assets/javascripts/profile/account/index.js %%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js %%WWWDIR%%/app/assets/javascripts/profile/profile.js -%%WWWDIR%%/app/assets/javascripts/profile/profile_bundle.js %%WWWDIR%%/app/assets/javascripts/project_edit.js %%WWWDIR%%/app/assets/javascripts/project_find_file.js %%WWWDIR%%/app/assets/javascripts/project_fork.js @@ -2644,14 +2630,11 @@ %%WWWDIR%%/app/assets/javascripts/projects_dropdown/store/projects_store.js %%WWWDIR%%/app/assets/javascripts/projects_list.js %%WWWDIR%%/app/assets/javascripts/prometheus_metrics/constants.js -%%WWWDIR%%/app/assets/javascripts/prometheus_metrics/index.js %%WWWDIR%%/app/assets/javascripts/prometheus_metrics/prometheus_metrics.js -%%WWWDIR%%/app/assets/javascripts/protected_branches/index.js %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_create.js %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_edit.js %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_edit_list.js -%%WWWDIR%%/app/assets/javascripts/protected_tags/index.js %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_access_dropdown.js %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_create.js %%WWWDIR%%/app/assets/javascripts/protected_tags/protected_tag_edit.js @@ -2686,8 +2669,8 @@ %%WWWDIR%%/app/assets/javascripts/shortcuts_network.js %%WWWDIR%%/app/assets/javascripts/shortcuts_wiki.js %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignees.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/sidebar_assignees.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignees.vue +%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/sidebar_assignees.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/confidential_issue_sidebar.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/edit_form.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/edit_form_buttons.vue @@ -2705,9 +2688,10 @@ %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.js %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/sidebar_time_tracking.js %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/spent_only_pane.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/time_tracker.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/time_tracker.vue %%WWWDIR%%/app/assets/javascripts/sidebar/event_hub.js %%WWWDIR%%/app/assets/javascripts/sidebar/lib/sidebar_move_issue.js +%%WWWDIR%%/app/assets/javascripts/sidebar/mount_milestone_sidebar.js %%WWWDIR%%/app/assets/javascripts/sidebar/mount_sidebar.js %%WWWDIR%%/app/assets/javascripts/sidebar/services/sidebar_service.js %%WWWDIR%%/app/assets/javascripts/sidebar/sidebar_bundle.js @@ -2716,30 +2700,26 @@ %%WWWDIR%%/app/assets/javascripts/single_file_diff.js %%WWWDIR%%/app/assets/javascripts/smart_interval.js %%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js +%%WWWDIR%%/app/assets/javascripts/sortable/sortable_config.js %%WWWDIR%%/app/assets/javascripts/star.js %%WWWDIR%%/app/assets/javascripts/subscription_select.js %%WWWDIR%%/app/assets/javascripts/syntax_highlight.js %%WWWDIR%%/app/assets/javascripts/task_list.js %%WWWDIR%%/app/assets/javascripts/templates/issuable_template_selector.js %%WWWDIR%%/app/assets/javascripts/templates/issuable_template_selectors.js +%%WWWDIR%%/app/assets/javascripts/terminal/index.js %%WWWDIR%%/app/assets/javascripts/terminal/terminal.js -%%WWWDIR%%/app/assets/javascripts/terminal/terminal_bundle.js -%%WWWDIR%%/app/assets/javascripts/test.js %%WWWDIR%%/app/assets/javascripts/test_utils/index.js %%WWWDIR%%/app/assets/javascripts/test_utils/simulate_drag.js %%WWWDIR%%/app/assets/javascripts/test_utils/simulate_input.js %%WWWDIR%%/app/assets/javascripts/toggle_buttons.js %%WWWDIR%%/app/assets/javascripts/tree.js -%%WWWDIR%%/app/assets/javascripts/two_factor_auth.js %%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js %%WWWDIR%%/app/assets/javascripts/u2f/error.js %%WWWDIR%%/app/assets/javascripts/u2f/register.js %%WWWDIR%%/app/assets/javascripts/u2f/util.js %%WWWDIR%%/app/assets/javascripts/ui_development_kit.js %%WWWDIR%%/app/assets/javascripts/user_callout.js -%%WWWDIR%%/app/assets/javascripts/users/activity_calendar.js -%%WWWDIR%%/app/assets/javascripts/users/index.js -%%WWWDIR%%/app/assets/javascripts/users/user_tabs.js %%WWWDIR%%/app/assets/javascripts/users_select.js %%WWWDIR%%/app/assets/javascripts/version_check_image.js %%WWWDIR%%/app/assets/javascripts/visibility_select.js @@ -2747,6 +2727,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author_time.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_deployment.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_maintainer_edit.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_memory_usage.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_merge_help.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue @@ -2761,10 +2742,10 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merge_when_pipeline_succeeds.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merged.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merging.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_missing_branch.js -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_not_allowed.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_missing_branch.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_not_allowed.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_nothing_to_merge.js -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_blocked.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_blocked.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_failed.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_ready_to_merge.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_rebase.vue @@ -2784,10 +2765,10 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/clipboard_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/commit.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/confirmation_input.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/expand_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon/file_icon_map.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_modal.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/header_ci_component.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/identicon.vue @@ -2803,6 +2784,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/navigation_tabs.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/placeholder_note.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/placeholder_system_note.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/skeleton_note.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/system_note.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/panel_resizer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/pikaday.vue @@ -2811,6 +2793,16 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_calendar_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/collapsed_grouped_date_picker.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/date_picker.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/base.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_button.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_create_label.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_footer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_header.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_hidden_input.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_search_input.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_title.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_collapsed.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/toggle_sidebar.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/skeleton_loading_container.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/stacked_progress_bar.vue @@ -2826,6 +2818,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/issuable.js %%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/recaptcha_modal_implementor.js %%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/timeago.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/models/label.js %%WWWDIR%%/app/assets/javascripts/vue_shared/translate.js %%WWWDIR%%/app/assets/javascripts/vue_shared/vue_resource_interceptor.js %%WWWDIR%%/app/assets/javascripts/webpack.js @@ -2841,15 +2834,15 @@ %%WWWDIR%%/app/assets/stylesheets/framework/banner.scss %%WWWDIR%%/app/assets/stylesheets/framework/blank.scss %%WWWDIR%%/app/assets/stylesheets/framework/blocks.scss -%%WWWDIR%%/app/assets/stylesheets/framework/broadcast-messages.scss +%%WWWDIR%%/app/assets/stylesheets/framework/broadcast_messages.scss %%WWWDIR%%/app/assets/stylesheets/framework/buttons.scss %%WWWDIR%%/app/assets/stylesheets/framework/calendar.scss %%WWWDIR%%/app/assets/stylesheets/framework/callout.scss %%WWWDIR%%/app/assets/stylesheets/framework/ci_variable_list.scss %%WWWDIR%%/app/assets/stylesheets/framework/common.scss -%%WWWDIR%%/app/assets/stylesheets/framework/contextual-sidebar.scss +%%WWWDIR%%/app/assets/stylesheets/framework/contextual_sidebar.scss %%WWWDIR%%/app/assets/stylesheets/framework/dropdowns.scss -%%WWWDIR%%/app/assets/stylesheets/framework/emoji-sprites.scss +%%WWWDIR%%/app/assets/stylesheets/framework/emoji_sprites.scss %%WWWDIR%%/app/assets/stylesheets/framework/emojis.scss %%WWWDIR%%/app/assets/stylesheets/framework/feature_highlight.scss %%WWWDIR%%/app/assets/stylesheets/framework/files.scss @@ -2857,7 +2850,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/flash.scss %%WWWDIR%%/app/assets/stylesheets/framework/forms.scss %%WWWDIR%%/app/assets/stylesheets/framework/gfm.scss -%%WWWDIR%%/app/assets/stylesheets/framework/gitlab-theme.scss +%%WWWDIR%%/app/assets/stylesheets/framework/gitlab_theme.scss %%WWWDIR%%/app/assets/stylesheets/framework/header.scss %%WWWDIR%%/app/assets/stylesheets/framework/highlight.scss %%WWWDIR%%/app/assets/stylesheets/framework/icons.scss @@ -2874,16 +2867,16 @@ %%WWWDIR%%/app/assets/stylesheets/framework/mobile.scss %%WWWDIR%%/app/assets/stylesheets/framework/modal.scss %%WWWDIR%%/app/assets/stylesheets/framework/notes.scss -%%WWWDIR%%/app/assets/stylesheets/framework/page-header.scss +%%WWWDIR%%/app/assets/stylesheets/framework/page_header.scss %%WWWDIR%%/app/assets/stylesheets/framework/pagination.scss %%WWWDIR%%/app/assets/stylesheets/framework/panels.scss %%WWWDIR%%/app/assets/stylesheets/framework/popup.scss %%WWWDIR%%/app/assets/stylesheets/framework/responsive_tables.scss -%%WWWDIR%%/app/assets/stylesheets/framework/secondary-navigation-elements.scss +%%WWWDIR%%/app/assets/stylesheets/framework/secondary_navigation_elements.scss %%WWWDIR%%/app/assets/stylesheets/framework/selects.scss %%WWWDIR%%/app/assets/stylesheets/framework/sidebar.scss %%WWWDIR%%/app/assets/stylesheets/framework/snippets.scss -%%WWWDIR%%/app/assets/stylesheets/framework/stacked-progress-bar.scss +%%WWWDIR%%/app/assets/stylesheets/framework/stacked_progress_bar.scss %%WWWDIR%%/app/assets/stylesheets/framework/tables.scss %%WWWDIR%%/app/assets/stylesheets/framework/tabs.scss %%WWWDIR%%/app/assets/stylesheets/framework/timeline.scss @@ -2998,6 +2991,7 @@ %%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb %%WWWDIR%%/app/controllers/concerns/boards_responses.rb %%WWWDIR%%/app/controllers/concerns/continue_params.rb +%%WWWDIR%%/app/controllers/concerns/controller_with_cross_project_access_check.rb %%WWWDIR%%/app/controllers/concerns/creates_commit.rb %%WWWDIR%%/app/controllers/concerns/cycle_analytics_params.rb %%WWWDIR%%/app/controllers/concerns/diff_for_path.rb @@ -3047,6 +3041,7 @@ %%WWWDIR%%/app/controllers/google_api/authorizations_controller.rb %%WWWDIR%%/app/controllers/groups/application_controller.rb %%WWWDIR%%/app/controllers/groups/avatars_controller.rb +%%WWWDIR%%/app/controllers/groups/boards_controller.rb %%WWWDIR%%/app/controllers/groups/children_controller.rb %%WWWDIR%%/app/controllers/groups/group_members_controller.rb %%WWWDIR%%/app/controllers/groups/labels_controller.rb @@ -3058,7 +3053,6 @@ %%WWWDIR%%/app/controllers/health_check_controller.rb %%WWWDIR%%/app/controllers/health_controller.rb %%WWWDIR%%/app/controllers/help_controller.rb -%%WWWDIR%%/app/controllers/ide_controller.rb %%WWWDIR%%/app/controllers/import/base_controller.rb %%WWWDIR%%/app/controllers/import/bitbucket_controller.rb %%WWWDIR%%/app/controllers/import/fogbugz_controller.rb @@ -3145,7 +3139,7 @@ %%WWWDIR%%/app/controllers/projects/pipelines_controller.rb %%WWWDIR%%/app/controllers/projects/pipelines_settings_controller.rb %%WWWDIR%%/app/controllers/projects/project_members_controller.rb -%%WWWDIR%%/app/controllers/projects/prometheus_controller.rb +%%WWWDIR%%/app/controllers/projects/prometheus/metrics_controller.rb %%WWWDIR%%/app/controllers/projects/protected_branches_controller.rb %%WWWDIR%%/app/controllers/projects/protected_refs_controller.rb %%WWWDIR%%/app/controllers/projects/protected_tags_controller.rb @@ -3194,6 +3188,8 @@ %%WWWDIR%%/app/finders/clusters_finder.rb %%WWWDIR%%/app/finders/concerns/created_at_filter.rb %%WWWDIR%%/app/finders/concerns/custom_attributes_filter.rb +%%WWWDIR%%/app/finders/concerns/finder_methods.rb +%%WWWDIR%%/app/finders/concerns/finder_with_cross_project_access.rb %%WWWDIR%%/app/finders/contributed_projects_finder.rb %%WWWDIR%%/app/finders/environments_finder.rb %%WWWDIR%%/app/finders/events_finder.rb @@ -3223,6 +3219,7 @@ %%WWWDIR%%/app/finders/tags_finder.rb %%WWWDIR%%/app/finders/todos_finder.rb %%WWWDIR%%/app/finders/union_finder.rb +%%WWWDIR%%/app/finders/user_recent_events_finder.rb %%WWWDIR%%/app/finders/users_finder.rb %%WWWDIR%%/app/helpers/accounts_helper.rb %%WWWDIR%%/app/helpers/appearances_helper.rb @@ -3309,7 +3306,6 @@ %%WWWDIR%%/app/helpers/todos_helper.rb %%WWWDIR%%/app/helpers/tree_helper.rb %%WWWDIR%%/app/helpers/triggers_helper.rb -%%WWWDIR%%/app/helpers/u2f_helper.rb %%WWWDIR%%/app/helpers/user_callouts_helper.rb %%WWWDIR%%/app/helpers/users_helper.rb %%WWWDIR%%/app/helpers/version_check_helper.rb @@ -3337,6 +3333,9 @@ %%WWWDIR%%/app/models/application_setting.rb %%WWWDIR%%/app/models/audit_event.rb %%WWWDIR%%/app/models/award_emoji.rb +%%WWWDIR%%/app/models/badge.rb +%%WWWDIR%%/app/models/badges/group_badge.rb +%%WWWDIR%%/app/models/badges/project_badge.rb %%WWWDIR%%/app/models/blob.rb %%WWWDIR%%/app/models/blob_viewer/auxiliary.rb %%WWWDIR%%/app/models/blob_viewer/balsamiq.rb @@ -3401,8 +3400,10 @@ %%WWWDIR%%/app/models/clusters/applications/helm.rb %%WWWDIR%%/app/models/clusters/applications/ingress.rb %%WWWDIR%%/app/models/clusters/applications/prometheus.rb +%%WWWDIR%%/app/models/clusters/applications/runner.rb %%WWWDIR%%/app/models/clusters/cluster.rb %%WWWDIR%%/app/models/clusters/concerns/application_core.rb +%%WWWDIR%%/app/models/clusters/concerns/application_data.rb %%WWWDIR%%/app/models/clusters/concerns/application_status.rb %%WWWDIR%%/app/models/clusters/platforms/kubernetes.rb %%WWWDIR%%/app/models/clusters/project.rb @@ -3447,6 +3448,7 @@ %%WWWDIR%%/app/models/concerns/participable.rb %%WWWDIR%%/app/models/concerns/presentable.rb %%WWWDIR%%/app/models/concerns/project_features_compatibility.rb +%%WWWDIR%%/app/models/concerns/prometheus_adapter.rb %%WWWDIR%%/app/models/concerns/protected_branch_access.rb %%WWWDIR%%/app/models/concerns/protected_ref.rb %%WWWDIR%%/app/models/concerns/protected_ref_access.rb @@ -3474,6 +3476,7 @@ %%WWWDIR%%/app/models/concerns/token_authenticatable.rb %%WWWDIR%%/app/models/concerns/triggerable_hooks.rb %%WWWDIR%%/app/models/concerns/uniquify.rb +%%WWWDIR%%/app/models/concerns/updated_at_filterable.rb %%WWWDIR%%/app/models/concerns/valid_attribute.rb %%WWWDIR%%/app/models/container_repository.rb %%WWWDIR%%/app/models/conversational_development_index/card.rb @@ -3661,6 +3664,7 @@ %%WWWDIR%%/app/models/user_agent_detail.rb %%WWWDIR%%/app/models/user_callout.rb %%WWWDIR%%/app/models/user_custom_attribute.rb +%%WWWDIR%%/app/models/user_interacted_project.rb %%WWWDIR%%/app/models/user_synced_attributes_metadata.rb %%WWWDIR%%/app/models/users_star_project.rb %%WWWDIR%%/app/models/wiki_directory.rb @@ -3705,6 +3709,7 @@ %%WWWDIR%%/app/presenters/members_presenter.rb %%WWWDIR%%/app/presenters/merge_request_presenter.rb %%WWWDIR%%/app/presenters/project_member_presenter.rb +%%WWWDIR%%/app/presenters/project_presenter.rb %%WWWDIR%%/app/presenters/projects/settings/deploy_keys_presenter.rb %%WWWDIR%%/app/serializers/README.md %%WWWDIR%%/app/serializers/analytics_build_entity.rb @@ -3745,6 +3750,7 @@ %%WWWDIR%%/app/serializers/deploy_keys_project_entity.rb %%WWWDIR%%/app/serializers/deployment_entity.rb %%WWWDIR%%/app/serializers/deployment_serializer.rb +%%WWWDIR%%/app/serializers/diff_file_entity.rb %%WWWDIR%%/app/serializers/discussion_entity.rb %%WWWDIR%%/app/serializers/discussion_serializer.rb %%WWWDIR%%/app/serializers/entity_date_helper.rb @@ -3783,6 +3789,7 @@ %%WWWDIR%%/app/serializers/pipeline_entity.rb %%WWWDIR%%/app/serializers/pipeline_serializer.rb %%WWWDIR%%/app/serializers/project_entity.rb +%%WWWDIR%%/app/serializers/project_serializer.rb %%WWWDIR%%/app/serializers/request_aware_entity.rb %%WWWDIR%%/app/serializers/runner_entity.rb %%WWWDIR%%/app/serializers/stage_entity.rb @@ -3804,6 +3811,10 @@ %%WWWDIR%%/app/services/applications/create_service.rb %%WWWDIR%%/app/services/audit_event_service.rb %%WWWDIR%%/app/services/auth/container_registry_authentication_service.rb +%%WWWDIR%%/app/services/badges/base_service.rb +%%WWWDIR%%/app/services/badges/build_service.rb +%%WWWDIR%%/app/services/badges/create_service.rb +%%WWWDIR%%/app/services/badges/update_service.rb %%WWWDIR%%/app/services/base_count_service.rb %%WWWDIR%%/app/services/base_renderer.rb %%WWWDIR%%/app/services/base_service.rb @@ -3824,7 +3835,6 @@ %%WWWDIR%%/app/services/ci/create_pipeline_schedule_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_stages_service.rb -%%WWWDIR%%/app/services/ci/create_trace_artifact_service.rb %%WWWDIR%%/app/services/ci/ensure_stage_service.rb %%WWWDIR%%/app/services/ci/extract_sections_from_build_trace_service.rb %%WWWDIR%%/app/services/ci/fetch_kubernetes_token_service.rb @@ -3838,6 +3848,7 @@ %%WWWDIR%%/app/services/ci/update_build_queue_service.rb %%WWWDIR%%/app/services/ci/update_runner_service.rb %%WWWDIR%%/app/services/clusters/applications/base_helm_service.rb +%%WWWDIR%%/app/services/clusters/applications/check_ingress_ip_address_service.rb %%WWWDIR%%/app/services/clusters/applications/check_installation_progress_service.rb %%WWWDIR%%/app/services/clusters/applications/install_service.rb %%WWWDIR%%/app/services/clusters/applications/schedule_installation_service.rb @@ -3899,6 +3910,7 @@ %%WWWDIR%%/app/services/issues/close_service.rb %%WWWDIR%%/app/services/issues/create_service.rb %%WWWDIR%%/app/services/issues/duplicate_service.rb +%%WWWDIR%%/app/services/issues/fetch_referenced_merge_requests_service.rb %%WWWDIR%%/app/services/issues/move_service.rb %%WWWDIR%%/app/services/issues/reopen_service.rb %%WWWDIR%%/app/services/issues/update_service.rb @@ -3917,10 +3929,11 @@ %%WWWDIR%%/app/services/lfs/unlock_file_service.rb %%WWWDIR%%/app/services/mattermost/create_team_service.rb %%WWWDIR%%/app/services/members/approve_access_request_service.rb -%%WWWDIR%%/app/services/members/authorized_destroy_service.rb +%%WWWDIR%%/app/services/members/base_service.rb %%WWWDIR%%/app/services/members/create_service.rb %%WWWDIR%%/app/services/members/destroy_service.rb %%WWWDIR%%/app/services/members/request_access_service.rb +%%WWWDIR%%/app/services/members/update_service.rb %%WWWDIR%%/app/services/merge_request_metrics_service.rb %%WWWDIR%%/app/services/merge_requests/add_todo_when_build_fails_service.rb %%WWWDIR%%/app/services/merge_requests/assign_issues_service.rb @@ -3995,6 +4008,7 @@ %%WWWDIR%%/app/services/projects/update_pages_configuration_service.rb %%WWWDIR%%/app/services/projects/update_pages_service.rb %%WWWDIR%%/app/services/projects/update_service.rb +%%WWWDIR%%/app/services/prometheus/adapter_service.rb %%WWWDIR%%/app/services/protected_branches/access_level_params.rb %%WWWDIR%%/app/services/protected_branches/api_service.rb %%WWWDIR%%/app/services/protected_branches/create_service.rb @@ -4074,6 +4088,7 @@ %%WWWDIR%%/app/validators/namespace_name_validator.rb %%WWWDIR%%/app/validators/namespace_path_validator.rb %%WWWDIR%%/app/validators/project_path_validator.rb +%%WWWDIR%%/app/validators/url_placeholder_validator.rb %%WWWDIR%%/app/validators/url_validator.rb %%WWWDIR%%/app/validators/variable_duplicates_validator.rb %%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml @@ -4167,6 +4182,8 @@ %%WWWDIR%%/app/views/ci/lints/_create.html.haml %%WWWDIR%%/app/views/ci/lints/show.html.haml %%WWWDIR%%/app/views/ci/runner/_how_to_setup_runner.html.haml +%%WWWDIR%%/app/views/ci/runner/_how_to_setup_shared_runner.html.haml +%%WWWDIR%%/app/views/ci/runner/_how_to_setup_specific_runner.html.haml %%WWWDIR%%/app/views/ci/status/_badge.html.haml %%WWWDIR%%/app/views/ci/status/_dropdown_graph_badge.html.haml %%WWWDIR%%/app/views/ci/variables/_content.html.haml @@ -4289,10 +4306,11 @@ %%WWWDIR%%/app/views/groups/_home_panel.html.haml %%WWWDIR%%/app/views/groups/_projects.html.haml %%WWWDIR%%/app/views/groups/activity.html.haml +%%WWWDIR%%/app/views/groups/boards/index.html.haml +%%WWWDIR%%/app/views/groups/boards/show.html.haml %%WWWDIR%%/app/views/groups/edit.html.haml %%WWWDIR%%/app/views/groups/group_members/_new_group_member.html.haml %%WWWDIR%%/app/views/groups/group_members/index.html.haml -%%WWWDIR%%/app/views/groups/group_members/update.js.haml %%WWWDIR%%/app/views/groups/issues.atom.builder %%WWWDIR%%/app/views/groups/issues.html.haml %%WWWDIR%%/app/views/groups/labels/destroy.js.haml @@ -4321,10 +4339,7 @@ %%WWWDIR%%/app/views/help/shortcuts.js.haml %%WWWDIR%%/app/views/help/show.html.haml %%WWWDIR%%/app/views/help/ui.html.haml -%%WWWDIR%%/app/views/ide/index.html.haml %%WWWDIR%%/app/views/import/_githubish_status.html.haml -%%WWWDIR%%/app/views/import/base/create.js.haml -%%WWWDIR%%/app/views/import/base/unauthorized.js.haml %%WWWDIR%%/app/views/import/bitbucket/deploy_key.js.haml %%WWWDIR%%/app/views/import/bitbucket/status.html.haml %%WWWDIR%%/app/views/import/fogbugz/new.html.haml @@ -4490,7 +4505,6 @@ %%WWWDIR%%/app/views/peek/views/_rblineprof.html.haml %%WWWDIR%%/app/views/peek/views/_sql.html.haml %%WWWDIR%%/app/views/profiles/_event_table.html.haml -%%WWWDIR%%/app/views/profiles/_head.html.haml %%WWWDIR%%/app/views/profiles/accounts/show.html.haml %%WWWDIR%%/app/views/profiles/audit_log.html.haml %%WWWDIR%%/app/views/profiles/chat_names/_chat_name.html.haml @@ -4541,8 +4555,10 @@ %%WWWDIR%%/app/views/projects/_merge_request_rebase_settings.html.haml %%WWWDIR%%/app/views/projects/_merge_request_settings.html.haml %%WWWDIR%%/app/views/projects/_new_project_fields.html.haml +%%WWWDIR%%/app/views/projects/_new_project_push_tip.html.haml %%WWWDIR%%/app/views/projects/_project_templates.html.haml %%WWWDIR%%/app/views/projects/_readme.html.haml +%%WWWDIR%%/app/views/projects/_stat_anchor_list.html.haml %%WWWDIR%%/app/views/projects/_visibility_select.html.haml %%WWWDIR%%/app/views/projects/_wiki.html.haml %%WWWDIR%%/app/views/projects/_zen.html.haml @@ -4601,6 +4617,7 @@ %%WWWDIR%%/app/views/projects/branches/_branch.html.haml %%WWWDIR%%/app/views/projects/branches/_commit.html.haml %%WWWDIR%%/app/views/projects/branches/_delete_protected_modal.html.haml +%%WWWDIR%%/app/views/projects/branches/_panel.html.haml %%WWWDIR%%/app/views/projects/branches/index.html.haml %%WWWDIR%%/app/views/projects/branches/new.html.haml %%WWWDIR%%/app/views/projects/buttons/_download.html.haml @@ -4809,6 +4826,7 @@ %%WWWDIR%%/app/views/projects/pages/_use.html.haml %%WWWDIR%%/app/views/projects/pages/show.html.haml %%WWWDIR%%/app/views/projects/pages_domains/_form.html.haml +%%WWWDIR%%/app/views/projects/pages_domains/edit.html.haml %%WWWDIR%%/app/views/projects/pages_domains/new.html.haml %%WWWDIR%%/app/views/projects/pages_domains/show.html.haml %%WWWDIR%%/app/views/projects/pipeline_schedules/_form.html.haml @@ -4836,7 +4854,6 @@ %%WWWDIR%%/app/views/projects/project_members/_team.html.haml %%WWWDIR%%/app/views/projects/project_members/import.html.haml %%WWWDIR%%/app/views/projects/project_members/index.html.haml *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Sat May 5 06:12:22 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF832FCBDEF; Sat, 5 May 2018 06:12:21 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A32E06A8A8; Sat, 5 May 2018 06:12:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E16119EDE; Sat, 5 May 2018 06:12:21 +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 w456CLJl019806; Sat, 5 May 2018 06:12:21 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w456CLg8019804; Sat, 5 May 2018 06:12:21 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201805050612.w456CLg8019804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 5 May 2018 06:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469088 - branches/2018Q2/graphics/py-graphviz X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q2/graphics/py-graphviz X-SVN-Commit-Revision: 469088 X-SVN-Commit-Repository: ports 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.25 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, 05 May 2018 06:12:22 -0000 Author: riggs Date: Sat May 5 06:12:21 2018 New Revision: 469088 URL: https://svnweb.freebsd.org/changeset/ports/469088 Log: MFH: r469087 Update to upstream release 0.8.3 PR: 227958 Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: ports-secteam (riggs) Modified: branches/2018Q2/graphics/py-graphviz/Makefile branches/2018Q2/graphics/py-graphviz/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/graphics/py-graphviz/Makefile ============================================================================== --- branches/2018Q2/graphics/py-graphviz/Makefile Sat May 5 05:58:44 2018 (r469087) +++ branches/2018Q2/graphics/py-graphviz/Makefile Sat May 5 06:12:21 2018 (r469088) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graphviz -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Simple Python interface for Graphviz LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= dot:graphics/graphviz TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} \ Modified: branches/2018Q2/graphics/py-graphviz/distinfo ============================================================================== --- branches/2018Q2/graphics/py-graphviz/distinfo Sat May 5 05:58:44 2018 (r469087) +++ branches/2018Q2/graphics/py-graphviz/distinfo Sat May 5 06:12:21 2018 (r469088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515940981 -SHA256 (graphviz-0.8.2.zip) = 606741c028acc54b1a065b33045f8c89ee0927ea77273ec409ac988f2c3d1091 -SIZE (graphviz-0.8.2.zip) = 166880 +TIMESTAMP = 1525373325 +SHA256 (graphviz-0.8.3.zip) = c61de040e5354c088d2785ea447dd8c26fc572dcc389e4e23e2b46947808d43e +SIZE (graphviz-0.8.3.zip) = 166030 From owner-svn-ports-branches@freebsd.org Sat May 5 11:12:21 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83F17FAA519; Sat, 5 May 2018 11:12:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39DB586722; Sat, 5 May 2018 11:12:21 +0000 (UTC) (envelope-from antoine@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34ECC1CEE9; Sat, 5 May 2018 11:12:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45BCLGr070733; Sat, 5 May 2018 11:12:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45BCLUK070732; Sat, 5 May 2018 11:12:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805051112.w45BCLUK070732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 5 May 2018 11:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469102 - branches/2018Q2/chinese/telnet X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q2/chinese/telnet X-SVN-Commit-Revision: 469102 X-SVN-Commit-Repository: ports 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.25 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, 05 May 2018 11:12:21 -0000 Author: antoine Date: Sat May 5 11:12:20 2018 New Revision: 469102 URL: https://svnweb.freebsd.org/changeset/ports/469102 Log: MFH: r469101 Mark BROKEN everywhere and deprecate Reported by: pkg-fallout Modified: branches/2018Q2/chinese/telnet/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/chinese/telnet/Makefile ============================================================================== --- branches/2018Q2/chinese/telnet/Makefile Sat May 5 11:11:17 2018 (r469101) +++ branches/2018Q2/chinese/telnet/Makefile Sat May 5 11:12:20 2018 (r469102) @@ -24,11 +24,9 @@ SRCDIR= ${SRC_BASE}/usr.bin/telnet IGNORE= need to build this port with the source code of telnet .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000 BROKEN= does not build: libtelnet/Makefile: Could not find src.opts.mk -.endif - -BROKEN_DragonFly= does not build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-06-06 do-extract: @${MKDIR} ${WRKDIR} From owner-svn-ports-branches@freebsd.org Sat May 5 18:57:25 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A9F5FB6B67; Sat, 5 May 2018 18:57:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3C3F6BE2C; Sat, 5 May 2018 18:57:24 +0000 (UTC) (envelope-from zeising@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE728218FE; Sat, 5 May 2018 18:57:24 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45IvO8M008792; Sat, 5 May 2018 18:57:24 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45IvOeC008791; Sat, 5 May 2018 18:57:24 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201805051857.w45IvOeC008791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 5 May 2018 18:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469158 - in branches/2018Q2/x11/alacritty: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2018Q2/x11/alacritty: . files X-SVN-Commit-Revision: 469158 X-SVN-Commit-Repository: ports 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.25 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, 05 May 2018 18:57:25 -0000 Author: zeising Date: Sat May 5 18:57:24 2018 New Revision: 469158 URL: https://svnweb.freebsd.org/changeset/ports/469158 Log: MFH: r468774 Fix GL context creation Add patch from upstream to fix errors in creating GL context. See Upstream issue for details: https://github.com/jwilm/alacritty/issues/921 PR: 227846 Submitted by: Sascha Holzleiter Approved by: ports-secteam (riggs) Added: branches/2018Q2/x11/alacritty/files/ - copied from r468774, head/x11/alacritty/files/ Modified: branches/2018Q2/x11/alacritty/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/x11/alacritty/Makefile ============================================================================== --- branches/2018Q2/x11/alacritty/Makefile Sat May 5 17:57:35 2018 (r469157) +++ branches/2018Q2/x11/alacritty/Makefile Sat May 5 18:57:24 2018 (r469158) @@ -2,7 +2,7 @@ PORTNAME= alacritty PORTVERSION= g20180126 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= zeising@FreeBSD.org From owner-svn-ports-branches@freebsd.org Sat May 5 19:17:24 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6CEDFB738A; Sat, 5 May 2018 19:17:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D3B36EECB; Sat, 5 May 2018 19:17:24 +0000 (UTC) (envelope-from antoine@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64A7821C45; Sat, 5 May 2018 19:17:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45JHOxr019117; Sat, 5 May 2018 19:17:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45JHO3S019116; Sat, 5 May 2018 19:17:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805051917.w45JHO3S019116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 5 May 2018 19:17:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469160 - branches/2018Q2/x11-fonts/cyberbit-ttfonts X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q2/x11-fonts/cyberbit-ttfonts X-SVN-Commit-Revision: 469160 X-SVN-Commit-Repository: ports 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.25 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, 05 May 2018 19:17:24 -0000 Author: antoine Date: Sat May 5 19:17:23 2018 New Revision: 469160 URL: https://svnweb.freebsd.org/changeset/ports/469160 Log: MFH: r469159 Mark BROKEN: unfetchable Reported by: pkg-fallout Modified: branches/2018Q2/x11-fonts/cyberbit-ttfonts/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/x11-fonts/cyberbit-ttfonts/Makefile ============================================================================== --- branches/2018Q2/x11-fonts/cyberbit-ttfonts/Makefile Sat May 5 19:16:41 2018 (r469159) +++ branches/2018Q2/x11-fonts/cyberbit-ttfonts/Makefile Sat May 5 19:17:23 2018 (r469160) @@ -16,6 +16,8 @@ EXTRACT_ONLY= Cyberbit.ZIP MAINTAINER= ports@FreeBSD.org COMMENT= Bitstream Cyberbit is a TrueType font that covers Unicode 2.0 +BROKEN= unfetchable + RESTRICTED= Redistribution not permitted; single user license only. USES= fonts zip