From owner-svn-ports-head@freebsd.org Tue Feb 18 15:56:45 2020 Return-Path: Delivered-To: svn-ports-head@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 8BD6423DE7C; Tue, 18 Feb 2020 15:56:45 +0000 (UTC) (envelope-from adridg@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 48MQT92j49z3DB4; Tue, 18 Feb 2020 15:56:45 +0000 (UTC) (envelope-from adridg@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 5828C2274E; Tue, 18 Feb 2020 15:56:45 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01IFujAk076550; Tue, 18 Feb 2020 15:56:45 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01IFuinr076547; Tue, 18 Feb 2020 15:56:44 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202002181556.01IFuinr076547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Tue, 18 Feb 2020 15:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526459 - head/www/cutelyst X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/www/cutelyst X-SVN-Commit-Revision: 526459 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2020 15:56:45 -0000 Author: adridg Date: Tue Feb 18 15:56:44 2020 New Revision: 526459 URL: https://svnweb.freebsd.org/changeset/ports/526459 Log: Update www/cutelyst to latest upstream release, 2.10.0 Release announcement is at https://dantti.wordpress.com/2020/02/17/cutelyst-2-10-0-and-simplemail-v2-released/ It just says "many important bugfixes", though. No details. While here, I've enabled two plugins in cutelyst, CSRF protection and static compression support. This isn't at the BUILD_ALL level, but should make cutelyst more useful in its default package state. Modified: head/www/cutelyst/Makefile head/www/cutelyst/distinfo head/www/cutelyst/pkg-plist Modified: head/www/cutelyst/Makefile ============================================================================== --- head/www/cutelyst/Makefile Tue Feb 18 15:11:23 2020 (r526458) +++ head/www/cutelyst/Makefile Tue Feb 18 15:56:44 2020 (r526459) @@ -2,7 +2,7 @@ PORTNAME= cutelyst DISTVERSIONPREFIX= v -DISTVERSION= 2.9.0 +DISTVERSION= 2.10.0 CATEGORIES= www MAINTAINER= adridg@FreeBSD.org @@ -18,6 +18,8 @@ USE_QT= qmake_build buildtools_build linguisttools_bu core network sql CMAKE_ARGS= -DBUILD_ALL=OFF \ + -DPLUGIN_CSRFPROTECTION=ON \ + -DPLUGIN_STATICCOMPRESSED=ON \ -DBUILD_TESTS=OFF \ -DMANDIR:PATH=man \ -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=TRUE Modified: head/www/cutelyst/distinfo ============================================================================== --- head/www/cutelyst/distinfo Tue Feb 18 15:11:23 2020 (r526458) +++ head/www/cutelyst/distinfo Tue Feb 18 15:56:44 2020 (r526459) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577723643 -SHA256 (cutelyst-cutelyst-v2.9.0_GH0.tar.gz) = 5036378d0d8242da68f61bc2f51fc37b881b720311073b6f6cfb113cbae18a40 -SIZE (cutelyst-cutelyst-v2.9.0_GH0.tar.gz) = 476064 +TIMESTAMP = 1582038868 +SHA256 (cutelyst-cutelyst-v2.10.0_GH0.tar.gz) = f4ff2e5af79cad7ce7bf3c841c30f66528b4fbbb5b6bbd7727b85e8a0ca57ef2 +SIZE (cutelyst-cutelyst-v2.10.0_GH0.tar.gz) = 477784 Modified: head/www/cutelyst/pkg-plist ============================================================================== --- head/www/cutelyst/pkg-plist Tue Feb 18 15:11:23 2020 (r526458) +++ head/www/cutelyst/pkg-plist Tue Feb 18 15:56:44 2020 (r526459) @@ -19,9 +19,13 @@ include/cutelyst2-qt5/Cutelyst/Plugins/Authentication/ include/cutelyst2-qt5/Cutelyst/Plugins/Authentication/credentialpassword.h include/cutelyst2-qt5/Cutelyst/Plugins/Authentication/htpasswd.h include/cutelyst2-qt5/Cutelyst/Plugins/Authentication/minimal.h +include/cutelyst2-qt5/Cutelyst/Plugins/CSRFProtection/CSRFProtection +include/cutelyst2-qt5/Cutelyst/Plugins/CSRFProtection/csrfprotection.h include/cutelyst2-qt5/Cutelyst/Plugins/Session/Session include/cutelyst2-qt5/Cutelyst/Plugins/Session/session.h include/cutelyst2-qt5/Cutelyst/Plugins/Session/sessionstorefile.h +include/cutelyst2-qt5/Cutelyst/Plugins/StaticCompressed/StaticCompressed +include/cutelyst2-qt5/Cutelyst/Plugins/StaticCompressed/staticcompressed.h include/cutelyst2-qt5/Cutelyst/Plugins/StaticSimple/StaticSimple include/cutelyst2-qt5/Cutelyst/Plugins/StaticSimple/staticsimple.h include/cutelyst2-qt5/Cutelyst/Plugins/StatusMessage @@ -46,6 +50,7 @@ include/cutelyst2-qt5/Cutelyst/Plugins/Utils/validator include/cutelyst2-qt5/Cutelyst/Plugins/Utils/validatorbefore.h include/cutelyst2-qt5/Cutelyst/Plugins/Utils/validatorbetween.h include/cutelyst2-qt5/Cutelyst/Plugins/Utils/validatorboolean.h +include/cutelyst2-qt5/Cutelyst/Plugins/Utils/validatorcharnotallowed.h include/cutelyst2-qt5/Cutelyst/Plugins/Utils/validatorconfirmed.h include/cutelyst2-qt5/Cutelyst/Plugins/Utils/validatordate.h include/cutelyst2-qt5/Cutelyst/Plugins/Utils/validatordatetime.h @@ -121,9 +126,15 @@ lib/libCutelyst2Qt5.so.%%SOVER%% lib/libCutelyst2Qt5Authentication.so lib/libCutelyst2Qt5Authentication.so.2 lib/libCutelyst2Qt5Authentication.so.%%SOVER%% +lib/libCutelyst2Qt5CSRFProtection.so +lib/libCutelyst2Qt5CSRFProtection.so.2 +lib/libCutelyst2Qt5CSRFProtection.so.%%SOVER%% lib/libCutelyst2Qt5Session.so lib/libCutelyst2Qt5Session.so.2 lib/libCutelyst2Qt5Session.so.%%SOVER%% +lib/libCutelyst2Qt5StaticCompressed.so +lib/libCutelyst2Qt5StaticCompressed.so.2 +lib/libCutelyst2Qt5StaticCompressed.so.%%SOVER%% lib/libCutelyst2Qt5StaticSimple.so lib/libCutelyst2Qt5StaticSimple.so.2 lib/libCutelyst2Qt5StaticSimple.so.%%SOVER%% @@ -152,8 +163,10 @@ lib/libCutelyst2Qt5Wsgi.so lib/libCutelyst2Qt5Wsgi.so.2 lib/libCutelyst2Qt5Wsgi.so.%%SOVER%% libdata/pkgconfig/Cutelyst2Qt5Authentication.pc +libdata/pkgconfig/Cutelyst2Qt5CSRFProtection.pc libdata/pkgconfig/Cutelyst2Qt5Core.pc libdata/pkgconfig/Cutelyst2Qt5Session.pc +libdata/pkgconfig/Cutelyst2Qt5StaticCompressed.pc libdata/pkgconfig/Cutelyst2Qt5StaticSimple.pc libdata/pkgconfig/Cutelyst2Qt5StatusMessage.pc libdata/pkgconfig/Cutelyst2Qt5UserAgent.pc @@ -165,6 +178,7 @@ libdata/pkgconfig/Cutelyst2Qt5ViewJSON.pc libdata/pkgconfig/Cutelyst2Qt5WSGI.pc man/man1/cutelyst-wsgi2.1.gz man/man1/cutelyst2.1.gz +man/man5/Cutelyst2Qt5CSRFProtection.5.gz man/man5/Cutelyst2Qt5Session.5.gz %%DATADIR%%2/translations/cutelystcmd.de.qm %%DATADIR%%2/translations/cutelystcore.de.qm