From owner-svn-ports-branches@freebsd.org Sun Mar 22 09:03:59 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F0C127B541; Sun, 22 Mar 2020 09:03:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 48lWlg10YTz3HkR; Sun, 22 Mar 2020 09:03:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1DA4322F9C; Sun, 22 Mar 2020 09:03:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02M93wF7043991; Sun, 22 Mar 2020 09:03:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02M93wck043990; Sun, 22 Mar 2020 09:03:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202003220903.02M93wck043990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 22 Mar 2020 09:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r528906 - branches/2020Q1/biology/pbcopper X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2020Q1/biology/pbcopper X-SVN-Commit-Revision: 528906 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, 22 Mar 2020 09:03:59 -0000 Author: antoine Date: Sun Mar 22 09:03:58 2020 New Revision: 528906 URL: https://svnweb.freebsd.org/changeset/ports/528906 Log: MFH: r528170 Mark BROKEN: fails to build ../include/pbcopper/json/internal/json.hpp:1229:9: error: static_assert failed due to requirement 'sizeof(nlohmann::basic_json, bool, long, unsigned long, double, std::allocator, adl_serializer>) == 0' "could not find from_json() method in T's namespace" static_assert(sizeof(BasicJsonType) == 0, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Modified: branches/2020Q1/biology/pbcopper/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/biology/pbcopper/Makefile ============================================================================== --- branches/2020Q1/biology/pbcopper/Makefile Sun Mar 22 08:56:58 2020 (r528905) +++ branches/2020Q1/biology/pbcopper/Makefile Sun Mar 22 09:03:58 2020 (r528906) @@ -13,6 +13,8 @@ COMMENT= Core C++ library for Pacific Biosciences tool LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= fails to build + LIB_DEPENDS= libboost_regex.so:devel/boost-libs # Meson needs BOOST_ROOT=${LOCALBASE} From owner-svn-ports-branches@freebsd.org Sun Mar 22 22:24:01 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35BE026F5F1; Sun, 22 Mar 2020 22:24:01 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48lsVn0lZzz44kS; Sun, 22 Mar 2020 22:24:01 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 141F749E9; Sun, 22 Mar 2020 22:24:01 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02MMO0LH023200; Sun, 22 Mar 2020 22:24:00 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02MMO0eD023199; Sun, 22 Mar 2020 22:24:00 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202003222224.02MMO0eD023199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 22 Mar 2020 22:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r528941 - branches/2020Q1/net/traefik X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2020Q1/net/traefik X-SVN-Commit-Revision: 528941 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, 22 Mar 2020 22:24:01 -0000 Author: riggs Date: Sun Mar 22 22:24:00 2020 New Revision: 528941 URL: https://svnweb.freebsd.org/changeset/ports/528941 Log: MFH: r528940 Update to upstream release 1.7.22 Details: - Bug- and doc fixes, see https://github.com/containous/traefik/releases/tag/v1.7.22 Approved by: ports-secteam (riggs) Modified: branches/2020Q1/net/traefik/Makefile branches/2020Q1/net/traefik/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net/traefik/Makefile ============================================================================== --- branches/2020Q1/net/traefik/Makefile Sun Mar 22 22:20:26 2020 (r528940) +++ branches/2020Q1/net/traefik/Makefile Sun Mar 22 22:24:00 2020 (r528941) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.21 +PORTVERSION= 1.7.22 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui Modified: branches/2020Q1/net/traefik/distinfo ============================================================================== --- branches/2020Q1/net/traefik/distinfo Sun Mar 22 22:20:26 2020 (r528940) +++ branches/2020Q1/net/traefik/distinfo Sun Mar 22 22:24:00 2020 (r528941) @@ -1,5 +1,5 @@ -TIMESTAMP = 1582356127 -SHA256 (traefik-webui-static-1.7.21.tar.gz) = 6e4dbe74313a27333579f9826a9668d24852fa2e6f5c07a9f9aa1a3552c88abe -SIZE (traefik-webui-static-1.7.21.tar.gz) = 923805 -SHA256 (containous-traefik-v1.7.21_GH0.tar.gz) = c014138b4992515474865e1ac7191aa7b0f788d0528ec3a81527164926ec62e8 -SIZE (containous-traefik-v1.7.21_GH0.tar.gz) = 11386410 +TIMESTAMP = 1584879727 +SHA256 (traefik-webui-static-1.7.22.tar.gz) = e30cbc1c4a8e13ea5c139b2be079ab48b2405a07b5e90871e612e6277dbaaa3d +SIZE (traefik-webui-static-1.7.22.tar.gz) = 922531 +SHA256 (containous-traefik-v1.7.22_GH0.tar.gz) = c6544f93d272232c80a7264e4e13e283bf3a81b76348cf7027e68a60d6a0449e +SIZE (containous-traefik-v1.7.22_GH0.tar.gz) = 11387977 From owner-svn-ports-branches@freebsd.org Mon Mar 23 14:30:16 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5455526473B; Mon, 23 Mar 2020 14:30:16 +0000 (UTC) (envelope-from feld@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 48mGxh0j74z4TGn; Mon, 23 Mar 2020 14:30:16 +0000 (UTC) (envelope-from feld@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 0F62BFD98; Mon, 23 Mar 2020 14:30:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02NEUFqh097278; Mon, 23 Mar 2020 14:30:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02NEUF29097277; Mon, 23 Mar 2020 14:30:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <202003231430.02NEUF29097277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 23 Mar 2020 14:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r528975 - branches/2020Q1/net-p2p/sonarr X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2020Q1/net-p2p/sonarr X-SVN-Commit-Revision: 528975 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, 23 Mar 2020 14:30:16 -0000 Author: feld Date: Mon Mar 23 14:30:15 2020 New Revision: 528975 URL: https://svnweb.freebsd.org/changeset/ports/528975 Log: MFH: r528974 net-p2p/sonarr: Update to 2.0.0.5344 Approved by: portmgr (blanket) Modified: branches/2020Q1/net-p2p/sonarr/Makefile branches/2020Q1/net-p2p/sonarr/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-p2p/sonarr/Makefile ============================================================================== --- branches/2020Q1/net-p2p/sonarr/Makefile Mon Mar 23 14:29:12 2020 (r528974) +++ branches/2020Q1/net-p2p/sonarr/Makefile Mon Mar 23 14:30:15 2020 (r528975) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sonarr -PORTVERSION= 2.0.0.5322 +PORTVERSION= 2.0.0.5344 PORTREVISION= 0 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ Modified: branches/2020Q1/net-p2p/sonarr/distinfo ============================================================================== --- branches/2020Q1/net-p2p/sonarr/distinfo Mon Mar 23 14:29:12 2020 (r528974) +++ branches/2020Q1/net-p2p/sonarr/distinfo Mon Mar 23 14:30:15 2020 (r528975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556289833 -SHA256 (NzbDrone.master.2.0.0.5322.mono.tar.gz) = fc262c027056a112e703e35569fac86f88b147ca9e60dc7f5b5ae74c6d97946f -SIZE (NzbDrone.master.2.0.0.5322.mono.tar.gz) = 7002263 +TIMESTAMP = 1584973700 +SHA256 (NzbDrone.master.2.0.0.5344.mono.tar.gz) = 2a15cb9dfa45eb34558fccdc9a1611028790b56a1b59c7407c27c726ea715d2f +SIZE (NzbDrone.master.2.0.0.5344.mono.tar.gz) = 7004945 From owner-svn-ports-branches@freebsd.org Mon Mar 23 19:17:49 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3B94426C4C3; Mon, 23 Mar 2020 19:17:49 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [176.9.100.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48mPKS6k36z4DLq; Mon, 23 Mar 2020 19:17:48 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: by toco-domains.de (Postfix, from userid 65534) id C4A2E8DC9D; Mon, 23 Mar 2020 20:17:40 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.3 (2019-12-06) on toco-mail X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.3 Received: from Jochens-MacBook-Pro.local (p5B0FD73B.dip0.t-ipconnect.de [91.15.215.59]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 233278DC84; Mon, 23 Mar 2020 20:17:38 +0100 (CET) Subject: Re: svn commit: r528975 - branches/2020Q1/net-p2p/sonarr To: Mark Felder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org References: <202003231430.02NEUF29097277@repo.freebsd.org> From: Jochen Neumeister Message-ID: Date: Mon, 23 Mar 2020 20:17:37 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <202003231430.02NEUF29097277@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Rspamd-Queue-Id: 48mPKS6k36z4DLq X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-2.45 / 15.00]; NEURAL_SPAM_MEDIUM(0.57)[0.570,0]; REPLY(-4.00)[]; NEURAL_SPAM_LONG(0.98)[0.981,0] 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, 23 Mar 2020 19:17:49 -0000 Hi Mark, Am 23.03.20 um 15:30 schrieb Mark Felder: > Author: feld > Date: Mon Mar 23 14:30:15 2020 > New Revision: 528975 > URL: https://svnweb.freebsd.org/changeset/ports/528975 > > Log: > MFH: r528974 > > net-p2p/sonarr: Update to 2.0.0.5344 > > Approved by: portmgr (blanket) why is this Update MFH relevant and why portmgr blanket? I don't see an explanation for this in your commit message Greetings > > Modified: > branches/2020Q1/net-p2p/sonarr/Makefile > branches/2020Q1/net-p2p/sonarr/distinfo > Directory Properties: > branches/2020Q1/ (props changed) > > Modified: branches/2020Q1/net-p2p/sonarr/Makefile > ============================================================================== > --- branches/2020Q1/net-p2p/sonarr/Makefile Mon Mar 23 14:29:12 2020 (r528974) > +++ branches/2020Q1/net-p2p/sonarr/Makefile Mon Mar 23 14:30:15 2020 (r528975) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= sonarr > -PORTVERSION= 2.0.0.5322 > +PORTVERSION= 2.0.0.5344 > PORTREVISION= 0 > CATEGORIES= net-p2p > MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ > > Modified: branches/2020Q1/net-p2p/sonarr/distinfo > ============================================================================== > --- branches/2020Q1/net-p2p/sonarr/distinfo Mon Mar 23 14:29:12 2020 (r528974) > +++ branches/2020Q1/net-p2p/sonarr/distinfo Mon Mar 23 14:30:15 2020 (r528975) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1556289833 > -SHA256 (NzbDrone.master.2.0.0.5322.mono.tar.gz) = fc262c027056a112e703e35569fac86f88b147ca9e60dc7f5b5ae74c6d97946f > -SIZE (NzbDrone.master.2.0.0.5322.mono.tar.gz) = 7002263 > +TIMESTAMP = 1584973700 > +SHA256 (NzbDrone.master.2.0.0.5344.mono.tar.gz) = 2a15cb9dfa45eb34558fccdc9a1611028790b56a1b59c7407c27c726ea715d2f > +SIZE (NzbDrone.master.2.0.0.5344.mono.tar.gz) = 7004945 From owner-svn-ports-branches@freebsd.org Mon Mar 23 22:37:44 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1531272393; Mon, 23 Mar 2020 22:37:44 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48mTm82hcwz3wbK; Mon, 23 Mar 2020 22:37:44 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 0664665F; Mon, 23 Mar 2020 18:37:41 -0400 (EDT) Received: from imap38 ([10.202.2.88]) by compute4.internal (MEProxy); Mon, 23 Mar 2020 18:37:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=rbTxAP 4+jJIGDH3lquEuU8O2RxdHjrknonhLegoYj0Y=; b=pCFiAhizehgSAnanLx6da0 lp9jfpHWeNZPGEoLelACHGXbipgeXEDpgNi9CItyvrs8Qn2LJaJSOjrYDxCuWMkT st3+tid8Qs71N532BuKw9r1k9gbvWJfwmaX1CmcaEZQfh8JFeEcDWIR8tEAr9C8a ZRtqxFfH0eU2tTCrpd40eKwUcSUKkTk/o98o6CK0+xWRAtWQk1Kgo6FG3IGkNdIo lFMZDb5pUPT3vO+MmJud3wkdD+xXsQFIKbIDhrid2+w5sIeZxZGN91e8B0PN5x0L Bymj3bsqD1XtlDWUq7Rms5xcJnv+IY1RG6fWHW2rFysqHXLQ5OA5PHq4dylO1d5A == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudegkedgudeivdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderredtnecuhfhrohhmpedfofgr rhhkucfhvghluggvrhdfuceofhgvlhgusefhrhgvvgeuufffrdhorhhgqeenucffohhmrg hinheprhgvugguihhtrdgtohhmpdhfrhgvvggsshgurdhorhhgpdhsohhnrghrrhdrthhv necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepfhgvlh gusefhrhgvvgeuufffrdhorhhg X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 58F374C000A4; Mon, 23 Mar 2020 18:37:41 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-1021-g152deaf-fmstable-20200319v1 Mime-Version: 1.0 Message-Id: <0882d1f3-9fcd-4308-99ac-278b859c6986@www.fastmail.com> In-Reply-To: References: <202003231430.02NEUF29097277@repo.freebsd.org> Date: Mon, 23 Mar 2020 17:37:21 -0500 From: "Mark Felder" To: "Jochen Neumeister" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r528975 - branches/2020Q1/net-p2p/sonarr Content-Type: text/plain X-Rspamd-Queue-Id: 48mTm82hcwz3wbK X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.29 / 15.00]; NEURAL_HAM_MEDIUM(-0.48)[-0.481,0]; REPLY(-4.00)[]; NEURAL_SPAM_LONG(0.19)[0.192,0] 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, 23 Mar 2020 22:37:44 -0000 Because the old version doesn't handle situations where important remote APIs (like TVDB) screw up their data and can cause massive issues for users of the software. Upstream no longer tags versions for this in their Github nor do they provide changelogs. I don't know exactly what it is they did to fix it, so I can't provide an explanation. Upstream is encouraging users to update to this, primarily via an announcement post on Reddit https://old.reddit.com/r/sonarr/comments/fhj8z9/important_zero_episodes_and_old_episodes/ On Mon, Mar 23, 2020, at 14:17, Jochen Neumeister wrote: > Hi Mark, > > Am 23.03.20 um 15:30 schrieb Mark Felder: > > Author: feld > > Date: Mon Mar 23 14:30:15 2020 > > New Revision: 528975 > > URL: https://svnweb.freebsd.org/changeset/ports/528975 > > > > Log: > > MFH: r528974 > > > > net-p2p/sonarr: Update to 2.0.0.5344 > > > > Approved by: portmgr (blanket) > > > why is this Update MFH relevant and why portmgr blanket? I don't see an > explanation for this in your commit message > > > Greetings > > > > > > Modified: > > branches/2020Q1/net-p2p/sonarr/Makefile > > branches/2020Q1/net-p2p/sonarr/distinfo > > Directory Properties: > > branches/2020Q1/ (props changed) > > > > Modified: branches/2020Q1/net-p2p/sonarr/Makefile > > ============================================================================== > > --- branches/2020Q1/net-p2p/sonarr/Makefile Mon Mar 23 14:29:12 2020 (r528974) > > +++ branches/2020Q1/net-p2p/sonarr/Makefile Mon Mar 23 14:30:15 2020 (r528975) > > @@ -1,7 +1,7 @@ > > # $FreeBSD$ > > > > PORTNAME= sonarr > > -PORTVERSION= 2.0.0.5322 > > +PORTVERSION= 2.0.0.5344 > > PORTREVISION= 0 > > CATEGORIES= net-p2p > > MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ > > > > Modified: branches/2020Q1/net-p2p/sonarr/distinfo > > ============================================================================== > > --- branches/2020Q1/net-p2p/sonarr/distinfo Mon Mar 23 14:29:12 2020 (r528974) > > +++ branches/2020Q1/net-p2p/sonarr/distinfo Mon Mar 23 14:30:15 2020 (r528975) > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1556289833 > > -SHA256 (NzbDrone.master.2.0.0.5322.mono.tar.gz) = fc262c027056a112e703e35569fac86f88b147ca9e60dc7f5b5ae74c6d97946f > > -SIZE (NzbDrone.master.2.0.0.5322.mono.tar.gz) = 7002263 > > +TIMESTAMP = 1584973700 > > +SHA256 (NzbDrone.master.2.0.0.5344.mono.tar.gz) = 2a15cb9dfa45eb34558fccdc9a1611028790b56a1b59c7407c27c726ea715d2f > > +SIZE (NzbDrone.master.2.0.0.5344.mono.tar.gz) = 7004945 > -- Mark Felder ports-secteam & portmgr alumni feld@FreeBSD.org From owner-svn-ports-branches@freebsd.org Tue Mar 24 06:08:55 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B91127B388; Tue, 24 Mar 2020 06:08:55 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48mgml0sM5z4cTx; Tue, 24 Mar 2020 06:08:55 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F236A22BED; Tue, 24 Mar 2020 06:08:53 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02O68rCS066454; Tue, 24 Mar 2020 06:08:53 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02O68rUG066452; Tue, 24 Mar 2020 06:08:53 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202003240608.02O68rUG066452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 24 Mar 2020 06:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529028 - branches/2020Q1/audio/musicpd X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2020Q1/audio/musicpd X-SVN-Commit-Revision: 529028 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2020 06:08:55 -0000 Author: riggs Date: Tue Mar 24 06:08:53 2020 New Revision: 529028 URL: https://svnweb.freebsd.org/changeset/ports/529028 Log: MFH: r529027 Update to upstream release 0.21.21 Details: - Bug fixes, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.21/NEWS Approved by: ports-secteam(riggs) Modified: branches/2020Q1/audio/musicpd/Makefile branches/2020Q1/audio/musicpd/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/audio/musicpd/Makefile ============================================================================== --- branches/2020Q1/audio/musicpd/Makefile Tue Mar 24 06:06:30 2020 (r529027) +++ branches/2020Q1/audio/musicpd/Makefile Tue Mar 24 06:08:53 2020 (r529028) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.20 +PORTVERSION= 0.21.21 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: branches/2020Q1/audio/musicpd/distinfo ============================================================================== --- branches/2020Q1/audio/musicpd/distinfo Tue Mar 24 06:06:30 2020 (r529027) +++ branches/2020Q1/audio/musicpd/distinfo Tue Mar 24 06:08:53 2020 (r529028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581965855 -SHA256 (mpd-0.21.20.tar.xz) = 422ef0a996d961f3ebc6856395f3a855b45fa0059910e878fb98281007e510e1 -SIZE (mpd-0.21.20.tar.xz) = 676396 +TIMESTAMP = 1584881498 +SHA256 (mpd-0.21.21.tar.xz) = e1bdb15f0e3b62c18e91257a7b41530dc36eb91cc03eabc6e6bffd947ec168ce +SIZE (mpd-0.21.21.tar.xz) = 676668 From owner-svn-ports-branches@freebsd.org Tue Mar 24 09:28:45 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F164627F967; Tue, 24 Mar 2020 09:28:45 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [176.9.100.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48mmCK3JV0z4Kyf; Tue, 24 Mar 2020 09:28:45 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: by toco-domains.de (Postfix, from userid 65534) id 840DCDFBAD; Tue, 24 Mar 2020 10:28:43 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.3 (2019-12-06) on toco-mail X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.3 Received: from Jochens-MacBook-Pro.local (p5B0FD73B.dip0.t-ipconnect.de [91.15.215.59]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 1A3C2DFBA3; Tue, 24 Mar 2020 10:28:41 +0100 (CET) Subject: Re: svn commit: r528975 - branches/2020Q1/net-p2p/sonarr To: Mark Felder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org References: <202003231430.02NEUF29097277@repo.freebsd.org> <0882d1f3-9fcd-4308-99ac-278b859c6986@www.fastmail.com> From: Jochen Neumeister Message-ID: <9ced254f-6160-6e74-bfd5-b241f67f1a75@FreeBSD.org> Date: Tue, 24 Mar 2020 10:28:40 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <0882d1f3-9fcd-4308-99ac-278b859c6986@www.fastmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Rspamd-Queue-Id: 48mmCK3JV0z4Kyf X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-2.47 / 15.00]; REPLY(-4.00)[]; NEURAL_SPAM_MEDIUM(0.55)[0.549,0]; NEURAL_SPAM_LONG(0.98)[0.980,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2020 09:28:46 -0000 Hi Mark, so that ports-secteam knows why something is brought to MFH with "blanket", it is always good to write a short explanation. Thanks for clearing up this commit :-) Greetings Am 23.03.20 um 23:37 schrieb Mark Felder: > Because the old version doesn't handle situations where important remote APIs (like TVDB) screw up their data and can cause massive issues for users of the software. Upstream no longer tags versions for this in their Github nor do they provide changelogs. I don't know exactly what it is they did to fix it, so I can't provide an explanation. Upstream is encouraging users to update to this, primarily via an announcement post on Reddit > > https://old.reddit.com/r/sonarr/comments/fhj8z9/important_zero_episodes_and_old_episodes/ > > On Mon, Mar 23, 2020, at 14:17, Jochen Neumeister wrote: >> Hi Mark, >> >> Am 23.03.20 um 15:30 schrieb Mark Felder: >>> Author: feld >>> Date: Mon Mar 23 14:30:15 2020 >>> New Revision: 528975 >>> URL: https://svnweb.freebsd.org/changeset/ports/528975 >>> >>> Log: >>> MFH: r528974 >>> >>> net-p2p/sonarr: Update to 2.0.0.5344 >>> >>> Approved by: portmgr (blanket) >> >> why is this Update MFH relevant and why portmgr blanket? I don't see an >> explanation for this in your commit message >> >> >> Greetings >> >> >>> Modified: >>> branches/2020Q1/net-p2p/sonarr/Makefile >>> branches/2020Q1/net-p2p/sonarr/distinfo >>> Directory Properties: >>> branches/2020Q1/ (props changed) >>> >>> Modified: branches/2020Q1/net-p2p/sonarr/Makefile >>> ============================================================================== >>> --- branches/2020Q1/net-p2p/sonarr/Makefile Mon Mar 23 14:29:12 2020 (r528974) >>> +++ branches/2020Q1/net-p2p/sonarr/Makefile Mon Mar 23 14:30:15 2020 (r528975) >>> @@ -1,7 +1,7 @@ >>> # $FreeBSD$ >>> >>> PORTNAME= sonarr >>> -PORTVERSION= 2.0.0.5322 >>> +PORTVERSION= 2.0.0.5344 >>> PORTREVISION= 0 >>> CATEGORIES= net-p2p >>> MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ >>> >>> Modified: branches/2020Q1/net-p2p/sonarr/distinfo >>> ============================================================================== >>> --- branches/2020Q1/net-p2p/sonarr/distinfo Mon Mar 23 14:29:12 2020 (r528974) >>> +++ branches/2020Q1/net-p2p/sonarr/distinfo Mon Mar 23 14:30:15 2020 (r528975) >>> @@ -1,3 +1,3 @@ >>> -TIMESTAMP = 1556289833 >>> -SHA256 (NzbDrone.master.2.0.0.5322.mono.tar.gz) = fc262c027056a112e703e35569fac86f88b147ca9e60dc7f5b5ae74c6d97946f >>> -SIZE (NzbDrone.master.2.0.0.5322.mono.tar.gz) = 7002263 >>> +TIMESTAMP = 1584973700 >>> +SHA256 (NzbDrone.master.2.0.0.5344.mono.tar.gz) = 2a15cb9dfa45eb34558fccdc9a1611028790b56a1b59c7407c27c726ea715d2f >>> +SIZE (NzbDrone.master.2.0.0.5344.mono.tar.gz) = 7004945 From owner-svn-ports-branches@freebsd.org Tue Mar 24 10:49:45 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 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-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 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: < 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 43108268C58; Tue, 24 Mar 2020 19:53:33 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48n24C2TwGz3Q6B; Tue, 24 Mar 2020 19:53:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 713F654BE; Tue, 24 Mar 2020 19:53:22 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02OJrM70064147; Tue, 24 Mar 2020 19:53:22 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02OJrM3o064145; Tue, 24 Mar 2020 19:53:22 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202003241953.02OJrM3o064145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 24 Mar 2020 19:53:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529062 - branches/2020Q1/mail/vacation X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: branches/2020Q1/mail/vacation X-SVN-Commit-Revision: 529062 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2020 19:53:33 -0000 Author: cy Date: Tue Mar 24 19:53:21 2020 New Revision: 529062 URL: https://svnweb.freebsd.org/changeset/ports/529062 Log: MFH: r529056 Unbreak by making fetchable again. This necessitates updating from 3.3.0 to 3.3.3 in order to make fetchable again. Assume maintainership. PR: 244998 Submitted by: cy Reported by: cy Approved by: maintainer (Adam McDougall ) Approved by: portmgr (joneum) Modified: branches/2020Q1/mail/vacation/Makefile branches/2020Q1/mail/vacation/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/vacation/Makefile ============================================================================== --- branches/2020Q1/mail/vacation/Makefile Tue Mar 24 19:51:44 2020 (r529061) +++ branches/2020Q1/mail/vacation/Makefile Tue Mar 24 19:53:21 2020 (r529062) @@ -2,24 +2,21 @@ # $FreeBSD$ PORTNAME= vacation -PORTVERSION= 3.3.0 -PORTREVISION= 2 +PORTVERSION= 3.3.3 CATEGORIES= mail MASTER_SITES= DEBIAN -DISTNAME= ${PORTNAME}_${PORTVERSION}-0.4 +DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= mcdouga9@egr.msu.edu +MAINTAINER= cy@FreeBSD.org COMMENT= Email autoresponder, similar to vacation from sendmail -BROKEN= unfetchable - PORTSCOUT= ignore:1 USES= bdb CFLAGS+= -L${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/work PLIST_FILES= bin/vacation man/man1/vacation.1.gz Modified: branches/2020Q1/mail/vacation/distinfo ============================================================================== --- branches/2020Q1/mail/vacation/distinfo Tue Mar 24 19:51:44 2020 (r529061) +++ branches/2020Q1/mail/vacation/distinfo Tue Mar 24 19:53:21 2020 (r529062) @@ -1,2 +1,3 @@ -SHA256 (vacation_3.3.0-0.4.tar.gz) = 086a3dfde953aa5247a5389fa17f1f77312acd54e3cc74a0369eb363c798b567 -SIZE (vacation_3.3.0-0.4.tar.gz) = 11473 +TIMESTAMP = 1584933003 +SHA256 (vacation_3.3.3.tar.gz) = 0bd52d8d3df77f2079c7a42cf530c76d8ed3f135d7f46a8be74829a321d08f04 +SIZE (vacation_3.3.3.tar.gz) = 12665 From owner-svn-ports-branches@freebsd.org Wed Mar 25 11:16:07 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CE3527E298; Wed, 25 Mar 2020 11:16:07 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48nQXj1m5Pz4WbD; Wed, 25 Mar 2020 11:16:05 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD46019E1E; Wed, 25 Mar 2020 11:15:57 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02PBFvLC016673; Wed, 25 Mar 2020 11:15:57 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02PBFvAo016672; Wed, 25 Mar 2020 11:15:57 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202003251115.02PBFvAo016672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 25 Mar 2020 11:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529090 - branches/2020Q1/lang/php72 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q1/lang/php72 X-SVN-Commit-Revision: 529090 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, 25 Mar 2020 11:16:07 -0000 Author: tz Date: Wed Mar 25 11:15:56 2020 New Revision: 529090 URL: https://svnweb.freebsd.org/changeset/ports/529090 Log: MFH: r529011 lang/php72: Update from 7.2.28 to 7.2.29 Changelog: Core: Fixed bug #79329 (get_headers() silently truncates after a null byte) (CVE-2020-7066) (cmb) EXIF: Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064) (Nikita) Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.29 Sponsored by: PHP Update Service Approved by: ports-secteam (joneum) Modified: branches/2020Q1/lang/php72/Makefile branches/2020Q1/lang/php72/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/php72/Makefile ============================================================================== --- branches/2020Q1/lang/php72/Makefile Wed Mar 25 10:57:54 2020 (r529089) +++ branches/2020Q1/lang/php72/Makefile Wed Mar 25 11:15:56 2020 (r529090) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.28 +DISTVERSION= 7.2.29 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php72/distinfo ============================================================================== --- branches/2020Q1/lang/php72/distinfo Wed Mar 25 10:57:54 2020 (r529089) +++ branches/2020Q1/lang/php72/distinfo Wed Mar 25 11:15:56 2020 (r529090) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582291880 -SHA256 (php-7.2.28.tar.xz) = afe1863301da572dee2e0bad8014813bcced162f980ddc8ec8e41fd72263eb2d -SIZE (php-7.2.28.tar.xz) = 12311760 +TIMESTAMP = 1584746777 +SHA256 (php-7.2.29.tar.xz) = b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8 +SIZE (php-7.2.29.tar.xz) = 12308380 From owner-svn-ports-branches@freebsd.org Wed Mar 25 11:19:21 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B34F27E362; Wed, 25 Mar 2020 11:19:21 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48nQcS2FX0z4XYX; Wed, 25 Mar 2020 11:19:18 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8A3419E20; Wed, 25 Mar 2020 11:19:10 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02PBJAgl016983; Wed, 25 Mar 2020 11:19:10 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02PBJALm016981; Wed, 25 Mar 2020 11:19:10 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202003251119.02PBJALm016981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 25 Mar 2020 11:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529091 - branches/2020Q1/lang/php73 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q1/lang/php73 X-SVN-Commit-Revision: 529091 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, 25 Mar 2020 11:19:21 -0000 Author: tz Date: Wed Mar 25 11:19:09 2020 New Revision: 529091 URL: https://svnweb.freebsd.org/changeset/ports/529091 Log: MFH: r529012 lang/php73: Update from 7.3.15 to 7.3.16 Changelog: Core: Fixed bug #63206 (restore_error_handler does not restore previous errors mask). COM: Fixed bug #66322 (COMPersistHelper::SaveToFile can save to wrong location). Fixed bug #79242 (COM error constants don't match com_exception codes on x86). Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception). Fixed bug #79299 (com_print_typeinfo prints duplicate variables). Fixed bug #79332 (php_istreams are never freed). Fixed bug #79333 (com_print_typeinfo() leaks memory). DOM: Fixed bug #77569: (Write Access Violation in DomImplementation). Fixed bug #79271 (DOMDocumentType::$childNodes is NULL). Enchant: Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture). EXIF: Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064) MBstring: Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at php_unicode_tolower_full). (CVE-2020-7065) MySQLi: Fixed bug #64032 (mysqli reports different client_version). PCRE: Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback and unicode). PDO_ODBC: Fixed bug #79038 (PDOStatement::nextRowset() leaks column values). Reflection: Fixed bug #79062 (Property with heredoc default value returns false for getDocComment). SQLite3: Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). Standard: Fixed bug #79329 (get_headers() silently truncates after a null byte). (CVE-2020-7066) Fixed bug #79254 (getenv() w/o arguments not showing changes). Fixed bug #79265 (Improper injection of Host header when using fopen for http requests). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.16 Sponsored by: PHP Update Service Approved by: ports-secteam (joneum) Modified: branches/2020Q1/lang/php73/Makefile branches/2020Q1/lang/php73/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/php73/Makefile ============================================================================== --- branches/2020Q1/lang/php73/Makefile Wed Mar 25 11:15:56 2020 (r529090) +++ branches/2020Q1/lang/php73/Makefile Wed Mar 25 11:19:09 2020 (r529091) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.15 +DISTVERSION= 7.3.16 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php73/distinfo ============================================================================== --- branches/2020Q1/lang/php73/distinfo Wed Mar 25 11:15:56 2020 (r529090) +++ branches/2020Q1/lang/php73/distinfo Wed Mar 25 11:19:09 2020 (r529091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582291869 -SHA256 (php-7.3.15.tar.xz) = de7ae7cf3d1dbb2824975b26b32991dac2b732886ec22075b8c53b261b018166 -SIZE (php-7.3.15.tar.xz) = 12111464 +TIMESTAMP = 1584746785 +SHA256 (php-7.3.16.tar.xz) = 91aaee3dbdc71b69b4f3292f9d99211172a2fa926c3f3bbdb0e85dab03dd2bcb +SIZE (php-7.3.16.tar.xz) = 12113688 From owner-svn-ports-branches@freebsd.org Wed Mar 25 11:22:29 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C1BFD27E5A1; Wed, 25 Mar 2020 11:22:29 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48nQh32rCqz4YlQ; Wed, 25 Mar 2020 11:22:27 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DD0D19FE4; Wed, 25 Mar 2020 11:22:20 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02PBMKZG022156; Wed, 25 Mar 2020 11:22:20 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02PBMJhE022154; Wed, 25 Mar 2020 11:22:19 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202003251122.02PBMJhE022154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 25 Mar 2020 11:22:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529093 - in branches/2020Q1: devel/php74-json/files lang/php74 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2020Q1: devel/php74-json/files lang/php74 X-SVN-Commit-Revision: 529093 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, 25 Mar 2020 11:22:29 -0000 Author: tz Date: Wed Mar 25 11:22:19 2020 New Revision: 529093 URL: https://svnweb.freebsd.org/changeset/ports/529093 Log: MFH: r529014 lang/php74: Update from 7.4.3 to 7.4.4 Changelog: Core: Fixed bug #79329 (get_headers() silently truncates after a null byte) (CVE-2020-7066) Fixed bug #79244 (php crashes during parsing INI file). Fixed bug #63206 (restore_error_handler does not restore previous errors mask). COM: Fixed bug #66322 (COMPersistHelper::SaveToFile can save to wrong location). Fixed bug #79242 (COM error constants don't match com_exception codes on x86). Fixed bug #79247 (Garbage collecting variant objects segfaults). Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception). Fixed bug #79299 (com_print_typeinfo prints duplicate variables). Fixed bug #79332 (php_istreams are never freed). Fixed bug #79333 (com_print_typeinfo() leaks memory). CURL: Fixed bug #79019 (Copied cURL handles upload empty file). Fixed bug #79013 (Content-Length missing when posting a curlFile with curl). DOM: Fixed bug #77569: (Write Access Violation in DomImplementation). Fixed bug #79271 (DOMDocumentType::$childNodes is NULL). Enchant: Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture). EXIF: Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064). Fileinfo: Fixed bug #79283 (Segfault in libmagic patch contains a buffer overflow). FPM: Fixed bug #77653 (operator displayed instead of the real error message). Fixed bug #79014 (PHP-FPM & Primary script unknown). MBstring: Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at php_unicode_tolower_full) (CVE-2020-7065). MySQLi: Fixed bug #64032 (mysqli reports different client_version). MySQLnd: Implemented FR #79275 (Support auth_plugin_caching_sha2_password on Windows). Opcache: Fixed bug #79252 (preloading causes php-fpm to segfault during exit). PCRE: Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback and unicode). Fixed bug #79241 (Segmentation fault on preg_match()). Fixed bug #79257 (Duplicate named groups (?J) prefer last alternative even if not matched). PDO_ODBC: Fixed bug #79038 (PDOStatement::nextRowset() leaks column values). Reflection: Fixed bug #79062 (Property with heredoc default value returns false for getDocComment). SQLite3: Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). Standard: Fixed bug #79254 (getenv() w/o arguments not showing changes). Fixed bug #79265 (Improper injection of Host header when using fopen for http requests). Zip: Fixed bug #79315 (ZipArchive::addFile doesn't honor start/length parameters). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.4.4 Sponsored by: PHP Update Service Approved by: ports-secteam (joneum) Added: branches/2020Q1/devel/php74-json/files/ - copied from r529014, head/devel/php74-json/files/ Modified: branches/2020Q1/lang/php74/Makefile branches/2020Q1/lang/php74/Makefile.ext branches/2020Q1/lang/php74/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/php74/Makefile ============================================================================== --- branches/2020Q1/lang/php74/Makefile Wed Mar 25 11:19:39 2020 (r529092) +++ branches/2020Q1/lang/php74/Makefile Wed Mar 25 11:22:19 2020 (r529093) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.3 +DISTVERSION= 7.4.4 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php74/Makefile.ext ============================================================================== --- branches/2020Q1/lang/php74/Makefile.ext Wed Mar 25 11:19:39 2020 (r529092) +++ branches/2020Q1/lang/php74/Makefile.ext Wed Mar 25 11:22:19 2020 (r529093) @@ -167,6 +167,7 @@ USES+= pkgconfig .if ${PHP_MODNAME} == "json" CONFIGURE_ARGS+=--enable-json +BUILD_DEPENDS= re2c:devel/re2c .endif .if ${PHP_MODNAME} == "ldap" Modified: branches/2020Q1/lang/php74/distinfo ============================================================================== --- branches/2020Q1/lang/php74/distinfo Wed Mar 25 11:19:39 2020 (r529092) +++ branches/2020Q1/lang/php74/distinfo Wed Mar 25 11:22:19 2020 (r529093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582291888 -SHA256 (php-7.4.3.tar.xz) = cf1f856d877c268124ded1ede40c9fb6142b125fdaafdc54f855120b8bc6982a -SIZE (php-7.4.3.tar.xz) = 10261432 +TIMESTAMP = 1584746791 +SHA256 (php-7.4.4.tar.xz) = 1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c +SIZE (php-7.4.4.tar.xz) = 10267308 From owner-svn-ports-branches@freebsd.org Wed Mar 25 18:45:33 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 939952608DC; Wed, 25 Mar 2020 18:45:33 +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 48ncWH0dhNz4QP1; Wed, 25 Mar 2020 18:45:31 +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 BFF6A1F908; Wed, 25 Mar 2020 18:39:49 +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 02PIdn82082250; Wed, 25 Mar 2020 18:39:49 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02PIdnHt082248; Wed, 25 Mar 2020 18:39:49 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202003251839.02PIdnHt082248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 25 Mar 2020 18:39:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529119 - branches/2020Q1/devel/jenkins-lts X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q1/devel/jenkins-lts X-SVN-Commit-Revision: 529119 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, 25 Mar 2020 18:45:33 -0000 Author: lwhsu Date: Wed Mar 25 18:39:48 2020 New Revision: 529119 URL: https://svnweb.freebsd.org/changeset/ports/529119 Log: MFH: r529117 - Update to 2.204.6 Approved by: swils (maintainer, implicitly) Security: 5bf6ed6d-9002-4f43-ad63-458f59e45384 Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (miwi, implicitly) Modified: branches/2020Q1/devel/jenkins-lts/Makefile branches/2020Q1/devel/jenkins-lts/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/jenkins-lts/Makefile ============================================================================== --- branches/2020Q1/devel/jenkins-lts/Makefile Wed Mar 25 18:36:27 2020 (r529118) +++ branches/2020Q1/devel/jenkins-lts/Makefile Wed Mar 25 18:39:48 2020 (r529119) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.204.2 +PORTVERSION= 2.204.6 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: branches/2020Q1/devel/jenkins-lts/distinfo ============================================================================== --- branches/2020Q1/devel/jenkins-lts/distinfo Wed Mar 25 18:36:27 2020 (r529118) +++ branches/2020Q1/devel/jenkins-lts/distinfo Wed Mar 25 18:39:48 2020 (r529119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580312084 -SHA256 (jenkins/2.204.2/jenkins.war) = 4a90c54c065c8d297f7141174e0b04995f8e28d1ea41332bcc268af19f7371c7 -SIZE (jenkins/2.204.2/jenkins.war) = 63422555 +TIMESTAMP = 1585160972 +SHA256 (jenkins/2.204.6/jenkins.war) = a7d16a4d470695cd77ae95238bd0cb90bfc2374478b8dcb46554ff2d0582b8c9 +SIZE (jenkins/2.204.6/jenkins.war) = 63478210 From owner-svn-ports-branches@freebsd.org Wed Mar 25 18:45:34 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F39132608DF; Wed, 25 Mar 2020 18:45:33 +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 48ncWH0TxCz4QP6; Wed, 25 Mar 2020 18:45:31 +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 ADE4B1F8FA; Wed, 25 Mar 2020 18:36:28 +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 02PIaS6c081939; Wed, 25 Mar 2020 18:36:28 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02PIaSpL081938; Wed, 25 Mar 2020 18:36:28 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202003251836.02PIaSpL081938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 25 Mar 2020 18:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529118 - branches/2020Q1/devel/jenkins X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q1/devel/jenkins X-SVN-Commit-Revision: 529118 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, 25 Mar 2020 18:45:34 -0000 Author: lwhsu Date: Wed Mar 25 18:36:27 2020 New Revision: 529118 URL: https://svnweb.freebsd.org/changeset/ports/529118 Log: MFH: r529116 - Update to 2.228 Security: 5bf6ed6d-9002-4f43-ad63-458f59e45384 Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (miwi, implicitly) Modified: branches/2020Q1/devel/jenkins/Makefile branches/2020Q1/devel/jenkins/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/jenkins/Makefile ============================================================================== --- branches/2020Q1/devel/jenkins/Makefile Wed Mar 25 18:31:03 2020 (r529117) +++ branches/2020Q1/devel/jenkins/Makefile Wed Mar 25 18:36:27 2020 (r529118) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.219 +PORTVERSION= 2.228 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: branches/2020Q1/devel/jenkins/distinfo ============================================================================== --- branches/2020Q1/devel/jenkins/distinfo Wed Mar 25 18:31:03 2020 (r529117) +++ branches/2020Q1/devel/jenkins/distinfo Wed Mar 25 18:36:27 2020 (r529118) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580311974 -SHA256 (jenkins/2.219/jenkins.war) = 49757dcf796f7c8714d915eeaa22effcf50546e716b7d818183c304c30005b7e -SIZE (jenkins/2.219/jenkins.war) = 66378696 +TIMESTAMP = 1585160870 +SHA256 (jenkins/2.228/jenkins.war) = 1e2114b82b1b76764a1c4c02817b39b0a53a86e798f6071d6a9676944baabc4b +SIZE (jenkins/2.228/jenkins.war) = 66137156 From owner-svn-ports-branches@freebsd.org Thu Mar 26 00:29:59 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D750269042; Thu, 26 Mar 2020 00:29:59 +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 48nm8k33JCz4ckj; Thu, 26 Mar 2020 00:29:58 +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 BDF392466C; Thu, 26 Mar 2020 00:29:51 +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 02Q0TpTf095936; Thu, 26 Mar 2020 00:29:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02Q0Tpqi095934; Thu, 26 Mar 2020 00:29:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202003260029.02Q0Tpqi095934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 26 Mar 2020 00:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529159 - in branches/2020Q1/www/firefox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q1/www/firefox: . files X-SVN-Commit-Revision: 529159 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, 26 Mar 2020 00:29:59 -0000 Author: jbeich Date: Thu Mar 26 00:29:51 2020 New Revision: 529159 URL: https://svnweb.freebsd.org/changeset/ports/529159 Log: MFH: r529155 www/firefox: backport fix for a warning after r527804 JavaScript error: resource:///modules/BrowserGlue.jsm, line 2210: TypeError: Services.profiler is undefined Approved by: ports-secteam blanket Added: branches/2020Q1/www/firefox/files/patch-bug1622551 - copied unchanged from r529155, head/www/firefox/files/patch-bug1622551 Modified: branches/2020Q1/www/firefox/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/firefox/Makefile ============================================================================== --- branches/2020Q1/www/firefox/Makefile Thu Mar 26 00:29:29 2020 (r529158) +++ branches/2020Q1/www/firefox/Makefile Thu Mar 26 00:29:51 2020 (r529159) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 74.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Copied: branches/2020Q1/www/firefox/files/patch-bug1622551 (from r529155, head/www/firefox/files/patch-bug1622551) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/firefox/files/patch-bug1622551 Thu Mar 26 00:29:51 2020 (r529159, copy of r529155, head/www/firefox/files/patch-bug1622551) @@ -0,0 +1,28 @@ +Silence Service.profiler errors on Tier3 after bug 1613390 + +diff --git browser/components/BrowserGlue.jsm browser/components/BrowserGlue.jsm +index 8f86bf0584a99..2ce53c6921d15 100644 +--- browser/components/BrowserGlue.jsm ++++ browser/components/BrowserGlue.jsm +@@ -2300,7 +2300,9 @@ BrowserGlue.prototype = { + ChromeUtils.idleDispatch( + () => { + if (!Services.startup.shuttingDown) { +- Services.profiler.AddMarker("startupIdleTask"); ++ if (Services.profiler) { ++ Services.profiler.AddMarker("startupIdleTask"); ++ } + try { + task.task(); + } catch (ex) { +@@ -2371,7 +2373,9 @@ BrowserGlue.prototype = { + for (let task of idleTasks) { + ChromeUtils.idleDispatch(() => { + if (!Services.startup.shuttingDown) { +- Services.profiler.AddMarker("startupLateIdleTask"); ++ if (Services.profiler) { ++ Services.profiler.AddMarker("startupLateIdleTask"); ++ } + try { + task(); + } catch (ex) { From owner-svn-ports-branches@freebsd.org Thu Mar 26 00:35:21 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 34B8E2694FF; Thu, 26 Mar 2020 00:35:21 +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 48nmGv400nz4fk1; Thu, 26 Mar 2020 00:35:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B03CD24877; Thu, 26 Mar 2020 00:35:12 +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 02Q0ZChx002142; Thu, 26 Mar 2020 00:35:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02Q0ZCLd002140; Thu, 26 Mar 2020 00:35:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202003260035.02Q0ZCLd002140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 26 Mar 2020 00:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529160 - branches/2020Q1/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/emulators/citra X-SVN-Commit-Revision: 529160 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, 26 Mar 2020 00:35:21 -0000 Author: jbeich Date: Thu Mar 26 00:35:12 2020 New Revision: 529160 URL: https://svnweb.freebsd.org/changeset/ports/529160 Log: MFH: r529156 emulators/citra: update to s20200325 Changes: https://github.com/citra-emu/citra/compare/37384174d...480d3aaf1 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2020Q1/emulators/citra/Makefile branches/2020Q1/emulators/citra/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/citra/Makefile ============================================================================== --- branches/2020Q1/emulators/citra/Makefile Thu Mar 26 00:29:51 2020 (r529159) +++ branches/2020Q1/emulators/citra/Makefile Thu Mar 26 00:35:12 2020 (r529160) @@ -1,13 +1,10 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20200317 +PORTVERSION= s20200325 PORTREVISION?= 0 CATEGORIES= emulators -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= bb3decb9830b.patch:-p1 # https://github.com/citra-emu/citra/pull/5137 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo 3DS emulator/debugger @@ -26,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 37384174d +GH_TAGNAME= 480d3aaf1 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/2020Q1/emulators/citra/distinfo ============================================================================== --- branches/2020Q1/emulators/citra/distinfo Thu Mar 26 00:29:51 2020 (r529159) +++ branches/2020Q1/emulators/citra/distinfo Thu Mar 26 00:35:12 2020 (r529160) @@ -1,6 +1,6 @@ -TIMESTAMP = 1584497733 -SHA256 (citra-emu-citra-s20200317-37384174d_GH0.tar.gz) = 3bd6257b20fc46875089b1727f18e6383e0c8f49458365d852678af4ccd061bc -SIZE (citra-emu-citra-s20200317-37384174d_GH0.tar.gz) = 5201215 +TIMESTAMP = 1585164817 +SHA256 (citra-emu-citra-s20200325-480d3aaf1_GH0.tar.gz) = 65b77b279f4158466c8b8c685818676b6b067a6b4a6723399d57b2c5246428da +SIZE (citra-emu-citra-s20200325-480d3aaf1_GH0.tar.gz) = 5201149 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 @@ -33,5 +33,3 @@ SHA256 (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_ SIZE (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_GH0.tar.gz) = 7209489 SHA256 (wwylele-teakra-e6ea0ea_GH0.tar.gz) = 114851491219d09dd116e34ffce2432c3b83f8869080dcbe24e9a99850df37a3 SIZE (wwylele-teakra-e6ea0ea_GH0.tar.gz) = 562458 -SHA256 (bb3decb9830b.patch) = 0b37c3179bb387898e307a72a3373da88ab09926de940613f7d39e7666ce02b3 -SIZE (bb3decb9830b.patch) = 2998 From owner-svn-ports-branches@freebsd.org Thu Mar 26 14:48:43 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C78C62A1D66; Thu, 26 Mar 2020 14:48:43 +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 48p7CX4c70z46Tg; Thu, 26 Mar 2020 14:48:39 +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 939077C68; Thu, 26 Mar 2020 14:48:32 +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 02QEmWWE012351; Thu, 26 Mar 2020 14:48:32 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02QEmWut012349; Thu, 26 Mar 2020 14:48:32 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202003261448.02QEmWut012349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 26 Mar 2020 14:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529194 - branches/2020Q1/databases/phpmyadmin5 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q1/databases/phpmyadmin5 X-SVN-Commit-Revision: 529194 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, 26 Mar 2020 14:48:44 -0000 Author: joneum Date: Thu Mar 26 14:48:31 2020 New Revision: 529194 URL: https://svnweb.freebsd.org/changeset/ports/529194 Log: MFH: r529192 Update to 5.0.2 Changelog: https://www.phpmyadmin.net/news/2020/3/21/phpmyadmin-495-and-502-are-released/ Security: 97fcc60a-6ec0-11ea-a84a-4c72b94353b5 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (joneum) Modified: branches/2020Q1/databases/phpmyadmin5/Makefile branches/2020Q1/databases/phpmyadmin5/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/databases/phpmyadmin5/Makefile ============================================================================== --- branches/2020Q1/databases/phpmyadmin5/Makefile Thu Mar 26 14:47:31 2020 (r529193) +++ branches/2020Q1/databases/phpmyadmin5/Makefile Thu Mar 26 14:48:31 2020 (r529194) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 5.0.1 +DISTVERSION= 5.0.2 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2020Q1/databases/phpmyadmin5/distinfo ============================================================================== --- branches/2020Q1/databases/phpmyadmin5/distinfo Thu Mar 26 14:47:31 2020 (r529193) +++ branches/2020Q1/databases/phpmyadmin5/distinfo Thu Mar 26 14:48:31 2020 (r529194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579272458 -SHA256 (phpMyAdmin-5.0.1-all-languages.tar.xz) = 67075279130e14dd418becbfa591eff958a5667f6e0b4e10662fc80dd6ae543e -SIZE (phpMyAdmin-5.0.1-all-languages.tar.xz) = 8130464 +TIMESTAMP = 1585233429 +SHA256 (phpMyAdmin-5.0.2-all-languages.tar.xz) = cbcc78d1499308d9329950fcba2ebaa84c559a934fe54efc027d459d8e4161c8 +SIZE (phpMyAdmin-5.0.2-all-languages.tar.xz) = 8018752 From owner-svn-ports-branches@freebsd.org Thu Mar 26 14:55:34 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BAC692A205F; Thu, 26 Mar 2020 14:55:34 +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 48p7MS75fHz48l8; Thu, 26 Mar 2020 14:55:32 +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 33E8B7C66; Thu, 26 Mar 2020 14:47:32 +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 02QElVtp012143; Thu, 26 Mar 2020 14:47:31 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02QElVum012142; Thu, 26 Mar 2020 14:47:31 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202003261447.02QElVum012142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 26 Mar 2020 14:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529193 - branches/2020Q1/databases/phpmyadmin X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q1/databases/phpmyadmin X-SVN-Commit-Revision: 529193 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, 26 Mar 2020 14:55:35 -0000 Author: joneum Date: Thu Mar 26 14:47:31 2020 New Revision: 529193 URL: https://svnweb.freebsd.org/changeset/ports/529193 Log: MFH: r529191 Update to 4.9.5 Changelog: https://www.phpmyadmin.net/news/2020/3/21/phpmyadmin-495-and-502-are-released/ Security: 97fcc60a-6ec0-11ea-a84a-4c72b94353b5 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (joneum) Modified: branches/2020Q1/databases/phpmyadmin/Makefile branches/2020Q1/databases/phpmyadmin/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/databases/phpmyadmin/Makefile ============================================================================== --- branches/2020Q1/databases/phpmyadmin/Makefile Thu Mar 26 14:46:15 2020 (r529192) +++ branches/2020Q1/databases/phpmyadmin/Makefile Thu Mar 26 14:47:31 2020 (r529193) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.9.4 +DISTVERSION= 4.9.5 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2020Q1/databases/phpmyadmin/distinfo ============================================================================== --- branches/2020Q1/databases/phpmyadmin/distinfo Thu Mar 26 14:46:15 2020 (r529192) +++ branches/2020Q1/databases/phpmyadmin/distinfo Thu Mar 26 14:47:31 2020 (r529193) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579272430 -SHA256 (phpMyAdmin-4.9.4-all-languages.tar.xz) = c3d2eb2a0a06c40f7df9ee3bfe8daaea326bdf2ebc35f83e7dfd05eb0247b6bf -SIZE (phpMyAdmin-4.9.4-all-languages.tar.xz) = 6134852 +TIMESTAMP = 1585157113 +SHA256 (phpMyAdmin-4.9.5-all-languages.tar.xz) = e02823e7844bc17aa6393e1acfed6970f5a3688fe8d0c693e74670d8fed9ecd4 +SIZE (phpMyAdmin-4.9.5-all-languages.tar.xz) = 6138948 From owner-svn-ports-branches@freebsd.org Fri Mar 27 23:47:15 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 907722658C0; Fri, 27 Mar 2020 23:47:15 +0000 (UTC) (envelope-from wen@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 48pz6T5by3z4Z8k; Fri, 27 Mar 2020 23:47:13 +0000 (UTC) (envelope-from wen@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 4CE5B2351; Fri, 27 Mar 2020 23:47:06 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02RNl6eB014086; Fri, 27 Mar 2020 23:47:06 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02RNl5JL014079; Fri, 27 Mar 2020 23:47:05 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202003272347.02RNl5JL014079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 27 Mar 2020 23:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529297 - in branches/2020Q1/www: mediawiki131 mediawiki133 mediawiki134 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in branches/2020Q1/www: mediawiki131 mediawiki133 mediawiki134 X-SVN-Commit-Revision: 529297 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, 27 Mar 2020 23:47:16 -0000 Author: wen Date: Fri Mar 27 23:47:04 2020 New Revision: 529297 URL: https://svnweb.freebsd.org/changeset/ports/529297 Log: MFH: r529245 - Update mediawiki to 1.31.7, 1.33.3 and 1.34.1 (security releases) Approved by: ports-secteam@(joneum@) Modified: branches/2020Q1/www/mediawiki131/Makefile branches/2020Q1/www/mediawiki131/distinfo branches/2020Q1/www/mediawiki133/Makefile branches/2020Q1/www/mediawiki133/distinfo branches/2020Q1/www/mediawiki134/Makefile branches/2020Q1/www/mediawiki134/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/mediawiki131/Makefile ============================================================================== --- branches/2020Q1/www/mediawiki131/Makefile Fri Mar 27 23:34:39 2020 (r529296) +++ branches/2020Q1/www/mediawiki131/Makefile Fri Mar 27 23:47:04 2020 (r529297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.31.6 +PORTVERSION= 1.31.7 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 131${PHP_PKGNAMESUFFIX} Modified: branches/2020Q1/www/mediawiki131/distinfo ============================================================================== --- branches/2020Q1/www/mediawiki131/distinfo Fri Mar 27 23:34:39 2020 (r529296) +++ branches/2020Q1/www/mediawiki131/distinfo Fri Mar 27 23:47:04 2020 (r529297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576997487 -SHA256 (mediawiki-1.31.6.tar.gz) = 9f3c64f4d86c5aa72a69a4b25eab14b1a14653e522d5bf80a85570070db36783 -SIZE (mediawiki-1.31.6.tar.gz) = 35271776 +TIMESTAMP = 1585311733 +SHA256 (mediawiki-1.31.7.tar.gz) = fd0388b3ca93e9f3ada370fb6cb8ae564fa0cf688f488fc8d0714fc001f93264 +SIZE (mediawiki-1.31.7.tar.gz) = 35275124 Modified: branches/2020Q1/www/mediawiki133/Makefile ============================================================================== --- branches/2020Q1/www/mediawiki133/Makefile Fri Mar 27 23:34:39 2020 (r529296) +++ branches/2020Q1/www/mediawiki133/Makefile Fri Mar 27 23:47:04 2020 (r529297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.33.1 +PORTVERSION= 1.33.3 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 133${PHP_PKGNAMESUFFIX} Modified: branches/2020Q1/www/mediawiki133/distinfo ============================================================================== --- branches/2020Q1/www/mediawiki133/distinfo Fri Mar 27 23:34:39 2020 (r529296) +++ branches/2020Q1/www/mediawiki133/distinfo Fri Mar 27 23:47:04 2020 (r529297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571753090 -SHA256 (mediawiki-1.33.1.tar.gz) = 7d97a4cd85bfeb85b69870ffaab35fc5288e69e45cb7edea65d089f7f406a1a7 -SIZE (mediawiki-1.33.1.tar.gz) = 37863816 +TIMESTAMP = 1585311540 +SHA256 (mediawiki-1.33.3.tar.gz) = 1cc8f08378697296c206b6010a92a9f25fadb5c3be685d1880dc88eeffa3b467 +SIZE (mediawiki-1.33.3.tar.gz) = 37866227 Modified: branches/2020Q1/www/mediawiki134/Makefile ============================================================================== --- branches/2020Q1/www/mediawiki134/Makefile Fri Mar 27 23:34:39 2020 (r529296) +++ branches/2020Q1/www/mediawiki134/Makefile Fri Mar 27 23:47:04 2020 (r529297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.34.0 +PORTVERSION= 1.34.1 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 134${PHP_PKGNAMESUFFIX} Modified: branches/2020Q1/www/mediawiki134/distinfo ============================================================================== --- branches/2020Q1/www/mediawiki134/distinfo Fri Mar 27 23:34:39 2020 (r529296) +++ branches/2020Q1/www/mediawiki134/distinfo Fri Mar 27 23:47:04 2020 (r529297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577035540 -SHA256 (mediawiki-1.34.0.tar.gz) = de24c3deafb5d81e97652900021b68af8f0cd6ccbdf577564fb0f3aca09593d1 -SIZE (mediawiki-1.34.0.tar.gz) = 40344724 +TIMESTAMP = 1585309957 +SHA256 (mediawiki-1.34.1.tar.gz) = acb8cbd61b6a75782b09fd0aafcd8cd5e551e4b4fbd261dade7509df8ba6e149 +SIZE (mediawiki-1.34.1.tar.gz) = 40346153 From owner-svn-ports-branches@freebsd.org Sat Mar 28 00:10:52 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A06B72662F7; Sat, 28 Mar 2020 00:10:52 +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 48pzdl2MKcz3Dt0; Sat, 28 Mar 2020 00:10:51 +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 99CF8278C; Sat, 28 Mar 2020 00:04:33 +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 02S04XxG026726; Sat, 28 Mar 2020 00:04:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02S04XXO026724; Sat, 28 Mar 2020 00:04:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202003280004.02S04XXO026724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 28 Mar 2020 00:04:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529300 - branches/2020Q1/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/emulators/citra X-SVN-Commit-Revision: 529300 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, 28 Mar 2020 00:10:52 -0000 Author: jbeich Date: Sat Mar 28 00:04:32 2020 New Revision: 529300 URL: https://svnweb.freebsd.org/changeset/ports/529300 Log: MFH: r529287 emulators/citra: update to s20200326 Changes: https://github.com/citra-emu/citra/compare/480d3aaf1...5dbf334ef Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2020Q1/emulators/citra/Makefile branches/2020Q1/emulators/citra/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/citra/Makefile ============================================================================== --- branches/2020Q1/emulators/citra/Makefile Sat Mar 28 00:01:42 2020 (r529299) +++ branches/2020Q1/emulators/citra/Makefile Sat Mar 28 00:04:32 2020 (r529300) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20200325 +PORTVERSION= s20200326 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= 480d3aaf1 +GH_TAGNAME= 5dbf334ef 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/2020Q1/emulators/citra/distinfo ============================================================================== --- branches/2020Q1/emulators/citra/distinfo Sat Mar 28 00:01:42 2020 (r529299) +++ branches/2020Q1/emulators/citra/distinfo Sat Mar 28 00:04:32 2020 (r529300) @@ -1,6 +1,6 @@ -TIMESTAMP = 1585164817 -SHA256 (citra-emu-citra-s20200325-480d3aaf1_GH0.tar.gz) = 65b77b279f4158466c8b8c685818676b6b067a6b4a6723399d57b2c5246428da -SIZE (citra-emu-citra-s20200325-480d3aaf1_GH0.tar.gz) = 5201149 +TIMESTAMP = 1585267278 +SHA256 (citra-emu-citra-s20200326-5dbf334ef_GH0.tar.gz) = a873d833fad6e2ade4b46280fb8681bfe45a2e8b15f625c093175587bfca5276 +SIZE (citra-emu-citra-s20200326-5dbf334ef_GH0.tar.gz) = 5203206 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