From owner-svn-ports-head@freebsd.org Sat Dec 15 09:07:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4112133D32B; Sat, 15 Dec 2018 09:07:38 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (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 377018D6ED; Sat, 15 Dec 2018 09:07:38 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FDCA0.dip0.t-ipconnect.de [91.15.220.160]) by toco-domains.de (Postfix) with ESMTPA id 8A85C13512FD; Sat, 15 Dec 2018 10:07:36 +0100 (CET) Subject: Re: svn commit: r487468 - head/www/typo3-9 To: koobs@FreeBSD.org, FreeBSD Ports Security Team Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201812142028.wBEKSJp6082062@repo.freebsd.org> From: Jochen Neumeister Message-ID: <3fa27329-123c-167c-2667-2b62a0f0d529@FreeBSD.org> Date: Sat, 15 Dec 2018 10:07:36 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: de-DE X-Rspamd-Queue-Id: 377018D6ED X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.939,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2018 09:07:38 -0000 On 15.12.18 06:50, Kubilay Kocak wrote: > On 14/12/2018 8:28 pm, Jochen Neumeister wrote: >> Author: joneum >> Date: Fri Dec 14 20:28:19 2018 >> New Revision: 487468 >> URL: https://svnweb.freebsd.org/changeset/ports/487468 >> >> Log: >>    Update to 9.5.3 >>       Changelog: https://get.typo3.org/release-notes/9.5.3 >>       PR:        234008 >>    Submitted by:    Helmut Ritter >> (maintainer) >>    Sponsored by:    Netzkommune GmbH > > Per the analysis in PR: 233936 > > - 9.5.2 contains (contained) the security fixes [1] > - 9.5.3 is bugfix only, which *also fixes regressions* in 9.5.2 [2] > > This is why bug 233935 was closed superseded by 233936 > > .2 has now been merged to quarterly, but *specifically*, .3 fixes > *regressions* in .2 and includes *further* bugfixes, which means .3 > must be merged to quarterly too. > > Quarterly is now BROKEN (regressions) How can a port in Quarterly Broken be added in November 2018 and not committed to MFH2018Q4? Can you please explain your statement to me? https://www.freshports.org/www/typo3-9 > > @ports-secteam > > Approval to merge this change to quarterly please (although it is a > blanket change > >> Modified: >>    head/www/typo3-9/Makefile >>    head/www/typo3-9/distinfo >> >> Modified: head/www/typo3-9/Makefile >> ============================================================================== >> >> --- head/www/typo3-9/Makefile    Fri Dec 14 20:18:01 2018 (r487467) >> +++ head/www/typo3-9/Makefile    Fri Dec 14 20:28:19 2018 (r487468) >> @@ -27,7 +27,7 @@ PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. >>     PORT_V_MAJOR=    9 >>   PORT_V_MINOR=    5 >> -PORT_V_PATCH=    2 >> +PORT_V_PATCH=    3 >>     TYPO3WWW=    www >>   TYPO3SRC=    ${PORTNAME}_src-${PORTVERSION} >> >> Modified: head/www/typo3-9/distinfo >> ============================================================================== >> >> --- head/www/typo3-9/distinfo    Fri Dec 14 20:18:01 2018 (r487467) >> +++ head/www/typo3-9/distinfo    Fri Dec 14 20:28:19 2018 (r487468) >> @@ -1,3 +1,3 @@ >> -TIMESTAMP = 1544789038 >> -SHA256 (typo3_src-9.5.2.tar.gz) = >> d1de29b2ded9703a288408cc16479d170c1d144a9d44e7981feb307f48f32482 >> -SIZE (typo3_src-9.5.2.tar.gz) = 27036512 >> +TIMESTAMP = 1544818704 >> +SHA256 (typo3_src-9.5.3.tar.gz) = >> e03a94e685068d412679e20e4c3e2fa4bed9536f26323d3772941f420b15e120 >> +SIZE (typo3_src-9.5.3.tar.gz) = 27036786 >> >