From owner-svn-ports-branches@freebsd.org Mon Feb 17 07:00:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C46024F95E; Mon, 17 Feb 2020 07:00:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LZdH3GTFz3CMQ; Mon, 17 Feb 2020 07:00:51 +0000 (UTC) (envelope-from koobs@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 69A532DC6; Mon, 17 Feb 2020 07:00:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01H70pRk076322; Mon, 17 Feb 2020 07:00:51 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01H70pje076320; Mon, 17 Feb 2020 07:00:51 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202002170700.01H70pje076320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 17 Feb 2020 07:00:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526347 - in branches/2020Q1/net-mgmt/netdata: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2020Q1/net-mgmt/netdata: . files X-SVN-Commit-Revision: 526347 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.29 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, 17 Feb 2020 07:00:51 -0000 Author: koobs Date: Mon Feb 17 07:00:50 2020 New Revision: 526347 URL: https://svnweb.freebsd.org/changeset/ports/526347 Log: MFH: r526346 net-mgmt/netdata: Honour/respect default Python version PR: 243567 Reviewed by: mat, koobs (python) Approved by: portmgr (blanket: run time bug fix, ports (Python) compliance) Differential Revision: D22909 Approved by: ports-secteam (blanket: run time bug fix, ports (Python) compliance) Modified: branches/2020Q1/net-mgmt/netdata/Makefile branches/2020Q1/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-mgmt/netdata/Makefile ============================================================================== --- branches/2020Q1/net-mgmt/netdata/Makefile Mon Feb 17 06:58:48 2020 (r526346) +++ branches/2020Q1/net-mgmt/netdata/Makefile Mon Feb 17 07:00:50 2020 (r526347) @@ -4,6 +4,7 @@ PORTNAME= netdata PORTVERSION= 1.19.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= mmokhi@FreeBSD.org @@ -88,6 +89,8 @@ post-patch: ${PATCH_WRKSRC}/configure.ac @${REINPLACE_CMD} -e 's|%%ETCDIR%%|${ETCDIR}|g' \ ${PATCH_WRKSRC}/configure.ac + @${REINPLACE_CMD} -e 's|%%PYTHON%%|${PYTHON_CMD}|g' \ + ${PATCH_WRKSRC}/collectors/python.d.plugin/python.d.plugin.in post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} Modified: branches/2020Q1/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in ============================================================================== --- branches/2020Q1/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in Mon Feb 17 06:58:48 2020 (r526346) +++ branches/2020Q1/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in Mon Feb 17 07:00:50 2020 (r526347) @@ -1,10 +1,10 @@ ---- collectors/python.d.plugin/python.d.plugin.in.orig 2019-10-10 13:13:19 UTC +--- collectors/python.d.plugin/python.d.plugin.in.orig 2020-01-30 23:22:27 UTC +++ collectors/python.d.plugin/python.d.plugin.in @@ -1,6 +1,6 @@ - #!/usr/local/bin/bash + #!/usr/bin/env bash '''':; -pybinary=$(which python || which python3 || which python2) -+pybinary=$(which python || which python3.6 || which python2.7) ++pybinary=%%PYTHON%% filtered=() for arg in "$@" do From owner-svn-ports-branches@freebsd.org Mon Feb 17 08:43:22 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECC49251E60; Mon, 17 Feb 2020 08:43:22 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LcvZ61ZSz4G9k; Mon, 17 Feb 2020 08:43:22 +0000 (UTC) (envelope-from kai@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 AFCEB448C; Mon, 17 Feb 2020 08:43:22 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01H8hMfI041911; Mon, 17 Feb 2020 08:43:22 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01H8hMZ5041909; Mon, 17 Feb 2020 08:43:22 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202002170843.01H8hMZ5041909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Mon, 17 Feb 2020 08:43:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526352 - branches/2020Q1/textproc/py-ocrmypdf X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2020Q1/textproc/py-ocrmypdf X-SVN-Commit-Revision: 526352 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.29 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, 17 Feb 2020 08:43:23 -0000 Author: kai Date: Mon Feb 17 08:43:22 2020 New Revision: 526352 URL: https://svnweb.freebsd.org/changeset/ports/526352 Log: MFH: r526351 textproc/py-ocrmypdf: Update to 9.6.0 Changelog since 9.3.0: https://github.com/jbarlow83/OCRmyPDF/blob/v9.6.0/docs/release_notes.rst Approved by: ports-secteam bugfix blanket Modified: branches/2020Q1/textproc/py-ocrmypdf/Makefile branches/2020Q1/textproc/py-ocrmypdf/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/textproc/py-ocrmypdf/Makefile ============================================================================== --- branches/2020Q1/textproc/py-ocrmypdf/Makefile Mon Feb 17 08:42:11 2020 (r526351) +++ branches/2020Q1/textproc/py-ocrmypdf/Makefile Mon Feb 17 08:43:22 2020 (r526352) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ocrmypdf -DISTVERSION= 9.3.0 +DISTVERSION= 9.6.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,8 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.9.1:devel/ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-helpers-namespace>=2019.1.8:devel/py-pytest-helpers-namespace@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.29.0:devel/py-pytest-xdist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.6.1:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pdf2>=1.26.0:print/py-pdf2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.8.0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR} USES= ghostscript:run python:3.6+ shebangfix @@ -73,8 +72,11 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/misc/completion/ocrmypdf.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ do-test: + # Skip some checks as they yield wrong results if run with the root account @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} -m pytest -rs -v \ -n ${MAKE_JOBS_NUMBER} -k ' \ - not test_dev_null' + not test_dev_null \ + and not test_input_file_not_readable \ + and not test_chmod' .include Modified: branches/2020Q1/textproc/py-ocrmypdf/distinfo ============================================================================== --- branches/2020Q1/textproc/py-ocrmypdf/distinfo Mon Feb 17 08:42:11 2020 (r526351) +++ branches/2020Q1/textproc/py-ocrmypdf/distinfo Mon Feb 17 08:43:22 2020 (r526352) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577957263 -SHA256 (ocrmypdf-9.3.0.tar.gz) = 49a402c31ad655243ff7287e0c8ecaa9f1451d7707d3a6e6968433dda3da27b7 -SIZE (ocrmypdf-9.3.0.tar.gz) = 7961284 +TIMESTAMP = 1581851511 +SHA256 (ocrmypdf-9.6.0.tar.gz) = 5a8f5c95a67bd3c14f7fab657f1a88c3b46e9f7ce5b5aef15eb1b4b7f5ff0075 +SIZE (ocrmypdf-9.6.0.tar.gz) = 7973175 From owner-svn-ports-branches@freebsd.org Mon Feb 17 10:43:53 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CD76254C0D; Mon, 17 Feb 2020 10:43:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LgZc6x8Kz3JSp; Mon, 17 Feb 2020 10:43:52 +0000 (UTC) (envelope-from koobs@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 E669F5B55; Mon, 17 Feb 2020 10:43:52 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01HAhqHC020400; Mon, 17 Feb 2020 10:43:52 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HAhqoC020396; Mon, 17 Feb 2020 10:43:52 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202002171043.01HAhqoC020396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 17 Feb 2020 10:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526359 - in branches/2020Q1/www: tomcat85 tomcat9 X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2020Q1/www: tomcat85 tomcat9 X-SVN-Commit-Revision: 526359 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.29 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, 17 Feb 2020 10:43:53 -0000 Author: koobs Date: Mon Feb 17 10:43:51 2020 New Revision: 526359 URL: https://svnweb.freebsd.org/changeset/ports/526359 Log: MFH: r526349 www/tomcat85,9: Improve port quality - Don't echo automatic actions unlike other manual actions - Don't perform ${RM} -R because the OPTIONS system takes @comment parts in pkg-plist into account, poudriere build does not complain. - Don't provide samples for XML schema files, these are NOT intended to be modified by the user PR: 243648 Submitted by: Michael Osipov Approved by: VVD Approved by: ports-secteam (blanket: ports compliance, bugfixes) Modified: branches/2020Q1/www/tomcat85/Makefile branches/2020Q1/www/tomcat85/pkg-plist branches/2020Q1/www/tomcat9/Makefile branches/2020Q1/www/tomcat9/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/tomcat85/Makefile ============================================================================== --- branches/2020Q1/www/tomcat85/Makefile Mon Feb 17 10:16:51 2020 (r526358) +++ branches/2020Q1/www/tomcat85/Makefile Mon Feb 17 10:43:51 2020 (r526359) @@ -3,6 +3,7 @@ PORTNAME= tomcat PORTVERSION= 8.5.49 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= 85 @@ -50,36 +51,21 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/logs @${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/endorsed - ${CP} -R ${WRKSRC}/* ${STAGEDIR}${TOMCAT_HOME} + @${CP} -R ${WRKSRC}/* ${STAGEDIR}${TOMCAT_HOME} post-install: @${RM} ${STAGEDIR}${TOMCAT_HOME}/bin/*.bat - (cd ${STAGEDIR}${TOMCAT_HOME}/conf &&\ - for f in $$(find . -type f); do ${MV} $$f $$f.sample; done) + @(cd ${STAGEDIR}${TOMCAT_HOME}/conf &&\ + for f in $$(find . -type f -not -name '*.xsd'); do ${MV} $$f $$f.sample; done) post-install-HOST_MANAGER-on: - (cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ + @(cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ for f in host-manager/META-INF/context.xml host-manager/WEB-INF/web.xml; do \ ${MV} $$f $$f.sample; done) -post-install-HOST_MANAGER-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/host-manager - post-install-MANAGER-on: - (cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ + @(cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ for f in manager/META-INF/context.xml manager/WEB-INF/web.xml; do \ ${MV} $$f $$f.sample; done) - -post-install-MANAGER-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/manager - -post-install-DOCS-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/docs - -post-install-EXAMPLES-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/examples - -post-install-ROOT-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/ROOT .include Modified: branches/2020Q1/www/tomcat85/pkg-plist ============================================================================== --- branches/2020Q1/www/tomcat85/pkg-plist Mon Feb 17 10:16:51 2020 (r526358) +++ branches/2020Q1/www/tomcat85/pkg-plist Mon Feb 17 10:43:51 2020 (r526359) @@ -60,11 +60,11 @@ @sample %%T%%/conf/catalina.properties.sample @sample %%T%%/conf/context.xml.sample @sample %%T%%/conf/jaspic-providers.xml.sample -@sample %%T%%/conf/jaspic-providers.xsd.sample +%%T%%/conf/jaspic-providers.xsd @sample %%T%%/conf/logging.properties.sample @sample %%T%%/conf/server.xml.sample @sample %%T%%/conf/tomcat-users.xml.sample -@sample %%T%%/conf/tomcat-users.xsd.sample +%%T%%/conf/tomcat-users.xsd @sample %%T%%/conf/web.xml.sample %%T%%/temp/safeToDelete.tmp %%DOCS%%%%T%%/webapps/docs/BUILDING.txt Modified: branches/2020Q1/www/tomcat9/Makefile ============================================================================== --- branches/2020Q1/www/tomcat9/Makefile Mon Feb 17 10:16:51 2020 (r526358) +++ branches/2020Q1/www/tomcat9/Makefile Mon Feb 17 10:43:51 2020 (r526359) @@ -3,7 +3,7 @@ PORTNAME= tomcat PORTVERSION= 9.0.29 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= 9 @@ -52,36 +52,21 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/logs @${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/endorsed - ${CP} -R ${WRKSRC}/* ${STAGEDIR}${TOMCAT_HOME} + @${CP} -R ${WRKSRC}/* ${STAGEDIR}${TOMCAT_HOME} post-install: @${RM} ${STAGEDIR}${TOMCAT_HOME}/bin/*.bat - (cd ${STAGEDIR}${TOMCAT_HOME}/conf &&\ - for f in $$(find . -type f); do ${MV} $$f $$f.sample; done) + @(cd ${STAGEDIR}${TOMCAT_HOME}/conf &&\ + for f in $$(find . -type f -not -name '*.xsd'); do ${MV} $$f $$f.sample; done) post-install-HOST_MANAGER-on: - (cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ + @(cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ for f in host-manager/META-INF/context.xml host-manager/WEB-INF/web.xml; do \ ${MV} $$f $$f.sample; done) -post-install-HOST_MANAGER-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/host-manager - post-install-MANAGER-on: - (cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ + @(cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ for f in manager/META-INF/context.xml manager/WEB-INF/web.xml; do \ ${MV} $$f $$f.sample; done) - -post-install-MANAGER-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/manager - -post-install-DOCS-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/docs - -post-install-EXAMPLES-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/examples - -post-install-ROOT-off: - @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/ROOT .include Modified: branches/2020Q1/www/tomcat9/pkg-plist ============================================================================== --- branches/2020Q1/www/tomcat9/pkg-plist Mon Feb 17 10:16:51 2020 (r526358) +++ branches/2020Q1/www/tomcat9/pkg-plist Mon Feb 17 10:43:51 2020 (r526359) @@ -63,11 +63,11 @@ @sample %%T%%/conf/catalina.properties.sample @sample %%T%%/conf/context.xml.sample @sample %%T%%/conf/jaspic-providers.xml.sample -@sample %%T%%/conf/jaspic-providers.xsd.sample +%%T%%/conf/jaspic-providers.xsd @sample %%T%%/conf/logging.properties.sample @sample %%T%%/conf/server.xml.sample @sample %%T%%/conf/tomcat-users.xml.sample -@sample %%T%%/conf/tomcat-users.xsd.sample +%%T%%/conf/tomcat-users.xsd @sample %%T%%/conf/web.xml.sample %%T%%/temp/safeToDelete.tmp %%DOCS%%%%T%%/webapps/docs/BUILDING.txt From owner-svn-ports-branches@freebsd.org Mon Feb 17 10:46:23 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 63A50254CCE; Mon, 17 Feb 2020 10:46:23 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LgdW1mXCz3LbR; Mon, 17 Feb 2020 10:46:23 +0000 (UTC) (envelope-from koobs@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 328365B61; Mon, 17 Feb 2020 10:46:23 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01HAkN1i020993; Mon, 17 Feb 2020 10:46:23 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HAkMat020990; Mon, 17 Feb 2020 10:46:22 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202002171046.01HAkMat020990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 17 Feb 2020 10:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526360 - in branches/2020Q1/devel/py-Faker: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2020Q1/devel/py-Faker: . files X-SVN-Commit-Revision: 526360 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.29 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, 17 Feb 2020 10:46:23 -0000 Author: koobs Date: Mon Feb 17 10:46:22 2020 New Revision: 526360 URL: https://svnweb.freebsd.org/changeset/ports/526360 Log: MFH: r526357 devel/py-Faker: Add missing dependencies None of the packages upstream specified dependencies were declared in the port. This change adds those missing dependencies. The issue was identified while QA'ing www/py-freenit via bug 242817 File "/usr/local/lib/python3.7/site-packages/faker/providers/internet/__init__.py", line 4, in from text_unidecode import unidecode ModuleNotFoundError: No module named 'text_unidecode' While I'm here, level up ports (and Python ports) compliance and add test target. Approved by: portmgr (blanket(s): missing dependencies, ports (Python) compliance) Approved by: ports-secteam (blanket(s): missing dependencies, ports (Python) compliance) Added: branches/2020Q1/devel/py-Faker/files/ - copied from r526357, head/devel/py-Faker/files/ Modified: branches/2020Q1/devel/py-Faker/Makefile branches/2020Q1/devel/py-Faker/pkg-descr Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/py-Faker/Makefile ============================================================================== --- branches/2020Q1/devel/py-Faker/Makefile Mon Feb 17 10:43:51 2020 (r526359) +++ branches/2020Q1/devel/py-Faker/Makefile Mon Feb 17 10:46:22 2020 (r526360) @@ -3,17 +3,30 @@ PORTNAME= Faker PORTVERSION= 0.8.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alfred@FreeBSD.org -COMMENT= Generate fake data using python +COMMENT= Python package that generates fake data for you LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}text-unidecode>=1.2:converters/py-text-unidecode@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} + USES= python USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes + +do-test: + ${RM} ${WRKSRC}/tests/providers/test_address.py # Needs ukpostcodeparser.parser port + ${RM} ${WRKSRC}/tests/providers/test_internet.py # Needs email_validator port + cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover -v .include Modified: branches/2020Q1/devel/py-Faker/pkg-descr ============================================================================== --- branches/2020Q1/devel/py-Faker/pkg-descr Mon Feb 17 10:43:51 2020 (r526359) +++ branches/2020Q1/devel/py-Faker/pkg-descr Mon Feb 17 10:46:22 2020 (r526360) @@ -6,4 +6,4 @@ data taken from a production service, Faker is for you Faker is heavily inspired by PHP's [Faker][php-faker], Perl's [Data::Faker][perl-faker], and by ruby's [Faker][ruby-faker]. -WWW: https://pypi.org/project/Faker/ +WWW: https://github.com/joke2k/faker From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:46:58 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8EE4B242970; Mon, 17 Feb 2020 18:46:58 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtJ20rG9z3PT1; Mon, 17 Feb 2020 18:46:58 +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 17F1AB5CD; Mon, 17 Feb 2020 18:46:58 +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 01HIkvUH011878; Mon, 17 Feb 2020 18:46:57 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIkvbd011875; Mon, 17 Feb 2020 18:46:57 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171846.01HIkvbd011875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526387 - in branches/2020Q1: . textproc textproc/rubygem-elasticsearch-api6 textproc/rubygem-elasticsearch-model6 textproc/rubygem-elasticsearch-rails6 textproc/rubygem-elasticsearch-t... X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2020Q1: . textproc textproc/rubygem-elasticsearch-api6 textproc/rubygem-elasticsearch-model6 textproc/rubygem-elasticsearch-rails6 textproc/rubygem-elasticsearch-transport6 textproc/rubyge... X-SVN-Commit-Revision: 526387 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.29 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, 17 Feb 2020 18:46:58 -0000 Author: mfechner Date: Mon Feb 17 18:46:57 2020 New Revision: 526387 URL: https://svnweb.freebsd.org/changeset/ports/526387 Log: MFH: r524820 Added/reviewed ports required by gitlab-ce 12.7. Approved by: ports-secteam (joneum) Added: branches/2020Q1/textproc/rubygem-elasticsearch-api6/ - copied from r524820, head/textproc/rubygem-elasticsearch-api6/ branches/2020Q1/textproc/rubygem-elasticsearch-model6/ - copied from r524820, head/textproc/rubygem-elasticsearch-model6/ branches/2020Q1/textproc/rubygem-elasticsearch-rails6/ - copied from r524820, head/textproc/rubygem-elasticsearch-rails6/ branches/2020Q1/textproc/rubygem-elasticsearch-transport6/ - copied from r524820, head/textproc/rubygem-elasticsearch-transport6/ branches/2020Q1/textproc/rubygem-elasticsearch6/ - copied from r524820, head/textproc/rubygem-elasticsearch6/ Modified: branches/2020Q1/MOVED branches/2020Q1/textproc/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/MOVED ============================================================================== --- branches/2020Q1/MOVED Mon Feb 17 18:45:02 2020 (r526386) +++ branches/2020Q1/MOVED Mon Feb 17 18:46:57 2020 (r526387) @@ -12970,10 +12970,7 @@ mail/fetchmail64|mail/fetchmail|2019-09-28|mail/fetchm devel/rubygem-grape_logging181|devel/rubygem-grape_logging|2019-09-29|Obsolete, please use devel/rubygem-grape_logging devel/py-pip-tools3|devel/py-pip-tools|2019-09-30|Use devel/py-pip-tools instead textproc/py-openpyxl24|textproc/py-openpyxl|2019-09-30|Has expired: Use textproc/py-openpyxl instead -textproc/rubygem-elasticsearch-api6|textproc/rubygem-elasticsearch-api|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch-api instead -textproc/rubygem-elasticsearch-transport6|textproc/rubygem-elasticsearch-transport|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch-transport instead textproc/rubygem-elasticsearch-xpack6|textproc/rubygem-elasticsearch-xpack|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch-xpack instead -textproc/rubygem-elasticsearch6|textproc/rubygem-elasticsearch|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch instead devel/rubygem-sprockets-rails|devel/rubygem-sprockets-rails-rails4|2019-09-30|Rename to match our rubygem- port naming java/linux-oracle-jdk9|java/openjdk11|2019-09-30|Has expired: No longer maintained upstream, please migrate to openjdk11 java/linux-oracle-jdk10|java/openjdk11|2019-09-30|Has expired: No longer maintained upstream, please migrate to openjdk11 Modified: branches/2020Q1/textproc/Makefile ============================================================================== --- branches/2020Q1/textproc/Makefile Mon Feb 17 18:45:02 2020 (r526386) +++ branches/2020Q1/textproc/Makefile Mon Feb 17 18:46:57 2020 (r526387) @@ -1508,14 +1508,18 @@ SUBDIR += rubygem-diffy31 SUBDIR += rubygem-docdiff SUBDIR += rubygem-elasticsearch + SUBDIR += rubygem-elasticsearch6 SUBDIR += rubygem-elasticsearch-api SUBDIR += rubygem-elasticsearch-api503 + SUBDIR += rubygem-elasticsearch-api6 SUBDIR += rubygem-elasticsearch-dsl SUBDIR += rubygem-elasticsearch-model SUBDIR += rubygem-elasticsearch-model019 + SUBDIR += rubygem-elasticsearch-model6 SUBDIR += rubygem-elasticsearch-persistence SUBDIR += rubygem-elasticsearch-rails SUBDIR += rubygem-elasticsearch-rails019 + SUBDIR += rubygem-elasticsearch-rails6 SUBDIR += rubygem-elasticsearch-transport SUBDIR += rubygem-elasticsearch-transport503 SUBDIR += rubygem-elasticsearch-xpack From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:47:49 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AFF5A2429C1; Mon, 17 Feb 2020 18:47:49 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtK13vT5z3Q9w; Mon, 17 Feb 2020 18:47:49 +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 1A1E1B5CE; Mon, 17 Feb 2020 18:47:49 +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 01HIlmWH012083; Mon, 17 Feb 2020 18:47:48 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIlmI7012082; Mon, 17 Feb 2020 18:47:48 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171847.01HIlmI7012082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526388 - branches/2020Q1/textproc/rubygem-elasticsearch6 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/textproc/rubygem-elasticsearch6 X-SVN-Commit-Revision: 526388 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.29 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, 17 Feb 2020 18:47:49 -0000 Author: mfechner Date: Mon Feb 17 18:47:48 2020 New Revision: 526388 URL: https://svnweb.freebsd.org/changeset/ports/526388 Log: MFH: r524821 Upgraded to version 6.8.1. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/textproc/rubygem-elasticsearch6/Makefile branches/2020Q1/textproc/rubygem-elasticsearch6/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/textproc/rubygem-elasticsearch6/Makefile ============================================================================== --- branches/2020Q1/textproc/rubygem-elasticsearch6/Makefile Mon Feb 17 18:46:57 2020 (r526387) +++ branches/2020Q1/textproc/rubygem-elasticsearch6/Makefile Mon Feb 17 18:47:48 2020 (r526388) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 6.3.0 +PORTVERSION= 6.8.1 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 6 -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Ruby integrations for Elasticsearch LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-elasticsearch-api=${PORTVERSION}:textproc/rubygem-elasticsearch-api \ - rubygem-elasticsearch-transport=${PORTVERSION}:textproc/rubygem-elasticsearch-transport +RUN_DEPENDS= rubygem-elasticsearch-api6=${PORTVERSION}:textproc/rubygem-elasticsearch-api6 \ + rubygem-elasticsearch-transport6=${PORTVERSION}:textproc/rubygem-elasticsearch-transport6 USES= gem USE_RUBY= yes Modified: branches/2020Q1/textproc/rubygem-elasticsearch6/distinfo ============================================================================== --- branches/2020Q1/textproc/rubygem-elasticsearch6/distinfo Mon Feb 17 18:46:57 2020 (r526387) +++ branches/2020Q1/textproc/rubygem-elasticsearch6/distinfo Mon Feb 17 18:47:48 2020 (r526388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554816926 -SHA256 (rubygem/elasticsearch-6.3.0.gem) = 16fb0d6404bcca967b372eb4dd710afb56593547d0a0faf873b9da06121fa1cf -SIZE (rubygem/elasticsearch-6.3.0.gem) = 9216 +TIMESTAMP = 1580585367 +SHA256 (rubygem/elasticsearch-6.8.1.gem) = befbed0d33a6cced936d8762fe1aff1322b881a3bf4967d3166ccb7e35662d39 +SIZE (rubygem/elasticsearch-6.8.1.gem) = 9216 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:48:36 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D050242A0F; Mon, 17 Feb 2020 18:48:36 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtKw2CWpz3QqG; Mon, 17 Feb 2020 18:48: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 0EE26B5CF; Mon, 17 Feb 2020 18:48: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 01HImZnb012286; Mon, 17 Feb 2020 18:48:35 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HImZdK012284; Mon, 17 Feb 2020 18:48:35 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171848.01HImZdK012284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526389 - branches/2020Q1/devel/rubygem-gitlab-labkit X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/devel/rubygem-gitlab-labkit X-SVN-Commit-Revision: 526389 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.29 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, 17 Feb 2020 18:48:36 -0000 Author: mfechner Date: Mon Feb 17 18:48:35 2020 New Revision: 526389 URL: https://svnweb.freebsd.org/changeset/ports/526389 Log: MFH: r524822 Update to 0.8.0 which is required for gitlab-ce 12.7. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/rubygem-gitlab-labkit/Makefile branches/2020Q1/devel/rubygem-gitlab-labkit/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/rubygem-gitlab-labkit/Makefile ============================================================================== --- branches/2020Q1/devel/rubygem-gitlab-labkit/Makefile Mon Feb 17 18:47:48 2020 (r526388) +++ branches/2020Q1/devel/rubygem-gitlab-labkit/Makefile Mon Feb 17 18:48:35 2020 (r526389) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-labkit -PORTVERSION= 0.5.2 +PORTVERSION= 0.8.0 PORTREVISION= 0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,8 +13,8 @@ COMMENT= Instrumentation for GitLab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack52>=5<6:www/rubygem-actionpack52 \ - rubygem-activesupport52>=5<6:devel/rubygem-activesupport52 \ +RUN_DEPENDS= rubygem-actionpack52>=5<6.1.0:www/rubygem-actionpack52 \ + rubygem-activesupport52>=5<6.1.0:devel/rubygem-activesupport52 \ rubygem-grpc>=1.19<2.0:net/rubygem-grpc \ rubygem-jaeger-client>=0.10<1.0:devel/rubygem-jaeger-client \ rubygem-opentracing>=0.4<1.0:devel/rubygem-opentracing \ Modified: branches/2020Q1/devel/rubygem-gitlab-labkit/distinfo ============================================================================== --- branches/2020Q1/devel/rubygem-gitlab-labkit/distinfo Mon Feb 17 18:47:48 2020 (r526388) +++ branches/2020Q1/devel/rubygem-gitlab-labkit/distinfo Mon Feb 17 18:48:35 2020 (r526389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569750166 -SHA256 (rubygem/gitlab-labkit-0.5.2.gem) = 704c8465cf7416e7af89b4e81d432487c773d63264b9f198cf03353d097d06c8 -SIZE (rubygem/gitlab-labkit-0.5.2.gem) = 16896 +TIMESTAMP = 1580547216 +SHA256 (rubygem/gitlab-labkit-0.8.0.gem) = e99f924e49b1d4510320e5fdf820aabfa65ed2faae34bc235ddea998256a78e0 +SIZE (rubygem/gitlab-labkit-0.8.0.gem) = 18944 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:49:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E4A0242A7A; Mon, 17 Feb 2020 18:49:28 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtLv2KKcz3wkv; Mon, 17 Feb 2020 18:49:27 +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 4A417B5D2; Mon, 17 Feb 2020 18:49:27 +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 01HInRfV012493; Mon, 17 Feb 2020 18:49:27 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HInQMl012491; Mon, 17 Feb 2020 18:49:26 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171849.01HInQMl012491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526390 - branches/2020Q1/devel/rubygem-grape-path-helpers X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/devel/rubygem-grape-path-helpers X-SVN-Commit-Revision: 526390 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.29 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, 17 Feb 2020 18:49:28 -0000 Author: mfechner Date: Mon Feb 17 18:49:26 2020 New Revision: 526390 URL: https://svnweb.freebsd.org/changeset/ports/526390 Log: MFH: r524823 Update to 1.2.0 which is required for gitlab-ce 12.7. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/rubygem-grape-path-helpers/Makefile branches/2020Q1/devel/rubygem-grape-path-helpers/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/rubygem-grape-path-helpers/Makefile ============================================================================== --- branches/2020Q1/devel/rubygem-grape-path-helpers/Makefile Mon Feb 17 18:48:35 2020 (r526389) +++ branches/2020Q1/devel/rubygem-grape-path-helpers/Makefile Mon Feb 17 18:49:26 2020 (r526390) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= grape-path-helpers -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 +PORTREVISION= 0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport52>=0:devel/rubygem-activesupport52 \ - rubygem-grape>=1.0:devel/rubygem-grape \ + rubygem-grape>=1.0<2:devel/rubygem-grape \ rubygem-rake>=12:devel/rubygem-rake USES= gem Modified: branches/2020Q1/devel/rubygem-grape-path-helpers/distinfo ============================================================================== --- branches/2020Q1/devel/rubygem-grape-path-helpers/distinfo Mon Feb 17 18:48:35 2020 (r526389) +++ branches/2020Q1/devel/rubygem-grape-path-helpers/distinfo Mon Feb 17 18:49:26 2020 (r526390) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558176356 -SHA256 (rubygem/grape-path-helpers-1.1.0.gem) = 0128b087eef96e8fcf1887d8944dcf0287410060b70c7933059a124876a6869a -SIZE (rubygem/grape-path-helpers-1.1.0.gem) = 15360 +TIMESTAMP = 1580545651 +SHA256 (rubygem/grape-path-helpers-1.2.0.gem) = e9505f5524dbd817887c20927cbd4499ce93fbc53e7ce968d685a2bcbde10a9c +SIZE (rubygem/grape-path-helpers-1.2.0.gem) = 15872 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:50:08 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C9AA242ABC; Mon, 17 Feb 2020 18:50:08 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtMg4qQxz3xNY; Mon, 17 Feb 2020 18:50:07 +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 9FCB1B5D6; Mon, 17 Feb 2020 18:50:07 +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 01HIo7sf012726; Mon, 17 Feb 2020 18:50:07 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIo7m8012724; Mon, 17 Feb 2020 18:50:07 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171850.01HIo7m8012724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:50:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526391 - branches/2020Q1/net/rubygem-gitaly X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/net/rubygem-gitaly X-SVN-Commit-Revision: 526391 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.29 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, 17 Feb 2020 18:50:08 -0000 Author: mfechner Date: Mon Feb 17 18:50:07 2020 New Revision: 526391 URL: https://svnweb.freebsd.org/changeset/ports/526391 Log: MFH: r524824 Update to 1.81.0 which is required for gitlab-ce 12.7. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/net/rubygem-gitaly/Makefile branches/2020Q1/net/rubygem-gitaly/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net/rubygem-gitaly/Makefile ============================================================================== --- branches/2020Q1/net/rubygem-gitaly/Makefile Mon Feb 17 18:49:26 2020 (r526390) +++ branches/2020Q1/net/rubygem-gitaly/Makefile Mon Feb 17 18:50:07 2020 (r526391) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -PORTVERSION= 1.73.0 +PORTVERSION= 1.81.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: branches/2020Q1/net/rubygem-gitaly/distinfo ============================================================================== --- branches/2020Q1/net/rubygem-gitaly/distinfo Mon Feb 17 18:49:26 2020 (r526390) +++ branches/2020Q1/net/rubygem-gitaly/distinfo Mon Feb 17 18:50:07 2020 (r526391) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576924213 -SHA256 (rubygem/gitaly-1.73.0.gem) = 68c4b6314ad1ef2584274bd9d0330887fef5e18d991131b80c784fc9bd329aae -SIZE (rubygem/gitaly-1.73.0.gem) = 18432 +TIMESTAMP = 1580547659 +SHA256 (rubygem/gitaly-1.81.0.gem) = b1ac0d6a67b79859f4c8793731767cbfd98f33c4685022d57683663dd2451a11 +SIZE (rubygem/gitaly-1.81.0.gem) = 18944 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:50:53 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B6BD9242B01; Mon, 17 Feb 2020 18:50:53 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtNY0tJBz3y89; Mon, 17 Feb 2020 18:50:52 +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 EC4C2B5F2; Mon, 17 Feb 2020 18:50:52 +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 01HIoqWJ012920; Mon, 17 Feb 2020 18:50:52 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIoq2C012919; Mon, 17 Feb 2020 18:50:52 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171850.01HIoq2C012919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526392 - branches/2020Q1/net/rubygem-octokit X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/net/rubygem-octokit X-SVN-Commit-Revision: 526392 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.29 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, 17 Feb 2020 18:50:53 -0000 Author: mfechner Date: Mon Feb 17 18:50:52 2020 New Revision: 526392 URL: https://svnweb.freebsd.org/changeset/ports/526392 Log: MFH: r524825 Update to 4.15.0 which is required for gitlab-ce 12.7. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/net/rubygem-octokit/Makefile branches/2020Q1/net/rubygem-octokit/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net/rubygem-octokit/Makefile ============================================================================== --- branches/2020Q1/net/rubygem-octokit/Makefile Mon Feb 17 18:50:07 2020 (r526391) +++ branches/2020Q1/net/rubygem-octokit/Makefile Mon Feb 17 18:50:52 2020 (r526392) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octokit -PORTVERSION= 4.13.0 +PORTVERSION= 4.15.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,8 @@ COMMENT= Simple wrapper for the GitHub API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-sawyer>=0.8.0:www/rubygem-sawyer +RUN_DEPENDS= rubygem-faraday>=0.9:www/rubygem-faraday \ + rubygem-sawyer>=0.5.3<0.9.0:www/rubygem-sawyer USES= gem USE_RUBY= yes Modified: branches/2020Q1/net/rubygem-octokit/distinfo ============================================================================== --- branches/2020Q1/net/rubygem-octokit/distinfo Mon Feb 17 18:50:07 2020 (r526391) +++ branches/2020Q1/net/rubygem-octokit/distinfo Mon Feb 17 18:50:52 2020 (r526392) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539374917 -SHA256 (rubygem/octokit-4.13.0.gem) = a697723eebcb5506db673c38b2c57e023d9556304250e1478fe59487fff700fa -SIZE (rubygem/octokit-4.13.0.gem) = 78336 +TIMESTAMP = 1580547409 +SHA256 (rubygem/octokit-4.15.0.gem) = 4ca1473e5bdaed0804b647c7c813ad9372c7d7e1895f88aa264722011a6ce679 +SIZE (rubygem/octokit-4.15.0.gem) = 80896 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:51:36 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52944242CC6; Mon, 17 Feb 2020 18:51:36 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtPN1SkPz402G; Mon, 17 Feb 2020 18:51: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 2D1ECB630; Mon, 17 Feb 2020 18:51: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 01HIpaNG013119; Mon, 17 Feb 2020 18:51:36 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIpZDn013118; Mon, 17 Feb 2020 18:51:35 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171851.01HIpZDn013118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526393 - branches/2020Q1/www/rubygem-deckar01-task_list X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/www/rubygem-deckar01-task_list X-SVN-Commit-Revision: 526393 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.29 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, 17 Feb 2020 18:51:36 -0000 Author: mfechner Date: Mon Feb 17 18:51:35 2020 New Revision: 526393 URL: https://svnweb.freebsd.org/changeset/ports/526393 Log: MFH: r524827 Update to 2.3.1 which is required for gitlab-ce 12.7. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/www/rubygem-deckar01-task_list/Makefile branches/2020Q1/www/rubygem-deckar01-task_list/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/rubygem-deckar01-task_list/Makefile ============================================================================== --- branches/2020Q1/www/rubygem-deckar01-task_list/Makefile Mon Feb 17 18:50:52 2020 (r526392) +++ branches/2020Q1/www/rubygem-deckar01-task_list/Makefile Mon Feb 17 18:51:35 2020 (r526393) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= deckar01-task_list -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: branches/2020Q1/www/rubygem-deckar01-task_list/distinfo ============================================================================== --- branches/2020Q1/www/rubygem-deckar01-task_list/distinfo Mon Feb 17 18:50:52 2020 (r526392) +++ branches/2020Q1/www/rubygem-deckar01-task_list/distinfo Mon Feb 17 18:51:35 2020 (r526393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574428517 -SHA256 (rubygem/deckar01-task_list-2.2.1.gem) = d3837dd870b8a68d5c25d4980588a4754108227e5c7b3eec2ced1eaa3bcd6726 -SIZE (rubygem/deckar01-task_list-2.2.1.gem) = 18944 +TIMESTAMP = 1580546787 +SHA256 (rubygem/deckar01-task_list-2.3.1.gem) = 205a08c22a8f05c063d43c452aeada4214b58fdce1e55e92ec709e2cfb9e7ca1 +SIZE (rubygem/deckar01-task_list-2.3.1.gem) = 20480 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:52:20 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9BD1242D21; Mon, 17 Feb 2020 18:52:20 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtQD53Qgz40xK; Mon, 17 Feb 2020 18:52:20 +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 7239EB783; Mon, 17 Feb 2020 18:52:20 +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 01HIqKMV018147; Mon, 17 Feb 2020 18:52:20 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIqKmg018146; Mon, 17 Feb 2020 18:52:20 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171852.01HIqKmg018146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526394 - branches/2020Q1/www/rubygem-kubeclient X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/www/rubygem-kubeclient X-SVN-Commit-Revision: 526394 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.29 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, 17 Feb 2020 18:52:21 -0000 Author: mfechner Date: Mon Feb 17 18:52:19 2020 New Revision: 526394 URL: https://svnweb.freebsd.org/changeset/ports/526394 Log: MFH: r524828 Update to 4.6.0 which is required for gitlab-ce 12.7. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/www/rubygem-kubeclient/Makefile branches/2020Q1/www/rubygem-kubeclient/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/rubygem-kubeclient/Makefile ============================================================================== --- branches/2020Q1/www/rubygem-kubeclient/Makefile Mon Feb 17 18:51:35 2020 (r526393) +++ branches/2020Q1/www/rubygem-kubeclient/Makefile Mon Feb 17 18:52:19 2020 (r526394) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kubeclient -PORTVERSION= 4.4.0 +PORTVERSION= 4.6.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,9 +11,9 @@ COMMENT= Client for Kubernetes REST API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-http3>=3.0.0<4.0:www/rubygem-http3 \ +RUN_DEPENDS= rubygem-http3>=3.0.0<5.0:www/rubygem-http3 \ rubygem-recursive-open-struct>=1.0.4<2.0:devel/rubygem-recursive-open-struct \ - rubygem-rest-client>=2.0<3.0:www/rubygem-rest-client + rubygem-rest-client>=2.0<3:www/rubygem-rest-client USES= gem USE_RUBY= yes Modified: branches/2020Q1/www/rubygem-kubeclient/distinfo ============================================================================== --- branches/2020Q1/www/rubygem-kubeclient/distinfo Mon Feb 17 18:51:35 2020 (r526393) +++ branches/2020Q1/www/rubygem-kubeclient/distinfo Mon Feb 17 18:52:19 2020 (r526394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569746339 -SHA256 (rubygem/kubeclient-4.4.0.gem) = d9a032d17ceca34a89170fa482907fc49cf8d15927dde5d41aa4da7141fa463e -SIZE (rubygem/kubeclient-4.4.0.gem) = 74240 +TIMESTAMP = 1580546970 +SHA256 (rubygem/kubeclient-4.6.0.gem) = 862f1d173befab10c73958617ec289797102ca4e9393c7cfe6992a41e9274eb6 +SIZE (rubygem/kubeclient-4.6.0.gem) = 74752 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:53:05 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 79E11242D63; Mon, 17 Feb 2020 18:53:05 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtR51Wt4z41f0; Mon, 17 Feb 2020 18:53:05 +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 2FAC8B796; Mon, 17 Feb 2020 18:53:05 +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 01HIr5W2019095; Mon, 17 Feb 2020 18:53:05 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIr4Fu019088; Mon, 17 Feb 2020 18:53:04 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171853.01HIr4Fu019088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526395 - in branches/2020Q1/devel/gitaly: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2020Q1/devel/gitaly: . files X-SVN-Commit-Revision: 526395 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.29 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, 17 Feb 2020 18:53:05 -0000 Author: mfechner Date: Mon Feb 17 18:53:03 2020 New Revision: 526395 URL: https://svnweb.freebsd.org/changeset/ports/526395 Log: MFH: r524829 Update to 1.83.0 which is required for gitlab-ce 12.7. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/gitaly/Makefile branches/2020Q1/devel/gitaly/distinfo branches/2020Q1/devel/gitaly/files/patch-ruby_Gemfile branches/2020Q1/devel/gitaly/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/gitaly/Makefile ============================================================================== --- branches/2020Q1/devel/gitaly/Makefile Mon Feb 17 18:52:19 2020 (r526394) +++ branches/2020Q1/devel/gitaly/Makefile Mon Feb 17 18:53:03 2020 (r526395) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 1.77.0 -PORTREVISION= 1 +DISTVERSION= 1.83.0 +PORTREVISION= 0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -18,14 +18,14 @@ MY_DEPENDS= git>=2.21:devel/git \ rubygem-github-linguist>=7.5<8.0:textproc/rubygem-github-linguist \ rubygem-gitlab-markup>=1.7.0<1.8.0:textproc/rubygem-gitlab-markup \ rubygem-activesupport52>=5.2.3<5.3.0:devel/rubygem-activesupport52 \ - rubygem-rdoc>=6.0<7.0:devel/rubygem-rdoc \ + rubygem-rdoc>=6.1<7.0:devel/rubygem-rdoc \ rubygem-gitlab-gollum-lib>=4.2.7.7<4.2.8.0:www/rubygem-gitlab-gollum-lib \ rubygem-gitlab-gollum-rugged_adapter>=0.4.4.2<0.4.5.0:www/rubygem-gitlab-gollum-rugged_adapter \ rubygem-grpc>=1.24.0<1.25.0:net/rubygem-grpc \ rubygem-sentry-raven29>=2.9.0<2.10.0:devel/rubygem-sentry-raven29 \ rubygem-faraday>=0.12<1.0:www/rubygem-faraday \ rubygem-rbtrace>0:devel/rubygem-rbtrace \ - rubygem-gitlab-labkit>=0.5.0<0.6.0:devel/rubygem-gitlab-labkit \ + rubygem-gitlab-labkit>=0.8.0<0.9.0:devel/rubygem-gitlab-labkit \ rubygem-licensee8>=8.9.0<8.10.0:devel/rubygem-licensee8 \ rubygem-google-protobuf38>=3.8.0<3.9.0:devel/rubygem-google-protobuf38 BUILD_DEPENDS= gem:devel/ruby-gems \ @@ -41,7 +41,7 @@ MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/tags -GL_COMMIT= a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83 +GL_COMMIT= f63adf19271e150a338eb90479b7afeb94340ed9 # for go dependencies USE_GITHUB= nodefault @@ -56,11 +56,11 @@ GH_TUPLE= \ codahale:hdrhistogram:3a0bb77429bd:codahale_hdrhistogram/vendor/github.com/codahale/hdrhistogram \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ getsentry:sentry-go:v0.3.0:getsentry_sentry_go/vendor/github.com/getsentry/sentry-go \ - go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ - golang:crypto:4def268fd1a4:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:d28f0bde5980:golang_net/vendor/golang.org/x/net \ + go-gorp:gorp:v1.7.2:go_gorp_gorp/vendor/gopkg.in/gorp.v1 \ + go-yaml:yaml:v2.2.5:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ + golang:net:3b0461eec859:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sync:112230192c58:golang_sync/vendor/golang.org/x/sync \ + golang:sync:cd5d95a43a6e:golang_sync/vendor/golang.org/x/sync \ golang:sys:fde4db37ae7a:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ google:go-genproto:bd91e49a0898:google_go_genproto/vendor/google.golang.org/genproto \ @@ -82,15 +82,15 @@ GH_TUPLE= \ prometheus:client_model:fd36f4220a90:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.4.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ + rubenv:sql-migrate:06338513c237:rubenv_sql_migrate/vendor/github.com/rubenv/sql-migrate \ sebest:xff:6c115e0ffa35:sebest_xff/vendor/github.com/sebest/xff \ - sirupsen:logrus:v1.3.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \ tinylib:msgp:v1.1.0:tinylib_msgp/vendor/github.com/tinylib/msgp \ uber:jaeger-client-go:v2.15.0:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \ uber:jaeger-lib:v1.5.0:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib -GL_TUPLE= \ - gitlab-org:labkit:3253d7975ca73714779c0a1fc95a27fb678071b6:gitlab_org_labkit/vendor/gitlab.com/gitlab-org/labkit +GL_TUPLE= gitlab-org:labkit:3253d7975ca73714779c0a1fc95a27fb678071b6:gitlab_org_labkit/vendor/gitlab.com/gitlab-org/labkit post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config.toml.example @@ -108,4 +108,3 @@ do-install: cd ${WRKSRC}/ruby && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ruby .include - Modified: branches/2020Q1/devel/gitaly/distinfo ============================================================================== --- branches/2020Q1/devel/gitaly/distinfo Mon Feb 17 18:52:19 2020 (r526394) +++ branches/2020Q1/devel/gitaly/distinfo Mon Feb 17 18:53:03 2020 (r526395) @@ -1,4 +1,4 @@ -TIMESTAMP = 1576925243 +TIMESTAMP = 1580548863 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84 @@ -15,16 +15,16 @@ SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7 SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (getsentry-sentry-go-v0.3.0_GH0.tar.gz) = 16907c25fc86802614579a6a8e638fe4bd65ba2c07a18ff5185de14e75bd878f SIZE (getsentry-sentry-go-v0.3.0_GH0.tar.gz) = 57823 -SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff -SIZE (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 70656 -SHA256 (golang-crypto-4def268fd1a4_GH0.tar.gz) = eaf2ba9df95911f41a340478d1fbb540d7bc21939e4688273995dabf58e8c7b0 -SIZE (golang-crypto-4def268fd1a4_GH0.tar.gz) = 1693117 -SHA256 (golang-net-d28f0bde5980_GH0.tar.gz) = 40f4d37b315f4a6867ab5beadf4d73f93b9c1d777b48ec66d59f953a4a19acb4 -SIZE (golang-net-d28f0bde5980_GH0.tar.gz) = 1097062 +SHA256 (go-gorp-gorp-v1.7.2_GH0.tar.gz) = 63488c583d4bf25eb03f8224eef5934158da81650063a96b53ff4f50b9ff5409 +SIZE (go-gorp-gorp-v1.7.2_GH0.tar.gz) = 36726 +SHA256 (go-yaml-yaml-v2.2.5_GH0.tar.gz) = 7b3929eeaa6c9ba8be52a10d195955060ff0b8b8c13671d533d26ff27fb13de2 +SIZE (go-yaml-yaml-v2.2.5_GH0.tar.gz) = 72259 +SHA256 (golang-net-3b0461eec859_GH0.tar.gz) = a22a8864fdc90a79d953afad48ec799386daee4bfe93ecc50ccca4b77c2a9329 +SIZE (golang-net-3b0461eec859_GH0.tar.gz) = 1099281 SHA256 (golang-protobuf-v1.3.2_GH0.tar.gz) = c9cda622857a17cf0877c5ba76688a931883e505f40744c9495638b6e3da1f65 SIZE (golang-protobuf-v1.3.2_GH0.tar.gz) = 312285 -SHA256 (golang-sync-112230192c58_GH0.tar.gz) = 6d98880ea18369550cb12d7011df8e4b21c5b7588268a412b863b5c9d2fa0313 -SIZE (golang-sync-112230192c58_GH0.tar.gz) = 16832 +SHA256 (golang-sync-cd5d95a43a6e_GH0.tar.gz) = 00a6dce4c1a9ca9edae6c3f1bedc0b15911c62681371ad9ed7738e182ba70393 +SIZE (golang-sync-cd5d95a43a6e_GH0.tar.gz) = 16956 SHA256 (golang-sys-fde4db37ae7a_GH0.tar.gz) = b6aab4e92d5d8fe85ca0dd229bfb75c91290951a3bf3b95087459e5a4eae86a4 SIZE (golang-sys-fde4db37ae7a_GH0.tar.gz) = 1455218 SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 @@ -67,10 +67,12 @@ SHA256 (prometheus-common-v0.4.1_GH0.tar.gz) = 99229ef SIZE (prometheus-common-v0.4.1_GH0.tar.gz) = 98631 SHA256 (prometheus-procfs-v0.0.3_GH0.tar.gz) = 3af9b805166932b771dfa19a4c94eb83ceefd2eb54d1a314c3bf15a5f3154d0d SIZE (prometheus-procfs-v0.0.3_GH0.tar.gz) = 91880 +SHA256 (rubenv-sql-migrate-06338513c237_GH0.tar.gz) = 922ed3e65f2fa3ad337259253b541204de5448eeb2a1db6d5361419204dd8e67 +SIZE (rubenv-sql-migrate-06338513c237_GH0.tar.gz) = 29603 SHA256 (sebest-xff-6c115e0ffa35_GH0.tar.gz) = e39b98f5b0622d8d6599ca14011b4e148324eff67b69524b0ef766d64050d9e3 SIZE (sebest-xff-6c115e0ffa35_GH0.tar.gz) = 4000 -SHA256 (sirupsen-logrus-v1.3.0_GH0.tar.gz) = f80cfa34148c4e25c4d3030edb1fd9878d666eca7e900f1aaf0d87c67ecabe51 -SIZE (sirupsen-logrus-v1.3.0_GH0.tar.gz) = 38452 +SHA256 (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 67f2ddf467b7e63d2d2529d227946a331e245aeef7e2e4521ae82647b5ef84d9 +SIZE (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 41373 SHA256 (stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698 SIZE (stretchr-testify-v1.4.0_GH0.tar.gz) = 110085 SHA256 (tinylib-msgp-v1.1.0_GH0.tar.gz) = 30ac583b725d84aee147c26d1bc31e8770a3911e8437461cda0e53fb69c54570 @@ -79,7 +81,7 @@ SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460 SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3 SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655 -SHA256 (gitlab-org-gitaly-a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83_GL0.tar.gz) = 311ab47d3821f29f72f0aa9a02dd816d1f65b1c95060d5217e3e6db5f5106bd0 -SIZE (gitlab-org-gitaly-a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83_GL0.tar.gz) = 2828538 +SHA256 (gitlab-org-gitaly-f63adf19271e150a338eb90479b7afeb94340ed9_GL0.tar.gz) = 62ad342b1ac90be8cde184383129716b7c931511f90100422566a31ac0d87dd5 +SIZE (gitlab-org-gitaly-f63adf19271e150a338eb90479b7afeb94340ed9_GL0.tar.gz) = 2847447 SHA256 (gitlab-org-labkit-3253d7975ca73714779c0a1fc95a27fb678071b6_GL0.tar.gz) = aa9fd1639498d41852acb1c894af5507009de15586a21413307a6832f68e6c3c SIZE (gitlab-org-labkit-3253d7975ca73714779c0a1fc95a27fb678071b6_GL0.tar.gz) = 2660149 Modified: branches/2020Q1/devel/gitaly/files/patch-ruby_Gemfile ============================================================================== --- branches/2020Q1/devel/gitaly/files/patch-ruby_Gemfile Mon Feb 17 18:52:19 2020 (r526394) +++ branches/2020Q1/devel/gitaly/files/patch-ruby_Gemfile Mon Feb 17 18:53:03 2020 (r526395) @@ -1,5 +1,14 @@ ---- ruby/Gemfile.orig 2019-11-22 14:21:07 UTC +--- ruby/Gemfile.orig 2020-02-01 09:18:38 UTC +++ ruby/Gemfile +@@ -16,7 +16,7 @@ gem 'faraday', '~> 0.12' + gem 'rbtrace', require: false + + # Labkit provides observability functionality +-gem 'gitlab-labkit', '~> 0.5.0' ++gem 'gitlab-labkit', '~> 0.8.0' + + # Detects the open source license the repository includes + # This version needs to be in sync with GitLab CE/EE @@ -24,17 +24,3 @@ gem 'licensee', '~> 8.9.0' gem 'google-protobuf', '~> 3.8.0' @@ -14,7 +23,7 @@ - - # gitlab-shell spec gems - gem 'listen', '~> 0.5.0' -- gem 'simplecov', '~> 0.9.0', require: false +- gem 'simplecov', '~> 0.17.1', require: false - gem 'vcr', '~> 4.0.0' - gem 'webmock', '~> 3.4.0' -end Modified: branches/2020Q1/devel/gitaly/pkg-plist ============================================================================== --- branches/2020Q1/devel/gitaly/pkg-plist Mon Feb 17 18:52:19 2020 (r526394) +++ branches/2020Q1/devel/gitaly/pkg-plist Mon Feb 17 18:53:03 2020 (r526395) @@ -119,6 +119,7 @@ %%DATADIR%%/ruby/lib/gitlab/git/operation_service.rb %%DATADIR%%/ruby/lib/gitlab/git/path_helper.rb %%DATADIR%%/ruby/lib/gitlab/git/popen.rb +%%DATADIR%%/ruby/lib/gitlab/git/push_options.rb %%DATADIR%%/ruby/lib/gitlab/git/ref.rb %%DATADIR%%/ruby/lib/gitlab/git/remote_mirror.rb %%DATADIR%%/ruby/lib/gitlab/git/remote_repository.rb @@ -198,6 +199,7 @@ %%DATADIR%%/ruby/spec/lib/gitlab/git/index_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/lfs_changes_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/popen_spec.rb +%%DATADIR%%/ruby/spec/lib/gitlab/git/push_options_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/remote_mirror_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/remote_repository_client_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/remote_repository_spec.rb @@ -213,6 +215,7 @@ %%DATADIR%%/ruby/spec/lib/gitlab/git/user_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/wiki_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/worktree_spec.rb +%%DATADIR%%/ruby/spec/lib/gitlab/git_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/ref_matcher_spec.rb %%DATADIR%%/ruby/spec/spec_helper.rb %%DATADIR%%/ruby/spec/support/generate-seed-repo-rb From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:53:54 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F10C242DA7; Mon, 17 Feb 2020 18:53:54 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtS23Bypz42Kx; Mon, 17 Feb 2020 18:53:54 +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 4BEFCB797; Mon, 17 Feb 2020 18:53:54 +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 01HIrs42019287; Mon, 17 Feb 2020 18:53:54 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIrrg5019285; Mon, 17 Feb 2020 18:53:53 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171853.01HIrrg5019285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526396 - branches/2020Q1/devel/gitlab-shell X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/devel/gitlab-shell X-SVN-Commit-Revision: 526396 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.29 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, 17 Feb 2020 18:53:54 -0000 Author: mfechner Date: Mon Feb 17 18:53:53 2020 New Revision: 526396 URL: https://svnweb.freebsd.org/changeset/ports/526396 Log: MFH: r524830 Update to 11.0.0 which is required for gitlab-ce 12.7. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/gitlab-shell/Makefile branches/2020Q1/devel/gitlab-shell/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/gitlab-shell/Makefile ============================================================================== --- branches/2020Q1/devel/gitlab-shell/Makefile Mon Feb 17 18:53:03 2020 (r526395) +++ branches/2020Q1/devel/gitlab-shell/Makefile Mon Feb 17 18:53:53 2020 (r526396) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 10.3.0 +PORTVERSION= 11.0.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -19,7 +19,7 @@ ALL_TARGET= build USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= 24156ea1e31c1cac2471b57217e683de8dccbd46 +GL_COMMIT= a7b6307397c0bf5414a102052042d405c3b40162 BUILD_DEPENDS= rubygem-bundler1=1.17.3:sysutils/rubygem-bundler1 Modified: branches/2020Q1/devel/gitlab-shell/distinfo ============================================================================== --- branches/2020Q1/devel/gitlab-shell/distinfo Mon Feb 17 18:53:03 2020 (r526395) +++ branches/2020Q1/devel/gitlab-shell/distinfo Mon Feb 17 18:53:53 2020 (r526396) @@ -1,4 +1,4 @@ -TIMESTAMP = 1576924857 +TIMESTAMP = 1580549387 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84 SIZE (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = 3321111 SHA256 (codahale-hdrhistogram-3a0bb77429bd_GH0.tar.gz) = 3ef6b86658bc370e027304e55a8685767f7fd8a94199f4bea08c9388bf84a1b0 @@ -49,8 +49,8 @@ SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460 SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3 SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655 -SHA256 (gitlab-org-gitlab-shell-24156ea1e31c1cac2471b57217e683de8dccbd46_GL0.tar.gz) = a5200671317e8c486885d7229581843a3c04f7428be1cdeb7b30355211589814 -SIZE (gitlab-org-gitlab-shell-24156ea1e31c1cac2471b57217e683de8dccbd46_GL0.tar.gz) = 59992 +SHA256 (gitlab-org-gitlab-shell-a7b6307397c0bf5414a102052042d405c3b40162_GL0.tar.gz) = cfeb6e9117243740754f0e914d110fa470a68ed54ea65625c24294f93fc25978 +SIZE (gitlab-org-gitlab-shell-a7b6307397c0bf5414a102052042d405c3b40162_GL0.tar.gz) = 59916 SHA256 (gitlab-org-gitaly-aa1ff2a76ac14e1ad3eca35cc05ea86ef59fffbb_GL0.tar.gz) = 717aaa0210924db6f537dbe06e6b373e687fb73ec11f1e0a9f6b12cf4dbc1ce1 SIZE (gitlab-org-gitaly-aa1ff2a76ac14e1ad3eca35cc05ea86ef59fffbb_GL0.tar.gz) = 2773612 SHA256 (gitlab-org-labkit-0c3fc7cdd57c57da5ab474aa72b6640d2bdc9ebb_GL0.tar.gz) = 449f2e2d1cedea1ea276a1d8132d0244a4c5ffc465d2a24b824ab9790641f78e From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:55:46 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 24253242E14; Mon, 17 Feb 2020 18:55:46 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtV96mkFz43hT; Mon, 17 Feb 2020 18:55: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 DD1CBB79F; Mon, 17 Feb 2020 18:55: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 01HItj4k019570; Mon, 17 Feb 2020 18:55:45 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HItj8t019569; Mon, 17 Feb 2020 18:55:45 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171855.01HItj8t019569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526397 - branches/2020Q1/textproc X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/textproc X-SVN-Commit-Revision: 526397 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.29 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, 17 Feb 2020 18:55:46 -0000 Author: mfechner Date: Mon Feb 17 18:55:45 2020 New Revision: 526397 URL: https://svnweb.freebsd.org/changeset/ports/526397 Log: MFH: r524836 Unbreak INDEX Approved by: ports-secteam (joneum) Modified: branches/2020Q1/textproc/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/textproc/Makefile ============================================================================== --- branches/2020Q1/textproc/Makefile Mon Feb 17 18:53:53 2020 (r526396) +++ branches/2020Q1/textproc/Makefile Mon Feb 17 18:55:45 2020 (r526397) @@ -1508,7 +1508,6 @@ SUBDIR += rubygem-diffy31 SUBDIR += rubygem-docdiff SUBDIR += rubygem-elasticsearch - SUBDIR += rubygem-elasticsearch6 SUBDIR += rubygem-elasticsearch-api SUBDIR += rubygem-elasticsearch-api503 SUBDIR += rubygem-elasticsearch-api6 @@ -1522,8 +1521,10 @@ SUBDIR += rubygem-elasticsearch-rails6 SUBDIR += rubygem-elasticsearch-transport SUBDIR += rubygem-elasticsearch-transport503 + SUBDIR += rubygem-elasticsearch-transport6 SUBDIR += rubygem-elasticsearch-xpack SUBDIR += rubygem-elasticsearch503 + SUBDIR += rubygem-elasticsearch6 SUBDIR += rubygem-emot SUBDIR += rubygem-escape_utils SUBDIR += rubygem-escape_utils11 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:56:31 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B7D5242E74; Mon, 17 Feb 2020 18:56:31 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtW31pNVz44HT; Mon, 17 Feb 2020 18:56:31 +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 35597B7A0; Mon, 17 Feb 2020 18:56:31 +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 01HIuVI4019766; Mon, 17 Feb 2020 18:56:31 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIuUFp019764; Mon, 17 Feb 2020 18:56:30 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171856.01HIuUFp019764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526398 - branches/2020Q1/devel/rubygem-cms_scanner X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/devel/rubygem-cms_scanner X-SVN-Commit-Revision: 526398 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.29 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, 17 Feb 2020 18:56:31 -0000 Author: mfechner Date: Mon Feb 17 18:56:30 2020 New Revision: 526398 URL: https://svnweb.freebsd.org/changeset/ports/526398 Log: MFH: r524939 Update to 0.8.1 to work with newer rubygem-addressable. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/rubygem-cms_scanner/Makefile branches/2020Q1/devel/rubygem-cms_scanner/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/rubygem-cms_scanner/Makefile ============================================================================== --- branches/2020Q1/devel/rubygem-cms_scanner/Makefile Mon Feb 17 18:55:45 2020 (r526397) +++ branches/2020Q1/devel/rubygem-cms_scanner/Makefile Mon Feb 17 18:56:30 2020 (r526398) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cms_scanner -PORTVERSION= 0.5.5 +PORTVERSION= 0.8.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,10 +10,12 @@ COMMENT= Framework to provide an easy way to implement LICENSE= MIT -RUN_DEPENDS= rubygem-nokogiri>=1.10.0<1.11:textproc/rubygem-nokogiri \ - rubygem-opt_parse_validator>=1.7.4<1.8:devel/rubygem-opt_parse_validator \ +RUN_DEPENDS= rubygem-get_process_mem>=0.2.5<0.3:devel/rubygem-get_process_mem \ + rubygem-nokogiri>=1.10.4<1.11:textproc/rubygem-nokogiri \ + rubygem-opt_parse_validator>=1.8.l<1.9:devel/rubygem-opt_parse_validator \ rubygem-public_suffix>=3.0<4.1:dns/rubygem-public_suffix \ rubygem-ruby-progressbar>=1.10.0<1.11:devel/rubygem-ruby-progressbar \ + rubygem-sys-proctable>=1.2.2<1.3:sysutils/rubygem-sys-proctable \ rubygem-typhoeus>=1.3.0<1.4:www/rubygem-typhoeus \ rubygem-xmlrpc>=0.3<1:net/rubygem-xmlrpc \ rubygem-yajl-ruby>=1.4.1<1.5:devel/rubygem-yajl-ruby Modified: branches/2020Q1/devel/rubygem-cms_scanner/distinfo ============================================================================== --- branches/2020Q1/devel/rubygem-cms_scanner/distinfo Mon Feb 17 18:55:45 2020 (r526397) +++ branches/2020Q1/devel/rubygem-cms_scanner/distinfo Mon Feb 17 18:56:30 2020 (r526398) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564754775 -SHA256 (rubygem/cms_scanner-0.5.5.gem) = 678e68aa8cd1c1a4b0129db54bd389294e58b1bcbb7c552504f9b5eb04281fb3 -SIZE (rubygem/cms_scanner-0.5.5.gem) = 34816 +TIMESTAMP = 1580643044 +SHA256 (rubygem/cms_scanner-0.8.1.gem) = fc01594f3ee417b52759f2f9b897945d80b7bc3934af676797e2e549db668b21 +SIZE (rubygem/cms_scanner-0.8.1.gem) = 34816 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:57:26 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20294242EC2; Mon, 17 Feb 2020 18:57: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtX606dbz456Y; Mon, 17 Feb 2020 18:57: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 E30DCB7A1; Mon, 17 Feb 2020 18:57:25 +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 01HIvP4Q019976; Mon, 17 Feb 2020 18:57:25 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIvPeI019974; Mon, 17 Feb 2020 18:57:25 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171857.01HIvPeI019974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:57:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526399 - branches/2020Q1/devel/rubygem-get_process_mem X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/devel/rubygem-get_process_mem X-SVN-Commit-Revision: 526399 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.29 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, 17 Feb 2020 18:57:26 -0000 Author: mfechner Date: Mon Feb 17 18:57:25 2020 New Revision: 526399 URL: https://svnweb.freebsd.org/changeset/ports/526399 Log: MFH: r524940 Update to 0.2.5 to work with newer rubygem-addressable. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/rubygem-get_process_mem/Makefile branches/2020Q1/devel/rubygem-get_process_mem/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/rubygem-get_process_mem/Makefile ============================================================================== --- branches/2020Q1/devel/rubygem-get_process_mem/Makefile Mon Feb 17 18:56:30 2020 (r526398) +++ branches/2020Q1/devel/rubygem-get_process_mem/Makefile Mon Feb 17 18:57:25 2020 (r526399) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= get_process_mem -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.5 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,9 +10,11 @@ COMMENT= Get memory usage of a process in Ruby LICENSE= MIT -NO_ARCH= yes +RUN_DEPENDS= rubygem-ffi>=1.0<2:devel/rubygem-ffi USE_RUBY= yes USES= gem + +NO_ARCH= yes .include Modified: branches/2020Q1/devel/rubygem-get_process_mem/distinfo ============================================================================== --- branches/2020Q1/devel/rubygem-get_process_mem/distinfo Mon Feb 17 18:56:30 2020 (r526398) +++ branches/2020Q1/devel/rubygem-get_process_mem/distinfo Mon Feb 17 18:57:25 2020 (r526399) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514155043 -SHA256 (rubygem/get_process_mem-0.2.1.gem) = bdb5453d11dc0322a50dfce97d95e9cf3b815a8e95ba04f8ea197ddc9a7dcd83 -SIZE (rubygem/get_process_mem-0.2.1.gem) = 10240 +TIMESTAMP = 1580643153 +SHA256 (rubygem/get_process_mem-0.2.5.gem) = 5023e5bb9d8696b86bb1e61de464aac8e3f7533f580c0505ebeda69fee8ef7e0 +SIZE (rubygem/get_process_mem-0.2.5.gem) = 11264 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:58:10 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F1B7242F25; Mon, 17 Feb 2020 18:58:10 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtXw3VSfz45gs; Mon, 17 Feb 2020 18:58:08 +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 735F4B7A2; Mon, 17 Feb 2020 18:58:08 +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 01HIw8He020172; Mon, 17 Feb 2020 18:58:08 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIw8td020170; Mon, 17 Feb 2020 18:58:08 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171858.01HIw8td020170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:58:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526400 - branches/2020Q1/devel/rubygem-opt_parse_validator X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/devel/rubygem-opt_parse_validator X-SVN-Commit-Revision: 526400 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.29 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, 17 Feb 2020 18:58:10 -0000 Author: mfechner Date: Mon Feb 17 18:58:07 2020 New Revision: 526400 URL: https://svnweb.freebsd.org/changeset/ports/526400 Log: MFH: r524941 Update to 1.8.1 to work with newer rubygem-addressable. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/rubygem-opt_parse_validator/Makefile branches/2020Q1/devel/rubygem-opt_parse_validator/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/rubygem-opt_parse_validator/Makefile ============================================================================== --- branches/2020Q1/devel/rubygem-opt_parse_validator/Makefile Mon Feb 17 18:57:25 2020 (r526399) +++ branches/2020Q1/devel/rubygem-opt_parse_validator/Makefile Mon Feb 17 18:58:07 2020 (r526400) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opt_parse_validator -PORTVERSION= 1.7.4 +PORTVERSION= 1.8.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +11,8 @@ COMMENT= Implementation of validators for the ruby Opt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport5>=4.2<5.3.0:devel/rubygem-activesupport5 \ - rubygem-addressable>=2.5<2.7:www/rubygem-addressable +RUN_DEPENDS= rubygem-activesupport5>=4.2<6.1.0:devel/rubygem-activesupport5 \ + rubygem-addressable>=2.5<2.8:www/rubygem-addressable USES= gem USE_RUBY= yes Modified: branches/2020Q1/devel/rubygem-opt_parse_validator/distinfo ============================================================================== --- branches/2020Q1/devel/rubygem-opt_parse_validator/distinfo Mon Feb 17 18:57:25 2020 (r526399) +++ branches/2020Q1/devel/rubygem-opt_parse_validator/distinfo Mon Feb 17 18:58:07 2020 (r526400) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564754884 -SHA256 (rubygem/opt_parse_validator-1.7.4.gem) = ca9f034147af21d6806c140f3225f7ff994f1a4c65bf15a5ba652aa13b61786d -SIZE (rubygem/opt_parse_validator-1.7.4.gem) = 14336 +TIMESTAMP = 1580642615 +SHA256 (rubygem/opt_parse_validator-1.8.1.gem) = 7e971926fa7036a4dd241bda4f2a7ba0097f16cfb75d3c0121cbfdc1392135a7 +SIZE (rubygem/opt_parse_validator-1.8.1.gem) = 14336 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:58:58 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7EB5D242F7A; Mon, 17 Feb 2020 18:58:58 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtYt2pL3z46ZD; Mon, 17 Feb 2020 18:58:58 +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 3138FB7A3; Mon, 17 Feb 2020 18:58:58 +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 01HIwws1020373; Mon, 17 Feb 2020 18:58:58 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIwvYW020371; Mon, 17 Feb 2020 18:58:57 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171858.01HIwvYW020371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:58:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526401 - branches/2020Q1/sysutils/rubygem-sys-proctable X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/sysutils/rubygem-sys-proctable X-SVN-Commit-Revision: 526401 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.29 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, 17 Feb 2020 18:58:58 -0000 Author: mfechner Date: Mon Feb 17 18:58:57 2020 New Revision: 526401 URL: https://svnweb.freebsd.org/changeset/ports/526401 Log: MFH: r524942 Update to 1.2.2 to work with newer rubygem-addressable. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/sysutils/rubygem-sys-proctable/Makefile branches/2020Q1/sysutils/rubygem-sys-proctable/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/rubygem-sys-proctable/Makefile ============================================================================== --- branches/2020Q1/sysutils/rubygem-sys-proctable/Makefile Mon Feb 17 18:58:07 2020 (r526400) +++ branches/2020Q1/sysutils/rubygem-sys-proctable/Makefile Mon Feb 17 18:58:57 2020 (r526401) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sys-proctable -PORTVERSION= 1.1.5 -DISTVERSIONSUFFIX= -universal-freebsd +PORTVERSION= 1.2.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -14,8 +13,9 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi -NO_ARCH= yes USE_RUBY= yes USES= gem + +NO_ARCH= yes .include Modified: branches/2020Q1/sysutils/rubygem-sys-proctable/distinfo ============================================================================== --- branches/2020Q1/sysutils/rubygem-sys-proctable/distinfo Mon Feb 17 18:58:07 2020 (r526400) +++ branches/2020Q1/sysutils/rubygem-sys-proctable/distinfo Mon Feb 17 18:58:57 2020 (r526401) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502474001 -SHA256 (rubygem/sys-proctable-1.1.5-universal-freebsd.gem) = 2c4a5c25b6842286e4c5ea7b3800c50e0a221d4a0f5b08ae3fafc56d7551fb9b -SIZE (rubygem/sys-proctable-1.1.5-universal-freebsd.gem) = 24576 +TIMESTAMP = 1580643337 +SHA256 (rubygem/sys-proctable-1.2.2.gem) = 880f9e65885badf1bc8bfab49fb125516b0be79a40eec5ca366993762319b359 +SIZE (rubygem/sys-proctable-1.2.2.gem) = 46592 From owner-svn-ports-branches@freebsd.org Mon Feb 17 18:59:49 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52573242FDA; Mon, 17 Feb 2020 18:59:49 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LtZs1J5jz47FQ; Mon, 17 Feb 2020 18:59:49 +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 2753DB7A5; Mon, 17 Feb 2020 18:59:49 +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 01HIxnb2020590; Mon, 17 Feb 2020 18:59:49 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HIxmgX020588; Mon, 17 Feb 2020 18:59:48 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171859.01HIxmgX020588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 18:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526402 - in branches/2020Q1/www/rubygem-addressable: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2020Q1/www/rubygem-addressable: . files X-SVN-Commit-Revision: 526402 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.29 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, 17 Feb 2020 18:59:49 -0000 Author: mfechner Date: Mon Feb 17 18:59:48 2020 New Revision: 526402 URL: https://svnweb.freebsd.org/changeset/ports/526402 Log: MFH: r524826 Update to 2.7.0 which is required for gitlab-ce 12.7. Approved by: ports-secteam (joneum) Deleted: branches/2020Q1/www/rubygem-addressable/files/ Modified: branches/2020Q1/www/rubygem-addressable/Makefile branches/2020Q1/www/rubygem-addressable/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/rubygem-addressable/Makefile ============================================================================== --- branches/2020Q1/www/rubygem-addressable/Makefile Mon Feb 17 18:58:57 2020 (r526401) +++ branches/2020Q1/www/rubygem-addressable/Makefile Mon Feb 17 18:59:48 2020 (r526402) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= addressable -PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTVERSION= 2.7.0 +PORTREVISION= 0 CATEGORIES= www devel rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ COMMENT= Replacement for the URI implementation LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-public_suffix>=2.0.2:dns/rubygem-public_suffix +RUN_DEPENDS= rubygem-public_suffix>=2.0.2<5:dns/rubygem-public_suffix USES= gem USE_RUBY= yes Modified: branches/2020Q1/www/rubygem-addressable/distinfo ============================================================================== --- branches/2020Q1/www/rubygem-addressable/distinfo Mon Feb 17 18:58:57 2020 (r526401) +++ branches/2020Q1/www/rubygem-addressable/distinfo Mon Feb 17 18:59:48 2020 (r526402) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563263470 -SHA256 (rubygem/addressable-2.6.0.gem) = d490ad06dfc421503e659a12597d6bb0273b5cd7ff2789a1ec27210b1914952d -SIZE (rubygem/addressable-2.6.0.gem) = 104448 +TIMESTAMP = 1580547063 +SHA256 (rubygem/addressable-2.7.0.gem) = 5e9b62fe1239091ea9b2893cd00ffe1bcbdd9371f4e1d35fac595c98c5856cbb +SIZE (rubygem/addressable-2.7.0.gem) = 104960 From owner-svn-ports-branches@freebsd.org Mon Feb 17 19:00:48 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4AF024303E; Mon, 17 Feb 2020 19:00:48 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Ltc05qtGz47mC; Mon, 17 Feb 2020 19:00:48 +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 C3A2DB7C4; Mon, 17 Feb 2020 19:00:48 +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 01HJ0mpw020887; Mon, 17 Feb 2020 19:00:48 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HJ0m4x020885; Mon, 17 Feb 2020 19:00:48 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171900.01HJ0m4x020885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 19:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526403 - in branches/2020Q1/www/gitlab-workhorse: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2020Q1/www/gitlab-workhorse: . files X-SVN-Commit-Revision: 526403 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.29 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, 17 Feb 2020 19:00:49 -0000 Author: mfechner Date: Mon Feb 17 19:00:48 2020 New Revision: 526403 URL: https://svnweb.freebsd.org/changeset/ports/526403 Log: MFH: r525469 Fixed build for aarch64. This problem was send upstream here: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/246 And will be corrected with this merge request: https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/456 After the merge request reached the next stable version the two patches: gitlab-workhorse/files/patch-go.mod gitlab-workhorse/files/patch-go.sum can be removed again. PR: 243804 Reported by: mikael@FreeBSD.org Approved by: ports-secteam (joneum) Added: branches/2020Q1/www/gitlab-workhorse/files/ - copied from r525469, head/www/gitlab-workhorse/files/ Modified: branches/2020Q1/www/gitlab-workhorse/Makefile branches/2020Q1/www/gitlab-workhorse/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/gitlab-workhorse/Makefile ============================================================================== --- branches/2020Q1/www/gitlab-workhorse/Makefile Mon Feb 17 18:59:48 2020 (r526402) +++ branches/2020Q1/www/gitlab-workhorse/Makefile Mon Feb 17 19:00:48 2020 (r526403) @@ -3,6 +3,7 @@ PORTNAME= gitlab-workhorse PORTVERSION= 8.20.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -43,7 +44,7 @@ GH_TUPLE= \ golang:lint:d0100b6bd8b3:golang_lint/vendor/golang.org/x/lint \ golang:net:d28f0bde5980:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:fde4db37ae7a:golang_sys/vendor/golang.org/x/sys \ + golang:sys:d101bd2416d5:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \ golang:tools:6e04913cbbac:golang_tools/vendor/golang.org/x/tools \ gomodule:redigo:v2.0.0:gomodule_redigo/vendor/github.com/gomodule/redigo \ Modified: branches/2020Q1/www/gitlab-workhorse/distinfo ============================================================================== --- branches/2020Q1/www/gitlab-workhorse/distinfo Mon Feb 17 18:59:48 2020 (r526402) +++ branches/2020Q1/www/gitlab-workhorse/distinfo Mon Feb 17 19:00:48 2020 (r526403) @@ -1,4 +1,4 @@ -TIMESTAMP = 1580459883 +TIMESTAMP = 1581022516 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84 @@ -31,8 +31,8 @@ SHA256 (golang-net-d28f0bde5980_GH0.tar.gz) = 40f4d37b SIZE (golang-net-d28f0bde5980_GH0.tar.gz) = 1097062 SHA256 (golang-protobuf-v1.3.2_GH0.tar.gz) = c9cda622857a17cf0877c5ba76688a931883e505f40744c9495638b6e3da1f65 SIZE (golang-protobuf-v1.3.2_GH0.tar.gz) = 312285 -SHA256 (golang-sys-fde4db37ae7a_GH0.tar.gz) = b6aab4e92d5d8fe85ca0dd229bfb75c91290951a3bf3b95087459e5a4eae86a4 -SIZE (golang-sys-fde4db37ae7a_GH0.tar.gz) = 1455218 +SHA256 (golang-sys-d101bd2416d5_GH0.tar.gz) = c1de80d233d3df630ed34bf80cbb3f186199e7b5218726abe0234520c8eddb8b +SIZE (golang-sys-d101bd2416d5_GH0.tar.gz) = 1537146 SHA256 (golang-text-v0.3.0_GH0.tar.gz) = 8f4c9a048345befc7beccd09267737ee1f55c7b35e5ff80f344ec9e0aa90febb SIZE (golang-text-v0.3.0_GH0.tar.gz) = 6102619 SHA256 (golang-tools-6e04913cbbac_GH0.tar.gz) = 76c1e182745c99749e4b6b46cf8486244ab2aa9be689f41d827d67a4221977c1 From owner-svn-ports-branches@freebsd.org Mon Feb 17 19:04:01 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CEEDC24326B; Mon, 17 Feb 2020 19:04:01 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Ltgj1KtQz49LM; Mon, 17 Feb 2020 19:04:01 +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 266F8B988; Mon, 17 Feb 2020 19:04:01 +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 01HJ418h026497; Mon, 17 Feb 2020 19:04:01 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HJ3xLP026486; Mon, 17 Feb 2020 19:03:59 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002171903.01HJ3xLP026486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 17 Feb 2020 19:03:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526404 - in branches/2020Q1/www/gitlab-ce: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2020Q1/www/gitlab-ce: . files X-SVN-Commit-Revision: 526404 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.29 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, 17 Feb 2020 19:04:01 -0000 Author: mfechner Date: Mon Feb 17 19:03:59 2020 New Revision: 526404 URL: https://svnweb.freebsd.org/changeset/ports/526404 Log: MFH: r524831 r525233 r526069 Update to 12.7.5. Changelog: https://about.gitlab.com/releases/2020/01/22/gitlab-12-7-released/ https://about.gitlab.com/releases/2020/01/24/gitlab-12-7-2-released/ https://about.gitlab.com/releases/2020/01/30/security-release-gitlab-12-7-4-released/ https://about.gitlab.com/releases/2020/01/31/gitlab-12-7-5-released/ Use the standard RC system available in FreeBSD. This makes some commands like: service gitlab rcvar available. This is required by configuration management tools like Chef, Puppetm, Salt, Ansible and more. PR: 243860 Reported by: amendlik@gmail.com Security update to 12.7.6. Changelog: https://about.gitlab.com/releases/2020/02/13/critical-security-release-gitlab-12-dot-7-dot-6-released/ Security: 1ece5591-4ea9-11ea-86f0-001b217b3468 Approved by: ports-secteam (joneum) Modified: branches/2020Q1/www/gitlab-ce/Makefile branches/2020Q1/www/gitlab-ce/distinfo branches/2020Q1/www/gitlab-ce/files/gitlab.in branches/2020Q1/www/gitlab-ce/files/patch-Gemfile branches/2020Q1/www/gitlab-ce/files/patch-config_gitlab.yml.example branches/2020Q1/www/gitlab-ce/files/patch-config_initializers_1__settings.rb branches/2020Q1/www/gitlab-ce/pkg-message branches/2020Q1/www/gitlab-ce/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/gitlab-ce/Makefile ============================================================================== --- branches/2020Q1/www/gitlab-ce/Makefile Mon Feb 17 19:00:48 2020 (r526403) +++ branches/2020Q1/www/gitlab-ce/Makefile Mon Feb 17 19:03:59 2020 (r526404) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 12.6.6 +PORTVERSION= 12.7.6 PORTREVISION= 0 CATEGORIES= www devel @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # the rubygems of RUN_DEPENDS matches the order of the Gemfile # which makes maintaining this long list much easier! MY_DEPENDS= git>=2.22.2:devel/git \ - gitlab-shell>=10.3.0:devel/gitlab-shell \ + gitlab-shell>=11.0.0:devel/gitlab-shell \ gitlab-workhorse>=8.20.0:www/gitlab-workhorse \ - gitaly>=1.77.0:devel/gitaly \ + gitaly>=1.83.0:devel/gitaly \ gitlab-pages>=1.12.0:www/gitlab-pages \ redis>=3.2.12:databases/redis \ yarn>=1.10.0:www/yarn \ @@ -29,7 +29,7 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-default_value_for>=3.3.0<3.4.0:devel/rubygem-default_value_for \ rubygem-pg>=1.1<2:databases/rubygem-pg \ rubygem-rugged>=0.28<1.0:devel/rubygem-rugged \ - rubygem-grape-path-helpers>=1.1<2.0:devel/rubygem-grape-path-helpers \ + rubygem-grape-path-helpers>=1.2<2.0:devel/rubygem-grape-path-helpers \ rubygem-faraday>=0.12<1.0:www/rubygem-faraday \ rubygem-marginalia>=1.8.0<1.9:databases/rubygem-marginalia \ rubygem-devise-rails52>=4.6<5.0:devel/rubygem-devise-rails52 \ @@ -92,13 +92,13 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-google-api-client>=0.23<1.0:devel/rubygem-google-api-client \ rubygem-unf>=0.1.4<0.2.0:textproc/rubygem-unf \ rubygem-seed-fu>=2.3.7<2.4.0:databases/rubygem-seed-fu \ - rubygem-elasticsearch-model019>=0.1.9<0.2.0:textproc/rubygem-elasticsearch-model019 \ - rubygem-elasticsearch-rails019>=0.1.9<0.2.0:textproc/rubygem-elasticsearch-rails019 \ - rubygem-elasticsearch-api503=5.0.3:textproc/rubygem-elasticsearch-api503 \ + rubygem-elasticsearch-model6>=6.1<7:textproc/rubygem-elasticsearch-model6 \ + rubygem-elasticsearch-rails6>=6.1<7:textproc/rubygem-elasticsearch-rails6 \ + rubygem-elasticsearch-api6>=6.1<7:textproc/rubygem-elasticsearch-api6 \ rubygem-aws-sdk>0:devel/rubygem-aws-sdk \ rubygem-faraday_middleware-aws-signers-v4>0:devel/rubygem-faraday_middleware-aws-signers-v4 \ rubygem-html-pipeline>=2.12<3.0:textproc/rubygem-html-pipeline \ - rubygem-deckar01-task_list>=2.2.1<2.3.0:www/rubygem-deckar01-task_list \ + rubygem-deckar01-task_list=2.3.1:www/rubygem-deckar01-task_list \ rubygem-gitlab-markup>=1.7.0<1.8.0:textproc/rubygem-gitlab-markup \ rubygem-github-markup17>=1.7.0<1.8.0:textproc/rubygem-github-markup17 \ rubygem-commonmarker>=0.20<1.0:textproc/rubygem-commonmarker \ @@ -109,7 +109,7 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-wikicloth081>=0.8.1<0.8.2:textproc/rubygem-wikicloth081 \ rubygem-asciidoctor>=2.0.10<2.1.0:textproc/rubygem-asciidoctor \ rubygem-asciidoctor-include-ext>=0.3.1<0.4.0:textproc/rubygem-asciidoctor-include-ext \ - rubygem-asciidoctor-plantuml009=0.0.9.:textproc/rubygem-asciidoctor-plantuml009 \ + rubygem-asciidoctor-plantuml=0.0.10.:textproc/rubygem-asciidoctor-plantuml \ rubygem-rouge>=3.11.0<4:textproc/rubygem-rouge \ rubygem-truncato>=0.7.11<0.8.0:textproc/rubygem-truncato \ rubygem-bootstrap_form>=4.2.0<4.3.0:devel/rubygem-bootstrap_form \ @@ -151,7 +151,7 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-hangouts-chat>=0.0.5<0.1.0:net/rubygem-hangouts-chat \ rubygem-asana>=0.9<1.0:www/rubygem-asana \ rubygem-ruby-fogbugz021>=0.2.1<0.3.0:devel/rubygem-ruby-fogbugz021 \ - rubygem-kubeclient>=4.4.0<4.5.0:www/rubygem-kubeclient \ + rubygem-kubeclient>=4.6.0<4.7.0:www/rubygem-kubeclient \ rubygem-sanitize>=4.6<5.0:textproc/rubygem-sanitize \ rubygem-babosa>=1.0.2<1.1.0:textproc/rubygem-babosa \ rubygem-loofah>=2.2<3.0:textproc/rubygem-loofah \ @@ -166,7 +166,7 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-rack-proxy>=0.6.0<0.7.0:www/rubygem-rack-proxy \ rubygem-sassc-rails-rails52>=2.1.0<2.2.0:textproc/rubygem-sassc-rails-rails52 \ rubygem-uglifier27>=2.7.2<2.8.0:www/rubygem-uglifier27 \ - rubygem-addressable25>=2.5.2<2.6.0:www/rubygem-addressable25 \ + rubygem-addressable>=2.7<3:www/rubygem-addressable \ rubygem-font-awesome-rails-rails52>=4.7<5.0:devel/rubygem-font-awesome-rails-rails52 \ rubygem-gemojione>=3.3<4.0:graphics/rubygem-gemojione \ rubygem-gon-rails52>=6.2<7.0:www/rubygem-gon-rails52 \ @@ -176,7 +176,7 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-rack-attack>=6.2.0<6.3.0:www/rubygem-rack-attack \ rubygem-sentry-raven>=2.9<3.0:devel/rubygem-sentry-raven \ rubygem-premailer-rails-rails52>=1.10.3<1.11.0:mail/rubygem-premailer-rails-rails52 \ - rubygem-gitlab-labkit>=0.5<1.0:devel/rubygem-gitlab-labkit \ + rubygem-gitlab-labkit=0.8.0:devel/rubygem-gitlab-labkit \ rubygem-ruby_parser>=3.8<4.0:devel/rubygem-ruby_parser \ rubygem-rails-i18n-rails52>=5.1<6.0:devel/rubygem-rails-i18n-rails52 \ rubygem-gettext_i18n_rails>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails \ @@ -190,7 +190,7 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-influxdb>=0.2<1.0:databases/rubygem-influxdb \ rubygem-prometheus-client-mmap>=0.10.0<0.11.0:devel/rubygem-prometheus-client-mmap \ rubygem-raindrops>=0.18<1.0:www/rubygem-raindrops \ - rubygem-octokit>=4.9<5.0:net/rubygem-octokit \ + rubygem-octokit>=4.15<5.0:net/rubygem-octokit \ rubygem-mail_room>=0.10.0<0.11.0:mail/rubygem-mail_room \ rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \ rubygem-html2text>=0:textproc/rubygem-html2text \ @@ -208,7 +208,7 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-sshkey>=2.0<3.0:security/rubygem-sshkey \ rubygem-ed25519>=1.2<2.0:security/rubygem-ed25519 \ rubygem-bcrypt_pbkdf>=1.0<2.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly>=1.73.0<1.74:net/rubygem-gitaly \ + rubygem-gitaly>=1.81.0<1.82:net/rubygem-gitaly \ rubygem-grpc>=1.24.0<1.25.0:net/rubygem-grpc \ rubygem-google-protobuf38>=3.8.0<3.9.0:devel/rubygem-google-protobuf38 \ rubygem-toml-rb10>=1.0.0<1.1.0:www/rubygem-toml-rb10 \ @@ -220,7 +220,9 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-grape_logging>=1.7<2.0:devel/rubygem-grape_logging \ rubygem-gitlab-net-dns>=0.9.1<0.10:dns/rubygem-gitlab-net-dns \ rubygem-countries>=3.0.0<4.0.0:devel/rubygem-countries \ - rubygem-retriable>=3.1.2<3.2.0:devel/rubygem-retriable + rubygem-retriable>=3.1.2<3.2.0:devel/rubygem-retriable \ + rubygem-liquid>=4.0<5:textproc/rubygem-liquid \ + rubygem-lru_redux>0:devel/rubygem-lru_redux BUILD_DEPENDS= gem:devel/ruby-gems \ ${MY_DEPENDS} @@ -240,7 +242,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= 114d26c615cd6305270b0f29d11b177ab9e655c0 +GL_COMMIT= 61654d25b205e5c720de4d82402ff83fd8f18849 USERS= git GROUPS= git Modified: branches/2020Q1/www/gitlab-ce/distinfo ============================================================================== --- branches/2020Q1/www/gitlab-ce/distinfo Mon Feb 17 19:00:48 2020 (r526403) +++ branches/2020Q1/www/gitlab-ce/distinfo Mon Feb 17 19:03:59 2020 (r526404) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580459225 -SHA256 (gitlab-org-gitlab-foss-114d26c615cd6305270b0f29d11b177ab9e655c0_GL0.tar.gz) = b49b184e911ec564360ff81673f55d78d1c61a32a3f451c2cf56994e73b727ca -SIZE (gitlab-org-gitlab-foss-114d26c615cd6305270b0f29d11b177ab9e655c0_GL0.tar.gz) = 99803475 +TIMESTAMP = 1581628674 +SHA256 (gitlab-org-gitlab-foss-61654d25b205e5c720de4d82402ff83fd8f18849_GL0.tar.gz) = 1d91bcfdaf0dfd89eaa2dac215850063aa740d0ca80cdd3341983adf2fefd8c7 +SIZE (gitlab-org-gitlab-foss-61654d25b205e5c720de4d82402ff83fd8f18849_GL0.tar.gz) = 86836659 Modified: branches/2020Q1/www/gitlab-ce/files/gitlab.in ============================================================================== --- branches/2020Q1/www/gitlab-ce/files/gitlab.in Mon Feb 17 19:00:48 2020 (r526403) +++ branches/2020Q1/www/gitlab-ce/files/gitlab.in Mon Feb 17 19:03:59 2020 (r526404) @@ -129,14 +129,14 @@ fi # Switch to the app_user if it is not he/she who is running the script. if [ "$USER" != "$app_user" ]; then # Regenerate the Gemfile.lock for all related products - echo "Regenerate Gitlab Gemfile.lock" + # echo "Regenerate Gitlab Gemfile.lock" rm -f "${app_root}"/Gemfile.lock if ! su -l root -c "cd ${app_root} && %%LOCALBASE%%/bin/bundle install --local --quiet"; then echo "Could not create Gemfile.lock for gitlab, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/" exit 1 fi chown git "${app_root}"/Gemfile.lock - echo "Regenerate Gitaly Gemfile.lock" + # echo "Regenerate Gitaly Gemfile.lock" rm -f "${gitaly_dir}"/ruby/Gemfile.lock if ! su -l root -c "cd ${gitaly_dir}/ruby && %%LOCALBASE%%/bin/bundle install --local --quiet"; then echo "Could not create Gemfile.lock for gitaly, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/" @@ -563,56 +563,6 @@ restart_gitlab(){ } -### Finally the input handling. - -case $gitlab_enable in - [yY][eE][sS]) - case "$1" in - start|quietstart|faststart) - start_gitlab - ;; - stop|faststop) - stop_gitlab - ;; - restart) - restart_gitlab - ;; - reload|force-reload) - reload_gitlab - ;; - status) - print_status - exit $gitlab_status - ;; - *) - echo "Usage: service gitlab {start|quietstart|faststop|stop|restart|reload|onestart|onestop|onerestart|onreload|status}" - exit 1 - ;; - esac - ;; - *) - case "$1" in - onestart) - start_gitlab - ;; - onestop) - stop_gitlab - ;; - onerestart) - restart_gitlab - ;; - onreload) - reload_gitlab - ;; - status) - print_status - exit $gitlab_status - ;; - *) - echo "Usage: service gitlab {start|quietstart|faststop|stop|restart|reload|onestart|onestop|onerestart|onreload|status}" - exit 1 - ;; - esac -esac +run_rc_command "$1" exit Modified: branches/2020Q1/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- branches/2020Q1/www/gitlab-ce/files/patch-Gemfile Mon Feb 17 19:00:48 2020 (r526403) +++ branches/2020Q1/www/gitlab-ce/files/patch-Gemfile Mon Feb 17 19:03:59 2020 (r526404) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2020-01-30 15:15:59 UTC +--- Gemfile.orig 2020-01-31 21:59:11 UTC +++ Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' @@ -19,7 +19,7 @@ @@ -149,7 +148,7 @@ gem 'wikicloth', '0.8.1' gem 'asciidoctor', '~> 2.0.10' gem 'asciidoctor-include-ext', '~> 0.3.1', require: false - gem 'asciidoctor-plantuml', '0.0.9' + gem 'asciidoctor-plantuml', '0.0.10' -gem 'rouge', '~> 3.11.0' +gem 'rouge', '~> 3.11' gem 'truncato', '~> 0.7.11' @@ -34,7 +34,7 @@ # Jira integration gem 'jira-ruby', '~> 1.7' -@@ -329,90 +328,6 @@ group :metrics do +@@ -329,94 +328,6 @@ group :metrics do # Prometheus gem 'prometheus-client-mmap', '~> 0.10.0' gem 'raindrops', '~> 0.18' @@ -75,11 +75,11 @@ - gem 'spring', '~> 2.0.0' - gem 'spring-commands-rspec', '~> 1.0.4' - -- gem 'gitlab-styles', '~> 2.7', require: false +- gem 'gitlab-styles', '~> 3.1.0', require: false - # Pin these dependencies, otherwise a new rule could break the CI pipelines -- gem 'rubocop', '~> 0.69.0' -- gem 'rubocop-performance', '~> 1.1.0' -- gem 'rubocop-rspec', '~> 1.22.1' +- gem 'rubocop', '~> 0.74.0' +- gem 'rubocop-performance', '~> 1.4.1' +- gem 'rubocop-rspec', '~> 1.37.0' - - gem 'scss_lint', '~> 0.56.0', require: false - gem 'haml_lint', '~> 0.34.0', require: false @@ -95,6 +95,10 @@ - gem 'simple_po_parser', '~> 1.1.2', require: false - - gem 'timecop', '~> 0.8.0' +- +- gem 'png_quantizator', '~> 0.2.1', require: false +- +- gem 'parallel', '~> 1.19', require: false -end - -# Gems required in omnibus-gitlab pipeline @@ -124,4 +128,4 @@ - gem 'guard-rspec' end - gem 'octokit', '~> 4.9' + gem 'octokit', '~> 4.15' Modified: branches/2020Q1/www/gitlab-ce/files/patch-config_gitlab.yml.example ============================================================================== --- branches/2020Q1/www/gitlab-ce/files/patch-config_gitlab.yml.example Mon Feb 17 19:00:48 2020 (r526403) +++ branches/2020Q1/www/gitlab-ce/files/patch-config_gitlab.yml.example Mon Feb 17 19:03:59 2020 (r526404) @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2020-01-02 15:06:44 UTC +--- config/gitlab.yml.example.orig 2020-01-31 21:59:11 UTC +++ config/gitlab.yml.example -@@ -910,7 +910,7 @@ production: &base +@@ -916,7 +916,7 @@ production: &base # Gitaly settings gitaly: # Path to the directory containing Gitaly client executables. @@ -9,7 +9,7 @@ # Default Gitaly authentication token. Can be overridden per storage. Can # be left blank when Gitaly is running locally on a Unix socket, which # is the normal way to deploy Gitaly. -@@ -928,8 +928,8 @@ production: &base +@@ -934,8 +934,8 @@ production: &base # real path not the symlink. storages: # You must have at least a `default` storage path. default: @@ -20,7 +20,7 @@ # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings -@@ -975,12 +975,12 @@ production: &base +@@ -981,12 +981,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -36,7 +36,7 @@ # Git over HTTP upload_pack: true -@@ -1005,7 +1005,7 @@ production: &base +@@ -1011,7 +1011,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: Modified: branches/2020Q1/www/gitlab-ce/files/patch-config_initializers_1__settings.rb ============================================================================== --- branches/2020Q1/www/gitlab-ce/files/patch-config_initializers_1__settings.rb Mon Feb 17 19:00:48 2020 (r526403) +++ branches/2020Q1/www/gitlab-ce/files/patch-config_initializers_1__settings.rb Mon Feb 17 19:03:59 2020 (r526404) @@ -1,17 +1,15 @@ ---- config/initializers/1_settings.rb.orig 2019-12-03 11:22:02 UTC +--- config/initializers/1_settings.rb.orig 2020-01-31 21:59:11 UTC +++ config/initializers/1_settings.rb -@@ -179,12 +179,8 @@ Settings.gitlab['email_smime'] = SmimeSignatureSetting - Settings.gitlab['base_url'] ||= Settings.__send__(:build_base_gitlab_url) - Settings.gitlab['url'] ||= Settings.__send__(:build_gitlab_url) - Settings.gitlab['user'] ||= 'git' --Settings.gitlab['user_home'] ||= begin +@@ -179,11 +179,7 @@ Settings.gitlab['email_smime'] = SmimeSignatureSetting + Settings.gitlab['base_url'] ||= Settings.__send__(:build_base_gitlab_url) + Settings.gitlab['url'] ||= Settings.__send__(:build_gitlab_url) + Settings.gitlab['user'] ||= 'git' +-Settings.gitlab['user_home'] ||= begin - Etc.getpwnam(Settings.gitlab['user']).dir -rescue ArgumentError # no user configured - '/home/' + Settings.gitlab['user'] -end --Settings.gitlab['time_zone'] ||= nil -+Settings.gitlab['user_home'] ||= '/usr/home/' + Settings.gitlab['user'] -+Settings.gitlab['time_zone'] ||= nil ++Settings.gitlab['user_home'] ||= '/usr/local/git' + Settings.gitlab['time_zone'] ||= nil Settings.gitlab['signup_enabled'] ||= true if Settings.gitlab['signup_enabled'].nil? Settings.gitlab['signin_enabled'] ||= true if Settings.gitlab['signin_enabled'].nil? - Settings.gitlab['restricted_visibility_levels'] = Settings.__send__(:verify_constant_array, Gitlab::VisibilityLevel, Settings.gitlab['restricted_visibility_levels'], []) Modified: branches/2020Q1/www/gitlab-ce/pkg-message ============================================================================== --- branches/2020Q1/www/gitlab-ce/pkg-message Mon Feb 17 19:00:48 2020 (r526403) +++ branches/2020Q1/www/gitlab-ce/pkg-message Mon Feb 17 19:03:59 2020 (r526404) @@ -6,7 +6,7 @@ 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/12.5-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/12.7-freebsd.md EOM type: install } @@ -18,9 +18,9 @@ EOM { message: < Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 365E2246A53; Mon, 17 Feb 2020 20:46:23 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Lwxp72qxz4qPf; Mon, 17 Feb 2020 20:46:22 +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 C9B2CCF4E; Mon, 17 Feb 2020 20:46:22 +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 01HKkMcQ090520; Mon, 17 Feb 2020 20:46:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HKkMLL090519; Mon, 17 Feb 2020 20:46:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002172046.01HKkMLL090519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 17 Feb 2020 20:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526431 - branches/2020Q1/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/www/firefox X-SVN-Commit-Revision: 526431 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.29 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, 17 Feb 2020 20:46:23 -0000 Author: jbeich Date: Mon Feb 17 20:46:22 2020 New Revision: 526431 URL: https://svnweb.freebsd.org/changeset/ports/526431 Log: MFH: r526430 www/firefox: update to 73.0.1 Changes: https://www.mozilla.org/firefox/73.0.1/releasenotes/ PR: 243295 Approved by: ports-secteam blanket Modified: branches/2020Q1/www/firefox/Makefile branches/2020Q1/www/firefox/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/firefox/Makefile ============================================================================== --- branches/2020Q1/www/firefox/Makefile Mon Feb 17 20:45:42 2020 (r526430) +++ branches/2020Q1/www/firefox/Makefile Mon Feb 17 20:46:22 2020 (r526431) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 73.0 -PORTREVISION= 2 +DISTVERSION= 73.0.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2020Q1/www/firefox/distinfo ============================================================================== --- branches/2020Q1/www/firefox/distinfo Mon Feb 17 20:45:42 2020 (r526430) +++ branches/2020Q1/www/firefox/distinfo Mon Feb 17 20:46:22 2020 (r526431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581110080 -SHA256 (firefox-73.0.source.tar.xz) = b57af802aae32d7f4624ce8b373701236b76904abcb893ded9e0cb5805ba6e17 -SIZE (firefox-73.0.source.tar.xz) = 319387000 +TIMESTAMP = 1581967287 +SHA256 (firefox-73.0.1.source.tar.xz) = 53415180e74da60fc91700ce1ff33bf5b6f51e65353017a98270899a08e0c3d2 +SIZE (firefox-73.0.1.source.tar.xz) = 326596084 From owner-svn-ports-branches@freebsd.org Mon Feb 17 22:14:34 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 97210248BB3; Mon, 17 Feb 2020 22:14:34 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LyvY4W2Sz3yHw; Mon, 17 Feb 2020 22:14:33 +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 960C1DFDD; Mon, 17 Feb 2020 22:14:33 +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 01HMEXte044911; Mon, 17 Feb 2020 22:14:33 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HMEXTb044909; Mon, 17 Feb 2020 22:14:33 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202002172214.01HMEXTb044909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 17 Feb 2020 22:14:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526435 - in branches/2020Q1/sysutils/e2fsprogs: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2020Q1/sysutils/e2fsprogs: . files X-SVN-Commit-Revision: 526435 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.29 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, 17 Feb 2020 22:14:34 -0000 Author: mandree Date: Mon Feb 17 22:14:32 2020 New Revision: 526435 URL: https://svnweb.freebsd.org/changeset/ports/526435 Log: MFH: r526434 sysutils/e2fsprogs: Fix powerpc32 build/self-tests libext2fs: avoid array buffer overruns caused by insane directory blocks PR: 242798 Reported by: canardo909@gmx.com Obtained from: Theodore Y. Ts'o (upstream maintainer) Approved by: ports-secteam (blanket, fixing broken self-test by small patch) Added: branches/2020Q1/sysutils/e2fsprogs/files/patch-lib_ext2fs_swapfs.c - copied unchanged from r526434, head/sysutils/e2fsprogs/files/patch-lib_ext2fs_swapfs.c Modified: branches/2020Q1/sysutils/e2fsprogs/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/e2fsprogs/Makefile ============================================================================== --- branches/2020Q1/sysutils/e2fsprogs/Makefile Mon Feb 17 21:54:23 2020 (r526434) +++ branches/2020Q1/sysutils/e2fsprogs/Makefile Mon Feb 17 22:14:32 2020 (r526435) @@ -3,7 +3,7 @@ PORTNAME= e2fsprogs PORTVERSION= 1.45.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} @@ -16,8 +16,6 @@ LICENSE_FILE?= ${WRKSRC}/NOTICE .endif LICENSE_DISTFILES_GPLv2+ = ${DISTNAME}${EXTRACT_SUFX} -PORTSCOUT= ignore # cannot handle the version in the directory - USES= cpe gmake makeinfo pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project USE_CSTD= gnu99 @@ -43,6 +41,8 @@ CONFIGURE_ARGS?=--disable-fsck \ CPPFLAGS+= -I${WRKSRC}/lib -I${LOCALBASE}/include # -D_EXT2_USE_C_VERSIONS MAKE_ARGS+= pkgconfigdir='${PREFIX}/libdata/pkgconfig' MAKE_ENV+= CHECK_CMD=@true + +PORTSCOUT= ignore # cannot handle the version in the directory .if !defined(MASTERDIR) INSTALL_TARGET= install install-libs Copied: branches/2020Q1/sysutils/e2fsprogs/files/patch-lib_ext2fs_swapfs.c (from r526434, head/sysutils/e2fsprogs/files/patch-lib_ext2fs_swapfs.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/sysutils/e2fsprogs/files/patch-lib_ext2fs_swapfs.c Mon Feb 17 22:14:32 2020 (r526435, copy of r526434, head/sysutils/e2fsprogs/files/patch-lib_ext2fs_swapfs.c) @@ -0,0 +1,59 @@ +Author: Theodore Ts'o + + libext2fs: avoid array buffer overruns caused by insane directory blocks + + Reported-by: canardo909@gmx.com + Signed-off-by: Theodore Ts'o + +Additionally line 441 was modified to "return 0" after e-mail exchange +between Canardo and Theodore. // mandree@FreeBSD.org 2020-02-17 + +--- lib/ext2fs/swapfs.c.orig 2020-01-06 23:10:17 UTC ++++ lib/ext2fs/swapfs.c +@@ -416,10 +416,11 @@ errcode_t ext2fs_dirent_swab_in2(ext2_filsys fs, char + errcode_t retval; + char *p, *end; + struct ext2_dir_entry *dirent; +- unsigned int name_len, rec_len; ++ unsigned int name_len, rec_len, left; + + p = (char *) buf; + end = (char *) buf + size; ++ left = size; + while (p < end-8) { + dirent = (struct ext2_dir_entry *) p; + dirent->inode = ext2fs_swab32(dirent->inode); +@@ -436,6 +437,9 @@ errcode_t ext2fs_dirent_swab_in2(ext2_filsys fs, char + retval = EXT2_ET_DIR_CORRUPTED; + } else if (((name_len & 0xFF) + 8) > rec_len) + retval = EXT2_ET_DIR_CORRUPTED; ++ if (rec_len > left) ++ return 0; ++ left -= rec_len; + p += rec_len; + } + +@@ -452,11 +456,12 @@ errcode_t ext2fs_dirent_swab_out2(ext2_filsys fs, char + { + errcode_t retval; + char *p, *end; +- unsigned int rec_len; ++ unsigned int rec_len, left; + struct ext2_dir_entry *dirent; + + p = buf; + end = buf + size; ++ left = size; + while (p < end) { + dirent = (struct ext2_dir_entry *) p; + retval = ext2fs_get_rec_len(fs, dirent, &rec_len); +@@ -471,6 +476,9 @@ errcode_t ext2fs_dirent_swab_out2(ext2_filsys fs, char + dirent->inode = ext2fs_swab32(dirent->inode); + dirent->rec_len = ext2fs_swab16(dirent->rec_len); + dirent->name_len = ext2fs_swab16(dirent->name_len); ++ if (rec_len > size) ++ return EXT2_ET_DIR_CORRUPTED; ++ size -= rec_len; + + if (flags & EXT2_DIRBLOCK_V2_STRUCT) + dirent->name_len = ext2fs_swab16(dirent->name_len); From owner-svn-ports-branches@freebsd.org Tue Feb 18 08:58:15 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AFBBB259016; Tue, 18 Feb 2020 08:58:15 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48MFBH0vK1z3Qdl; Tue, 18 Feb 2020 08:58:14 +0000 (UTC) (envelope-from meta@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 E50E81D79E; Tue, 18 Feb 2020 08:58:14 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01I8wEUr026160; Tue, 18 Feb 2020 08:58:14 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01I8wEYb026158; Tue, 18 Feb 2020 08:58:14 GMT (envelope-from meta@FreeBSD.org) Message-Id: <202002180858.01I8wEYb026158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 18 Feb 2020 08:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526444 - branches/2020Q1/security/softether5 X-SVN-Group: ports-branches X-SVN-Commit-Author: meta X-SVN-Commit-Paths: branches/2020Q1/security/softether5 X-SVN-Commit-Revision: 526444 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.29 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, 18 Feb 2020 08:58:15 -0000 Author: meta Date: Tue Feb 18 08:58:14 2020 New Revision: 526444 URL: https://svnweb.freebsd.org/changeset/ports/526444 Log: MFH: r526441 security/softether5: fix build on non-x86 architectures Tested on: Raspberry Pi 3 Model B+ Sponsored by: HAW International Approved by: portmgr blanket (fix build) Modified: branches/2020Q1/security/softether5/Makefile branches/2020Q1/security/softether5/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/softether5/Makefile ============================================================================== --- branches/2020Q1/security/softether5/Makefile Tue Feb 18 08:31:05 2020 (r526443) +++ branches/2020Q1/security/softether5/Makefile Tue Feb 18 08:58:14 2020 (r526444) @@ -8,8 +8,8 @@ PKGNAMESUFFIX= 5 DIST_SUBDIR= ${PORTNAME} # Some patches are managed in my GitHub fork -PATCH_SITES= https://github.com/metalefty/${GH_ACCOUNT}/commit/ -PATCHFILES= 7a7bed1.patch:-p1 501135e.patch:-p1 13f0ec3.patch:-p1 +PATCH_SITES= https://github.com/metalefty/${GH_PROJECT}/commit/ +PATCHFILES= 7dcfce9.patch:-p1 5832425.patch:-p1 9093f9e.patch:-p1 MAINTAINER= meta@FreeBSD.org COMMENT= SoftEther VPN 5 (Developer Edition) @@ -38,7 +38,7 @@ OPTIONS_DEFINE= DOCS UNLOCK # - Source IP address control list function # - syslog transfer function UNLOCK_DESC= Unlock regional lockout (JP and CN) -UNLOCK_PATCHFILES= 940a202.patch:-p1 +UNLOCK_PATCHFILES= d41c3ae.patch:-p1 PORTDOCS= DISCLAIMER.md WARNING.TXT CONFLICTS_INSTALL= softether-4.[0-9]* softether-devel-4.[0-9]* Modified: branches/2020Q1/security/softether5/distinfo ============================================================================== --- branches/2020Q1/security/softether5/distinfo Tue Feb 18 08:31:05 2020 (r526443) +++ branches/2020Q1/security/softether5/distinfo Tue Feb 18 08:58:14 2020 (r526444) @@ -1,11 +1,11 @@ -TIMESTAMP = 1574728978 +TIMESTAMP = 1582012314 SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.01.9672_GH0.tar.gz) = 71db32ac42ac52af8d50c61190834b0c96759363d5e1911a69a0e3155a4c9644 SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.01.9672_GH0.tar.gz) = 107032019 -SHA256 (softether/7a7bed1.patch) = 49150dee64f7183bad195f6da591311a21b22a36cd8bb5cac00ea9edb14ab6fa -SIZE (softether/7a7bed1.patch) = 1081 -SHA256 (softether/501135e.patch) = b6a27221a19ee7dada2213cecdcf7d7531fad686416383fc2a272c2306512a98 -SIZE (softether/501135e.patch) = 12581 -SHA256 (softether/13f0ec3.patch) = 715bc54a9d50ded2e5d9440ad3d1c77a0e5b605ee674c7381094b6da4a3adb0c -SIZE (softether/13f0ec3.patch) = 2046 -SHA256 (softether/940a202.patch) = 61051f05b71193e263b1817f64b62d86b56cbd9a88679aebd22954f2b2f5aefc -SIZE (softether/940a202.patch) = 930 +SHA256 (softether/7dcfce9.patch) = 43192adaedf65c3e5f0c5b22a489b41d2e192e6d4b4e24e2f7de1280d3b13dd9 +SIZE (softether/7dcfce9.patch) = 801 +SHA256 (softether/5832425.patch) = bea99778e2d0ebaf2e80a2511cdc5c91a13430678f371b56ff6c37ebdf009dfa +SIZE (softether/5832425.patch) = 12581 +SHA256 (softether/9093f9e.patch) = aba81b81e21829356f8caeacc986cc3e6d94fe0c7dfb371a63485702ea6c0a53 +SIZE (softether/9093f9e.patch) = 2046 +SHA256 (softether/d41c3ae.patch) = 33bc1239c13737869fba80f5e3aba0b293f125b70221cb586da885fbcd405412 +SIZE (softether/d41c3ae.patch) = 930 From owner-svn-ports-branches@freebsd.org Tue Feb 18 19:06:37 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D0642432E1; Tue, 18 Feb 2020 19:06:37 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48MVhF1ryqz3J0X; Tue, 18 Feb 2020 19:06:37 +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 3930E24A84; Tue, 18 Feb 2020 19:06:37 +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 01IJ6bU9090651; Tue, 18 Feb 2020 19:06:37 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01IJ6auY090649; Tue, 18 Feb 2020 19:06:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202002181906.01IJ6auY090649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 18 Feb 2020 19:06:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526470 - branches/2020Q1/audio/musicpd X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2020Q1/audio/musicpd X-SVN-Commit-Revision: 526470 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.29 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, 18 Feb 2020 19:06:37 -0000 Author: riggs Date: Tue Feb 18 19:06:36 2020 New Revision: 526470 URL: https://svnweb.freebsd.org/changeset/ports/526470 Log: MFH: r526469 Update to upstream version 0.21.20 Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.20/NEWS includes various fixes for seeking Approved by: ports-secteam (riggs) Modified: branches/2020Q1/audio/musicpd/Makefile branches/2020Q1/audio/musicpd/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/audio/musicpd/Makefile ============================================================================== --- branches/2020Q1/audio/musicpd/Makefile Tue Feb 18 19:03:51 2020 (r526469) +++ branches/2020Q1/audio/musicpd/Makefile Tue Feb 18 19:06:36 2020 (r526470) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.19 +PORTVERSION= 0.21.20 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: branches/2020Q1/audio/musicpd/distinfo ============================================================================== --- branches/2020Q1/audio/musicpd/distinfo Tue Feb 18 19:03:51 2020 (r526469) +++ branches/2020Q1/audio/musicpd/distinfo Tue Feb 18 19:06:36 2020 (r526470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579302968 -SHA256 (mpd-0.21.19.tar.xz) = d3275e11d85637adde250cadf3b4f5aec2144228f0d8085767493fc46c55b2f9 -SIZE (mpd-0.21.19.tar.xz) = 676020 +TIMESTAMP = 1581965855 +SHA256 (mpd-0.21.20.tar.xz) = 422ef0a996d961f3ebc6856395f3a855b45fa0059910e878fb98281007e510e1 +SIZE (mpd-0.21.20.tar.xz) = 676396 From owner-svn-ports-branches@freebsd.org Wed Feb 19 08:22:11 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9CF5C252C0F; Wed, 19 Feb 2020 08:22:11 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48MrLC0nlwz4QxJ; Wed, 19 Feb 2020 08:22:11 +0000 (UTC) (envelope-from kai@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 1306A5FC0; Wed, 19 Feb 2020 08:22:11 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01J8MAB4068428; Wed, 19 Feb 2020 08:22:10 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01J8MAcj068423; Wed, 19 Feb 2020 08:22:10 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202002190822.01J8MAcj068423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Wed, 19 Feb 2020 08:22:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526492 - in branches/2020Q1/games/anki: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in branches/2020Q1/games/anki: . files X-SVN-Commit-Revision: 526492 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.29 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, 19 Feb 2020 08:22:11 -0000 Author: kai Date: Wed Feb 19 08:22:09 2020 New Revision: 526492 URL: https://svnweb.freebsd.org/changeset/ports/526492 Log: MFH: r526491 games/anki: Update to 2.1.16 * Backport two patches from upstream that fix the argument handling with multimedia/mpv since r520597. * Also slightly change the MASTER_SITES as upstream distribute tarballs for newer versions only via GitHub. Although there are already some newer releases available use the 2.1.16 release for a while. It's mainly because the build process has changed a lot since the 2.1.17 release and still needs to be investigated a little more closely. Changelog: https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.16 Approved by: ports-secteam bugfix blanket Added: branches/2020Q1/games/anki/files/patch-anki_mpv.py - copied unchanged from r526491, head/games/anki/files/patch-anki_mpv.py branches/2020Q1/games/anki/files/patch-anki_sound.py - copied unchanged from r526491, head/games/anki/files/patch-anki_sound.py Modified: branches/2020Q1/games/anki/Makefile branches/2020Q1/games/anki/distinfo branches/2020Q1/games/anki/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/games/anki/Makefile ============================================================================== --- branches/2020Q1/games/anki/Makefile Wed Feb 19 08:20:34 2020 (r526491) +++ branches/2020Q1/games/anki/Makefile Wed Feb 19 08:22:09 2020 (r526492) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= anki -DISTVERSION= 2.1.15 -PORTREVISION= 1 +DISTVERSION= 2.1.16 CATEGORIES= games python -MASTER_SITES= https://apps.ankiweb.net/downloads/current/ +MASTER_SITES= https://apps.ankiweb.net/downloads/archive/ DISTNAME= anki-${PORTVERSION}-source DIST_SUBDIR= python @@ -50,6 +49,7 @@ post-patch: @${REINPLACE_CMD} -i '' \ 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/anki/lang.py + @${FIND} ${WRKSRC} -name '*.orig' -delete post-patch-NLS-off: @${REINPLACE_CMD} -i '' '/locale/s/^/#/' \ Modified: branches/2020Q1/games/anki/distinfo ============================================================================== --- branches/2020Q1/games/anki/distinfo Wed Feb 19 08:20:34 2020 (r526491) +++ branches/2020Q1/games/anki/distinfo Wed Feb 19 08:22:09 2020 (r526492) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566645545 -SHA256 (python/anki-2.1.15-source.tgz) = 5a53760164c77d619f55107a13099cffe620566a7f610b61b6c4b52487f3bb89 -SIZE (python/anki-2.1.15-source.tgz) = 4269571 +TIMESTAMP = 1581366080 +SHA256 (python/anki-2.1.16-source.tgz) = f300dd33c795fbfbf3a883457aea50ee5f5f602899dc7122fd7e526a7328d9bd +SIZE (python/anki-2.1.16-source.tgz) = 4211686 Copied: branches/2020Q1/games/anki/files/patch-anki_mpv.py (from r526491, head/games/anki/files/patch-anki_mpv.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/games/anki/files/patch-anki_mpv.py Wed Feb 19 08:22:09 2020 (r526492, copy of r526491, head/games/anki/files/patch-anki_mpv.py) @@ -0,0 +1,21 @@ +Fix arguments that are passed to mpv. Otherwise mpv terminates with an error +as it expects option values passed after a '=' since 0.31.0. + +Backported and adapted for the 2.1.16 release. + +Obtained from: https://github.com/ankitects/anki/commit/ccd715013609133c55e83924734efa78abc03326 + +--- anki/mpv.py.orig 2020-02-18 09:38:27 UTC ++++ anki/mpv.py +@@ -104,9 +104,9 @@ class MPVBase: + """ + self.argv = [self.executable] + self.argv += self.default_argv +- self.argv += ["--input-ipc-server", self._sock_filename] ++ self.argv += ["--input-ipc-server="+self._sock_filename] + if self.window_id is not None: +- self.argv += ["--wid", str(self.window_id)] ++ self.argv += ["--wid="+str(self.window_id)] + + def _start_process(self): + """Start the mpv process. Copied: branches/2020Q1/games/anki/files/patch-anki_sound.py (from r526491, head/games/anki/files/patch-anki_sound.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/games/anki/files/patch-anki_sound.py Wed Feb 19 08:22:09 2020 (r526492, copy of r526491, head/games/anki/files/patch-anki_sound.py) @@ -0,0 +1,16 @@ +Fix arguments that are passed to mpv. + +Backported and adapted for the 2.1.16 release. + +Obtained from: https://github.com/ankitects/anki/commit/ccd715013609133c55e83924734efa78abc03326 + +--- anki/sound.py.orig 2020-02-18 09:38:48 UTC ++++ anki/sound.py +@@ -124,7 +124,6 @@ class MpvManager(MPV): + def setMpvConfigBase(base): + mpvConfPath = os.path.join(base, "mpv.conf") + MpvManager.default_argv += [ +- "--no-config", + "--include="+mpvConfPath, + ] + Modified: branches/2020Q1/games/anki/pkg-plist ============================================================================== --- branches/2020Q1/games/anki/pkg-plist Wed Feb 19 08:20:34 2020 (r526491) +++ branches/2020Q1/games/anki/pkg-plist Wed Feb 19 08:22:09 2020 (r526492) @@ -354,8 +354,8 @@ man/man1/anki.1.gz %%DATADIR%%/aqt/modelchooser.py %%DATADIR%%/aqt/models.py %%DATADIR%%/aqt/overview.py -%%DATADIR%%/aqt/preferences.py %%DATADIR%%/aqt/pinnedmodules.py +%%DATADIR%%/aqt/preferences.py %%DATADIR%%/aqt/profiles.py %%DATADIR%%/aqt/progress.py %%DATADIR%%/aqt/qt.py @@ -772,76 +772,58 @@ man/man1/anki.1.gz %%DATADIR%%/web/webview.css %%DATADIR%%/web/webview.js share/applications/anki.desktop -%%NLS%%share/locale/af/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ar/LC_MESSAGES/anki.mo -%%NLS%%share/locale/az/LC_MESSAGES/anki.mo -%%NLS%%share/locale/bg/LC_MESSAGES/anki.mo -%%NLS%%share/locale/bn/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ca/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ca@valencia/LC_MESSAGES/anki.mo -%%NLS%%share/locale/cs/LC_MESSAGES/anki.mo -%%NLS%%share/locale/da/LC_MESSAGES/anki.mo -%%NLS%%share/locale/de/LC_MESSAGES/anki.mo -%%NLS%%share/locale/el/LC_MESSAGES/anki.mo +%%NLS%%share/locale/af_ZA/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ar_SA/LC_MESSAGES/anki.mo +%%NLS%%share/locale/bg_BG/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ca_ES/LC_MESSAGES/anki.mo +%%NLS%%share/locale/cs_CZ/LC_MESSAGES/anki.mo +%%NLS%%share/locale/da_DK/LC_MESSAGES/anki.mo +%%NLS%%share/locale/de_DE/LC_MESSAGES/anki.mo +%%NLS%%share/locale/el_GR/LC_MESSAGES/anki.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/anki.mo -%%NLS%%share/locale/eo/LC_MESSAGES/anki.mo -%%NLS%%share/locale/es/LC_MESSAGES/anki.mo -%%NLS%%share/locale/et/LC_MESSAGES/anki.mo -%%NLS%%share/locale/eu/LC_MESSAGES/anki.mo -%%NLS%%share/locale/fa/LC_MESSAGES/anki.mo -%%NLS%%share/locale/fi/LC_MESSAGES/anki.mo -%%NLS%%share/locale/fr/LC_MESSAGES/anki.mo -%%NLS%%share/locale/fr_CA/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ga/LC_MESSAGES/anki.mo -%%NLS%%share/locale/gl/LC_MESSAGES/anki.mo -%%NLS%%share/locale/gu/LC_MESSAGES/anki.mo -%%NLS%%share/locale/he/LC_MESSAGES/anki.mo -%%NLS%%share/locale/hr/LC_MESSAGES/anki.mo -%%NLS%%share/locale/hu/LC_MESSAGES/anki.mo -%%NLS%%share/locale/hy/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ia/LC_MESSAGES/anki.mo -%%NLS%%share/locale/is/LC_MESSAGES/anki.mo -%%NLS%%share/locale/it/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ja/LC_MESSAGES/anki.mo -%%NLS%%share/locale/jbo/LC_MESSAGES/anki.mo -%%NLS%%share/locale/kab/LC_MESSAGES/anki.mo -%%NLS%%share/locale/km/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ko/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ku/LC_MESSAGES/anki.mo -%%NLS%%share/locale/la/LC_MESSAGES/anki.mo -%%NLS%%share/locale/lt/LC_MESSAGES/anki.mo -%%NLS%%share/locale/lv/LC_MESSAGES/anki.mo -%%NLS%%share/locale/mn/LC_MESSAGES/anki.mo -%%NLS%%share/locale/mr/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ms/LC_MESSAGES/anki.mo -%%NLS%%share/locale/nb/LC_MESSAGES/anki.mo -%%NLS%%share/locale/nl/LC_MESSAGES/anki.mo -%%NLS%%share/locale/no/LC_MESSAGES/anki.mo -%%NLS%%share/locale/oc/LC_MESSAGES/anki.mo -%%NLS%%share/locale/pl/LC_MESSAGES/anki.mo -%%NLS%%share/locale/pt/LC_MESSAGES/anki.mo +%%NLS%%share/locale/eo_UY/LC_MESSAGES/anki.mo +%%NLS%%share/locale/es_ES/LC_MESSAGES/anki.mo +%%NLS%%share/locale/et_EE/LC_MESSAGES/anki.mo +%%NLS%%share/locale/eu_ES/LC_MESSAGES/anki.mo +%%NLS%%share/locale/fa_IR/LC_MESSAGES/anki.mo +%%NLS%%share/locale/fi_FI/LC_MESSAGES/anki.mo +%%NLS%%share/locale/fr_FR/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ga_IE/LC_MESSAGES/anki.mo +%%NLS%%share/locale/gl_ES/LC_MESSAGES/anki.mo +%%NLS%%share/locale/he_IL/LC_MESSAGES/anki.mo +%%NLS%%share/locale/hr_HR/LC_MESSAGES/anki.mo +%%NLS%%share/locale/hu_HU/LC_MESSAGES/anki.mo +%%NLS%%share/locale/hy_AM/LC_MESSAGES/anki.mo +%%NLS%%share/locale/it_IT/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ja_JP/LC_MESSAGES/anki.mo +%%NLS%%share/locale/jbo_EN/LC_MESSAGES/anki.mo +%%NLS%%share/locale/kab_KAB/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ko_KR/LC_MESSAGES/anki.mo +%%NLS%%share/locale/la_LA/LC_MESSAGES/anki.mo +%%NLS%%share/locale/mn_MN/LC_MESSAGES/anki.mo +%%NLS%%share/locale/mr_IN/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ms_MY/LC_MESSAGES/anki.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/anki.mo +%%NLS%%share/locale/nl_NL/LC_MESSAGES/anki.mo +%%NLS%%share/locale/no_NO/LC_MESSAGES/anki.mo +%%NLS%%share/locale/oc_FR/LC_MESSAGES/anki.mo +%%NLS%%share/locale/pl_PL/LC_MESSAGES/anki.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ro/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ru/LC_MESSAGES/anki.mo -%%NLS%%share/locale/sco/LC_MESSAGES/anki.mo -%%NLS%%share/locale/sk/LC_MESSAGES/anki.mo -%%NLS%%share/locale/sl/LC_MESSAGES/anki.mo -%%NLS%%share/locale/sr/LC_MESSAGES/anki.mo -%%NLS%%share/locale/sv/LC_MESSAGES/anki.mo -%%NLS%%share/locale/szl/LC_MESSAGES/anki.mo -%%NLS%%share/locale/th/LC_MESSAGES/anki.mo -%%NLS%%share/locale/tlh/LC_MESSAGES/anki.mo -%%NLS%%share/locale/tr/LC_MESSAGES/anki.mo -%%NLS%%share/locale/uk/LC_MESSAGES/anki.mo -%%NLS%%share/locale/ur/LC_MESSAGES/anki.mo -%%NLS%%share/locale/vi/LC_MESSAGES/anki.mo -%%NLS%%share/locale/wo/LC_MESSAGES/anki.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ro_RO/LC_MESSAGES/anki.mo +%%NLS%%share/locale/ru_RU/LC_MESSAGES/anki.mo +%%NLS%%share/locale/sk_SK/LC_MESSAGES/anki.mo +%%NLS%%share/locale/sl_SI/LC_MESSAGES/anki.mo +%%NLS%%share/locale/sr_SP/LC_MESSAGES/anki.mo +%%NLS%%share/locale/sv_SE/LC_MESSAGES/anki.mo +%%NLS%%share/locale/th_TH/LC_MESSAGES/anki.mo +%%NLS%%share/locale/tr_TR/LC_MESSAGES/anki.mo +%%NLS%%share/locale/uk_UA/LC_MESSAGES/anki.mo +%%NLS%%share/locale/vi_VN/LC_MESSAGES/anki.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/anki.mo -%%NLS%%share/locale/zh_HK/LC_MESSAGES/anki.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/anki.mo share/pixmaps/anki.png share/pixmaps/anki.xpm %%NLS%%@dir %%DATADIR%%/locale -@dir %%DATADIR%%/aqt/template %%NLS%%@dir share/locale %%NLS%%@dir share/ From owner-svn-ports-branches@freebsd.org Wed Feb 19 12:28:54 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 55149238BE1; Wed, 19 Feb 2020 12:28:54 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Mxpt1TPzz4Dwn; Wed, 19 Feb 2020 12:28:54 +0000 (UTC) (envelope-from pizzamig@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 1BEF18B6B; Wed, 19 Feb 2020 12:28:54 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01JCSrxK013571; Wed, 19 Feb 2020 12:28:53 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01JCSrsF013570; Wed, 19 Feb 2020 12:28:53 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <202002191228.01JCSrsF013570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Wed, 19 Feb 2020 12:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526509 - branches/2020Q1/devel/pecl-xdebug X-SVN-Group: ports-branches X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: branches/2020Q1/devel/pecl-xdebug X-SVN-Commit-Revision: 526509 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.29 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, 19 Feb 2020 12:28:54 -0000 Author: pizzamig Date: Wed Feb 19 12:28:53 2020 New Revision: 526509 URL: https://svnweb.freebsd.org/changeset/ports/526509 Log: MFH: r526499 devel/pecl-xdebug: Update to 2.9.2 Bug fix release. Changelog: https://xdebug.org/updates#x_2_9_2 Sponsored by: trivago N.V. Approved by: portmgr Modified: branches/2020Q1/devel/pecl-xdebug/Makefile branches/2020Q1/devel/pecl-xdebug/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/pecl-xdebug/Makefile ============================================================================== --- branches/2020Q1/devel/pecl-xdebug/Makefile Wed Feb 19 11:52:28 2020 (r526508) +++ branches/2020Q1/devel/pecl-xdebug/Makefile Wed Feb 19 12:28:53 2020 (r526509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xdebug -DISTVERSION= 2.9.0 +DISTVERSION= 2.9.2 CATEGORIES= devel pear MAINTAINER= pizzamig@FreeBSD.org Modified: branches/2020Q1/devel/pecl-xdebug/distinfo ============================================================================== --- branches/2020Q1/devel/pecl-xdebug/distinfo Wed Feb 19 11:52:28 2020 (r526508) +++ branches/2020Q1/devel/pecl-xdebug/distinfo Wed Feb 19 12:28:53 2020 (r526509) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575985077 -SHA256 (PECL/xdebug-2.9.0.tgz) = 8dd1f867805d4ae78ccefc1825da1180eb82efbe6d6575eef2cc3dd1aeca5943 -SIZE (PECL/xdebug-2.9.0.tgz) = 242853 +TIMESTAMP = 1581028439 +SHA256 (PECL/xdebug-2.9.2.tgz) = 158cce5ff44411128701227ada80933cbd4b03c241a3d0695a309098b3eecc69 +SIZE (PECL/xdebug-2.9.2.tgz) = 242959 From owner-svn-ports-branches@freebsd.org Wed Feb 19 19:56:34 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4029D243EE9; Wed, 19 Feb 2020 19:56:34 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48N7lP2G78z4G0P; Wed, 19 Feb 2020 19:56:33 +0000 (UTC) (envelope-from kwm@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 0C16BE020; Wed, 19 Feb 2020 19:56:33 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01JJuWt0087510; Wed, 19 Feb 2020 19:56:32 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01JJuWCk087504; Wed, 19 Feb 2020 19:56:32 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <202002191956.01JJuWCk087504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 19 Feb 2020 19:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526527 - branches/2020Q1/www/webkit2-gtk3 X-SVN-Group: ports-branches X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: branches/2020Q1/www/webkit2-gtk3 X-SVN-Commit-Revision: 526527 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.29 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, 19 Feb 2020 19:56:34 -0000 Author: kwm Date: Wed Feb 19 19:56:32 2020 New Revision: 526527 URL: https://svnweb.freebsd.org/changeset/ports/526527 Log: MFH: r526526 Update webkit2-gtk3 to 2.26.4. Security: 1cb0af4e-d641-4f99-9432-297a89447a97 Approved by: ports-secteam@ (joneum@) Modified: branches/2020Q1/www/webkit2-gtk3/Makefile branches/2020Q1/www/webkit2-gtk3/distinfo branches/2020Q1/www/webkit2-gtk3/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/webkit2-gtk3/Makefile ============================================================================== --- branches/2020Q1/www/webkit2-gtk3/Makefile Wed Feb 19 19:01:03 2020 (r526526) +++ branches/2020Q1/www/webkit2-gtk3/Makefile Wed Feb 19 19:56:32 2020 (r526527) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.26.3 +PORTVERSION= 2.26.4 CATEGORIES= www MASTER_SITES= https://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 Modified: branches/2020Q1/www/webkit2-gtk3/distinfo ============================================================================== --- branches/2020Q1/www/webkit2-gtk3/distinfo Wed Feb 19 19:01:03 2020 (r526526) +++ branches/2020Q1/www/webkit2-gtk3/distinfo Wed Feb 19 19:56:32 2020 (r526527) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579976981 -SHA256 (gnome/webkitgtk-2.26.3.tar.xz) = add51153943cc11d90a7038d0ea5f6332281e6c0be0640f802a211b035f0e611 -SIZE (gnome/webkitgtk-2.26.3.tar.xz) = 19331900 +TIMESTAMP = 1581762110 +SHA256 (gnome/webkitgtk-2.26.4.tar.xz) = 4386900713dfadf9741177210b32623cab22562a79ffd0d446b66569934b113f +SIZE (gnome/webkitgtk-2.26.4.tar.xz) = 19329636 Modified: branches/2020Q1/www/webkit2-gtk3/pkg-plist ============================================================================== --- branches/2020Q1/www/webkit2-gtk3/pkg-plist Wed Feb 19 19:01:03 2020 (r526526) +++ branches/2020Q1/www/webkit2-gtk3/pkg-plist Wed Feb 19 19:56:32 2020 (r526527) @@ -214,10 +214,10 @@ lib/girepository-1.0/WebKit2-4.0.typelib lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lib/libjavascriptcoregtk-4.0.so lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.14.8 +lib/libjavascriptcoregtk-4.0.so.18.14.9 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.39.4 +lib/libwebkit2gtk-4.0.so.37.39.5 lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so libdata/pkgconfig/javascriptcoregtk-4.0.pc libdata/pkgconfig/webkit2gtk-4.0.pc From owner-svn-ports-branches@freebsd.org Thu Feb 20 03:42:58 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB6D0251AE2; Thu, 20 Feb 2020 03:42:58 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NL5Z3l0yz40MV; Thu, 20 Feb 2020 03:42:58 +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 63EF71B9A2; Thu, 20 Feb 2020 03:42:58 +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 01K3gwRV071368; Thu, 20 Feb 2020 03:42:58 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01K3gw61071367; Thu, 20 Feb 2020 03:42:58 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202002200342.01K3gw61071367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 20 Feb 2020 03:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526540 - branches/2020Q1/shells/ksh93 X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: branches/2020Q1/shells/ksh93 X-SVN-Commit-Revision: 526540 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.29 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, 20 Feb 2020 03:42:59 -0000 Author: cy Date: Thu Feb 20 03:42:57 2020 New Revision: 526540 URL: https://svnweb.freebsd.org/changeset/ports/526540 Log: MFH: r525497 Fix CVE-2019-14868: certain environment variables interpreted as arithmetic expressions on startup, leading to code injection. Submitted by: Siteshwar Vashisht Reported by: Marian Rehak Security: CVE-2019-14868 https://bugzilla.redhat.com/show_bug.cgi?id=1757324 https://access.redhat.com/security/cve/CVE-2019-14868 Approved by: portmgr (miwi) Modified: branches/2020Q1/shells/ksh93/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/shells/ksh93/Makefile ============================================================================== --- branches/2020Q1/shells/ksh93/Makefile Thu Feb 20 01:49:05 2020 (r526539) +++ branches/2020Q1/shells/ksh93/Makefile Thu Feb 20 03:42:57 2020 (r526540) @@ -2,6 +2,7 @@ PORTNAME= ksh93 DISTVERSION= 2020.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= shells From owner-svn-ports-branches@freebsd.org Thu Feb 20 18:51:36 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 37194241875; Thu, 20 Feb 2020 18:51:36 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NkFz3hyjz43JF; Thu, 20 Feb 2020 18:51:35 +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 60740262B4; Thu, 20 Feb 2020 18:51:35 +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 01KIpZWt013423; Thu, 20 Feb 2020 18:51:35 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KIpYpT013417; Thu, 20 Feb 2020 18:51:34 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202002201851.01KIpYpT013417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 20 Feb 2020 18:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526576 - in branches/2020Q1/mail: fetchmail fetchmail/files fetchmailconf fetchmailconf/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2020Q1/mail: fetchmail fetchmail/files fetchmailconf fetchmailconf/files X-SVN-Commit-Revision: 526576 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.29 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, 20 Feb 2020 18:51:36 -0000 Author: mandree Date: Thu Feb 20 18:51:34 2020 New Revision: 526576 URL: https://svnweb.freebsd.org/changeset/ports/526576 Log: MFH: r526535 mail/fetchmail: mail/fetchmailconf: update to 6.4.2, make Python 3 compatible Fetchmail updated to new revision 6.4.2 - one bugfix - manual page updates - update of Chinese (simplified) translation - massive fetchmailconf overhaul + Python 3 compatible (requires py-future) + Supports IPv6 and SSL probing - remove two patches for fetchmail that are in the upstream release - add a smoke test to fetchmailconf's post-install, and a patch to support that running without X11 $DISPLAY. PR: 244130 Submitted by: mandree@ Reviewed by: Corey Halpin (maintainer) Approved by: Corey Halpin (maintainer) Approved by: ports-secteam@ (joneum@) Added: branches/2020Q1/mail/fetchmailconf/files/patch-fetchmailconf.py - copied unchanged from r526535, head/mail/fetchmailconf/files/patch-fetchmailconf.py Deleted: branches/2020Q1/mail/fetchmail/files/patch-fetchmail.man branches/2020Q1/mail/fetchmail/files/patch-t.smoke Modified: branches/2020Q1/mail/fetchmail/Makefile branches/2020Q1/mail/fetchmail/distinfo branches/2020Q1/mail/fetchmailconf/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/fetchmail/Makefile ============================================================================== --- branches/2020Q1/mail/fetchmail/Makefile Thu Feb 20 18:46:57 2020 (r526575) +++ branches/2020Q1/mail/fetchmail/Makefile Thu Feb 20 18:51:34 2020 (r526576) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME?= fetchmail -PORTVERSION= 6.4.1 -PORTREVISION= 1 +PORTVERSION= 6.4.2 CATEGORIES= mail +# The next line is inherited by the fetchmailconf slave port, +# do NOT replace fetchmail by ${PORTNAME} MASTER_SITES= SF/fetchmail/branch_6.4/ MAINTAINER= chalpin@cs.wisc.edu @@ -69,7 +70,7 @@ PATCH_STRIP= -p1 .if empty(MASTERDIR) post-build: - ${MAKE_CMD} -C ${WRKSRC} check ; { r=$$? ; ( set -x ; cat "${WRKSRC}/test-suite.log" ) ; exit $$r ; } + ${MAKE_CMD} -C ${WRKSRC} check ; { r=$$? ; ( set -x ; ${CAT} "${WRKSRC}/test-suite.log" ) ; exit $$r ; } post-install: ${INSTALL} -d ${STAGEDIR}/var/run/fetchmail Modified: branches/2020Q1/mail/fetchmail/distinfo ============================================================================== --- branches/2020Q1/mail/fetchmail/distinfo Thu Feb 20 18:46:57 2020 (r526575) +++ branches/2020Q1/mail/fetchmail/distinfo Thu Feb 20 18:51:34 2020 (r526576) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569677341 -SHA256 (fetchmail-6.4.1.tar.xz) = 3f33f11dd08c3e8cc3e9d18eec686b1626d4818f4d5a72791507bbc4dce6a9a0 -SIZE (fetchmail-6.4.1.tar.xz) = 1257488 +TIMESTAMP = 1581675882 +SHA256 (fetchmail-6.4.2.tar.xz) = e21f6b3326f29fdb0c4786b5602aa4b9e668805424d0708eb42be6395c1ca630 +SIZE (fetchmail-6.4.2.tar.xz) = 1261472 Modified: branches/2020Q1/mail/fetchmailconf/Makefile ============================================================================== --- branches/2020Q1/mail/fetchmailconf/Makefile Thu Feb 20 18:46:57 2020 (r526575) +++ branches/2020Q1/mail/fetchmailconf/Makefile Thu Feb 20 18:51:34 2020 (r526576) @@ -2,6 +2,8 @@ PORTNAME= fetchmailconf DISTNAME= fetchmail-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} +# NOTE: MASTER_SITES in ../fetchmail must NOT use the $PORTNAME variable, +# else _this_ port (fetchmailconf) becomes unfetchable MAINTAINER= chalpin@cs.wisc.edu COMMENT= Python-based GUI to configure fetchmail @@ -9,12 +11,18 @@ COMMENT= Python-based GUI to configure fetchmail LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ +# minimum required version 6.4.2 - not codified, on the assumption +# that fetchmail port updated at the same time +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ fetchmail>=${PORTVERSION}:mail/fetchmail +RUN_DEPENDS+= ${BUILD_DEPENDS} -USES= python:2.7 shebangfix tar:xz +USES= python shebangfix tar:xz +USE_PYTHON= py3kplist FILESDIR= ${.CURDIR}/files +PATCHDIR= ${FILESDIR} SUB_FILES= fetchmailconf SUB_LIST= PYTHON_CMD=${PYTHON_CMD} PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} @@ -27,8 +35,12 @@ ALL_TARGET= fetchmailconf INSTALL_TARGET= install-data-am install-nodist_binSCRIPTS install-man post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${STAGEDIR}${PREFIX}/bin - ${RM} ${STAGEDIR}${PREFIX}/man/man1/fetchmail.1* +# first, run smoke tests - the version check makes sure we have all +# modules listed in the *_DEPENDS variables: + ${PYTHON_CMD} ${WRKSRC}/fetchmailconf.py -V +# then install: + ${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${STAGEDIR}${PREFIX}/bin + ${RM} ${STAGEDIR}${PREFIX}/man/man1/fetchmail.1* MASTERDIR= ${.CURDIR}/../fetchmail Copied: branches/2020Q1/mail/fetchmailconf/files/patch-fetchmailconf.py (from r526535, head/mail/fetchmailconf/files/patch-fetchmailconf.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/mail/fetchmailconf/files/patch-fetchmailconf.py Thu Feb 20 18:51:34 2020 (r526576, copy of r526535, head/mail/fetchmailconf/files/patch-fetchmailconf.py) @@ -0,0 +1,24 @@ +--- fetchmailconf.py.orig 2020-01-31 20:22:54 UTC ++++ fetchmailconf.py +@@ -2132,10 +2132,6 @@ def copy_instance(toclass, fromdict): + + if __name__ == '__main__': + +- if "DISPLAY" not in os.environ: +- print("fetchmailconf must be run under X") +- sys.exit(1) +- + fetchmail_icon = """ + R0lGODdhPAAoAPcAAP///wgICBAQEISEhIyMjJSUlKWlpa2trbW1tcbGxs7Ozufn5+/v7//39yEY + GNa9tUoxKZyEe1o5KTEQAN7OxpyMhIRjUvfn3pxSKYQ5EO/Wxv/WvWtSQrVzSmtCKWspAMatnP/e +@@ -2202,6 +2198,10 @@ fetchmailconf comes with ABSOLUTELY NO WARRANTY. This + welcome to redistribute it under certain conditions. Please see the file + COPYING in the source or documentation directory for details.""") + sys.exit(0) ++ ++ if "DISPLAY" not in os.environ: ++ print("fetchmailconf must be run under X") ++ sys.exit(1) + + # Get client host's FQDN + hostname = socket.gethostname() From owner-svn-ports-branches@freebsd.org Thu Feb 20 19:02:20 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8471724215B; Thu, 20 Feb 2020 19:02:20 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NkVN310Sz4HnP; Thu, 20 Feb 2020 19:02:20 +0000 (UTC) (envelope-from kevans@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 617232665F; Thu, 20 Feb 2020 19:02:20 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01KJ2KAi021720; Thu, 20 Feb 2020 19:02:20 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KJ2Kbb021719; Thu, 20 Feb 2020 19:02:20 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202002201902.01KJ2Kbb021719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Thu, 20 Feb 2020 19:02:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526581 - branches/2020Q1/devel/glib20 X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q1/devel/glib20 X-SVN-Commit-Revision: 526581 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.29 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, 20 Feb 2020 19:02:20 -0000 Author: kevans Date: Thu Feb 20 19:02:19 2020 New Revision: 526581 URL: https://svnweb.freebsd.org/changeset/ports/526581 Log: MFH: r525281 glib20: revert SSP_CFLAGS workaround (ports r500819) This was later diagnosed to be a bug in libc, which has since been addressed in all supported releases and branches. PORTREVISION is bumped as SSP_CFLAGS will change the output. The bug was fixed in the following patch levels (FreeBSD-EN-20:01.ssp): - 12.1-p2 - 12.0-p13 - 11.3-p6 PR: 243735 Approved by: kwm (gnome, maintainer via IRC) Approved by: ports-secteam (miwi) Modified: branches/2020Q1/devel/glib20/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/glib20/Makefile ============================================================================== --- branches/2020Q1/devel/glib20/Makefile Thu Feb 20 18:58:18 2020 (r526580) +++ branches/2020Q1/devel/glib20/Makefile Thu Feb 20 19:02:19 2020 (r526581) @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.56.3 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -35,7 +35,6 @@ CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PR --with-pcre=system \ --disable-fam CONFIGURE_ENV= ac_cv_header_sys_inotify_h= -SSP_CFLAGS?= -fstack-protector # XXX -strong crashes qemu-user-static INSTALL_TARGET= install-strip SHEBANG_FILES= */*.pl From owner-svn-ports-branches@freebsd.org Thu Feb 20 19:05:04 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FCDC24226A; Thu, 20 Feb 2020 19:05:04 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NkYW6BlZz4Jty; Thu, 20 Feb 2020 19:05:03 +0000 (UTC) (envelope-from kevans@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 C8FA926674; Thu, 20 Feb 2020 19:05:03 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01KJ53bd022088; Thu, 20 Feb 2020 19:05:03 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KJ53as022087; Thu, 20 Feb 2020 19:05:03 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202002201905.01KJ53as022087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Thu, 20 Feb 2020 19:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526582 - in branches/2020Q1/emulators: qemu-sbruno qemu-user-static-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: in branches/2020Q1/emulators: qemu-sbruno qemu-user-static-devel X-SVN-Commit-Revision: 526582 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.29 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, 20 Feb 2020 19:05:04 -0000 Author: kevans Date: Thu Feb 20 19:05:03 2020 New Revision: 526582 URL: https://svnweb.freebsd.org/changeset/ports/526582 Log: MFH: r525282 qemu-user-static: revert SSP_CFLAGS workaround (ports r501032) This was later diagnosed to be a bug in libc, which has since been addressed in all supported releases and branches. PORTREVISION is bumped as SSP_CFLAGS will change the output, and for consumers of these two ports it is imperative that it be rebuilt against the updated libc to avoid high failure rates. In testing qemu-user-static-devel failed roughly 60% of the time, rendering it unusable as each fork/exec was yet one more chance to fail. The bug was fixed in the following patch levels (FreeBSD-EN-20:01.ssp): - 12.1-p2 - 12.0-p13 - 11.3-p6 PR: 243735 Approved by: koobs (ports) Approved by: ports-secteam (implicit, runtime fix) Modified: branches/2020Q1/emulators/qemu-sbruno/Makefile branches/2020Q1/emulators/qemu-user-static-devel/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/qemu-sbruno/Makefile ============================================================================== --- branches/2020Q1/emulators/qemu-sbruno/Makefile Thu Feb 20 19:02:19 2020 (r526581) +++ branches/2020Q1/emulators/qemu-sbruno/Makefile Thu Feb 20 19:05:03 2020 (r526582) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.11.50.g20191211 +PORTREVISION= 1 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} @@ -130,7 +131,6 @@ PLIST_SUB+= SOFTMMU="" PLIST_SUB+= STATIC="" .endif -SSP_CFLAGS?= -fstack-protector # XXX -strong crashes qemu-user-static WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CFLAGS+= -Wno-address-of-packed-member Modified: branches/2020Q1/emulators/qemu-user-static-devel/Makefile ============================================================================== --- branches/2020Q1/emulators/qemu-user-static-devel/Makefile Thu Feb 20 19:02:19 2020 (r526581) +++ branches/2020Q1/emulators/qemu-user-static-devel/Makefile Thu Feb 20 19:05:03 2020 (r526582) @@ -2,7 +2,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators PKGNAMESUFFIX= -user-static-devel DIST_SUBDIR= qemu/${PORTVERSION} @@ -47,7 +47,6 @@ PLIST_SUB+= 64BIT="@comment " .endif CONFIGURE_ARGS+= --target-list=${QEMU_TARGETS:ts,} -SSP_CFLAGS?= -fstack-protector # XXX -strong crashes qemu-user-static WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CFLAGS+= -Wno-address-of-packed-member From owner-svn-ports-branches@freebsd.org Thu Feb 20 19:06:40 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59D62242425; Thu, 20 Feb 2020 19:06:40 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NkbN1BSVz4Kww; Thu, 20 Feb 2020 19:06:40 +0000 (UTC) (envelope-from kevans@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 1E2AF26679; Thu, 20 Feb 2020 19:06:40 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01KJ6dVU022319; Thu, 20 Feb 2020 19:06:39 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KJ6dG1022318; Thu, 20 Feb 2020 19:06:39 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202002201906.01KJ6dG1022318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Thu, 20 Feb 2020 19:06:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526583 - branches/2020Q1/www/foswiki X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q1/www/foswiki X-SVN-Commit-Revision: 526583 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.29 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, 20 Feb 2020 19:06:40 -0000 Author: kevans Date: Thu Feb 20 19:06:39 2020 New Revision: 526583 URL: https://svnweb.freebsd.org/changeset/ports/526583 Log: MFH: r526577 www/foswiki: remove redundant escape = does not need to be escaped in this context; bug #229925 will make this escape as well as the escape of most ordinary characters an error to reduce friction when some of these ordinary characters are later granted special GNU-extended behavior. No functional change, no need to bump PORTREVISION. PR: 240309 Approved by: koobs (mentor), bapt (mentor) Approved by: portmgr (maintainer timeout: 4 months) Differential Revision: https://reviews.freebsd.org/D23698 Approved by: ports-secteam (implicit, future build fix) Modified: branches/2020Q1/www/foswiki/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/foswiki/Makefile ============================================================================== --- branches/2020Q1/www/foswiki/Makefile Thu Feb 20 19:05:03 2020 (r526582) +++ branches/2020Q1/www/foswiki/Makefile Thu Feb 20 19:06:39 2020 (r526583) @@ -64,7 +64,7 @@ post-patch: @cd ${WRKSRC} && \ ${REINPLACE_CMD} -i "" \ -e "s|^#[[:space:]]*\(.*\)/home/httpd/foswiki|\1${WWWDIR}|g" \ - -e "s|^#[[:space:]]*\(.*\)\(\= \'/foswiki/\)|\1\2|g" \ + -e "s|^#[[:space:]]*\(.*\)\(= '/foswiki/\)|\1\2|g" \ -e "s|/bin/grep|/usr/bin/grep|g" \ lib/Foswiki.spec @cd ${WRKSRC} && \ From owner-svn-ports-branches@freebsd.org Thu Feb 20 19:07:26 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 632702424B2; Thu, 20 Feb 2020 19:07:26 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NkcF3FTbz4MD5; Thu, 20 Feb 2020 19:07:25 +0000 (UTC) (envelope-from kevans@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 683942667D; Thu, 20 Feb 2020 19:07:25 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01KJ7P2J022548; Thu, 20 Feb 2020 19:07:25 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KJ7Pnc022546; Thu, 20 Feb 2020 19:07:25 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202002201907.01KJ7Pnc022546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Thu, 20 Feb 2020 19:07:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526584 - branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets X-SVN-Commit-Revision: 526584 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.29 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, 20 Feb 2020 19:07:26 -0000 Author: kevans Date: Thu Feb 20 19:07:24 2020 New Revision: 526584 URL: https://svnweb.freebsd.org/changeset/ports/526584 Log: MFH: r526579 x11-toolkits/p5-Alien-wxWidgets: add missing file to pkg-plist This appears to have been overlooked in a previous update, so note its presence in the pkg-plist. This fixes Q/A checks run by `poudriere testport`. Approved by: koobs (mentor), bapt (mentor) Differential Revision: D23702 (included, but not the primary change) Approved by: ports-secteam (implicit, packaging fix) Modified: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile ============================================================================== --- branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile Thu Feb 20 19:06:39 2020 (r526583) +++ branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile Thu Feb 20 19:07:24 2020 (r526584) @@ -3,7 +3,7 @@ PORTNAME= Alien-wxWidgets PORTVERSION= 0.69 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/pkg-plist ============================================================================== --- branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/pkg-plist Thu Feb 20 19:06:39 2020 (r526583) +++ branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/pkg-plist Thu Feb 20 19:07:24 2020 (r526584) @@ -1,4 +1,5 @@ %%SITE_ARCH%%/Alien/wxWidgets.pm +%%SITE_ARCH%%/Alien/wxWidgets/Config/gtk_3_0_4_uni_gcc_3_4.pm %%SITE_ARCH%%/Alien/wxWidgets/Utility.pm %%PERL5_MAN3%%/Alien::wxWidgets.3.gz %%PERL5_MAN3%%/Alien::wxWidgets::Utility.3.gz From owner-svn-ports-branches@freebsd.org Thu Feb 20 19:08:31 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ABD62242563; Thu, 20 Feb 2020 19:08:31 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NkdW46Plz4P5y; Thu, 20 Feb 2020 19:08:31 +0000 (UTC) (envelope-from kevans@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 86F7426680; Thu, 20 Feb 2020 19:08:31 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01KJ8V9O022786; Thu, 20 Feb 2020 19:08:31 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KJ8VHp022785; Thu, 20 Feb 2020 19:08:31 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202002201908.01KJ8VHp022785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Thu, 20 Feb 2020 19:08:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526585 - branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets X-SVN-Commit-Revision: 526585 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.29 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, 20 Feb 2020 19:08:31 -0000 Author: kevans Date: Thu Feb 20 19:08:31 2020 New Revision: 526585 URL: https://svnweb.freebsd.org/changeset/ports/526585 Log: MFH: r526580 x11-toolkits/p5-Alien-wxWidgets: remove extraneous escapes post-patch phase of this port uses sed to replace 'wx-config with '${WX_CONFIG:T}. Previously it escaped the ', but this is not necessary in this context. Remove the extraneous escape so that it doesn't get passed through to sed(1) as an escape of an ordinary character. This is important as the patch in bug #229925 will make such escapes an error to ease transition into a world where some escaped-ordinaries will be granted a special meaning. PR: 240450 Approved by: koobs (mentor), bapt (mentor) Approved by: portmgr (maintainer timeout: 4 months) Differential Revision: https://reviews.freebsd.org/D23702 Approved by: ports-secteam (implicit, future build fix) Modified: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile ============================================================================== --- branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile Thu Feb 20 19:07:24 2020 (r526584) +++ branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile Thu Feb 20 19:08:31 2020 (r526585) @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --wxWidgets-build=0 --wxWidgets-unicod post-patch: @${REINPLACE_CMD} -e 's/wx-config/${WX_CONFIG:T}/' ${WRKSRC}/Build.PL - @${REINPLACE_CMD} -e "s/\'wx-config/\'${WX_CONFIG:T}/" -e "s/lc_r/lpthread/" \ + @${REINPLACE_CMD} -e "s/'wx-config/'${WX_CONFIG:T}/" -e "s/lc_r/lpthread/" \ ${WRKSRC}/inc/My/Build/Any_wx_config.pm post-install: From owner-svn-ports-branches@freebsd.org Thu Feb 20 20:38:01 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 02771244F7A; Thu, 20 Feb 2020 20:38:01 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Nmcm6Ldnz42d1; Thu, 20 Feb 2020 20:38:00 +0000 (UTC) (envelope-from grembo@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 CCA6627700; Thu, 20 Feb 2020 20:38:00 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01KKc0Zs077217; Thu, 20 Feb 2020 20:38:00 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KKc0TK077215; Thu, 20 Feb 2020 20:38:00 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <202002202038.01KKc0TK077215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Thu, 20 Feb 2020 20:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526588 - in branches/2020Q1/sysutils/iocage: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: grembo X-SVN-Commit-Paths: in branches/2020Q1/sysutils/iocage: . files X-SVN-Commit-Revision: 526588 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.29 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, 20 Feb 2020 20:38:01 -0000 Author: grembo Date: Thu Feb 20 20:38:00 2020 New Revision: 526588 URL: https://svnweb.freebsd.org/changeset/ports/526588 Log: MFH: r526586 Fix accidental overwriting of properties on update See: https://github.com/iocage/iocage/issues/1130 https://github.com/iocage/iocage/commit/b47dc2c47ff125d644720b03f598a9caf4e08192 PR: 244252 Approved by: portmgr (runtime fix blanket) Added: branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__fetch.py - copied unchanged from r526586, head/sysutils/iocage/files/patch-iocage__lib_ioc__fetch.py Modified: branches/2020Q1/sysutils/iocage/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/iocage/Makefile ============================================================================== --- branches/2020Q1/sysutils/iocage/Makefile Thu Feb 20 20:30:09 2020 (r526587) +++ branches/2020Q1/sysutils/iocage/Makefile Thu Feb 20 20:38:00 2020 (r526588) @@ -2,7 +2,7 @@ PORTNAME= iocage PORTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Copied: branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__fetch.py (from r526586, head/sysutils/iocage/files/patch-iocage__lib_ioc__fetch.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__fetch.py Thu Feb 20 20:38:00 2020 (r526588, copy of r526586, head/sysutils/iocage/files/patch-iocage__lib_ioc__fetch.py) @@ -0,0 +1,27 @@ +See https://github.com/iocage/iocage/commit/b47dc2c47ff125d644720b03f598a9caf4e08192 +--- iocage_lib/ioc_fetch.py.orig 2019-09-26 07:23:24 UTC ++++ iocage_lib/ioc_fetch.py +@@ -964,19 +964,16 @@ class IOCFetch(iocage_lib.ioc_json.IOCZF + + if not cli: + for jail, path in jails.items(): +- _json = iocage_lib.ioc_json.IOCJson(path) ++ _json = iocage_lib.ioc_json.IOCJson(path, cli=False) + props = _json.json_get_value('all') + + if props['basejail'] and self.release.rsplit( + '-', 1 + )[0] in props['release']: +- props['release'] = new_release +- _json.json_write(props) ++ _json.json_set_value(f'release={new_release}') + else: +- _json = iocage_lib.ioc_json.IOCJson(jails[uuid]) +- props = _json.json_get_value('all') +- props['release'] = new_release +- _json.json_write(props) ++ _json = iocage_lib.ioc_json.IOCJson(jails[uuid], cli=False) ++ _json.json_set_value(f'release={new_release}') + + if self.verify: + # tmp only exists if they verify SSL certs From owner-svn-ports-branches@freebsd.org Fri Feb 21 04:01:57 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF61F24F83E; Fri, 21 Feb 2020 04:01:57 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NyT1593Hz4pbn; Fri, 21 Feb 2020 04:01:57 +0000 (UTC) (envelope-from kevans@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 ABB6F4F0A; Fri, 21 Feb 2020 04:01:57 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01L41vjf049290; Fri, 21 Feb 2020 04:01:57 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01L41vCA049289; Fri, 21 Feb 2020 04:01:57 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202002210401.01L41vCA049289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Fri, 21 Feb 2020 04:01:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526605 - branches/2020Q1/www/p5-Gantry X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q1/www/p5-Gantry X-SVN-Commit-Revision: 526605 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.29 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, 21 Feb 2020 04:01:57 -0000 Author: kevans Date: Fri Feb 21 04:01:57 2020 New Revision: 526605 URL: https://svnweb.freebsd.org/changeset/ports/526605 Log: MFH: r526604 www/p5-Gantry: correctly escape $ In make(1), "$$" is the escaped version of "$", rather than the expected "\$". this expression was getting passed through to ${REINPLACE_CMD} as "s,\NV{..." rathern than the expected "s,$ENV{..." -- bug #229925 makes \N an illegal expression, as ordinary characters will be disallowed from being escaped in preparation for future changes to grant some of these escape sequences GNU-extended behavior. PR: 240310 Approved by: koobs (mentor), bapt (mentor) Approved by: portmgr (maintainer timeout: 4 months, blanket: bugfix) Differential Revision: https://reviews.freebsd.org/D23701 Approved by: ports-secteam (blanket: bugfix) Modified: branches/2020Q1/www/p5-Gantry/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/p5-Gantry/Makefile ============================================================================== --- branches/2020Q1/www/p5-Gantry/Makefile Fri Feb 21 04:01:02 2020 (r526604) +++ branches/2020Q1/www/p5-Gantry/Makefile Fri Feb 21 04:01:57 2020 (r526605) @@ -41,7 +41,7 @@ WWWDIR= ${PREFIX}/www/${PORTNAME:tl} post-patch: ${REINPLACE_CMD} -e 's,/home/httpd/html/gantry,${WWWDIR},g' \ - -e 's,\$ENV{'GANTRY_TEMPLATE_PATH'},${WWWDIR},g' \ + -e 's,$$ENV{'GANTRY_TEMPLATE_PATH'},${WWWDIR},g' \ ${WRKSRC}/Build.PL .include From owner-svn-ports-branches@freebsd.org Fri Feb 21 21:15:08 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 763DF243797; Fri, 21 Feb 2020 21:15:08 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PPP81d2yz4H8Q; Fri, 21 Feb 2020 21:15:08 +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 B7ECD18E01; Fri, 21 Feb 2020 21:15:07 +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 01LLF7w8078631; Fri, 21 Feb 2020 21:15:07 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LLF76H078630; Fri, 21 Feb 2020 21:15:07 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202002212115.01LLF76H078630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 21 Feb 2020 21:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526718 - branches/2020Q1/graphics/drm-fbsd12.0-kmod X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q1/graphics/drm-fbsd12.0-kmod X-SVN-Commit-Revision: 526718 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.29 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, 21 Feb 2020 21:15:08 -0000 Author: zeising Date: Fri Feb 21 21:15:07 2020 New Revision: 526718 URL: https://svnweb.freebsd.org/changeset/ports/526718 Log: MFH: r526717 graphics/drm-fbsd12.0-kmod: Update snapshot Update the graphics/drm-fbsd12.0-kmod snapshot Make unsynchronized DRM_IOCTL_I915_GEM_USERPTR work in mesa on 7th generation Haswell graphics. This is needed for vulkan. Approved by: portmgr (implicit, drm-drivers blanket) Modified: branches/2020Q1/graphics/drm-fbsd12.0-kmod/Makefile branches/2020Q1/graphics/drm-fbsd12.0-kmod/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/graphics/drm-fbsd12.0-kmod/Makefile ============================================================================== --- branches/2020Q1/graphics/drm-fbsd12.0-kmod/Makefile Fri Feb 21 21:14:01 2020 (r526717) +++ branches/2020Q1/graphics/drm-fbsd12.0-kmod/Makefile Fri Feb 21 21:15:07 2020 (r526718) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-fbsd12.0-kmod -PORTVERSION= 4.16.g20200115 +PORTVERSION= 4.16.g20200221 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= f3206bf +GH_TAGNAME= 99da0ba .include Modified: branches/2020Q1/graphics/drm-fbsd12.0-kmod/distinfo ============================================================================== --- branches/2020Q1/graphics/drm-fbsd12.0-kmod/distinfo Fri Feb 21 21:14:01 2020 (r526717) +++ branches/2020Q1/graphics/drm-fbsd12.0-kmod/distinfo Fri Feb 21 21:15:07 2020 (r526718) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579088993 -SHA256 (FreeBSDDesktop-kms-drm-4.16.g20200115-f3206bf_GH0.tar.gz) = 6f7fa77d4f30d575ae8a2c51ec33c2ac811f84bd5abf6632e2c9becdd0c22c94 -SIZE (FreeBSDDesktop-kms-drm-4.16.g20200115-f3206bf_GH0.tar.gz) = 13093677 +TIMESTAMP = 1582288064 +SHA256 (FreeBSDDesktop-kms-drm-4.16.g20200221-99da0ba_GH0.tar.gz) = 8599ba72aff8b503d1774e9fecc8966ef2a55ae6ba9b742e128c73efdd2a390a +SIZE (FreeBSDDesktop-kms-drm-4.16.g20200221-99da0ba_GH0.tar.gz) = 13093431 From owner-svn-ports-branches@freebsd.org Fri Feb 21 21:30:00 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E08A243D69; Fri, 21 Feb 2020 21:30:00 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PPkJ1c07z3Lls; Fri, 21 Feb 2020 21:30:00 +0000 (UTC) (envelope-from dim@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 1CED818FCE; Fri, 21 Feb 2020 21:30:00 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01LLTxWY085043; Fri, 21 Feb 2020 21:29:59 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LLTw1c085036; Fri, 21 Feb 2020 21:29:58 GMT (envelope-from dim@FreeBSD.org) Message-Id: <202002212129.01LLTw1c085036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 21 Feb 2020 21:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526719 - in branches/2020Q1/devel: valgrind valgrind-devel valgrind-devel/files valgrind/files X-SVN-Group: ports-branches X-SVN-Commit-Author: dim X-SVN-Commit-Paths: in branches/2020Q1/devel: valgrind valgrind-devel valgrind-devel/files valgrind/files X-SVN-Commit-Revision: 526719 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.29 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, 21 Feb 2020 21:30:00 -0000 Author: dim (src committer) Date: Fri Feb 21 21:29:58 2020 New Revision: 526719 URL: https://svnweb.freebsd.org/changeset/ports/526719 Log: MFH: r526608 devel/valgrind(-devel): Fix compiler version detection hopefully forever Every time a compiler major version is bumped, we run into this exact same error: ===> Configuring for valgrind-3.10.1.20160113_7,1 ... checking for a supported version of gcc... no (10.0.0) configure: error: please use gcc >= 3.0 or clang >= 2.9 Attempt to fix this for all versions in the future. Other fix included: don't use undefined behavior to implement offsetof, just use the official builtin function instead. Approved by: portmgr (joneum) PR: 244234 Added: branches/2020Q1/devel/valgrind-devel/files/patch-VEX_auxprogs_genoffsets.c - copied unchanged from r526608, head/devel/valgrind-devel/files/patch-VEX_auxprogs_genoffsets.c branches/2020Q1/devel/valgrind/files/patch-VEX_auxprogs_genoffsets.c - copied unchanged from r526608, head/devel/valgrind/files/patch-VEX_auxprogs_genoffsets.c Modified: branches/2020Q1/devel/valgrind-devel/Makefile branches/2020Q1/devel/valgrind-devel/files/patch-configure.ac branches/2020Q1/devel/valgrind/Makefile branches/2020Q1/devel/valgrind/files/patch-configure.ac Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/valgrind-devel/Makefile ============================================================================== --- branches/2020Q1/devel/valgrind-devel/Makefile Fri Feb 21 21:15:07 2020 (r526718) +++ branches/2020Q1/devel/valgrind-devel/Makefile Fri Feb 21 21:29:58 2020 (r526719) @@ -4,7 +4,7 @@ PORTNAME= valgrind PORTVERSION= 3.10.1.20160113 DISTVERSIONPREFIX= freebsd- -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ Copied: branches/2020Q1/devel/valgrind-devel/files/patch-VEX_auxprogs_genoffsets.c (from r526608, head/devel/valgrind-devel/files/patch-VEX_auxprogs_genoffsets.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/devel/valgrind-devel/files/patch-VEX_auxprogs_genoffsets.c Fri Feb 21 21:29:58 2020 (r526719, copy of r526608, head/devel/valgrind-devel/files/patch-VEX_auxprogs_genoffsets.c) @@ -0,0 +1,11 @@ +--- VEX/auxprogs/genoffsets.c 2016-01-13 19:20:20 UTC ++++ VEX/auxprogs/genoffsets.c +@@ -59,7 +59,7 @@ + #define VG_STRINGIFZ(__str) #__str + #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str) + +-#define my_offsetof(__type,__field) (&((__type*)0)->__field) ++#define my_offsetof(__type,__field) offsetof(__type,__field) + + /* This forces gcc to evaluate the my_offsetof call at compile time, + and then emits it in the assembly, along with the nonsense string Modified: branches/2020Q1/devel/valgrind-devel/files/patch-configure.ac ============================================================================== --- branches/2020Q1/devel/valgrind-devel/files/patch-configure.ac Fri Feb 21 21:15:07 2020 (r526718) +++ branches/2020Q1/devel/valgrind-devel/files/patch-configure.ac Fri Feb 21 21:29:58 2020 (r526719) @@ -1,23 +1,21 @@ --- configure.ac.orig 2016-01-13 19:20:20 UTC +++ configure.ac -@@ -145,7 +145,19 @@ - notclang-5.*) +@@ -136,16 +136,10 @@ + AM_CONDITIONAL(COMPILER_IS_CLANG, test $is_clang = clang) + + case "${is_clang}-${gcc_version}" in +- notclang-3.*) ++ notclang-[[3-9]].*|notclang-[[1-9]][[0-9]]*) AC_MSG_RESULT([ok (${gcc_version})]) ;; +- notclang-4.*) +- AC_MSG_RESULT([ok (${gcc_version})]) +- ;; +- notclang-5.*) +- AC_MSG_RESULT([ok (${gcc_version})]) +- ;; - clang-2.9|clang-3.*|clang-4.*) -+ notclang-6.*) -+ AC_MSG_RESULT([ok (${gcc_version})]) -+ ;; -+ notclang-7.*) -+ AC_MSG_RESULT([ok (${gcc_version})]) -+ ;; -+ notclang-8.*) -+ AC_MSG_RESULT([ok (${gcc_version})]) -+ ;; -+ notclang-9.*) -+ AC_MSG_RESULT([ok (${gcc_version})]) -+ ;; -+ clang-2.9|clang-[[3-9]].*) ++ clang-2.9|clang-[[3-9]].*|clang-[[1-9]][[0-9]]*) AC_MSG_RESULT([ok (clang-${gcc_version})]) ;; *) Modified: branches/2020Q1/devel/valgrind/Makefile ============================================================================== --- branches/2020Q1/devel/valgrind/Makefile Fri Feb 21 21:15:07 2020 (r526718) +++ branches/2020Q1/devel/valgrind/Makefile Fri Feb 21 21:29:58 2020 (r526719) @@ -4,7 +4,7 @@ PORTNAME= valgrind PORTVERSION= 3.10.1.20160113 DISTVERSIONPREFIX= freebsd- -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ Copied: branches/2020Q1/devel/valgrind/files/patch-VEX_auxprogs_genoffsets.c (from r526608, head/devel/valgrind/files/patch-VEX_auxprogs_genoffsets.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/devel/valgrind/files/patch-VEX_auxprogs_genoffsets.c Fri Feb 21 21:29:58 2020 (r526719, copy of r526608, head/devel/valgrind/files/patch-VEX_auxprogs_genoffsets.c) @@ -0,0 +1,11 @@ +--- VEX/auxprogs/genoffsets.c 2016-01-13 19:20:20 UTC ++++ VEX/auxprogs/genoffsets.c +@@ -59,7 +59,7 @@ + #define VG_STRINGIFZ(__str) #__str + #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str) + +-#define my_offsetof(__type,__field) (&((__type*)0)->__field) ++#define my_offsetof(__type,__field) offsetof(__type,__field) + + /* This forces gcc to evaluate the my_offsetof call at compile time, + and then emits it in the assembly, along with the nonsense string Modified: branches/2020Q1/devel/valgrind/files/patch-configure.ac ============================================================================== --- branches/2020Q1/devel/valgrind/files/patch-configure.ac Fri Feb 21 21:15:07 2020 (r526718) +++ branches/2020Q1/devel/valgrind/files/patch-configure.ac Fri Feb 21 21:29:58 2020 (r526719) @@ -1,23 +1,21 @@ --- configure.ac.orig 2016-01-13 19:20:20 UTC +++ configure.ac -@@ -145,7 +145,19 @@ - notclang-5.*) +@@ -136,16 +136,10 @@ + AM_CONDITIONAL(COMPILER_IS_CLANG, test $is_clang = clang) + + case "${is_clang}-${gcc_version}" in +- notclang-3.*) ++ notclang-[[3-9]].*|notclang-[[1-9]][[0-9]]*) AC_MSG_RESULT([ok (${gcc_version})]) ;; +- notclang-4.*) +- AC_MSG_RESULT([ok (${gcc_version})]) +- ;; +- notclang-5.*) +- AC_MSG_RESULT([ok (${gcc_version})]) +- ;; - clang-2.9|clang-3.*|clang-4.*) -+ notclang-6.*) -+ AC_MSG_RESULT([ok (${gcc_version})]) -+ ;; -+ notclang-7.*) -+ AC_MSG_RESULT([ok (${gcc_version})]) -+ ;; -+ notclang-8.*) -+ AC_MSG_RESULT([ok (${gcc_version})]) -+ ;; -+ notclang-9.*) -+ AC_MSG_RESULT([ok (${gcc_version})]) -+ ;; -+ clang-2.9|clang-[[3-9]].*) ++ clang-2.9|clang-[[3-9]].*|clang-[[1-9]][[0-9]]*) AC_MSG_RESULT([ok (clang-${gcc_version})]) ;; *) From owner-svn-ports-branches@freebsd.org Fri Feb 21 21:45:32 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 187E82442A2; Fri, 21 Feb 2020 21:45:32 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PQ4C5rqQz4QBq; Fri, 21 Feb 2020 21:45:31 +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 A4A0B19379; Fri, 21 Feb 2020 21:45:31 +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 01LLjVNq097168; Fri, 21 Feb 2020 21:45:31 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LLjVDW097166; Fri, 21 Feb 2020 21:45:31 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202002212145.01LLjVDW097166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 21 Feb 2020 21:45:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526721 - branches/2020Q1/graphics/drm-fbsd11.2-kmod X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q1/graphics/drm-fbsd11.2-kmod X-SVN-Commit-Revision: 526721 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.29 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, 21 Feb 2020 21:45:32 -0000 Author: zeising Date: Fri Feb 21 21:45:31 2020 New Revision: 526721 URL: https://svnweb.freebsd.org/changeset/ports/526721 Log: MFH: r526720 Graphics/drm-fbsd11.2-kmod: Update snapshot Update graphics/drm-fbsd11.2-kmod to the latest snapshot. Make unsynchronized DRM_IOCTL_I915_GEM_USERPTR work in mesa on 7th generation Haswell graphics. This is needed for vulkan. Add devctl (devd) notification for monitor hotplug. Approved by: portmgr (implicit, drm-drivers blanket) Modified: branches/2020Q1/graphics/drm-fbsd11.2-kmod/Makefile branches/2020Q1/graphics/drm-fbsd11.2-kmod/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/graphics/drm-fbsd11.2-kmod/Makefile ============================================================================== --- branches/2020Q1/graphics/drm-fbsd11.2-kmod/Makefile Fri Feb 21 21:44:02 2020 (r526720) +++ branches/2020Q1/graphics/drm-fbsd11.2-kmod/Makefile Fri Feb 21 21:45:31 2020 (r526721) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-fbsd11.2-kmod -PORTVERSION= 4.11g20200115 +PORTVERSION= 4.11g20200221 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -28,7 +28,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= d49bde3 +GH_TAGNAME= c1b4d3a .include Modified: branches/2020Q1/graphics/drm-fbsd11.2-kmod/distinfo ============================================================================== --- branches/2020Q1/graphics/drm-fbsd11.2-kmod/distinfo Fri Feb 21 21:44:02 2020 (r526720) +++ branches/2020Q1/graphics/drm-fbsd11.2-kmod/distinfo Fri Feb 21 21:45:31 2020 (r526721) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579089030 -SHA256 (FreeBSDDesktop-kms-drm-4.11g20200115-d49bde3_GH0.tar.gz) = 7eb13021c4d9835787b2a6447be7d4090eef5d35611745bd2efffeef33e659a9 -SIZE (FreeBSDDesktop-kms-drm-4.11g20200115-d49bde3_GH0.tar.gz) = 7361755 +TIMESTAMP = 1582320446 +SHA256 (FreeBSDDesktop-kms-drm-4.11g20200221-c1b4d3a_GH0.tar.gz) = 99e95a8b0fd8da6f2ae7c101dc1d5b54ee487d7cb1d731dc85ffa8bc8d9968ba +SIZE (FreeBSDDesktop-kms-drm-4.11g20200221-c1b4d3a_GH0.tar.gz) = 7362134 From owner-svn-ports-branches@freebsd.org Fri Feb 21 22:41:13 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E79F245DC2; Fri, 21 Feb 2020 22:41:13 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PRJT0VMJz3MFn; Fri, 21 Feb 2020 22:41:13 +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 0C6B119DCE; Fri, 21 Feb 2020 22:41:13 +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 01LMfCdH028767; Fri, 21 Feb 2020 22:41:12 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LMfCEe028766; Fri, 21 Feb 2020 22:41:12 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202002212241.01LMfCEe028766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 21 Feb 2020 22:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526726 - branches/2020Q1/lang/php72 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q1/lang/php72 X-SVN-Commit-Revision: 526726 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.29 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, 21 Feb 2020 22:41:13 -0000 Author: tz Date: Fri Feb 21 22:41:12 2020 New Revision: 526726 URL: https://svnweb.freebsd.org/changeset/ports/526726 Log: MFH: r526722 lang/php72: Upgrade from 7.2.27 to 7.2.28 Changelog: DOM: Fixed bug #77569: (Write Access Violation in DomImplementation). Phar: Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have all-access permissions). (CVE-2020-7063) Session: Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress). (CVE-2020-7062) Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.28 Approved by: ports-secteam (joneum) Modified: branches/2020Q1/lang/php72/Makefile branches/2020Q1/lang/php72/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/php72/Makefile ============================================================================== --- branches/2020Q1/lang/php72/Makefile Fri Feb 21 22:40:30 2020 (r526725) +++ branches/2020Q1/lang/php72/Makefile Fri Feb 21 22:41:12 2020 (r526726) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.27 +DISTVERSION= 7.2.28 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php72/distinfo ============================================================================== --- branches/2020Q1/lang/php72/distinfo Fri Feb 21 22:40:30 2020 (r526725) +++ branches/2020Q1/lang/php72/distinfo Fri Feb 21 22:41:12 2020 (r526726) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579904893 -SHA256 (php-7.2.27.tar.xz) = 7bd0fb9e3b63cfe53176d1f3565cd686f90b3926217158de5ba57091f49e4c32 -SIZE (php-7.2.27.tar.xz) = 12307512 +TIMESTAMP = 1582291880 +SHA256 (php-7.2.28.tar.xz) = afe1863301da572dee2e0bad8014813bcced162f980ddc8ec8e41fd72263eb2d +SIZE (php-7.2.28.tar.xz) = 12311760 From owner-svn-ports-branches@freebsd.org Fri Feb 21 22:43:16 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43036245FAA; Fri, 21 Feb 2020 22:43:16 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PRLr0mhrz3Q5h; Fri, 21 Feb 2020 22:43:16 +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 0DE9219E51; Fri, 21 Feb 2020 22:43:16 +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 01LMhFNH033657; Fri, 21 Feb 2020 22:43:15 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LMhFKI033655; Fri, 21 Feb 2020 22:43:15 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202002212243.01LMhFKI033655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 21 Feb 2020 22:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526728 - branches/2020Q1/lang/php73 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q1/lang/php73 X-SVN-Commit-Revision: 526728 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.29 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, 21 Feb 2020 22:43:16 -0000 Author: tz Date: Fri Feb 21 22:43:15 2020 New Revision: 526728 URL: https://svnweb.freebsd.org/changeset/ports/526728 Log: MFH: r526723 lang/php73: Upgrade from 7.3.14 to 7.3.15 Changelog: Core: Fixed bug #71876 (Memory corruption htmlspecialchars(): charset `*' not supported). Fixed bug #79146 (cscript can fail to run on some systems). Fixed bug #78323 (Code 0 is returned on invalid options). Fixed bug #76047 (Use-after-free when accessing already destructed backtrace arguments). CURL: Fixed bug #79078 (Hypothetical use-after-free in curl_multi_add_handle()). Intl: Fixed bug #79212 (NumberFormatter::format() may detect wrong type). Libxml: Fixed bug #79191 (Error in SoapClient ctor disables DOMDocument::save()). MBString: Fixed bug #79154 (mb_convert_encoding() can modify $from_encoding). MySQLnd: Fixed bug #79084 (mysqlnd may fetch wrong column indexes with MYSQLI_BOTH). OpenSSL: Fixed bug #79145 (openssl memory leak). Phar: Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have all-access permissions). (CVE-2020-7063) Fixed bug #79171 (heap-buffer-overflow in phar_extract_file). (CVE-2020-7061) Fixed bug #76584 (PharFileInfo::decompress not working). Reflection: Fixed bug #79115 (ReflectionClass::isCloneable call reflected class __destruct). Session: Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress). (CVE-2020-7062) SPL: Fixed bug #79151 (heap use after free caused by spl_dllist_it_helper_move_forward). Standard: Fixed bug #78902 (Memory leak when using stream_filter_append). Testing: Fixed bug #78090 (bug45161.phpt takes forever to finish). XSL: Fixed bug #70078 (XSL callbacks with nodes as parameter leak memory). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.15 Approved by: ports-secteam (joneum) Modified: branches/2020Q1/lang/php73/Makefile branches/2020Q1/lang/php73/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/php73/Makefile ============================================================================== --- branches/2020Q1/lang/php73/Makefile Fri Feb 21 22:43:12 2020 (r526727) +++ branches/2020Q1/lang/php73/Makefile Fri Feb 21 22:43:15 2020 (r526728) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.14 +DISTVERSION= 7.3.15 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php73/distinfo ============================================================================== --- branches/2020Q1/lang/php73/distinfo Fri Feb 21 22:43:12 2020 (r526727) +++ branches/2020Q1/lang/php73/distinfo Fri Feb 21 22:43:15 2020 (r526728) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579904913 -SHA256 (php-7.3.14.tar.xz) = cc05dd373ca5d36652800762f65c10e828a17de35aaf246262e3efa99d00cdb0 -SIZE (php-7.3.14.tar.xz) = 12106072 +TIMESTAMP = 1582291869 +SHA256 (php-7.3.15.tar.xz) = de7ae7cf3d1dbb2824975b26b32991dac2b732886ec22075b8c53b261b018166 +SIZE (php-7.3.15.tar.xz) = 12111464 From owner-svn-ports-branches@freebsd.org Fri Feb 21 22:46:20 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2568724618C; Fri, 21 Feb 2020 22:46:20 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PRQM6B3Vz41HX; Fri, 21 Feb 2020 22:46:19 +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 C2C7219E56; Fri, 21 Feb 2020 22:46:19 +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 01LMkJKG034041; Fri, 21 Feb 2020 22:46:19 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LMkJGX034039; Fri, 21 Feb 2020 22:46:19 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202002212246.01LMkJGX034039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 21 Feb 2020 22:46:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526729 - branches/2020Q1/lang/php74 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q1/lang/php74 X-SVN-Commit-Revision: 526729 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.29 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, 21 Feb 2020 22:46:20 -0000 Author: tz Date: Fri Feb 21 22:46:19 2020 New Revision: 526729 URL: https://svnweb.freebsd.org/changeset/ports/526729 Log: MFH: r526724 lang/php74: Upgrade from 7.4.2 to 7.4.3 Changelog: Core: Fixed bug #79146 (cscript can fail to run on some systems). Fixed bug #79155 (Property nullability lost when using multiple property definition). Fixed bug #78323 (Code 0 is returned on invalid options). Fixed bug #78989 (Delayed variance check involving trait segfaults). Fixed bug #79174 (cookie values with spaces fail to round-trip). Fixed bug #76047 (Use-after-free when accessing already destructed backtrace arguments). COM: Fixed bug #79247 (Garbage collecting variant objects segfaults). CURL: Fixed bug #79078 (Hypothetical use-after-free in curl_multi_add_handle()). FFI: Fixed bug #79096 (FFI Struct Segfault). IMAP: Fixed bug #79112 (IMAP extension can't find OpenSSL libraries at configure time). Intl: Fixed bug #79212 (NumberFormatter::format() may detect wrong type). Libxml: Fixed bug #79191 (Error in SoapClient ctor disables DOMDocument::save()). MBString: Fixed bug #79149 (SEGV in mb_convert_encoding with non-string encodings). MySQLi: Fixed bug #78666 (Properties may emit a warning on var_dump()). MySQLnd: Fixed bug #79084 (mysqlnd may fetch wrong column indexes with MYSQLI_BOTH). Fixed bug #79011 (MySQL caching_sha2_password Access denied for password with more than 20 chars). Opcache: Fixed bug #79114 (Eval class during preload causes class to be only half available). Fixed bug #79128 (Preloading segfaults if preload_user is used). Fixed bug #79193 (Incorrect type inference for self::$field =& $field). OpenSSL: Fixed bug #79145 (openssl memory leak). Phar: Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have all-access permissions). (CVE-2020-7063) Fixed bug #79171 (heap-buffer-overflow in phar_extract_file). (CVE-2020-7061) Fixed bug #76584 (PharFileInfo::decompress not working). Reflection: Fixed bug #79115 (ReflectionClass::isCloneable call reflected class __destruct). Session: Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress). (CVE-2020-7062) Standard: Fixed bug #78902 (Memory leak when using stream_filter_append). Fixed bug #78969 (PASSWORD_DEFAULT should match PASSWORD_BCRYPT instead of being null). Testing: Fixed bug #78090 (bug45161.phpt takes forever to finish). XSL: Fixed bug #70078 (XSL callbacks with nodes as parameter leak memory). Zip: Add ZipArchive::CM_LZMA2 and ZipArchive::CM_XZ constants (since libzip 1.6.0). Add ZipArchive::RDONLY (since libzip 1.0.0). Add ZipArchive::ER_* missing constants. Add ZipArchive::LIBZIP_VERSION constant. Fixed bug #73119 (Wrong return for ZipArchive::addEmptyDir Method). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.4.3 Approved by: ports-secteam (joneum) Modified: branches/2020Q1/lang/php74/Makefile branches/2020Q1/lang/php74/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/php74/Makefile ============================================================================== --- branches/2020Q1/lang/php74/Makefile Fri Feb 21 22:43:15 2020 (r526728) +++ branches/2020Q1/lang/php74/Makefile Fri Feb 21 22:46:19 2020 (r526729) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.2 +DISTVERSION= 7.4.3 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php74/distinfo ============================================================================== --- branches/2020Q1/lang/php74/distinfo Fri Feb 21 22:43:15 2020 (r526728) +++ branches/2020Q1/lang/php74/distinfo Fri Feb 21 22:46:19 2020 (r526729) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579904923 -SHA256 (php-7.4.2.tar.xz) = 98284deac017da0d426117ecae7599a1f1bf62ae3911e8bc16c4403a8f4bdf13 -SIZE (php-7.4.2.tar.xz) = 10252304 +TIMESTAMP = 1582291888 +SHA256 (php-7.4.3.tar.xz) = cf1f856d877c268124ded1ede40c9fb6142b125fdaafdc54f855120b8bc6982a +SIZE (php-7.4.3.tar.xz) = 10261432 From owner-svn-ports-branches@freebsd.org Sat Feb 22 12:18:54 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A2F523B813; Sat, 22 Feb 2020 12:18:54 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PnRx4M3mz4ZkN; Sat, 22 Feb 2020 12:18:53 +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 90DE023538; Sat, 22 Feb 2020 12:18:53 +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 01MCIrvJ020800; Sat, 22 Feb 2020 12:18:53 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01MCIr8V020798; Sat, 22 Feb 2020 12:18:53 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202002221218.01MCIr8V020798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 22 Feb 2020 12:18:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526762 - branches/2020Q1/net/traefik X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2020Q1/net/traefik X-SVN-Commit-Revision: 526762 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.29 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, 22 Feb 2020 12:18:54 -0000 Author: riggs Date: Sat Feb 22 12:18:52 2020 New Revision: 526762 URL: https://svnweb.freebsd.org/changeset/ports/526762 Log: MFH: r526761 Update to upstream version 1.7.21 Details: - Bugfix release, see https://github.com/containous/traefik/releases/tag/v1.7.21 Approved by: ports-secteam (riggs) Modified: branches/2020Q1/net/traefik/Makefile branches/2020Q1/net/traefik/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net/traefik/Makefile ============================================================================== --- branches/2020Q1/net/traefik/Makefile Sat Feb 22 12:16:56 2020 (r526761) +++ branches/2020Q1/net/traefik/Makefile Sat Feb 22 12:18:52 2020 (r526762) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.20 +PORTVERSION= 1.7.21 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui Modified: branches/2020Q1/net/traefik/distinfo ============================================================================== --- branches/2020Q1/net/traefik/distinfo Sat Feb 22 12:16:56 2020 (r526761) +++ branches/2020Q1/net/traefik/distinfo Sat Feb 22 12:18:52 2020 (r526762) @@ -1,5 +1,5 @@ -TIMESTAMP = 1576354823 -SHA256 (traefik-webui-static-1.7.20.tar.gz) = 4fe8db6298308dd854864935cb50320d3aeeacc74de2edee03d304fe7c582a0a -SIZE (traefik-webui-static-1.7.20.tar.gz) = 920807 -SHA256 (containous-traefik-v1.7.20_GH0.tar.gz) = c5a94ec3ab4d323dced9911e86bbebc97fdd4ae546bb4e2595ab3058fe7fddd5 -SIZE (containous-traefik-v1.7.20_GH0.tar.gz) = 11388092 +TIMESTAMP = 1582356127 +SHA256 (traefik-webui-static-1.7.21.tar.gz) = 6e4dbe74313a27333579f9826a9668d24852fa2e6f5c07a9f9aa1a3552c88abe +SIZE (traefik-webui-static-1.7.21.tar.gz) = 923805 +SHA256 (containous-traefik-v1.7.21_GH0.tar.gz) = c014138b4992515474865e1ac7191aa7b0f788d0528ec3a81527164926ec62e8 +SIZE (containous-traefik-v1.7.21_GH0.tar.gz) = 11386410 From owner-svn-ports-branches@freebsd.org Sat Feb 22 13:28:59 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 50A4823DD04; Sat, 22 Feb 2020 13:28:59 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Pq0q1WRBz4djx; Sat, 22 Feb 2020 13:28:59 +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 2F4B724274; Sat, 22 Feb 2020 13:28:59 +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 01MDSwKD063925; Sat, 22 Feb 2020 13:28:58 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01MDSwEO063924; Sat, 22 Feb 2020 13:28:58 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202002221328.01MDSwEO063924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 22 Feb 2020 13:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526775 - branches/2020Q1/mail/postfix X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2020Q1/mail/postfix X-SVN-Commit-Revision: 526775 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.29 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, 22 Feb 2020 13:28:59 -0000 Author: mandree Date: Sat Feb 22 13:28:58 2020 New Revision: 526775 URL: https://svnweb.freebsd.org/changeset/ports/526775 Log: MFH: r526760 Update Postfix to 3.4.9 (bugfix-only release) While here, also strip libexec/postfix/postlogd. Announcement: http://www.postfix.org/announcements/postfix-3.4.9.html Fixed in all supported stable releases: Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). Reported by Jaroslav Skarvada. Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. Problem reported by David Bürgin. Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance. PR: 243879 Submitted by: Juraj Lutter Approved by: maintainer timeout 15d (ohauer@) Differential Revision: https://reviews.freebsd.org/D23502 Approved by: ports-secteam (joneum@) Modified: branches/2020Q1/mail/postfix/Makefile branches/2020Q1/mail/postfix/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/postfix/Makefile ============================================================================== --- branches/2020Q1/mail/postfix/Makefile Sat Feb 22 13:24:02 2020 (r526774) +++ branches/2020Q1/mail/postfix/Makefile Sat Feb 22 13:28:58 2020 (r526775) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.4.8 +DISTVERSION= 3.4.9 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail @@ -80,9 +80,10 @@ SASLKMIT_DESC= If your SASL req. MIT Kerberos5, select HTML1= body_checks.5.html bounce.5.html postfix-power.png \ scache.8.html tlsmgr.8.html -STRIP_LIBEXEC= anvil bounce cleanup discard dnsblog error flush lmtp local master \ - nqmgr oqmgr pickup pipe postscreen proxymap qmgr qmqpd scache showq \ - smtp smtpd spawn tlsmgr tlsproxy trivial-rewrite verify virtual +STRIP_LIBEXEC= anvil bounce cleanup discard dnsblog error flush lmtp local \ + master nqmgr oqmgr pickup pipe postlogd postscreen proxymap \ + qmgr qmqpd scache showq smtp smtpd spawn tlsmgr tlsproxy \ + trivial-rewrite verify virtual .if !defined(DEBUG) MAKEFILEFLAGS+= DEBUG= Modified: branches/2020Q1/mail/postfix/distinfo ============================================================================== --- branches/2020Q1/mail/postfix/distinfo Sat Feb 22 13:24:02 2020 (r526774) +++ branches/2020Q1/mail/postfix/distinfo Sat Feb 22 13:28:58 2020 (r526775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574628120 -SHA256 (postfix/postfix-3.4.8.tar.gz) = 8d5d429737e0c64514028a82fc006cbb273d2cb98dc40eb1dbbfe102f29a8943 -SIZE (postfix/postfix-3.4.8.tar.gz) = 4573099 +TIMESTAMP = 1580741948 +SHA256 (postfix/postfix-3.4.9.tar.gz) = a4709cfb0626d064b71258b3395573d80e18a48fd11eff0cbf4a9e83455a2da7 +SIZE (postfix/postfix-3.4.9.tar.gz) = 4573241 From owner-svn-ports-branches@freebsd.org Sat Feb 22 14:33:32 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EA91B23F81C; Sat, 22 Feb 2020 14:33:32 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PrRJ5V6Xz4ZfN; Sat, 22 Feb 2020 14:33:32 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ADA5D24F48; Sat, 22 Feb 2020 14:33:32 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01MEXWSw005658; Sat, 22 Feb 2020 14:33:32 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01MEXWNq005656; Sat, 22 Feb 2020 14:33:32 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202002221433.01MEXWNq005656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 22 Feb 2020 14:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526780 - branches/2020Q1/irc/weechat X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: branches/2020Q1/irc/weechat X-SVN-Commit-Revision: 526780 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.29 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, 22 Feb 2020 14:33:33 -0000 Author: brnrd Date: Sat Feb 22 14:33:32 2020 New Revision: 526780 URL: https://svnweb.freebsd.org/changeset/ports/526780 Log: MFH: r526689 irc/weechat: Security update to 2.7.1 Security: 8e3f1812-54d9-11ea-8d49-d4c9ef517024 Approved by: ports-secteam (joneum) Modified: branches/2020Q1/irc/weechat/Makefile branches/2020Q1/irc/weechat/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/irc/weechat/Makefile ============================================================================== --- branches/2020Q1/irc/weechat/Makefile Sat Feb 22 14:28:01 2020 (r526779) +++ branches/2020Q1/irc/weechat/Makefile Sat Feb 22 14:33:32 2020 (r526780) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= weechat -DISTVERSION= 2.7 +DISTVERSION= 2.7.1 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ Modified: branches/2020Q1/irc/weechat/distinfo ============================================================================== --- branches/2020Q1/irc/weechat/distinfo Sat Feb 22 14:28:01 2020 (r526779) +++ branches/2020Q1/irc/weechat/distinfo Sat Feb 22 14:33:32 2020 (r526780) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575812481 -SHA256 (weechat-2.7.tar.xz) = 56fc42a4afece57bc27f95a2d155815a5e6472f32535add4c0ab4ce3b5e399e7 -SIZE (weechat-2.7.tar.xz) = 2226876 +TIMESTAMP = 1582310698 +SHA256 (weechat-2.7.1.tar.xz) = 9d752fecb86a54470a19d8c977bc1baa01ac58625a4722e42199b85a06035c41 +SIZE (weechat-2.7.1.tar.xz) = 2226768