From owner-svn-ports-branches@freebsd.org Sun Aug 25 07:13:25 2019 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 E234DD7D57; Sun, 25 Aug 2019 07:13:25 +0000 (UTC) (envelope-from gerald@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 46GRF15WB3z4dj7; Sun, 25 Aug 2019 07:13:25 +0000 (UTC) (envelope-from gerald@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 9F8E519F8A; Sun, 25 Aug 2019 07:13:25 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7P7DP6A088252; Sun, 25 Aug 2019 07:13:25 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P7DOgX088248; Sun, 25 Aug 2019 07:13:24 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201908250713.x7P7DOgX088248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 25 Aug 2019 07:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509773 - in branches/2019Q3/emulators: wine wine-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in branches/2019Q3/emulators: wine wine-devel X-SVN-Commit-Revision: 509773 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: Sun, 25 Aug 2019 07:13:25 -0000 Author: gerald Date: Sun Aug 25 07:13:24 2019 New Revision: 509773 URL: https://svnweb.freebsd.org/changeset/ports/509773 Log: MFH: r508499 Add a note how to work around Wine issuing an error message of i386_set_ldt: Invalid argument Did you reconfigure your kernel with "options USER_LDT"? PR: 224264 Submitted by: rozhuk.im@gmail.com Reviewed by: arrowd Approved by: portmgr (blanket for MFHs, pkg-descr improvements) Modified: branches/2019Q3/emulators/wine-devel/Makefile branches/2019Q3/emulators/wine-devel/pkg-descr branches/2019Q3/emulators/wine/Makefile branches/2019Q3/emulators/wine/pkg-descr Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/emulators/wine-devel/Makefile ============================================================================== --- branches/2019Q3/emulators/wine-devel/Makefile Sun Aug 25 04:46:05 2019 (r509772) +++ branches/2019Q3/emulators/wine-devel/Makefile Sun Aug 25 07:13:24 2019 (r509773) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 4.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: branches/2019Q3/emulators/wine-devel/pkg-descr ============================================================================== --- branches/2019Q3/emulators/wine-devel/pkg-descr Sun Aug 25 04:46:05 2019 (r509772) +++ branches/2019Q3/emulators/wine-devel/pkg-descr Sun Aug 25 07:13:24 2019 (r509773) @@ -11,6 +11,11 @@ Use this port for 32-bit Windows binaries in an i386 e 64-bit Windows binaries in an amd64 environment; emulators/i386-wine-devel for 32-bit Windows binaries in an amd64 environment. +If you receive a message of "Did you reconfigure your kernel with +"options USER_LDT"?" add the line + machdep.max_ldt_segment="2048" +to /boot/loader.conf and reboot. + WWW: http://www.winehq.org/ Gerald Pfeifer Modified: branches/2019Q3/emulators/wine/Makefile ============================================================================== --- branches/2019Q3/emulators/wine/Makefile Sun Aug 25 04:46:05 2019 (r509772) +++ branches/2019Q3/emulators/wine/Makefile Sun Aug 25 07:13:24 2019 (r509773) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 4.0.1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: branches/2019Q3/emulators/wine/pkg-descr ============================================================================== --- branches/2019Q3/emulators/wine/pkg-descr Sun Aug 25 04:46:05 2019 (r509772) +++ branches/2019Q3/emulators/wine/pkg-descr Sun Aug 25 07:13:24 2019 (r509773) @@ -11,6 +11,11 @@ Use this port for 32-bit Windows binaries in an i386 e 64-bit Windows binaries in an amd64 environment; use emulators/i386-wine for 32-bit Windows binaries in an amd64 environment. +If you receive a message of "Did you reconfigure your kernel with +"options USER_LDT"?" add the line + machdep.max_ldt_segment="2048" +to /boot/loader.conf and reboot. + WWW: http://www.winehq.org/ Gerald Pfeifer From owner-svn-ports-branches@freebsd.org Sun Aug 25 08:07:18 2019 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 8DB67D9822; Sun, 25 Aug 2019 08:07:18 +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 46GSRB2xP1z3CRZ; Sun, 25 Aug 2019 08:07:18 +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 426071A89C; Sun, 25 Aug 2019 08:07:18 +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 x7P87I8G018120; Sun, 25 Aug 2019 08:07:18 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P87H4v018118; Sun, 25 Aug 2019 08:07:17 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908250807.x7P87H4v018118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 25 Aug 2019 08:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509776 - branches/2019Q3/www/gitea X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q3/www/gitea X-SVN-Commit-Revision: 509776 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: Sun, 25 Aug 2019 08:07:18 -0000 Author: kai Date: Sun Aug 25 08:07:17 2019 New Revision: 509776 URL: https://svnweb.freebsd.org/changeset/ports/509776 Log: MFH: r509712 www/gitea: Update to 1.9.2 Changelog: https://blog.gitea.io/2019/08/gitea-1.9.2-is-released/ PR: 240046 Submitted by: stb@lassitu.de (maintainer) Security: e7392840-c520-11e9-a4ef-0800274e5f20 Approved by: ports-secteam (miwi) Modified: branches/2019Q3/www/gitea/Makefile branches/2019Q3/www/gitea/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/gitea/Makefile ============================================================================== --- branches/2019Q3/www/gitea/Makefile Sun Aug 25 08:00:40 2019 (r509775) +++ branches/2019Q3/www/gitea/Makefile Sun Aug 25 08:07:17 2019 (r509776) @@ -3,7 +3,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.9.1 +DISTVERSION= 1.9.2 CATEGORIES= www MAINTAINER= stb@lassitu.de Modified: branches/2019Q3/www/gitea/distinfo ============================================================================== --- branches/2019Q3/www/gitea/distinfo Sun Aug 25 08:00:40 2019 (r509775) +++ branches/2019Q3/www/gitea/distinfo Sun Aug 25 08:07:17 2019 (r509776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566072478 -SHA256 (go-gitea-gitea-v1.9.1_GH0.tar.gz) = a50743db22f3e0a0eba27ac168a92b636fa0841e9e9515721b51bfc30c2957dd -SIZE (go-gitea-gitea-v1.9.1_GH0.tar.gz) = 24074441 +TIMESTAMP = 1566506495 +SHA256 (go-gitea-gitea-v1.9.2_GH0.tar.gz) = 229e3614bf50bc9fee7f378d422b4dea18d6cf607f94f100070fdfec6d0f2c05 +SIZE (go-gitea-gitea-v1.9.2_GH0.tar.gz) = 24073823 From owner-svn-ports-branches@freebsd.org Sun Aug 25 08:09:25 2019 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 AA948D989C; Sun, 25 Aug 2019 08:09:25 +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 46GSTd44Nfz3CXj; Sun, 25 Aug 2019 08:09:25 +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 6D7651A8A2; Sun, 25 Aug 2019 08:09:25 +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 x7P89PWL018348; Sun, 25 Aug 2019 08:09:25 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P89P47018347; Sun, 25 Aug 2019 08:09:25 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908250809.x7P89P47018347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 25 Aug 2019 08:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509777 - branches/2019Q3/finance/py-python-bitcoinlib X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q3/finance/py-python-bitcoinlib X-SVN-Commit-Revision: 509777 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: Sun, 25 Aug 2019 08:09:25 -0000 Author: kai Date: Sun Aug 25 08:09:24 2019 New Revision: 509777 URL: https://svnweb.freebsd.org/changeset/ports/509777 Log: MFH: r509719 finance/py-python-bitcoinlib: Update to 0.10.2 Changelog: * New RPC "generatetoaddress(self, numblocks, addr)" * Fixed Python 2.7 incompatibility * Various OpenSSL fixes, including a memory leak Note: This will be the last release of finance/python-bitcoinlib with Python 2.7 compatibility. Approved by: ports-secteam (miwi) Modified: branches/2019Q3/finance/py-python-bitcoinlib/Makefile branches/2019Q3/finance/py-python-bitcoinlib/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/finance/py-python-bitcoinlib/Makefile ============================================================================== --- branches/2019Q3/finance/py-python-bitcoinlib/Makefile Sun Aug 25 08:07:17 2019 (r509776) +++ branches/2019Q3/finance/py-python-bitcoinlib/Makefile Sun Aug 25 08:09:24 2019 (r509777) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-bitcoinlib -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2019Q3/finance/py-python-bitcoinlib/distinfo ============================================================================== --- branches/2019Q3/finance/py-python-bitcoinlib/distinfo Sun Aug 25 08:07:17 2019 (r509776) +++ branches/2019Q3/finance/py-python-bitcoinlib/distinfo Sun Aug 25 08:09:24 2019 (r509777) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549630106 -SHA256 (python-bitcoinlib-0.10.1.tar.gz) = 0fe7de6c083e12479eb12d3764ece83e5c73b1c48e806009ee1a1aa02da098cf -SIZE (python-bitcoinlib-0.10.1.tar.gz) = 135322 +TIMESTAMP = 1566385991 +SHA256 (python-bitcoinlib-0.10.2.tar.gz) = bdb270ded594b8dead58fd6830ad14f880c25ec1fd2ca1be24e9e85decefce04 +SIZE (python-bitcoinlib-0.10.2.tar.gz) = 144193 From owner-svn-ports-branches@freebsd.org Sun Aug 25 23:26:57 2019 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 E770BC8B40; Sun, 25 Aug 2019 23:26:57 +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 46GrrK2HxYz4cQp; Sun, 25 Aug 2019 23:26:57 +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 30A0C2509C; Sun, 25 Aug 2019 23:26:57 +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 x7PNQvDL071608; Sun, 25 Aug 2019 23:26:57 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PNQuNR071606; Sun, 25 Aug 2019 23:26:56 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908252326.x7PNQuNR071606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 25 Aug 2019 23:26:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509860 - branches/2019Q3/games/anki X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q3/games/anki X-SVN-Commit-Revision: 509860 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: Sun, 25 Aug 2019 23:26:58 -0000 Author: kai Date: Sun Aug 25 23:26:56 2019 New Revision: 509860 URL: https://svnweb.freebsd.org/changeset/ports/509860 Log: MFH: r509787 games/anki: Update to 2.1.15 Changelog: * The V2 scheduler now fully randomizes review cards due on a given day. * Fix flag changes in Browse screen not syncing. * Cleanup recording wav file when recording canceled. * Fix the window icon on Wayland. * Add a progress bar to media deletion. * Other minor changes. https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.15 Approved by: ports-secteam (miwi) Modified: branches/2019Q3/games/anki/Makefile branches/2019Q3/games/anki/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/games/anki/Makefile ============================================================================== --- branches/2019Q3/games/anki/Makefile Sun Aug 25 23:16:33 2019 (r509859) +++ branches/2019Q3/games/anki/Makefile Sun Aug 25 23:26:56 2019 (r509860) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= anki -DISTVERSION= 2.1.14 +DISTVERSION= 2.1.15 CATEGORIES= games python MASTER_SITES= https://apps.ankiweb.net/downloads/current/ DISTNAME= anki-${PORTVERSION}-source Modified: branches/2019Q3/games/anki/distinfo ============================================================================== --- branches/2019Q3/games/anki/distinfo Sun Aug 25 23:16:33 2019 (r509859) +++ branches/2019Q3/games/anki/distinfo Sun Aug 25 23:26:56 2019 (r509860) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561805082 -SHA256 (python/anki-2.1.14-source.tgz) = 94b8510924ad7bf6bdd7df09045f883a644003ffd77bbdbcdf8b198864a4827b -SIZE (python/anki-2.1.14-source.tgz) = 4252749 +TIMESTAMP = 1566645545 +SHA256 (python/anki-2.1.15-source.tgz) = 5a53760164c77d619f55107a13099cffe620566a7f610b61b6c4b52487f3bb89 +SIZE (python/anki-2.1.15-source.tgz) = 4269571 From owner-svn-ports-branches@freebsd.org Mon Aug 26 07:56:06 2019 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 A75CED324D; Mon, 26 Aug 2019 07:56:06 +0000 (UTC) (envelope-from dch@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 46H47p3zZfz43JZ; Mon, 26 Aug 2019 07:56:06 +0000 (UTC) (envelope-from dch@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 6A5302CED; Mon, 26 Aug 2019 07:56:06 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7Q7u6pb077003; Mon, 26 Aug 2019 07:56:06 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7Q7u5oI077000; Mon, 26 Aug 2019 07:56:05 GMT (envelope-from dch@FreeBSD.org) Message-Id: <201908260756.x7Q7u5oI077000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Mon, 26 Aug 2019 07:56:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509884 - branches/2019Q3/www/h2o-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: dch X-SVN-Commit-Paths: branches/2019Q3/www/h2o-devel X-SVN-Commit-Revision: 509884 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, 26 Aug 2019 07:56:06 -0000 Author: dch Date: Mon Aug 26 07:56:05 2019 New Revision: 509884 URL: https://svnweb.freebsd.org/changeset/ports/509884 Log: MFH: r509835 www/h2o-devel: update to 2.3.0-beta2 resolves: - CVE-2019-9512 (Ping Flood) - CVE-2019-9514 (Reset Flood) - CVE-2019-9515 (Settings Flood) PR: 239843 Submitted by: Max Kostikov Reported by: Max Kostikov Reviewed by: adamw Approved by: jrm (mentor, implicit) Security: CVE-2019-9512 Security: CVE-2019-9514 Security: CVE-2019-9515 Sponsored by: SkunkWerks, GmbH Approved by: ports-secteam Modified: branches/2019Q3/www/h2o-devel/Makefile branches/2019Q3/www/h2o-devel/distinfo branches/2019Q3/www/h2o-devel/pkg-plist Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/h2o-devel/Makefile ============================================================================== --- branches/2019Q3/www/h2o-devel/Makefile Mon Aug 26 07:54:31 2019 (r509883) +++ branches/2019Q3/www/h2o-devel/Makefile Mon Aug 26 07:56:05 2019 (r509884) @@ -3,8 +3,7 @@ PORTNAME= h2o DISTVERSIONPREFIX= v -DISTVERSION= 2.3.0-beta1 -PORTREVISION= 3 +DISTVERSION= 2.3.0-beta2 CATEGORIES= www PKGNAMESUFFIX= -devel Modified: branches/2019Q3/www/h2o-devel/distinfo ============================================================================== --- branches/2019Q3/www/h2o-devel/distinfo Mon Aug 26 07:54:31 2019 (r509883) +++ branches/2019Q3/www/h2o-devel/distinfo Mon Aug 26 07:56:05 2019 (r509884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531832029 -SHA256 (h2o-h2o-v2.3.0-beta1_GH0.tar.gz) = 594869a4d6f1d5b757fca0877d3eec8e1b09521e06170f0296fc398b95789ae8 -SIZE (h2o-h2o-v2.3.0-beta1_GH0.tar.gz) = 29164045 +TIMESTAMP = 1565794414 +SHA256 (h2o-h2o-v2.3.0-beta2_GH0.tar.gz) = e3f745a645fa7a4bf6629914b967e24e1522f65ea17c07d9d16d8d2223fc03c5 +SIZE (h2o-h2o-v2.3.0-beta2_GH0.tar.gz) = 29422691 Modified: branches/2019Q3/www/h2o-devel/pkg-plist ============================================================================== --- branches/2019Q3/www/h2o-devel/pkg-plist Mon Aug 26 07:54:31 2019 (r509883) +++ branches/2019Q3/www/h2o-devel/pkg-plist Mon Aug 26 07:56:05 2019 (r509884) @@ -1,4 +1,6 @@ bin/h2o +bin/h2o-httpclient +@sample %%ETCDIR%%/h2o.conf.sample include/h2o.h include/h2o/balancer.h include/h2o/cache.h @@ -6,14 +8,17 @@ include/h2o/cache_digests.h include/h2o/configurator.h include/h2o/file.h include/h2o/filecache.h +include/h2o/header.h include/h2o/hiredis_.h include/h2o/hostinfo.h +include/h2o/hpack.h include/h2o/http1.h -include/h2o/http1client.h include/h2o/http2.h include/h2o/http2_casper.h +include/h2o/http2_common.h include/h2o/http2_internal.h include/h2o/http2_scheduler.h +include/h2o/httpclient.h include/h2o/linklist.h include/h2o/memcached.h include/h2o/memory.h @@ -29,38 +34,23 @@ include/h2o/socket/uv-binding.h include/h2o/socketpool.h include/h2o/string_.h include/h2o/time_.h -include/h2o/timeout.h +include/h2o/timerwheel.h +include/h2o/token_table.h include/h2o/token.h include/h2o/tunnel.h include/h2o/url.h include/h2o/version.h include/h2o/websocket.h lib/libh2o-evloop.so -lib/libh2o-evloop.so.0.15 -lib/libh2o-evloop.so.0.15.0-beta1 +lib/libh2o-evloop.so.0.16 +lib/libh2o-evloop.so.0.16.0-beta2 lib/libh2o.so -lib/libh2o.so.0.15 -lib/libh2o.so.0.15.0-beta1 +lib/libh2o.so.0.16 +lib/libh2o.so.0.16.0-beta2 libdata/pkgconfig/libh2o-evloop.pc libdata/pkgconfig/libh2o.pc man/man5/h2o.conf.5.gz man/man8/h2o.8.gz -%%DATADIR%%/annotate-backtrace-symbols -%%DATADIR%%/fetch-ocsp-response -%%DATADIR%%/kill-on-close -%%DATADIR%%/start_server -%%DATADIR%%/ca-bundle.crt -%%DATADIR%%/fastcgi-cgi -%%DATADIR%%/setuidgid -%%DATADIR%%/status/index.html -%%MRUBY%%%%DATADIR%%/mruby/acl.rb -%%MRUBY%%%%DATADIR%%/mruby/bootstrap.rb -%%MRUBY%%%%DATADIR%%/mruby/dos_detector.rb -%%MRUBY%%%%DATADIR%%/mruby/htpasswd.rb -%%MRUBY%%%%DATADIR%%/mruby/lru_cache.rb -%%MRUBY%%%%DATADIR%%/mruby/redis.rb -%%MRUBY%%%%DATADIR%%/mruby/preloads.rb -%%MRUBY%%%%DATADIR%%/mruby/trie_addr.rb %%PORTDOCS%%%%DOCSDIR%%/assets/8mbps100msec-nginx195-h2o150.png %%PORTDOCS%%%%DOCSDIR%%/assets/firstpaintbench.png %%PORTDOCS%%%%DOCSDIR%%/assets/remotebench.png @@ -90,6 +80,7 @@ man/man8/h2o.8.gz %%PORTDOCS%%%%DOCSDIR%%/configure/quick_start.html %%PORTDOCS%%%%DOCSDIR%%/configure/redirect_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/reproxy_directives.html +%%PORTDOCS%%%%DOCSDIR%%/configure/server_timing_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/status_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/syntax_and_structure.html %%PORTDOCS%%%%DOCSDIR%%/configure/throttle_response_directives.html @@ -102,7 +93,8 @@ man/man8/h2o.8.gz %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/server.key %%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/h2o.conf %%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/hello.rb -%%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/http1client.c +%%PORTDOCS%%%%DOCSDIR%%/examples/h2o/wildcard.crt +%%PORTDOCS%%%%DOCSDIR%%/examples/h2o/wildcard.key %%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/latency-optimization.c %%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/redis-client.c %%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/simple.c @@ -116,5 +108,20 @@ man/man8/h2o.8.gz %%PORTDOCS%%%%DOCSDIR%%/search/oktavia-english-search.js %%PORTDOCS%%%%DOCSDIR%%/search/oktavia-jquery-ui.js %%PORTDOCS%%%%DOCSDIR%%/search/searchindex.js +%%DATADIR%%/annotate-backtrace-symbols +%%DATADIR%%/fetch-ocsp-response +%%DATADIR%%/kill-on-close +%%DATADIR%%/start_server +%%DATADIR%%/ca-bundle.crt +%%DATADIR%%/fastcgi-cgi +%%MRUBY%%%%DATADIR%%/mruby/acl.rb +%%MRUBY%%%%DATADIR%%/mruby/bootstrap.rb +%%MRUBY%%%%DATADIR%%/mruby/dos_detector.rb +%%MRUBY%%%%DATADIR%%/mruby/htpasswd.rb +%%MRUBY%%%%DATADIR%%/mruby/lru_cache.rb +%%MRUBY%%%%DATADIR%%/mruby/preloads.rb +%%MRUBY%%%%DATADIR%%/mruby/prometheus.rb +%%MRUBY%%%%DATADIR%%/mruby/trie_addr.rb +%%DATADIR%%/setuidgid +%%DATADIR%%/status/index.html @dir(%%H2O_USER%%,%%H2O_GROUP%%,0750) %%H2O_LOGDIR%% -@sample %%ETCDIR%%/h2o.conf.sample From owner-svn-ports-branches@freebsd.org Mon Aug 26 07:57:51 2019 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 01661D3329; Mon, 26 Aug 2019 07:57:51 +0000 (UTC) (envelope-from dch@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 46H49p6HP2z43VN; Mon, 26 Aug 2019 07:57:50 +0000 (UTC) (envelope-from dch@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 B97A82CF5; Mon, 26 Aug 2019 07:57:50 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7Q7vos6077398; Mon, 26 Aug 2019 07:57:50 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7Q7voBt077395; Mon, 26 Aug 2019 07:57:50 GMT (envelope-from dch@FreeBSD.org) Message-Id: <201908260757.x7Q7voBt077395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Mon, 26 Aug 2019 07:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509886 - branches/2019Q3/www/h2o X-SVN-Group: ports-branches X-SVN-Commit-Author: dch X-SVN-Commit-Paths: branches/2019Q3/www/h2o X-SVN-Commit-Revision: 509886 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, 26 Aug 2019 07:57:51 -0000 Author: dch Date: Mon Aug 26 07:57:49 2019 New Revision: 509886 URL: https://svnweb.freebsd.org/changeset/ports/509886 Log: MFH: r509831 www/h2o: update to 2.2.6 resolves: - CVE-2019-9512 (Ping Flood) - CVE-2019-9514 (Reset Flood) - CVE-2019-9515 (Settings Flood) PR: 239843 Submitted by: Max Kostikov Reported by: Max Kostikov Reviewed by: adamw Approved by: jrm (mentor, implicit) Security: CVE-2019-9512 Security: CVE-2019-9514 Security: CVE-2019-9515 Sponsored by: SkunkWerks, GmbH Approved by: ports-secteam Modified: branches/2019Q3/www/h2o/Makefile branches/2019Q3/www/h2o/distinfo branches/2019Q3/www/h2o/pkg-plist Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/h2o/Makefile ============================================================================== --- branches/2019Q3/www/h2o/Makefile Mon Aug 26 07:56:28 2019 (r509885) +++ branches/2019Q3/www/h2o/Makefile Mon Aug 26 07:57:49 2019 (r509886) @@ -3,8 +3,7 @@ PORTNAME= h2o DISTVERSIONPREFIX= v -DISTVERSION= 2.2.5 -PORTREVISION= 3 +DISTVERSION= 2.2.6 CATEGORIES= www MAINTAINER= dch@FreeBSD.org Modified: branches/2019Q3/www/h2o/distinfo ============================================================================== --- branches/2019Q3/www/h2o/distinfo Mon Aug 26 07:56:28 2019 (r509885) +++ branches/2019Q3/www/h2o/distinfo Mon Aug 26 07:57:49 2019 (r509886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529785115 -SHA256 (h2o-h2o-v2.2.5_GH0.tar.gz) = eafb40aa2d93b3de1af472bb046c17b2335c3e5a894462310e1822e126c97d24 -SIZE (h2o-h2o-v2.2.5_GH0.tar.gz) = 16257295 +TIMESTAMP = 1565781060 +SHA256 (h2o-h2o-v2.2.6_GH0.tar.gz) = f8cbc1b530d85ff098f6efc2c3fdbc5e29baffb30614caac59d5c710f7bda201 +SIZE (h2o-h2o-v2.2.6_GH0.tar.gz) = 16257760 Modified: branches/2019Q3/www/h2o/pkg-plist ============================================================================== --- branches/2019Q3/www/h2o/pkg-plist Mon Aug 26 07:56:28 2019 (r509885) +++ branches/2019Q3/www/h2o/pkg-plist Mon Aug 26 07:57:49 2019 (r509886) @@ -1,17 +1,17 @@ bin/h2o include/h2o.h -include/h2o/cache.h include/h2o/cache_digests.h +include/h2o/cache.h include/h2o/configurator.h include/h2o/file.h include/h2o/filecache.h include/h2o/hostinfo.h include/h2o/http1.h include/h2o/http1client.h -include/h2o/http2.h include/h2o/http2_casper.h include/h2o/http2_internal.h include/h2o/http2_scheduler.h +include/h2o/http2.h include/h2o/linklist.h include/h2o/memcached.h include/h2o/memory.h @@ -34,19 +34,19 @@ include/h2o/version.h include/h2o/websocket.h lib/libh2o-evloop.so lib/libh2o-evloop.so.0.13 -lib/libh2o-evloop.so.0.13.5 +lib/libh2o-evloop.so.0.13.6 lib/libh2o.so lib/libh2o.so.0.13 -lib/libh2o.so.0.13.5 +lib/libh2o.so.0.13.6 libdata/pkgconfig/libh2o-evloop.pc libdata/pkgconfig/libh2o.pc %%DATADIR%%/annotate-backtrace-symbols -%%DATADIR%%/fetch-ocsp-response -%%DATADIR%%/kill-on-close -%%DATADIR%%/start_server %%DATADIR%%/ca-bundle.crt %%DATADIR%%/fastcgi-cgi +%%DATADIR%%/fetch-ocsp-response +%%DATADIR%%/kill-on-close %%DATADIR%%/setuidgid +%%DATADIR%%/start_server %%DATADIR%%/status/index.html %%MRUBY%%%%DATADIR%%/mruby/acl.rb %%MRUBY%%%%DATADIR%%/mruby/bootstrap.rb @@ -78,8 +78,8 @@ libdata/pkgconfig/libh2o.pc %%PORTDOCS%%%%DOCSDIR%%/configure/headers_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/http1_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/http2_directives.html -%%PORTDOCS%%%%DOCSDIR%%/configure/mruby.html %%PORTDOCS%%%%DOCSDIR%%/configure/mruby_directives.html +%%PORTDOCS%%%%DOCSDIR%%/configure/mruby.html %%PORTDOCS%%%%DOCSDIR%%/configure/proxy_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/quick_start.html %%PORTDOCS%%%%DOCSDIR%%/configure/redirect_directives.html @@ -89,13 +89,13 @@ libdata/pkgconfig/libh2o.pc %%PORTDOCS%%%%DOCSDIR%%/configure/throttle_response_directives.html %%PORTDOCS%%%%DOCSDIR%%/examples/doc_root.alternate/index.txt %%PORTDOCS%%%%DOCSDIR%%/examples/doc_root/index.html +%%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/h2o.conf +%%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/hello.rb %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/alternate.crt %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/alternate.key %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/h2o.conf %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/server.crt %%PORTDOCS%%%%DOCSDIR%%/examples/h2o/server.key -%%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/h2o.conf -%%PORTDOCS%%%%DOCSDIR%%/examples/h2o_mruby/hello.rb %%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/http1client.c %%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/latency-optimization.c %%PORTDOCS%%%%DOCSDIR%%/examples/libh2o/simple.c From owner-svn-ports-branches@freebsd.org Mon Aug 26 08:37:30 2019 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 EFD24D48EA; Mon, 26 Aug 2019 08:37:30 +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 46H53Z65rFz45fJ; Mon, 26 Aug 2019 08:37:30 +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 AFE783435; Mon, 26 Aug 2019 08:37:30 +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 x7Q8bUHI001826; Mon, 26 Aug 2019 08:37:30 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7Q8bUA9001824; Mon, 26 Aug 2019 08:37:30 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908260837.x7Q8bUA9001824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Mon, 26 Aug 2019 08:37:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509889 - branches/2019Q3/sysutils/testdisk X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q3/sysutils/testdisk X-SVN-Commit-Revision: 509889 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, 26 Aug 2019 08:37:31 -0000 Author: kai Date: Mon Aug 26 08:37:30 2019 New Revision: 509889 URL: https://svnweb.freebsd.org/changeset/ports/509889 Log: MFH: r509794 sysutils/testdisk: Update to 7.1 and unbreak * Make the source tarball fetchable again since the 7.1 release has left its pre-release status (hence the removal of the -WIP suffix). * Pet portlint by making the USES block separate while I'm here. Changelog: https://github.com/cgsecurity/testdisk/blob/3bb714e6/NEWS PR: 240066 Submitted by: cyberleo@cyberleo.net Approved by: ports-secteam (joneum) Modified: branches/2019Q3/sysutils/testdisk/Makefile branches/2019Q3/sysutils/testdisk/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/sysutils/testdisk/Makefile ============================================================================== --- branches/2019Q3/sysutils/testdisk/Makefile Mon Aug 26 08:00:04 2019 (r509888) +++ branches/2019Q3/sysutils/testdisk/Makefile Mon Aug 26 08:37:30 2019 (r509889) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= testdisk -DISTVERSION= 7.1-WIP +DISTVERSION= 7.1 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ @@ -12,6 +12,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= jpeg localbase:ldflags ncurses tar:bzip2 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-qt --without-ewf Modified: branches/2019Q3/sysutils/testdisk/distinfo ============================================================================== --- branches/2019Q3/sysutils/testdisk/distinfo Mon Aug 26 08:00:04 2019 (r509888) +++ branches/2019Q3/sysutils/testdisk/distinfo Mon Aug 26 08:37:30 2019 (r509889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520327400 -SHA256 (testdisk-7.1-WIP.tar.bz2) = 60d30d3a70d8da6a5d4ff91e1bf0a32f0ad5ed97a0ad37a2ebc71da56b3b213e -SIZE (testdisk-7.1-WIP.tar.bz2) = 713313 +TIMESTAMP = 1566613026 +SHA256 (testdisk-7.1.tar.bz2) = 1413c47569e48c5b22653b943d48136cb228abcbd6f03da109c4df63382190fe +SIZE (testdisk-7.1.tar.bz2) = 742006 From owner-svn-ports-branches@freebsd.org Mon Aug 26 08:38:39 2019 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 590B4D4930; Mon, 26 Aug 2019 08:38:39 +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 46H54v1bQ7z45ky; Mon, 26 Aug 2019 08:38:39 +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 183BB3439; Mon, 26 Aug 2019 08:38:39 +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 x7Q8ccwn002023; Mon, 26 Aug 2019 08:38:38 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7Q8ccxB002021; Mon, 26 Aug 2019 08:38:38 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908260838.x7Q8ccxB002021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Mon, 26 Aug 2019 08:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509890 - branches/2019Q3/sysutils/py-pkginfo X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q3/sysutils/py-pkginfo X-SVN-Commit-Revision: 509890 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, 26 Aug 2019 08:38:39 -0000 Author: kai Date: Mon Aug 26 08:38:38 2019 New Revision: 509890 URL: https://svnweb.freebsd.org/changeset/ports/509890 Log: MFH: r509859 sysutils/py-pkginfo: Update to 1.5.0.1 * Pet portlint by making the USES block separate while I'm here Changelog since 1.4.2: * Fix broken "sdist". * Fix "console_scripts" entry point syntax. * Add support for JSON output from the CLI. * Add support for installed wheels. E.g., "dist-info/" dirs. * Harden metadata extraction against unexpected encodings. * Update tests to match pip/setuptools use of new metadata version. * Add support for Python 3.6 and 3.7. * Drop support for Python 3.3. PR: 239784 Approved by: maintainer timeout (14 days) Approved by: ports-secteam (joneum) Modified: branches/2019Q3/sysutils/py-pkginfo/Makefile branches/2019Q3/sysutils/py-pkginfo/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/sysutils/py-pkginfo/Makefile ============================================================================== --- branches/2019Q3/sysutils/py-pkginfo/Makefile Mon Aug 26 08:37:30 2019 (r509889) +++ branches/2019Q3/sysutils/py-pkginfo/Makefile Mon Aug 26 08:38:38 2019 (r509890) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkginfo -DISTVERSION= 1.4.2 -PORTREVISION= 1 +DISTVERSION= 1.5.0.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes PORTDOCS= * Modified: branches/2019Q3/sysutils/py-pkginfo/distinfo ============================================================================== --- branches/2019Q3/sysutils/py-pkginfo/distinfo Mon Aug 26 08:37:30 2019 (r509889) +++ branches/2019Q3/sysutils/py-pkginfo/distinfo Mon Aug 26 08:38:38 2019 (r509890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524990990 -SHA256 (pkginfo-1.4.2.tar.gz) = 5878d542a4b3f237e359926384f1dde4e099c9f5525d236b1840cf704fa8d474 -SIZE (pkginfo-1.4.2.tar.gz) = 33539 +TIMESTAMP = 1565552555 +SHA256 (pkginfo-1.5.0.1.tar.gz) = 7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb +SIZE (pkginfo-1.5.0.1.tar.gz) = 34496 From owner-svn-ports-branches@freebsd.org Mon Aug 26 14:59:33 2019 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 A7D29DDC4E; Mon, 26 Aug 2019 14:59:33 +0000 (UTC) (envelope-from amdmi3@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 46HFXP3lY4z4Wdg; Mon, 26 Aug 2019 14:59:33 +0000 (UTC) (envelope-from amdmi3@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 627B07B97; Mon, 26 Aug 2019 14:59:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7QExXot032179; Mon, 26 Aug 2019 14:59:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7QExXGA032178; Mon, 26 Aug 2019 14:59:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201908261459.x7QExXGA032178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Aug 2019 14:59:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509951 - branches/2019Q3/games/instead/files X-SVN-Group: ports-branches X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: branches/2019Q3/games/instead/files X-SVN-Commit-Revision: 509951 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, 26 Aug 2019 14:59:33 -0000 Author: amdmi3 Date: Mon Aug 26 14:59:32 2019 New Revision: 509951 URL: https://svnweb.freebsd.org/changeset/ports/509951 Log: MFH: r509950 - Fix build with SDL2 PR: 240067 Reported by: shamaz.mazum@gmail.com Approved by: ports-secteam (with hat) Added: branches/2019Q3/games/instead/files/ - copied from r509950, head/games/instead/files/ Modified: Directory Properties: branches/2019Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Wed Aug 28 16:44:31 2019 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 C717FE14E7; Wed, 28 Aug 2019 16:44:31 +0000 (UTC) (envelope-from joneum@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 46JWmb5g4kz4QYZ; Wed, 28 Aug 2019 16:44:31 +0000 (UTC) (envelope-from joneum@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 9F447A3C6; Wed, 28 Aug 2019 16:44:31 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7SGiVpB039038; Wed, 28 Aug 2019 16:44:31 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7SGiVlx039035; Wed, 28 Aug 2019 16:44:31 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201908281644.x7SGiVlx039035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 28 Aug 2019 16:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510080 - branches/2019Q3/www/jetty9 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2019Q3/www/jetty9 X-SVN-Commit-Revision: 510080 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, 28 Aug 2019 16:44:31 -0000 Author: joneum Date: Wed Aug 28 16:44:30 2019 New Revision: 510080 URL: https://svnweb.freebsd.org/changeset/ports/510080 Log: MFH: r510078 Update to 9.4.20 Changelog: https://www.eclipse.org/lists/jetty-dev/msg03343.html PR: 239897 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (joneum) Modified: branches/2019Q3/www/jetty9/Makefile branches/2019Q3/www/jetty9/distinfo branches/2019Q3/www/jetty9/pkg-plist Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/jetty9/Makefile ============================================================================== --- branches/2019Q3/www/jetty9/Makefile Wed Aug 28 16:41:13 2019 (r510079) +++ branches/2019Q3/www/jetty9/Makefile Wed Aug 28 16:44:30 2019 (r510080) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= jetty -PORTVERSION= 9.3.9 +PORTVERSION= 9.4.20 CATEGORIES= www java -MASTER_SITES= ECLIPSE/jetty/${PORTVERSION}.${JDVDATE}/dist +MASTER_SITES= https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${PORTVERSION}.${JDVDATE}/ PKGNAMESUFFIX= 9 DISTNAME= jetty-distribution-${PORTVERSION}.${JDVDATE} @@ -18,7 +18,7 @@ RUN_DEPENDS= bash:shells/bash CONFLICTS= jetty-8.* -JDVDATE= v20160517 +JDVDATE= v20190813 USE_JAVA= yes NO_ARCH= yes USES= shebangfix Modified: branches/2019Q3/www/jetty9/distinfo ============================================================================== --- branches/2019Q3/www/jetty9/distinfo Wed Aug 28 16:41:13 2019 (r510079) +++ branches/2019Q3/www/jetty9/distinfo Wed Aug 28 16:44:30 2019 (r510080) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465988009 -SHA256 (jetty-distribution-9.3.9.v20160517.tar.gz) = 1adf7b0be04d8060d77baee34cfd83726803a9474e6b291042922759c9661f7b -SIZE (jetty-distribution-9.3.9.v20160517.tar.gz) = 11888079 +TIMESTAMP = 1565922143 +SHA256 (jetty-distribution-9.4.20.v20190813.tar.gz) = 258999e71bdfc8768db88f0253c2f53c282ae2dc0294723f91a3243be8ddcea2 +SIZE (jetty-distribution-9.4.20.v20190813.tar.gz) = 19400796 Modified: branches/2019Q3/www/jetty9/pkg-plist ============================================================================== --- branches/2019Q3/www/jetty9/pkg-plist Wed Aug 28 16:41:13 2019 (r510079) +++ branches/2019Q3/www/jetty9/pkg-plist Wed Aug 28 16:44:30 2019 (r510080) @@ -4,176 +4,290 @@ sbin/%%APP_NAME%%.sh %%APP_HOME%%/VERSION.txt @(www,www,755) %%APP_HOME%%/bin/jetty.sh %%APP_HOME%%/etc/README.spnego +%%APP_HOME%%/etc/cdi/jetty-cdi.xml +%%APP_HOME%%/etc/cdi/jetty-cdi2.xml +%%APP_HOME%%/etc/cdi/jetty-web-cdi2.xml +%%APP_HOME%%/etc/console-capture.xml %%APP_HOME%%/etc/example-quickstart.xml -%%APP_HOME%%/etc/hawtio.xml %%APP_HOME%%/etc/home-base-warning.xml -%%APP_HOME%%/etc/jamon.xml %%APP_HOME%%/etc/jdbcRealm.properties -%%APP_HOME%%/%%ETCDIR%%-alpn.xml -%%APP_HOME%%/%%ETCDIR%%-annotations.xml -%%APP_HOME%%/%%ETCDIR%%-cdi.xml -%%APP_HOME%%/%%ETCDIR%%-debug.xml -%%APP_HOME%%/%%ETCDIR%%-debuglog.xml -%%APP_HOME%%/%%ETCDIR%%-deploy.xml -%%APP_HOME%%/%%ETCDIR%%-gcloud-sessions.xml -%%APP_HOME%%/%%ETCDIR%%-gzip.xml -%%APP_HOME%%/%%ETCDIR%%-http.xml -%%APP_NAME%%/%%ETCDIR%%-http-forwarded.xml -%%APP_HOME%%/%%ETCDIR%%-http2.xml -%%APP_HOME%%/%%ETCDIR%%-http2c.xml -%%APP_HOME%%/%%ETCDIR%%-https.xml -%%APP_HOME%%/%%ETCDIR%%-infinispan.xml -%%APP_HOME%%/%%ETCDIR%%-ipaccess.xml -%%APP_HOME%%/%%ETCDIR%%-jaas.xml -%%APP_HOME%%/%%ETCDIR%%-jdbc-sessions.xml -%%APP_HOME%%/%%ETCDIR%%-jmx-remote.xml -%%APP_HOME%%/%%ETCDIR%%-jmx.xml -%%APP_HOME%%/%%ETCDIR%%-logging.xml -%%APP_HOME%%/%%ETCDIR%%-lowresources.xml -%%APP_HOME%%/%%ETCDIR%%-monitor.xml -%%APP_HOME%%/%%ETCDIR%%-nosql.xml -%%APP_HOME%%/%%ETCDIR%%-plus.xml -%%APP_HOME%%/%%ETCDIR%%-proxy-protocol-ssl.xml -%%APP_HOME%%/%%ETCDIR%%-proxy-protocol.xml -%%APP_HOME%%/%%ETCDIR%%-proxy.xml -%%APP_HOME%%/%%ETCDIR%%-requestlog.xml -%%APP_HOME%%/%%ETCDIR%%-rewrite.xml -%%APP_HOME%%/%%ETCDIR%%-rewrite-customizer.xml -%%APP_HOME%%/%%ETCDIR%%-setuid.xml -%%APP_HOME%%/%%ETCDIR%%-spring.xml -%%APP_HOME%%/%%ETCDIR%%-ssl-context.xml -%%APP_HOME%%/%%ETCDIR%%-ssl.xml -%%APP_HOME%%/%%ETCDIR%%-started.xml -%%APP_HOME%%/%%ETCDIR%%-stats.xml -%%APP_HOME%%/%%ETCDIR%%.conf -%%APP_HOME%%/%%ETCDIR%%.xml -%%APP_HOME%%/etc/jminix.xml -%%APP_HOME%%/etc/jolokia.xml +%%APP_HOME%%/etc/jetty-acceptratelimit.xml +%%APP_HOME%%/etc/jetty-alpn.xml +%%APP_HOME%%/etc/jetty-annotations.xml +%%APP_HOME%%/etc/jetty-bytebufferpool.xml +%%APP_HOME%%/etc/jetty-connectionlimit.xml +%%APP_HOME%%/etc/jetty-customrequestlog.xml +%%APP_HOME%%/etc/jetty-debug.xml +%%APP_HOME%%/etc/jetty-debuglog.xml +%%APP_HOME%%/etc/jetty-decorate.xml +%%APP_HOME%%/etc/jetty-deploy.xml +%%APP_HOME%%/etc/jetty-gzip.xml +%%APP_HOME%%/etc/jetty-http-forwarded.xml +%%APP_HOME%%/etc/jetty-http.xml +%%APP_HOME%%/etc/jetty-http2.xml +%%APP_HOME%%/etc/jetty-http2c.xml +%%APP_HOME%%/etc/jetty-https.xml +%%APP_HOME%%/etc/jetty-ipaccess.xml +%%APP_HOME%%/etc/jetty-jaas.xml +%%APP_HOME%%/etc/jetty-jmx-remote.xml +%%APP_HOME%%/etc/jetty-jmx.xml +%%APP_HOME%%/etc/jetty-lowresources.xml +%%APP_HOME%%/etc/jetty-plus.xml +%%APP_HOME%%/etc/jetty-proxy-protocol-ssl.xml +%%APP_HOME%%/etc/jetty-proxy-protocol.xml +%%APP_HOME%%/etc/jetty-proxy.xml +%%APP_HOME%%/etc/jetty-requestlog.xml +%%APP_HOME%%/etc/jetty-rewrite-customizer.xml +%%APP_HOME%%/etc/jetty-rewrite.xml +%%APP_HOME%%/etc/jetty-setuid.xml +%%APP_HOME%%/etc/jetty-spring.xml +%%APP_HOME%%/etc/jetty-ssl-context.xml +%%APP_HOME%%/etc/jetty-ssl.xml +%%APP_HOME%%/etc/jetty-started.xml +%%APP_HOME%%/etc/jetty-stats.xml +%%APP_HOME%%/etc/jetty-stop.xml +%%APP_HOME%%/etc/jetty-threadlimit.xml +%%APP_HOME%%/etc/jetty-threadpool.xml +%%APP_HOME%%/etc/jetty-unixsocket-forwarded.xml +%%APP_HOME%%/etc/jetty-unixsocket-http.xml +%%APP_HOME%%/etc/jetty-unixsocket-http2c.xml +%%APP_HOME%%/etc/jetty-unixsocket-proxy-protocol.xml +%%APP_HOME%%/etc/jetty-unixsocket-secure.xml +%%APP_HOME%%/etc/jetty-unixsocket.xml +%%APP_HOME%%/etc/jetty-web-decorate.xml +%%APP_HOME%%/etc/jetty-webapp.xml +%%APP_HOME%%/etc/jetty.conf +%%APP_HOME%%/etc/jetty.xml %%APP_HOME%%/etc/krb5.ini +%%APP_HOME%%/etc/rewrite-compactpath.xml +%%APP_HOME%%/etc/sessions/file/session-store.xml +%%APP_HOME%%/etc/sessions/gcloud/session-store.xml +%%APP_HOME%%/etc/sessions/hazelcast/default.xml +%%APP_HOME%%/etc/sessions/hazelcast/remote.xml +%%APP_HOME%%/etc/sessions/id-manager.xml +%%APP_HOME%%/etc/sessions/infinispan/infinispan-common.xml +%%APP_HOME%%/etc/sessions/infinispan/infinispan-embedded-query.xml +%%APP_HOME%%/etc/sessions/infinispan/infinispan-embedded.xml +%%APP_HOME%%/etc/sessions/infinispan/infinispan-remote-query.xml +%%APP_HOME%%/etc/sessions/infinispan/infinispan-remote.xml +%%APP_HOME%%/etc/sessions/jdbc/datasource.xml +%%APP_HOME%%/etc/sessions/jdbc/driver.xml +%%APP_HOME%%/etc/sessions/jdbc/session-store.xml +%%APP_HOME%%/etc/sessions/mongo/session-store-by-address.xml +%%APP_HOME%%/etc/sessions/mongo/session-store-by-uri.xml +%%APP_HOME%%/etc/sessions/session-cache-hash.xml +%%APP_HOME%%/etc/sessions/session-cache-null.xml +%%APP_HOME%%/etc/sessions/session-data-cache/session-caching-store.xml +%%APP_HOME%%/etc/sessions/session-data-cache/xmemcached.xml %%APP_HOME%%/etc/spnego.conf %%APP_HOME%%/etc/spnego.properties %%APP_HOME%%/etc/webdefault.xml -%%APP_HOME%%/etc/rewrite-compactpath.xml -%%APP_HOME%%/lib/annotations/asm-5.0.1.jar -%%APP_HOME%%/lib/annotations/asm-commons-5.0.1.jar -%%APP_HOME%%/lib/annotations/javax.annotation-api-1.2.jar -%%APP_HOME%%/lib/apache-jsp/org.eclipse.jdt.core.compiler.ecj-4.4.2.jar -%%APP_HOME%%/lib/apache-jsp/org.eclipse.jetty.apache-jsp-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-el-8.0.33.jar -%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-jsp-8.0.33.jar +%%APP_HOME%%/lib/alpn-api-1.1.3.v20160715.jar +%%APP_HOME%%/lib/annotations/asm-7.1.jar +%%APP_HOME%%/lib/annotations/asm-analysis-7.1.jar +%%APP_HOME%%/lib/annotations/asm-commons-7.1.jar +%%APP_HOME%%/lib/annotations/asm-tree-7.1.jar +%%APP_HOME%%/lib/annotations/javax.annotation-api-1.3.jar +%%APP_HOME%%/lib/apache-jsp/org.eclipse.jdt.ecj-3.17.0.jar +%%APP_HOME%%/lib/apache-jsp/org.eclipse.jetty.apache-jsp-9.4.20.v20190813.jar +%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-el-8.5.40.jar +%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-jsp-8.5.40.jar %%APP_HOME%%/lib/apache-jstl/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar %%APP_HOME%%/lib/apache-jstl/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar -%%APP_HOME%%/lib/cdi-core-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/cdi-servlet-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/cdi-websocket-%%PORTVERSION%%.%%JDVDATE%%.jar %%APP_HOME%%/lib/ext/.donotdelete -%%APP_HOME%%/lib/fcgi/fcgi-client-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/fcgi/fcgi-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/http2/http2-common-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/http2/http2-hpack-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/http2/http2-server-%%PORTVERSION%%.%%JDVDATE%%.jar +%%APP_HOME%%/lib/fcgi/fcgi-client-9.4.20.v20190813.jar +%%APP_HOME%%/lib/fcgi/fcgi-server-9.4.20.v20190813.jar +%%APP_HOME%%/lib/http2/http2-common-9.4.20.v20190813.jar +%%APP_HOME%%/lib/http2/http2-hpack-9.4.20.v20190813.jar +%%APP_HOME%%/lib/http2/http2-server-9.4.20.v20190813.jar +%%APP_HOME%%/lib/infinispan-common-9.4.20.v20190813.jar +%%APP_HOME%%/lib/infinispan-embedded-query-9.4.20.v20190813.jar +%%APP_HOME%%/lib/infinispan-remote-query-9.4.20.v20190813.jar %%APP_HOME%%/lib/jaspi/javax.security.auth.message-1.0.0.v201108011116.jar -%%APP_HOME%%/lib/jetty-alpn-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-annotations-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-client-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-continuation-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-deploy-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_NAME%%/lib/jetty-gcloud-session-manager-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-http-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-infinispan-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-io-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-jaas-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-jaspi-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-jmx-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-jndi-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-nosql-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-plus-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-proxy-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-quickstart-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-rewrite-%%PORTVERSION%%.%%JDVDATE%%.jar +%%APP_HOME%%/lib/jetty-alpn-conscrypt-server-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-alpn-java-server-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-alpn-openjdk8-server-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-alpn-server-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-annotations-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-cdi-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-client-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-continuation-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-deploy-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-gcloud-session-manager-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-hazelcast-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-http-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-io-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-jaas-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-jaspi-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-jmx-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-jndi-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-memcached-sessions-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-nosql-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-plus-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-proxy-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-quickstart-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-rewrite-9.4.20.v20190813.jar %%APP_HOME%%/lib/jetty-schemas-3.1.jar -%%APP_HOME%%/lib/jetty-security-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-servlet-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-servlets-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-util-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-webapp-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jetty-xml-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/jndi/javax.mail.glassfish-1.4.1.v201005082020.jar -%%APP_HOME%%/lib/jndi/javax.transaction-api-1.2.jar -%%APP_HOME%%/lib/monitor/jetty-monitor-%%PORTVERSION%%.%%JDVDATE%%.jar +%%APP_HOME%%/lib/jetty-security-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-server-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-servlet-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-servlets-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-unixsocket-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-util-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-webapp-9.4.20.v20190813.jar +%%APP_HOME%%/lib/jetty-xml-9.4.20.v20190813.jar +%%APP_HOME%%/lib/mail/javax.mail.glassfish-1.4.1.v201005082020.jar %%APP_HOME%%/lib/servlet-api-3.1.jar %%APP_HOME%%/lib/setuid/jetty-setuid-java-1.0.3.jar -%%APP_HOME%%/lib/spring/jetty-spring-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/javax-websocket-client-impl-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/javax-websocket-server-impl-%%PORTVERSION%%.%%JDVDATE%%.jar +%%APP_HOME%%/lib/spring/jetty-spring-9.4.20.v20190813.jar +%%APP_HOME%%/lib/transactions/javax.transaction-api-1.3.jar +%%APP_HOME%%/lib/websocket/javax-websocket-client-impl-9.4.20.v20190813.jar +%%APP_HOME%%/lib/websocket/javax-websocket-server-impl-9.4.20.v20190813.jar %%APP_HOME%%/lib/websocket/javax.websocket-api-1.0.jar -%%APP_HOME%%/lib/websocket/websocket-api-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/websocket-client-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/websocket-common-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/websocket-server-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/lib/websocket/websocket-servlet-%%PORTVERSION%%.%%JDVDATE%%.jar -%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_65.mod -%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_66.mod -%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_71.mod -%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_72.mod -%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_73.mod -%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_74.mod -%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_77.mod -%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_91.mod -%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_92.mod +%%APP_HOME%%/lib/websocket/websocket-api-9.4.20.v20190813.jar +%%APP_HOME%%/lib/websocket/websocket-client-9.4.20.v20190813.jar +%%APP_HOME%%/lib/websocket/websocket-common-9.4.20.v20190813.jar +%%APP_HOME%%/lib/websocket/websocket-server-9.4.20.v20190813.jar +%%APP_HOME%%/lib/websocket/websocket-servlet-9.4.20.v20190813.jar %%APP_HOME%%/license-eplv10-aslv20.html %%APP_HOME%%/logs/.donotdelete %%APP_HOME%%/modules/.donotdelete +%%APP_HOME%%/modules/acceptratelimit.mod +%%APP_HOME%%/modules/alpn-impl.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_05.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_101.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_102.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_11.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_111.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_112.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_121.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_131.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_141.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_144.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_151.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_152.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_161.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_162.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_171.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_172.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_181.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_191.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_192.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_20.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_201.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_202.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_211.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_212.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_221.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_222.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_25.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_31.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_40.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_45.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_51.mod %%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_60.mod -%%APP_NAME%%/modules/http-forwarded.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_65.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_66.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_71.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_72.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_73.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_74.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_77.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_91.mod +%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_92.mod +%%APP_HOME%%/modules/alpn-impl/alpn-10.mod +%%APP_HOME%%/modules/alpn-impl/alpn-11.mod +%%APP_HOME%%/modules/alpn-impl/alpn-12.mod +%%APP_HOME%%/modules/alpn-impl/alpn-13.mod +%%APP_HOME%%/modules/alpn-impl/alpn-14.mod +%%APP_HOME%%/modules/alpn-impl/alpn-8.mod +%%APP_HOME%%/modules/alpn-impl/alpn-9.mod %%APP_HOME%%/modules/alpn.mod %%APP_HOME%%/modules/annotations.mod %%APP_HOME%%/modules/apache-jsp.mod %%APP_HOME%%/modules/apache-jstl.mod +%%APP_HOME%%/modules/bytebufferpool.mod +%%APP_HOME%%/modules/cdi-decorate.mod +%%APP_HOME%%/modules/cdi-spi.mod %%APP_HOME%%/modules/cdi.mod +%%APP_HOME%%/modules/cdi2.mod %%APP_HOME%%/modules/client.mod +%%APP_HOME%%/modules/connectionlimit.mod +%%APP_HOME%%/modules/conscrypt.mod +%%APP_HOME%%/modules/conscrypt/conscrypt.xml +%%APP_HOME%%/modules/console-capture.mod %%APP_HOME%%/modules/continuation.mod +%%APP_HOME%%/modules/customrequestlog.mod %%APP_HOME%%/modules/debug.mod %%APP_HOME%%/modules/debuglog.mod +%%APP_HOME%%/modules/decorate.mod %%APP_HOME%%/modules/deploy.mod +%%APP_HOME%%/modules/deprecated.properties %%APP_HOME%%/modules/ext.mod %%APP_HOME%%/modules/fcgi.mod -%%APP_HOME%%/modules/gcloud-sessions.mod +%%APP_HOME%%/modules/flight-recorder.mod +%%APP_HOME%%/modules/gcloud-datastore.mod +%%APP_HOME%%/modules/gcloud.mod +%%APP_HOME%%/modules/gcloud/index.yaml +%%APP_HOME%%/modules/global-webapp-common.d/global-webapp-common.xml +%%APP_HOME%%/modules/global-webapp-common.d/webapp-common.xml +%%APP_HOME%%/modules/global-webapp-common.mod %%APP_HOME%%/modules/gzip.mod %%APP_HOME%%/modules/hawtio.mod +%%APP_HOME%%/modules/hawtio/hawtio.xml %%APP_HOME%%/modules/home-base-warning.mod +%%APP_HOME%%/modules/http-forwarded.mod %%APP_HOME%%/modules/http.mod %%APP_HOME%%/modules/http2.mod %%APP_HOME%%/modules/http2c.mod %%APP_HOME%%/modules/https.mod -%%APP_HOME%%/modules/infinispan.mod +%%APP_HOME%%/modules/inetaccess.mod +%%APP_HOME%%/modules/inetaccess/jetty-inetaccess.xml +%%APP_HOME%%/modules/infinispan-embedded-query.mod +%%APP_HOME%%/modules/infinispan-embedded.mod +%%APP_HOME%%/modules/infinispan-remote-query.mod +%%APP_HOME%%/modules/infinispan-remote.mod %%APP_HOME%%/modules/ipaccess.mod %%APP_HOME%%/modules/jaas.mod %%APP_HOME%%/modules/jamon.mod +%%APP_HOME%%/modules/jamon/jamon.xml %%APP_HOME%%/modules/jaspi.mod -%%APP_HOME%%/modules/jdbc-sessions.mod +%%APP_HOME%%/modules/jcl-slf4j.mod %%APP_HOME%%/modules/jminix.mod +%%APP_HOME%%/modules/jminix/jminix.xml %%APP_HOME%%/modules/jmx-remote.mod %%APP_HOME%%/modules/jmx.mod %%APP_HOME%%/modules/jndi.mod %%APP_HOME%%/modules/jolokia.mod +%%APP_HOME%%/modules/jolokia/jolokia.xml %%APP_HOME%%/modules/jsp.mod %%APP_HOME%%/modules/jstl.mod +%%APP_HOME%%/modules/jul-impl.mod +%%APP_HOME%%/modules/jul-impl/etc/java-util-logging.properties +%%APP_HOME%%/modules/jul-slf4j.mod +%%APP_HOME%%/modules/jul-slf4j/etc/java-util-logging.properties %%APP_HOME%%/modules/jvm.mod -%%APP_HOME%%/modules/logging.mod +%%APP_HOME%%/modules/log4j-impl.mod +%%APP_HOME%%/modules/log4j-impl/resources/log4j.xml +%%APP_HOME%%/modules/log4j2-api.mod +%%APP_HOME%%/modules/log4j2-impl.mod +%%APP_HOME%%/modules/log4j2-impl/resources/log4j2.xml +%%APP_HOME%%/modules/log4j2-slf4j.mod +%%APP_HOME%%/modules/logback-access.mod +%%APP_HOME%%/modules/logback-access/jetty-logback-access.xml +%%APP_HOME%%/modules/logback-access/logback-access.xml +%%APP_HOME%%/modules/logback-impl.mod +%%APP_HOME%%/modules/logback-impl/resources/logback.xml +%%APP_HOME%%/modules/logging-jetty.mod +%%APP_HOME%%/modules/logging-jetty/resources/jetty-logging.properties +%%APP_HOME%%/modules/logging-jul.mod +%%APP_HOME%%/modules/logging-log4j.mod +%%APP_HOME%%/modules/logging-log4j2.mod +%%APP_HOME%%/modules/logging-logback.mod +%%APP_HOME%%/modules/logging-slf4j.mod %%APP_HOME%%/modules/lowresources.mod -%%APP_HOME%%/modules/monitor.mod -%%APP_HOME%%/modules/nosql.mod +%%APP_HOME%%/modules/mail.mod %%APP_HOME%%/modules/plus.mod %%APP_HOME%%/modules/proxy-protocol-ssl.mod %%APP_HOME%%/modules/proxy-protocol.mod @@ -181,45 +295,69 @@ sbin/%%APP_NAME%%.sh %%APP_HOME%%/modules/quickstart.mod %%APP_HOME%%/modules/requestlog.mod %%APP_HOME%%/modules/resources.mod -%%APP_HOME%%/modules/rewrite.mod %%APP_HOME%%/modules/rewrite-compactpath.mod %%APP_HOME%%/modules/rewrite-customizer.mod +%%APP_HOME%%/modules/rewrite.mod %%APP_HOME%%/modules/security.mod %%APP_HOME%%/modules/server.mod %%APP_HOME%%/modules/servlet.mod %%APP_HOME%%/modules/servlets.mod +%%APP_HOME%%/modules/session-cache-hash.mod +%%APP_HOME%%/modules/session-cache-null.mod +%%APP_HOME%%/modules/session-store-cache.mod +%%APP_HOME%%/modules/session-store-file.mod +%%APP_HOME%%/modules/session-store-gcloud.mod +%%APP_HOME%%/modules/session-store-hazelcast-embedded.mod +%%APP_HOME%%/modules/session-store-hazelcast-remote.mod +%%APP_HOME%%/modules/session-store-infinispan-embedded.mod +%%APP_HOME%%/modules/session-store-infinispan-remote.mod +%%APP_HOME%%/modules/session-store-jdbc.mod +%%APP_HOME%%/modules/session-store-mongo.mod +%%APP_HOME%%/modules/sessions.mod +%%APP_HOME%%/modules/sessions/infinispan/embedded/infinispan-embedded-libs.mod +%%APP_HOME%%/modules/sessions/infinispan/embedded/infinispan-embedded-query-libs.mod +%%APP_HOME%%/modules/sessions/infinispan/embedded/infinispan-embedded-serverclasses.mod +%%APP_HOME%%/modules/sessions/infinispan/embedded/infinispan.xml +%%APP_HOME%%/modules/sessions/infinispan/infinispan-common.mod +%%APP_HOME%%/modules/sessions/infinispan/remote/infinispan-remote-libs.mod +%%APP_HOME%%/modules/sessions/infinispan/remote/infinispan-remote-query-libs.mod +%%APP_HOME%%/modules/sessions/infinispan/remote/infinispan-remote-serverclasses.mod +%%APP_HOME%%/modules/sessions/infinispan/remote/other_proto_marshallers.xml +%%APP_HOME%%/modules/sessions/infinispan/remote/resources/hotrod-client.properties +%%APP_HOME%%/modules/sessions/jdbc/datasource.mod +%%APP_HOME%%/modules/sessions/jdbc/driver.mod +%%APP_HOME%%/modules/sessions/mongo/address.mod +%%APP_HOME%%/modules/sessions/mongo/uri.mod +%%APP_HOME%%/modules/sessions/session-data-cache/xmemcached.mod %%APP_HOME%%/modules/setuid.mod +%%APP_HOME%%/modules/slf4j-api.mod +%%APP_HOME%%/modules/slf4j-jul.mod +%%APP_HOME%%/modules/slf4j-log4j.mod +%%APP_HOME%%/modules/slf4j-log4j2.mod +%%APP_HOME%%/modules/slf4j-logback.mod +%%APP_HOME%%/modules/slf4j-simple-impl.mod +%%APP_HOME%%/modules/slf4j-simple-impl/resources/simplelogger.properties %%APP_HOME%%/modules/spring.mod %%APP_HOME%%/modules/ssl.mod +%%APP_HOME%%/modules/ssl/keystore %%APP_HOME%%/modules/stats.mod +%%APP_HOME%%/modules/stop.mod +%%APP_HOME%%/modules/threadlimit.mod +%%APP_HOME%%/modules/threadpool.mod +%%APP_HOME%%/modules/transactions.mod +%%APP_HOME%%/modules/unixsocket-forwarded.mod +%%APP_HOME%%/modules/unixsocket-http.mod +%%APP_HOME%%/modules/unixsocket-http2c.mod +%%APP_HOME%%/modules/unixsocket-proxy-protocol.mod +%%APP_HOME%%/modules/unixsocket-secure.mod +%%APP_HOME%%/modules/unixsocket.mod %%APP_HOME%%/modules/webapp.mod %%APP_HOME%%/modules/websocket.mod %%APP_HOME%%/notice.html -%%APP_HOME%%/resources/log4j.properties %%APP_HOME%%/start.ini %%APP_HOME%%/start.jar %%APP_HOME%%/webapps/README.TXT -@dir %%APP_HOME%% -@dir %%APP_HOME%%/bin -@dir %%APP_HOME%%/etc -@dir %%APP_HOME%%/lib -@dir %%APP_HOME%%/lib/annotations -@dir %%APP_HOME%%/lib/apache-jsp -@dir %%APP_HOME%%/lib/apache-jstl -@dir %%APP_HOME%%/lib/ext -@dir %%APP_HOME%%/lib/fcgi -@dir %%APP_HOME%%/lib/http2 -@dir %%APP_HOME%%/lib/jaspi -@dir %%APP_HOME%%/lib/jndi -@dir %%APP_HOME%%/lib/monitor -@dir %%APP_HOME%%/lib/setuid -@dir %%APP_HOME%%/lib/spring -@dir %%APP_HOME%%/lib/websocket -@dir %%APP_HOME%%/logs -@dir %%APP_HOME%%/modules -@dir %%APP_HOME%%/modules/alpn-impl @dir %%APP_HOME%%/resources -@dir %%APP_HOME%%/webapps @dir(www,www,755) %%WWWDIR%% @dir(www,www,755) %%WWWDIR%%/demo-base @dir(www,www,755) %%WWWDIR%%/demo-base/etc @@ -240,21 +378,276 @@ sbin/%%APP_NAME%%.sh %%WWWDIR%%/demo-base/etc/login.properties %%WWWDIR%%/demo-base/etc/realm.properties %%WWWDIR%%/demo-base/etc/test-realm.xml -%%WWWDIR%%/demo-base/lib/ext/javax.mail.glassfish-1.4.1.v201005082020.jar -%%WWWDIR%%/demo-base/lib/ext/test-mock-resources-%%PORTVERSION%%.%%JDVDATE%%.jar +%%WWWDIR%%/demo-base/lib/ext/test-mock-resources-9.4.20.v20190813.jar +%%WWWDIR%%/demo-base/start.d/annotations.ini +%%WWWDIR%%/demo-base/start.d/client.ini +%%WWWDIR%%/demo-base/start.d/continuation.ini +%%WWWDIR%%/demo-base/start.d/demo.ini +%%WWWDIR%%/demo-base/start.d/deploy.ini +%%WWWDIR%%/demo-base/start.d/ext.ini %%WWWDIR%%/demo-base/start.d/http.ini %%WWWDIR%%/demo-base/start.d/https.ini +%%WWWDIR%%/demo-base/start.d/jndi.ini %%WWWDIR%%/demo-base/start.d/jsp.ini %%WWWDIR%%/demo-base/start.d/jstl.ini -%%WWWDIR%%/demo-base/start.d/ssl.ini -%%WWWDIR%%/demo-base/start.ini +%%WWWDIR%%/demo-base/start.d/resources.ini +%%WWWDIR%%/demo-base/start.d/server.ini +%%WWWDIR%%/demo-base/start.d/servlets.ini +%%WWWDIR%%/demo-base/start.d/threadpool.ini %%WWWDIR%%/demo-base/webapps/README.TXT -%%WWWDIR%%/demo-base/webapps/ROOT/images/%%APP_NAME%%-header.jpg +%%WWWDIR%%/demo-base/webapps/ROOT/images/jetty-header.jpg %%WWWDIR%%/demo-base/webapps/ROOT/images/webtide_logo.jpg %%WWWDIR%%/demo-base/webapps/ROOT/index.html -%%WWWDIR%%/demo-base/webapps/ROOT/%%APP_NAME%%.css +%%WWWDIR%%/demo-base/webapps/ROOT/jetty.css %%WWWDIR%%/demo-base/webapps/async-rest.war +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/_enabling_websocket.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/advanced-contributing.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/advanced-debugging.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/advanced-embedding.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/advanced-extras.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/alpn-chapter.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/annotations.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ant-and-jetty.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/architecture.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/automatic-webapp-deployment.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/balancer-servlet.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/bugs.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/cgi-servlet.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/cloudfoundry.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/coding-standards.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-connectors.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-contexts.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-deployment.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-fastcgi.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-form-size.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-jetty-request-logs.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-jsp.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-logging-modules.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-logging.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-security-secure-passwords.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-security.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-file-system.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-gcloud.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-hazelcast.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-infinispan.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-jdbc.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-memory.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-mongo.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-specific-webapp-deployment.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-ssl.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-virtual-hosts.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-webapps.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/continuations-patterns.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/continuations-using.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/continuations.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/contributing-documentation.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/contributing-patches.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/contributing-source-build.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/creating-custom-protocol.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/cross-origin-filter.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/docbook.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/font-awesome/font-awesome-ie7.min.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/font-awesome/font-awesome.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/font-awesome/font-awesome.css.map +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/font-awesome/font-awesome.min.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/darkula.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/default.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/foundation.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/github.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/googlecode.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/zenburn.css +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/custom-error-pages.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/custom-modules.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/debug-handler.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/debugging-with-eclipse.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/debugging-with-intellij.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/default-handler.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/default-logging-with-stderrlog.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/deployment-architecture.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/dos-filter.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/elastic-beanstalk.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/embedded-examples.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/embedding-jetty.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/enable-remote-debugging.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/error-handler.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/example-logging-logback-centralized.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fastcgi.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fedora.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/FontAwesome.otf +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.eot +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.svg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.ttf +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.woff +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.woff2 +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/framework-jetty-osgi.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/framework-metro.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/framework-weld.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/frameworks.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/gzip-filter.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/header-filter.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/high-load.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/hot-deployment.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-api.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-authentication.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-cookie.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-proxy.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-transport.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2-configuring-haproxy.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2-configuring-push.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2-configuring.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2-enabling.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/Jetty_Configuration_File_Relationships.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/Jetty_DeployManager_AppLifeCycle-1.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/Jetty_DeployManager_DefaultAppLifeCycleBindings.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/Jetty_DeployManager_DeploymentManager_Roles.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/SessionsHierarchy.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-handlers.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-nested-handlers.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-patterns.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-servlet-handler.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-web-application.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/caution.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/caution.svg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/certificate-chain.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/debug-eclipse-1.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/debug-eclipse-2.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/debug-eclipse-3.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/draft-ribbon.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/favicon.ico +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/important.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/important.svg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/intellij_debug_view.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/intellij_new_remote_config.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/intellij_select_debug.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/intellij_set_breakpoint.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jconsole1.jpg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jconsole2.jpg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jconsole3.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-avatar.svg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-header-logo.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-high-level-architecture.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-logo-shadow.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-logo-shadow.svg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-logo.svg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty.gif +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jmc1.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jmc2.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jmc3.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/modules-9.3-simplified.dot +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/modules-9.3-simplified.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/note.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/note.svg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/tip.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/tip.svg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/warning.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/warning.svg +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/windows-service-jetty.png +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/index.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/introduction.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ipaccess-handler.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jaas-support.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jelastic.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-1xx-responses.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-admin-guide.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-classloading.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-config-guide.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-dev-guide.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-dump-tool.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-env-xml.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-handlers.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-javaee.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-jconsole.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-jmx-annotations.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-jspc-maven-plugin.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-maven-plugin.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-maven-scanning.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-ref-guide.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-ssl-distribution.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-web-xml-config.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-adapter.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-annotations.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-events.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-listener.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-send-message.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-session.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-client-api.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-server-api.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-xml-config.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-xml-usage.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jmx-chapter.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jndi-configuration.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jndi-datasource-examples.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jndi-embedded.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jndi.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/js/highlight.pack.js +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/limit-load.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/maven-and-jetty.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/moved-context-handler.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/optimizing.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/override-web-xml.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/platforms.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/preventing-memory-leaks.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/proxy-servlet.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/qos-filter.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quick-start-configure.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quick-start-getting-started.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quick-start.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-common-config.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-config-what.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-deploying-webapps.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-jetty-coordinates.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-running-jetty.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-webapp.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ref-temporary-directories.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/reference-section.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/release-testing.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/releasing-jetty.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/resource-handler.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/rewrite-handler.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/runner.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/security-reporting.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/security-reports.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/serving-aliased-files.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/serving-webapp-from-particular-port.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/session-configuration-housekeeper.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/session-configuration-memcachedsessiondatastore.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/session-configuration-sessioncache.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/session-management.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/sessions-details.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/sessions-usecases.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/setting-form-size.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/setting-port80-access.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/shutdown-handler.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/spnego-support.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/start-jar.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-base-and-home.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-classpath.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-jpms.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-modules.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-unix-service.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-windows-service.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-xml-config.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/static-content-deployment.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/statistics-handler.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/troubleshooting-locked-files-on-windows.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/troubleshooting-slow-deployment.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/troubleshooting.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ubuntu.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/upgrading-jetty.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/using-annotations-embedded.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/using-annotations.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/using-jetty-jndi.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/watchservice.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/webdefault-xml.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/websocket-intro.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/websocket-jetty.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/what-jetty-version.html +%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ws-intro-api.html %%WWWDIR%%/demo-base/webapps/example-moved.xml +%%WWWDIR%%/demo-base/webapps/javadoc-proxy.war %%WWWDIR%%/demo-base/webapps/test-jaas.war %%WWWDIR%%/demo-base/webapps/test-jaas.xml %%WWWDIR%%/demo-base/webapps/test-jndi.war @@ -264,6 +657,5 @@ sbin/%%APP_NAME%%.sh %%WWWDIR%%/demo-base/webapps/test.d/override-web.xml %%WWWDIR%%/demo-base/webapps/test.war %%WWWDIR%%/demo-base/webapps/test.xml -%%WWWDIR%%/demo-base/webapps/xref-proxy.war @group @owner From owner-svn-ports-branches@freebsd.org Wed Aug 28 17:05:09 2019 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 E27A9E1B4E; Wed, 28 Aug 2019 17:05:09 +0000 (UTC) (envelope-from lwhsu@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 46JXDP5h24z4RdY; Wed, 28 Aug 2019 17:05:09 +0000 (UTC) (envelope-from lwhsu@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 A490EA779; Wed, 28 Aug 2019 17:05:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7SH59gQ050864; Wed, 28 Aug 2019 17:05:09 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7SH59Rp050862; Wed, 28 Aug 2019 17:05:09 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201908281705.x7SH59Rp050862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 28 Aug 2019 17:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510081 - branches/2019Q3/devel/jenkins X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2019Q3/devel/jenkins X-SVN-Commit-Revision: 510081 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, 28 Aug 2019 17:05:09 -0000 Author: lwhsu Date: Wed Aug 28 17:05:08 2019 New Revision: 510081 URL: https://svnweb.freebsd.org/changeset/ports/510081 Log: MFH: r510072 - Update to 2.192 Security: 7a7891fc-6318-447a-ba45-31d525ec11a0 Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (joneum) Modified: branches/2019Q3/devel/jenkins/Makefile branches/2019Q3/devel/jenkins/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/devel/jenkins/Makefile ============================================================================== --- branches/2019Q3/devel/jenkins/Makefile Wed Aug 28 16:44:30 2019 (r510080) +++ branches/2019Q3/devel/jenkins/Makefile Wed Aug 28 17:05:08 2019 (r510081) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.186 +PORTVERSION= 2.192 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: branches/2019Q3/devel/jenkins/distinfo ============================================================================== --- branches/2019Q3/devel/jenkins/distinfo Wed Aug 28 16:44:30 2019 (r510080) +++ branches/2019Q3/devel/jenkins/distinfo Wed Aug 28 17:05:08 2019 (r510081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563375501 -SHA256 (jenkins/2.186/jenkins.war) = d98ab2f00a04b193332704e75394b930683f1d7bb748c4ba3a0a2cad234f84ad -SIZE (jenkins/2.186/jenkins.war) = 77649944 +TIMESTAMP = 1567006707 +SHA256 (jenkins/2.192/jenkins.war) = d88954d034012837df890e8a626061662b7ae5665a43136439652b00a207b971 +SIZE (jenkins/2.192/jenkins.war) = 78257602 From owner-svn-ports-branches@freebsd.org Wed Aug 28 17:07:38 2019 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 D62B5E1CF6; Wed, 28 Aug 2019 17:07:38 +0000 (UTC) (envelope-from lwhsu@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 46JXHG5BGNz4RpY; Wed, 28 Aug 2019 17:07:38 +0000 (UTC) (envelope-from lwhsu@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 937ECA795; Wed, 28 Aug 2019 17:07:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7SH7cYD051138; Wed, 28 Aug 2019 17:07:38 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7SH7cMJ051137; Wed, 28 Aug 2019 17:07:38 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201908281707.x7SH7cMJ051137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 28 Aug 2019 17:07:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510082 - branches/2019Q3/devel/jenkins-lts X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2019Q3/devel/jenkins-lts X-SVN-Commit-Revision: 510082 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, 28 Aug 2019 17:07:38 -0000 Author: lwhsu Date: Wed Aug 28 17:07:37 2019 New Revision: 510082 URL: https://svnweb.freebsd.org/changeset/ports/510082 Log: MFH: r510073 - Update to 2.176.3 Approved by: swils (maintainer, implicitly) Security: 7a7891fc-6318-447a-ba45-31d525ec11a0 Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (joneum) Modified: branches/2019Q3/devel/jenkins-lts/Makefile branches/2019Q3/devel/jenkins-lts/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/devel/jenkins-lts/Makefile ============================================================================== --- branches/2019Q3/devel/jenkins-lts/Makefile Wed Aug 28 17:05:08 2019 (r510081) +++ branches/2019Q3/devel/jenkins-lts/Makefile Wed Aug 28 17:07:37 2019 (r510082) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.176.2 +PORTVERSION= 2.176.3 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: branches/2019Q3/devel/jenkins-lts/distinfo ============================================================================== --- branches/2019Q3/devel/jenkins-lts/distinfo Wed Aug 28 17:05:08 2019 (r510081) +++ branches/2019Q3/devel/jenkins-lts/distinfo Wed Aug 28 17:07:37 2019 (r510082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563375502 -SHA256 (jenkins/2.176.2/jenkins.war) = 33a6c3161cf8de9c8729fd83914d781319fd1569acf487c7b1121681dba190a5 -SIZE (jenkins/2.176.2/jenkins.war) = 77379386 +TIMESTAMP = 1567006689 +SHA256 (jenkins/2.176.3/jenkins.war) = 9406c7bee2bc473f77191ace951993f89922f927a0cd7efb658a4247d67b9aa3 +SIZE (jenkins/2.176.3/jenkins.war) = 77364728 From owner-svn-ports-branches@freebsd.org Thu Aug 29 06:54:33 2019 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 C8961CC09E; Thu, 29 Aug 2019 06:54:33 +0000 (UTC) (envelope-from joneum@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 46JtdP4jWcz4Hy7; Thu, 29 Aug 2019 06:54:33 +0000 (UTC) (envelope-from joneum@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 835C41C1FF; Thu, 29 Aug 2019 06:54:33 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7T6sXOB045772; Thu, 29 Aug 2019 06:54:33 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7T6sXfp045770; Thu, 29 Aug 2019 06:54:33 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201908290654.x7T6sXfp045770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 29 Aug 2019 06:54:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510147 - branches/2019Q3/www/typo3-9 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2019Q3/www/typo3-9 X-SVN-Commit-Revision: 510147 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, 29 Aug 2019 06:54:33 -0000 Author: joneum Date: Thu Aug 29 06:54:32 2019 New Revision: 510147 URL: https://svnweb.freebsd.org/changeset/ports/510147 Log: MFH: r510146 Update to 9.5.9 Changelog: https://get.typo3.org/release-notes/9.5.9 PR: 240150 Submitted by: Helmut Ritter (maintainer) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (joneum) Modified: branches/2019Q3/www/typo3-9/Makefile branches/2019Q3/www/typo3-9/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/typo3-9/Makefile ============================================================================== --- branches/2019Q3/www/typo3-9/Makefile Thu Aug 29 06:53:21 2019 (r510146) +++ branches/2019Q3/www/typo3-9/Makefile Thu Aug 29 06:54:32 2019 (r510147) @@ -27,7 +27,7 @@ PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. PORT_V_MAJOR= 9 PORT_V_MINOR= 5 -PORT_V_PATCH= 8 +PORT_V_PATCH= 9 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} Modified: branches/2019Q3/www/typo3-9/distinfo ============================================================================== --- branches/2019Q3/www/typo3-9/distinfo Thu Aug 29 06:53:21 2019 (r510146) +++ branches/2019Q3/www/typo3-9/distinfo Thu Aug 29 06:54:32 2019 (r510147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561720318 -SHA256 (typo3_src-9.5.8.tar.gz) = e63b00ef074cba6afc098b307e5f4f0254c66a604cadba2c91755719a717cff2 -SIZE (typo3_src-9.5.8.tar.gz) = 28091197 +TIMESTAMP = 1567060540 +SHA256 (typo3_src-9.5.9.tar.gz) = d8fa173b6a3917c1469bd332787af5c6866b881a89682cb60884ac41686e92e9 +SIZE (typo3_src-9.5.9.tar.gz) = 28105432 From owner-svn-ports-branches@freebsd.org Thu Aug 29 07:09:56 2019 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 0906FCC52B; Thu, 29 Aug 2019 07:09:56 +0000 (UTC) (envelope-from yuri@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 46Jtz76Rxyz4JX3; Thu, 29 Aug 2019 07:09:55 +0000 (UTC) (envelope-from yuri@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 D3FEA1C3C8; Thu, 29 Aug 2019 07:09:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7T79tDR052010; Thu, 29 Aug 2019 07:09:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7T79t1a052007; Thu, 29 Aug 2019 07:09:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908290709.x7T79t1a052007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 29 Aug 2019 07:09:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510148 - branches/2019Q3/irc/inspircd X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: branches/2019Q3/irc/inspircd X-SVN-Commit-Revision: 510148 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, 29 Aug 2019 07:09:56 -0000 Author: yuri Date: Thu Aug 29 07:09:54 2019 New Revision: 510148 URL: https://svnweb.freebsd.org/changeset/ports/510148 Log: MFH: r510137 irc/inspircd: Update to 3.3.0 (bugfix release); Add MBEDTLS knob PR: 240129 Submitted by: Dmitri Goutnik Approved by: ports-secteam (joneum) Modified: branches/2019Q3/irc/inspircd/Makefile branches/2019Q3/irc/inspircd/distinfo branches/2019Q3/irc/inspircd/pkg-plist Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/irc/inspircd/Makefile ============================================================================== --- branches/2019Q3/irc/inspircd/Makefile Thu Aug 29 06:54:32 2019 (r510147) +++ branches/2019Q3/irc/inspircd/Makefile Thu Aug 29 07:09:54 2019 (r510148) @@ -3,7 +3,7 @@ PORTNAME= inspircd DISTVERSIONPREFIX= v -DISTVERSION= 3.1.0 +DISTVERSION= 3.3.0 CATEGORIES= irc MAINTAINER= dg@syrec.org @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/LICENSE.txt # Configure script is written in perl -USES= cpe gmake perl5 +USES= compiler:c++11-lang cpe gmake localbase:ldflags perl5 USE_GITHUB= yes USE_PERL5= build @@ -28,7 +28,8 @@ CONFIGURE_ARGS= --binary-dir=${PREFIX}/bin \ --manual-dir=${MANPREFIX}/man/man1 \ --module-dir=${PREFIX}/libexec/${PORTNAME}/modules \ --prefix=${PREFIX}/libexec/${PORTNAME} \ - --distribution-label=${OPSYS}-${PORTVERSION} + --distribution-label=${OPSYS}-${PORTVERSION} \ + --disable-auto-extras USE_RC_SUBR= ${PORTNAME} MAKEFILE= GNUmakefile @@ -42,7 +43,7 @@ INSPIRCD_DBDIR?= /var/db/${PORTNAME} INSPIRCD_LOGDIR?= /var/log/${PORTNAME} INSPIRCD_RUNDIR?= /var/run/${PORTNAME} -SUB_FILES= pkg-deinstall +SUB_FILES= pkg-message SUB_LIST= INSPIRCD_DBDIR=${INSPIRCD_DBDIR} \ INSPIRCD_GROUP=${GROUPS} \ INSPIRCD_LOGDIR=${INSPIRCD_LOGDIR} \ @@ -55,12 +56,13 @@ PLIST_SUB= INSPIRCD_DBDIR=${INSPIRCD_DBDIR} \ INSPIRCD_RUNDIR=${INSPIRCD_RUNDIR} \ INSPIRCD_USER=${USERS} -OPTIONS_DEFINE= GNUTLS IPV6 LDAP MYSQL OPENSSL PCRE PGSQL POSIX SQLITE +OPTIONS_DEFINE= GNUTLS IPV6 LDAP MBEDTLS MYSQL OPENSSL PCRE PGSQL POSIX SQLITE OPTIONS_DEFAULT= OPENSSL POSIX OPTIONS_SUB= yes GNUTLS_DESC= Build m_ssl_gnutls module LDAP_DESC= Build m_ldap module +MBEDTLS_DESC= Build m_ssl_mbedtls module MYSQL_DESC= Build m_mysql module OPENSSL_DESC= Build m_ssl_openssl module PCRE_DESC= Build m_regex_pcre module @@ -74,6 +76,9 @@ GNUTLS_VARS= EXTRAS+=m_ssl_gnutls.cpp LDAP_USE= OPENLDAP=yes LDAP_VARS= EXTRAS+=m_ldap.cpp + +MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls +MBEDTLS_VARS= EXTRAS+=m_ssl_mbedtls.cpp MYSQL_USES= mysql MYSQL_VARS= EXTRAS+=m_mysql.cpp Modified: branches/2019Q3/irc/inspircd/distinfo ============================================================================== --- branches/2019Q3/irc/inspircd/distinfo Thu Aug 29 06:54:32 2019 (r510147) +++ branches/2019Q3/irc/inspircd/distinfo Thu Aug 29 07:09:54 2019 (r510148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558182673 -SHA256 (inspircd-inspircd-v3.1.0_GH0.tar.gz) = 5fd6b30e0285dd2bcf6fd135ffce52a08d8452f820a02e0068ac471e99d465ba -SIZE (inspircd-inspircd-v3.1.0_GH0.tar.gz) = 795435 +TIMESTAMP = 1566835663 +SHA256 (inspircd-inspircd-v3.3.0_GH0.tar.gz) = 9bdf10e5b8f4488c0e9f6870a16d5befe029aea8d31dbf89aa856e532d7b41f2 +SIZE (inspircd-inspircd-v3.3.0_GH0.tar.gz) = 803449 Modified: branches/2019Q3/irc/inspircd/pkg-plist ============================================================================== --- branches/2019Q3/irc/inspircd/pkg-plist Thu Aug 29 06:54:32 2019 (r510147) +++ branches/2019Q3/irc/inspircd/pkg-plist Thu Aug 29 07:09:54 2019 (r510148) @@ -209,6 +209,7 @@ libexec/inspircd/modules/m_xline_db.so %%LDAP%%libexec/inspircd/modules/m_ldap.so %%LDAP%%libexec/inspircd/modules/m_ldapauth.so %%LDAP%%libexec/inspircd/modules/m_ldapoper.so +%%MBEDTLS%%libexec/inspircd/modules/m_ssl_mbedtls.so %%MYSQL%%libexec/inspircd/modules/m_mysql.so %%OPENSSL%%libexec/inspircd/modules/m_ssl_openssl.so %%PCRE%%libexec/inspircd/modules/m_regex_pcre.so From owner-svn-ports-branches@freebsd.org Thu Aug 29 14:47:26 2019 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 B49B3D7E4E; Thu, 29 Aug 2019 14:47:26 +0000 (UTC) (envelope-from ler@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 46K5724Nzvz3Gsk; Thu, 29 Aug 2019 14:47:26 +0000 (UTC) (envelope-from ler@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 6B8142172E; Thu, 29 Aug 2019 14:47:26 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7TElQdB023881; Thu, 29 Aug 2019 14:47:26 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7TElPVc023876; Thu, 29 Aug 2019 14:47:25 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201908291447.x7TElPVc023876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Thu, 29 Aug 2019 14:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510165 - in branches/2019Q3/mail: dovecot dovecot-pigeonhole X-SVN-Group: ports-branches X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in branches/2019Q3/mail: dovecot dovecot-pigeonhole X-SVN-Commit-Revision: 510165 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, 29 Aug 2019 14:47:26 -0000 Author: ler Date: Thu Aug 29 14:47:25 2019 New Revision: 510165 URL: https://svnweb.freebsd.org/changeset/ports/510165 Log: MFH: r506460 r506487 r506821 r506824 r507181 r507215 r510075 mail/dovecot, mail/dovecot-pigeonhole: Update to 2.3.7 and 0.5.7 respectively. dovecot changelog: * fts-solr: Removed break-imap-search parameter + Added more events for the new statistics, see https://doc.dovecot.org/admin_manual/list_of_events/ + mail-lua: Add IMAP metadata accessors, see https://doc.dovecot.org/admin_manual/lua/ + Add event exporters that allow exporting raw events to log files and external systems, see https://doc.dovecot.org/configuration_manual/event_export/ + SNIPPET is now PREVIEW and size has been increased to 200 characters. + Add body option to fts_enforced. This triggers building FTS index only on body search, and an error using FTS index fails the search rather than reads through all the mails. - Submission/LMTP: Fixed crash when domain argument is invalid in a second EHLO/LHLO command. - Copying/moving mails using Maildir format loses IMAP keywords in the destination if the mail also has no system flags. - mail_attachment_detection_options=add-flags-on-save caused email body to be unnecessarily opened when FETCHing mail headers that were already cached. - mail attachment detection keywords not saved with maildir. - dovecot.index.cache may have grown excessively large in some situations. This happened especially when using autoexpunging with lazy_expunge folders. Also with mdbox format in general the cache file wasn't recreated as often as it should have. - Autoexpunged mails weren't immediately deleted from the disk. Instead, the deletion from disk happened the next time the folder was opened. This could have caused unnecessary delays if the opening was done by an interactive IMAP session. - Dovecot's TCP connections sometimes add extra 40ms latency due to not enabling TCP_NODELAY. HTTP and SMTP/LMTP connections weren't affected, but everything else was. This delay wasn't always visible - only in some situations with some message/packet sizes. - imapc: Fix various crash conditions - Dovecot builds were not always reproducible. - login-proxy: With shutdown_clients=no after config reload the existing connections could no longer be listed or kicked with doveadm. - "doveadm proxy kick" with -f parameter caused a crash in some situations. - Auth policy can cause segmentation fault crash during auth process shutdown if all auth requests have not been finished. - Fix various minor bugs leading into incorrect behaviour in mailbox list index handling. These rarely caused noticeable problems. - LDAP auth: Iteration accesses freed memory, possibly crashing auth-worker - local_name { .. } filter in dovecot.conf does not correctly support multiple names and wildcards were matched incorrectly. - replicator: dsync assert-crashes if it can't connect to remote TCP server. - config: Memory leak in config process when ssl_dh setting wasn't set and there was no ssl-parameters.dat file. This caused config process to die once in a while with "out of memory". pigeonhole changelog: + vacation: Made the subject for the automatic response message produced by the Sieve vacation action configurable. Both the default subject (if the script defines none) and the subject template (e.g. used to add a subject prefix) can be configured. - dsync: dsync-replication does not synchronize Sieve scripts. - imap_sieve_filter: Reduce FILTER=SIEVE verbosity over IMAP connection. - testsuite: Pigeonhole testsuite segfaulted if it was compiled with GCC 9 mail/dovecot: stop spamming the log with EINVAL. PR: 239172 Submitted by: zillion1@o2.pl Obtained from: dovecot mailing list. mail/dovecot: stop whining about TCP_NODELAY errors. [PATCH] lib: ostream-file: Don't log any errors when setting TCP_NODELAY It's likely never useful to log the error, and it seems more and more unexpected errors just keep popping up. Obtained from: upstream git. mail/dovecot: One should actually TEST their patches. Fix previous commit. Pointy Hat To: ler mail/dovecot: [PATCH] lib-storage: Namespace prefix shouldn't be included in all mailbox name validity checks Obtained from: upstream github. mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.7.1 and 0.5.7.1 respectively. These releases fix the reported regressions in v2.3.7 & v0.5.7. Dovecot core: - Fix TCP_NODELAY errors being logged on non-Linux OSes - lmtp proxy: Fix assert-crash when client uses BODY=8BITMIME - Remove wrongly added checks in namespace prefix checking Pigeonhole: - dsync: Sieve script syncing failed if mailbox attributes weren't enabled. mail/dovecot,mail/dovecot-pigeonhole: fix CVE-2019-11500 Changes ------- * CVE-2019-11500: IMAP protocol parser does not properly handle NUL byte when scanning data in quoted strings, leading to out of bounds heap memory writes. Found by Nick Roessler and Rafi Rubin. Security: CVE-2019-11500 PR: 241074 Approved by: ports-secteam (delphij, joneum) Modified: branches/2019Q3/mail/dovecot-pigeonhole/Makefile branches/2019Q3/mail/dovecot-pigeonhole/distinfo branches/2019Q3/mail/dovecot/Makefile branches/2019Q3/mail/dovecot/distinfo branches/2019Q3/mail/dovecot/pkg-plist Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/mail/dovecot-pigeonhole/Makefile ============================================================================== --- branches/2019Q3/mail/dovecot-pigeonhole/Makefile Thu Aug 29 14:09:54 2019 (r510164) +++ branches/2019Q3/mail/dovecot-pigeonhole/Makefile Thu Aug 29 14:47:25 2019 (r510165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.5.6 +PORTVERSION= 0.5.7.2 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} @@ -12,8 +12,8 @@ COMMENT= Sieve plugin for the Dovecot 'deliver' LDA an LICENSE= LGPL21 -BUILD_DEPENDS= dovecot>=2.3.6:mail/dovecot -RUN_DEPENDS= dovecot>=2.3.6:mail/dovecot +BUILD_DEPENDS= dovecot>=2.3.7:mail/dovecot +RUN_DEPENDS= dovecot>=2.3.7:mail/dovecot DOVECOTVERSION= 2.3 Modified: branches/2019Q3/mail/dovecot-pigeonhole/distinfo ============================================================================== --- branches/2019Q3/mail/dovecot-pigeonhole/distinfo Thu Aug 29 14:09:54 2019 (r510164) +++ branches/2019Q3/mail/dovecot-pigeonhole/distinfo Thu Aug 29 14:47:25 2019 (r510165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556659509 -SHA256 (dovecot-2.3-pigeonhole-0.5.6.tar.gz) = 7c2fe7e23e732a8451172c00da5f19532448c95e03e44d47c61b123e8210f5b8 -SIZE (dovecot-2.3-pigeonhole-0.5.6.tar.gz) = 1854287 +TIMESTAMP = 1567007127 +SHA256 (dovecot-2.3-pigeonhole-0.5.7.2.tar.gz) = d59d0c5c5225a126e5b98bf95d75e8dd368bdeeb3da2e9766dbe4fddaa9411b0 +SIZE (dovecot-2.3-pigeonhole-0.5.7.2.tar.gz) = 1857602 Modified: branches/2019Q3/mail/dovecot/Makefile ============================================================================== --- branches/2019Q3/mail/dovecot/Makefile Thu Aug 29 14:09:54 2019 (r510164) +++ branches/2019Q3/mail/dovecot/Makefile Thu Aug 29 14:47:25 2019 (r510165) @@ -7,9 +7,9 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.3.6 +PORTVERSION= 2.3.7.2 CATEGORIES= mail ipv6 -MASTER_SITES= https://www.dovecot.org/releases/2.3/ +MASTER_SITES= https://dovecot.org/releases/2.3/ MAINTAINER= ler@FreeBSD.org COMMENT= Secure, fast and powerful IMAP and POP3 server Modified: branches/2019Q3/mail/dovecot/distinfo ============================================================================== --- branches/2019Q3/mail/dovecot/distinfo Thu Aug 29 14:09:54 2019 (r510164) +++ branches/2019Q3/mail/dovecot/distinfo Thu Aug 29 14:47:25 2019 (r510165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556658186 -SHA256 (dovecot-2.3.6.tar.gz) = ed1d8dc1beeae9c6c73deac73a62ef19fe9262fbffd86604a3f690452f5536c7 -SIZE (dovecot-2.3.6.tar.gz) = 6980135 +TIMESTAMP = 1567006255 +SHA256 (dovecot-2.3.7.2.tar.gz) = 666ce084760a47e601d49a9be3c7993c48789d332631e8dfb45f443b367b1260 +SIZE (dovecot-2.3.7.2.tar.gz) = 7076231 Modified: branches/2019Q3/mail/dovecot/pkg-plist ============================================================================== --- branches/2019Q3/mail/dovecot/pkg-plist Thu Aug 29 14:09:54 2019 (r510164) +++ branches/2019Q3/mail/dovecot/pkg-plist Thu Aug 29 14:47:25 2019 (r510165) @@ -11,7 +11,7 @@ %%DATADIR%%/stopwords/stopwords_ro.txt %%DATADIR%%/stopwords/stopwords_ru.txt %%DATADIR%%/stopwords/stopwords_sv.txt -%%ETCDIR%%/README +%%DATADIR%%/stopwords/stopwords_tr.txt %%ETCDIR%%/example-config/conf.d/10-auth.conf %%ETCDIR%%/example-config/conf.d/10-director.conf %%ETCDIR%%/example-config/conf.d/10-logging.conf @@ -42,6 +42,7 @@ %%ETCDIR%%/example-config/dovecot-ldap.conf.ext %%ETCDIR%%/example-config/dovecot-sql.conf.ext %%ETCDIR%%/example-config/dovecot.conf +%%ETCDIR%%/README %%LDAP%%include/dovecot/ldap-client.h %%LDAP%%lib/dovecot/libdovecot-ldap.a %%LDAP%%lib/dovecot/libdovecot-ldap.so @@ -82,7 +83,6 @@ include/dovecot/auth-cache.h include/dovecot/auth-client-connection.h include/dovecot/auth-client-interface.h include/dovecot/auth-client-private.h -include/dovecot/auth-client-request.h include/dovecot/auth-client.h include/dovecot/auth-common.h include/dovecot/auth-fields.h @@ -95,7 +95,6 @@ include/dovecot/auth-request-handler.h include/dovecot/auth-request-stats.h include/dovecot/auth-request-var-expand.h include/dovecot/auth-request.h -include/dovecot/auth-server-connection.h include/dovecot/auth-settings.h include/dovecot/auth-stats.h include/dovecot/auth-token.h @@ -361,6 +360,11 @@ include/dovecot/lib-event.h include/dovecot/lib-signals.h include/dovecot/lib.h include/dovecot/llist.h +include/dovecot/lmtp-client.h +include/dovecot/lmtp-commands.h +include/dovecot/lmtp-common.h +include/dovecot/lmtp-recipient.h +include/dovecot/lmtp-settings.h include/dovecot/log-throttle.h include/dovecot/login-common.h include/dovecot/login-proxy-state.h From owner-svn-ports-branches@freebsd.org Fri Aug 30 07:35:30 2019 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 6DF5DC5910; Fri, 30 Aug 2019 07:35:30 +0000 (UTC) (envelope-from ehaupt@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 46KWVB1xk1z3JkD; Fri, 30 Aug 2019 07:35:30 +0000 (UTC) (envelope-from ehaupt@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 3E10A2CDB0; Fri, 30 Aug 2019 07:35:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7U7ZU22026409; Fri, 30 Aug 2019 07:35:30 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7U7ZUIL026408; Fri, 30 Aug 2019 07:35:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201908300735.x7U7ZUIL026408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 30 Aug 2019 07:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510250 - branches/2019Q3/deskutils/notify-osd X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2019Q3/deskutils/notify-osd X-SVN-Commit-Revision: 510250 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, 30 Aug 2019 07:35:30 -0000 Author: ehaupt Date: Fri Aug 30 07:35:29 2019 New Revision: 510250 URL: https://svnweb.freebsd.org/changeset/ports/510250 Log: MFH: r510249 - Register devel/gsettings-desktop-schemas as a run dependency - While here, pacify portlint PR: 232159 Submitted by: rsmith@xs4all.nl Approved by: portmgr blanket Modified: branches/2019Q3/deskutils/notify-osd/Makefile Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/deskutils/notify-osd/Makefile ============================================================================== --- branches/2019Q3/deskutils/notify-osd/Makefile Fri Aug 30 07:34:39 2019 (r510249) +++ branches/2019Q3/deskutils/notify-osd/Makefile Fri Aug 30 07:35:29 2019 (r510250) @@ -3,6 +3,7 @@ PORTNAME= notify-osd PORTVERSION= 0.9.34 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \ LOCAL/ehaupt @@ -18,14 +19,16 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libnotify.so:devel/libnotify \ libfontconfig.so:x11-fonts/fontconfig \ libwnck-3.so:x11-toolkits/libwnck3 -RUN_DEPENDS= dbus-daemon:devel/dbus +RUN_DEPENDS= dbus-daemon:devel/dbus \ + gsettings-desktop-schemas>=3.28.0:devel/gsettings-desktop-schemas -CONFLICTS= xfce4-notification-daemon-[0-9]* - -GNU_CONFIGURE= yes USES= gettext-runtime gmake libtool pkgconfig USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= pixman x11 + +GNU_CONFIGURE= yes + +CONFLICTS= xfce4-notification-daemon-[0-9]* LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11 From owner-svn-ports-branches@freebsd.org Sat Aug 31 00:59:03 2019 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 AC65DDCCE8; Sat, 31 Aug 2019 00:59:03 +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 46KyfH3yNgz3GtZ; Sat, 31 Aug 2019 00:59:03 +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 6517E8BCC; Sat, 31 Aug 2019 00:59:03 +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 x7V0x3oT048922; Sat, 31 Aug 2019 00:59:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7V0x3Ha048920; Sat, 31 Aug 2019 00:59:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201908310059.x7V0x3Ha048920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 31 Aug 2019 00:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510310 - branches/2019Q3/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q3/emulators/citra X-SVN-Commit-Revision: 510310 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, 31 Aug 2019 00:59:03 -0000 Author: jbeich Date: Sat Aug 31 00:59:02 2019 New Revision: 510310 URL: https://svnweb.freebsd.org/changeset/ports/510310 Log: MFH: r510304 emulators/citra: update to s20190830 Changes: https://github.com/citra-emu/citra/compare/8fa6be5b1...1e3f943f6 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2019Q3/emulators/citra/Makefile branches/2019Q3/emulators/citra/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/emulators/citra/Makefile ============================================================================== --- branches/2019Q3/emulators/citra/Makefile Sat Aug 31 00:51:28 2019 (r510309) +++ branches/2019Q3/emulators/citra/Makefile Sat Aug 31 00:59:02 2019 (r510310) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20190821 +PORTVERSION= s20190830 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 8fa6be5b1 +GH_TAGNAME= 1e3f943f6 GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2019Q3/emulators/citra/distinfo ============================================================================== --- branches/2019Q3/emulators/citra/distinfo Sat Aug 31 00:51:28 2019 (r510309) +++ branches/2019Q3/emulators/citra/distinfo Sat Aug 31 00:59:02 2019 (r510310) @@ -1,6 +1,6 @@ -TIMESTAMP = 1566350068 -SHA256 (citra-emu-citra-s20190821-8fa6be5b1_GH0.tar.gz) = 4c3eeaee0aa904e3066822899937ebca8353f062a297c99a5e9804d46a153d34 -SIZE (citra-emu-citra-s20190821-8fa6be5b1_GH0.tar.gz) = 5064167 +TIMESTAMP = 1567171451 +SHA256 (citra-emu-citra-s20190830-1e3f943f6_GH0.tar.gz) = 79d048683ab2ed8f8547092c5808fdd172c2e8d1df785bc233d401ca03fff610 +SIZE (citra-emu-citra-s20190830-1e3f943f6_GH0.tar.gz) = 5064011 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Sat Aug 31 14:23:27 2019 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 39037D3297; Sat, 31 Aug 2019 14:23:27 +0000 (UTC) (envelope-from yuri@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 46LJVR0lfJz4XKt; Sat, 31 Aug 2019 14:23:27 +0000 (UTC) (envelope-from yuri@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 F23291A301; Sat, 31 Aug 2019 14:23:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7VENQYE034622; Sat, 31 Aug 2019 14:23:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7VENQ7m034620; Sat, 31 Aug 2019 14:23:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908311423.x7VENQ7m034620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 31 Aug 2019 14:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510386 - in branches/2019Q3/irc/inspircd: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in branches/2019Q3/irc/inspircd: . files X-SVN-Commit-Revision: 510386 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, 31 Aug 2019 14:23:27 -0000 Author: yuri Date: Sat Aug 31 14:23:26 2019 New Revision: 510386 URL: https://svnweb.freebsd.org/changeset/ports/510386 Log: irc/inspircd: Unbreak 2019Q3 by updating to 3.3.0 PR: 240129 Submitted by: Dmitri Goutnik Approved by: portmgr (unbreak) Modified: branches/2019Q3/irc/inspircd/files/patch-make_template_main.mk branches/2019Q3/irc/inspircd/pkg-plist Modified: branches/2019Q3/irc/inspircd/files/patch-make_template_main.mk ============================================================================== --- branches/2019Q3/irc/inspircd/files/patch-make_template_main.mk Sat Aug 31 13:54:05 2019 (r510385) +++ branches/2019Q3/irc/inspircd/files/patch-make_template_main.mk Sat Aug 31 14:23:26 2019 (r510386) @@ -1,15 +1,16 @@ ---- make/template/main.mk.orig 2019-05-10 08:54:28 UTC +--- make/template/main.mk.orig 2019-07-06 12:03:50 UTC +++ make/template/main.mk -@@ -203,32 +203,32 @@ finishmessage: target +@@ -206,33 +206,33 @@ finishmessage: target @echo "*************************************" install: target - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(BASE) +- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(BINPATH) +- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(CONPATH) - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(DATPATH) +- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(EXAPATH)/services +- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(EXAPATH)/sql - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(LOGPATH) -- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(BINPATH) -- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(CONPATH)/examples/services -- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(CONPATH)/examples/sql - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(MANPATH) - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(MODPATH) - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(SCRPATH) @@ -18,11 +19,12 @@ - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_BIN) @CONFIGURE_DIRECTORY@/inspircd $(SCRPATH) 2>/dev/null - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) .gdbargs $(SCRPATH)/.gdbargs 2>/dev/null + @-$(INSTALL) -d -m $(INSTMODE_DIR) $(BASE) ++ @-$(INSTALL) -d -m $(INSTMODE_DIR) $(BINPATH) ++ @-$(INSTALL) -d -m $(INSTMODE_DIR) $(CONPATH) + @-$(INSTALL) -d -m $(INSTMODE_DIR) $(DATPATH) ++ @-$(INSTALL) -d -m $(INSTMODE_DIR) $(EXAPATH)/services ++ @-$(INSTALL) -d -m $(INSTMODE_DIR) $(EXAPATH)/sql + @-$(INSTALL) -d -m $(INSTMODE_DIR) $(LOGPATH) -+ @-$(INSTALL) -d -m $(INSTMODE_DIR) $(BINPATH) -+ @-$(INSTALL) -d -m $(INSTMODE_DIR) $(CONPATH)/examples/services -+ @-$(INSTALL) -d -m $(INSTMODE_DIR) $(CONPATH)/examples/sql + @-$(INSTALL) -d -m $(INSTMODE_DIR) $(MANPATH) + @-$(INSTALL) -d -m $(INSTMODE_DIR) $(MODPATH) + @-$(INSTALL) -d -m $(INSTMODE_DIR) $(SCRPATH) @@ -39,16 +41,16 @@ - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/inspircd.1 $(MANPATH) 2>/dev/null - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/inspircd-genssl.1 $(MANPATH) 2>/dev/null - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_BIN) tools/genssl $(BINPATH)/inspircd-genssl 2>/dev/null -- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/*.example $(CONPATH)/examples -- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/services/*.example $(CONPATH)/examples/services -- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/sql/*.sql $(CONPATH)/examples/sql +- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/*.example $(EXAPATH) +- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/services/*.example $(EXAPATH)/services +- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/sql/*.sql $(EXAPATH)/sql - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_PRV) *.pem $(CONPATH) 2>/dev/null + -$(INSTALL) -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/inspircd.1 $(MANPATH) 2>/dev/null + -$(INSTALL) -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/inspircd-genssl.1 $(MANPATH) 2>/dev/null + -$(INSTALL) -m $(INSTMODE_BIN) tools/genssl $(BINPATH)/inspircd-genssl 2>/dev/null -+ -$(INSTALL) -m $(INSTMODE_TXT) docs/conf/*.example $(CONPATH)/examples -+ -$(INSTALL) -m $(INSTMODE_TXT) docs/conf/services/*.example $(CONPATH)/examples/services -+ -$(INSTALL) -m $(INSTMODE_TXT) docs/sql/*.sql $(CONPATH)/examples/sql ++ -$(INSTALL) -m $(INSTMODE_TXT) docs/conf/*.example $(EXAPATH) ++ -$(INSTALL) -m $(INSTMODE_TXT) docs/conf/services/*.example $(EXAPATH)/services ++ -$(INSTALL) -m $(INSTMODE_TXT) docs/sql/*.sql $(EXAPATH)/sql + -$(INSTALL) -m $(INSTMODE_PRV) *.pem $(CONPATH) 2>/dev/null @echo "" @echo "*************************************" Modified: branches/2019Q3/irc/inspircd/pkg-plist ============================================================================== --- branches/2019Q3/irc/inspircd/pkg-plist Sat Aug 31 13:54:05 2019 (r510385) +++ branches/2019Q3/irc/inspircd/pkg-plist Sat Aug 31 14:23:26 2019 (r510386) @@ -190,7 +190,6 @@ libexec/inspircd/modules/m_sqlauth.so libexec/inspircd/modules/m_sqloper.so libexec/inspircd/modules/m_sslinfo.so libexec/inspircd/modules/m_sslmodes.so -libexec/inspircd/modules/m_sslrehashsignal.so libexec/inspircd/modules/m_starttls.so libexec/inspircd/modules/m_stripcolor.so libexec/inspircd/modules/m_svshold.so