From owner-svn-ports-all@freebsd.org Tue Mar 24 10:49:45 2020 Return-Path: Delivered-To: svn-ports-all@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 1A9B12A1EB8; Tue, 24 Mar 2020 10:49:45 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48mp0m57kxz4Rkc; Tue, 24 Mar 2020 10:49:44 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A051625FE1; Tue, 24 Mar 2020 10:49:36 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02OAna0B034023; Tue, 24 Mar 2020 10:49:36 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02OAnZrE034019; Tue, 24 Mar 2020 10:49:35 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202003241049.02OAnZrE034019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 24 Mar 2020 10:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529041 - in branches/2020Q1/www/nextcloud: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2020Q1/www/nextcloud: . files X-SVN-Commit-Revision: 529041 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2020 10:49:45 -0000 Author: brnrd Date: Tue Mar 24 10:49:35 2020 New Revision: 529041 URL: https://svnweb.freebsd.org/changeset/ports/529041 Log: MFH: r523571 r525962 r528407 r529009 www/nextcloud: Update to 18.0.0 www/nextcloud: Update to 18.0.1 www/nextcloud: Update to 18.0.2 www/nextcloud: Security update to 18.0.3 - Further vuln info not yet disclosed PR: 245016 Reported by: Marko Cupac Approved by: ports-secteam (joneum) Modified: branches/2020Q1/www/nextcloud/Makefile branches/2020Q1/www/nextcloud/distinfo branches/2020Q1/www/nextcloud/files/pkg-message.in branches/2020Q1/www/nextcloud/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/nextcloud/Makefile ============================================================================== --- branches/2020Q1/www/nextcloud/Makefile Tue Mar 24 09:59:52 2020 (r529040) +++ branches/2020Q1/www/nextcloud/Makefile Tue Mar 24 10:49:35 2020 (r529041) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nextcloud -DISTVERSION= 17.0.2 +DISTVERSION= 18.0.3 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -14,8 +14,7 @@ LICENSE= AGPLv3 USES= cpe gettext-runtime php:flavors,web tar:bzip2 USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \ mbstring pdo posix session simplexml xml xmlreader xmlwriter \ - xsl wddx zip zlib -IGNORE_WITH_PHP= 74 + xsl zip zlib NEXTCLOUD_USERNAME?= ${WWWOWN} NEXTCLOUD_GROUPNAME?= ${WWWGRP} Modified: branches/2020Q1/www/nextcloud/distinfo ============================================================================== --- branches/2020Q1/www/nextcloud/distinfo Tue Mar 24 09:59:52 2020 (r529040) +++ branches/2020Q1/www/nextcloud/distinfo Tue Mar 24 10:49:35 2020 (r529041) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576746349 -SHA256 (nextcloud-17.0.2.tar.bz2) = f32596ffc057ef88a5e92a71016fc8685f57f518bfd8f97d1d9b4ae73d553de3 -SIZE (nextcloud-17.0.2.tar.bz2) = 65475747 +TIMESTAMP = 1584999543 +SHA256 (nextcloud-18.0.3.tar.bz2) = 7b67e709006230f90f95727f9fa92e8c73a9e93458b22103293120f9cb50fd72 +SIZE (nextcloud-18.0.3.tar.bz2) = 86636651 Modified: branches/2020Q1/www/nextcloud/files/pkg-message.in ============================================================================== --- branches/2020Q1/www/nextcloud/files/pkg-message.in Tue Mar 24 09:59:52 2020 (r529040) +++ branches/2020Q1/www/nextcloud/files/pkg-message.in Tue Mar 24 10:49:35 2020 (r529041) @@ -26,9 +26,10 @@ options are available in You can find annotated configuration options in config.documented.php in the same directory. Nextcloud's configuration documentation is at - https://docs.nextcloud.com/server/16/admin_manual/configuration_server + https://docs.nextcloud.com/server/18/admin_manual/configuration_server The caching options require additional Nextcloud configuration. +EOM } { type: upgrade message: <