From owner-svn-ports-all@freebsd.org Tue Nov 3 19:37:13 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42E4946192E; Tue, 3 Nov 2020 19:37:13 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CQg610zxLz4L2m; Tue, 3 Nov 2020 19:37:13 +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 05C691F8E5; Tue, 3 Nov 2020 19:37:13 +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 0A3JbCq7023733; Tue, 3 Nov 2020 19:37:12 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A3JbAO4023720; Tue, 3 Nov 2020 19:37:10 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202011031937.0A3JbAO4023720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 3 Nov 2020 19:37:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r554014 - in branches/2020Q4: chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress russian/wordpress www/wordpress X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2020Q4: chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress russian/wordpress www/wordpress X-SVN-Commit-Revision: 554014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2020 19:37:13 -0000 Author: joneum Date: Tue Nov 3 19:37:10 2020 New Revision: 554014 URL: https://svnweb.freebsd.org/changeset/ports/554014 Log: MFH: r554013 wordpress: Update to 5.5.3 Changlogs: - https://wordpress.org/news/2020/10/wordpress-5-5-2-security-and-maintenance-release/ - https://wordpress.org/news/2020/10/wordpress-5-5-3-maintenance-release/ Security: 11325357-1d3c-11eb-ab74-4c72b94353b5 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q4/chinese/wordpress-zh_TW/Makefile branches/2020Q4/chinese/wordpress-zh_TW/distinfo branches/2020Q4/french/wordpress/Makefile branches/2020Q4/french/wordpress/distinfo branches/2020Q4/german/wordpress/Makefile branches/2020Q4/german/wordpress/distinfo branches/2020Q4/japanese/wordpress/Makefile branches/2020Q4/japanese/wordpress/distinfo branches/2020Q4/russian/wordpress/Makefile branches/2020Q4/russian/wordpress/distinfo branches/2020Q4/www/wordpress/Makefile branches/2020Q4/www/wordpress/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/chinese/wordpress-zh_TW/Makefile ============================================================================== --- branches/2020Q4/chinese/wordpress-zh_TW/Makefile Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/chinese/wordpress-zh_TW/Makefile Tue Nov 3 19:37:10 2020 (r554014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 5.5.1 +PORTVERSION= 5.5.3 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ Modified: branches/2020Q4/chinese/wordpress-zh_TW/distinfo ============================================================================== --- branches/2020Q4/chinese/wordpress-zh_TW/distinfo Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/chinese/wordpress-zh_TW/distinfo Tue Nov 3 19:37:10 2020 (r554014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599419302 -SHA256 (wordpress-5.5.1-zh_TW.tar.gz) = 5e1f8a33916c5f017171bf6a0692900f2e1c2d7b05aaf07421af8f464a3e81ca -SIZE (wordpress-5.5.1-zh_TW.tar.gz) = 13664419 +TIMESTAMP = 1604343854 +SHA256 (wordpress-5.5.3-zh_TW.tar.gz) = fd2449b8058ba2ae680b6dcc05fa645399a15f77f13923a5b0ac76db66c406d0 +SIZE (wordpress-5.5.3-zh_TW.tar.gz) = 13675249 Modified: branches/2020Q4/french/wordpress/Makefile ============================================================================== --- branches/2020Q4/french/wordpress/Makefile Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/french/wordpress/Makefile Tue Nov 3 19:37:10 2020 (r554014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.5.1 +DISTVERSION= 5.5.3 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www @@ -13,7 +13,6 @@ COMMENT= State-of-the-art semantic personal publishing LICENSE= GPLv2 -BROKEN= checksum and size mismatch CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* NO_ARCH= yes Modified: branches/2020Q4/french/wordpress/distinfo ============================================================================== --- branches/2020Q4/french/wordpress/distinfo Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/french/wordpress/distinfo Tue Nov 3 19:37:10 2020 (r554014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599419159 -SHA256 (wordpress-5.5.1-fr_FR.tar.gz) = 9d9f3e98d2a6cd3d4d187b76538f995b039f2917450341baea9ecef0188b62f2 -SIZE (wordpress-5.5.1-fr_FR.tar.gz) = 13668628 +TIMESTAMP = 1604344181 +SHA256 (wordpress-5.5.3-fr_FR.tar.gz) = 901ae91058a949e6960c570c770dfb4cc491745cf2f22f996f68d23d05643819 +SIZE (wordpress-5.5.3-fr_FR.tar.gz) = 13675787 Modified: branches/2020Q4/german/wordpress/Makefile ============================================================================== --- branches/2020Q4/german/wordpress/Makefile Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/german/wordpress/Makefile Tue Nov 3 19:37:10 2020 (r554014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.5.1 +DISTVERSION= 5.5.3 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ Modified: branches/2020Q4/german/wordpress/distinfo ============================================================================== --- branches/2020Q4/german/wordpress/distinfo Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/german/wordpress/distinfo Tue Nov 3 19:37:10 2020 (r554014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599419206 -SHA256 (wordpress-5.5.1-de_DE.tar.gz) = 4aa00c9e4bb78e5dcc29b99fd38a513fa36afd1596ba5fe5eb369ed42d999308 -SIZE (wordpress-5.5.1-de_DE.tar.gz) = 13673247 +TIMESTAMP = 1604344249 +SHA256 (wordpress-5.5.3-de_DE.tar.gz) = b31300181d075c810fd9e7e11b8d4747f94773220b92a61876123be50f9ff373 +SIZE (wordpress-5.5.3-de_DE.tar.gz) = 13679632 Modified: branches/2020Q4/japanese/wordpress/Makefile ============================================================================== --- branches/2020Q4/japanese/wordpress/Makefile Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/japanese/wordpress/Makefile Tue Nov 3 19:37:10 2020 (r554014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.5.1 +DISTVERSION= 5.5.3 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: branches/2020Q4/japanese/wordpress/distinfo ============================================================================== --- branches/2020Q4/japanese/wordpress/distinfo Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/japanese/wordpress/distinfo Tue Nov 3 19:37:10 2020 (r554014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599419245 -SHA256 (wordpress-5.5.1-ja.tar.gz) = 88dc54b26602631b8c2c92cdc72abde0e6921e8288a1739f9081b182b63605b2 -SIZE (wordpress-5.5.1-ja.tar.gz) = 13677083 +TIMESTAMP = 1604344275 +SHA256 (wordpress-5.5.3-ja.tar.gz) = 1494f13673b2bbedd2b145305ba889953b4909846173ecc14bdeec985812a005 +SIZE (wordpress-5.5.3-ja.tar.gz) = 13682436 Modified: branches/2020Q4/russian/wordpress/Makefile ============================================================================== --- branches/2020Q4/russian/wordpress/Makefile Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/russian/wordpress/Makefile Tue Nov 3 19:37:10 2020 (r554014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.5.1 +DISTVERSION= 5.5.3 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ Modified: branches/2020Q4/russian/wordpress/distinfo ============================================================================== --- branches/2020Q4/russian/wordpress/distinfo Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/russian/wordpress/distinfo Tue Nov 3 19:37:10 2020 (r554014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599419358 -SHA256 (wordpress-5.5.1-ru_RU.tar.gz) = 899da86ffc1ab9cbadda5b17d0c255578ed9e641330449b05992811059adc395 -SIZE (wordpress-5.5.1-ru_RU.tar.gz) = 13740673 +TIMESTAMP = 1604344313 +SHA256 (wordpress-5.5.3-ru_RU.tar.gz) = 044f2468c17873950515ee768f80d4d13fc659a6514c4ab01fdd37e7b40b8d11 +SIZE (wordpress-5.5.3-ru_RU.tar.gz) = 13747596 Modified: branches/2020Q4/www/wordpress/Makefile ============================================================================== --- branches/2020Q4/www/wordpress/Makefile Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/www/wordpress/Makefile Tue Nov 3 19:37:10 2020 (r554014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.5.1 +DISTVERSION= 5.5.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: branches/2020Q4/www/wordpress/distinfo ============================================================================== --- branches/2020Q4/www/wordpress/distinfo Tue Nov 3 19:27:38 2020 (r554013) +++ branches/2020Q4/www/wordpress/distinfo Tue Nov 3 19:37:10 2020 (r554014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599419041 -SHA256 (wordpress-5.5.1.tar.gz) = 66a2ced5f3e240d0612dd3668fbd50308f9649ecb4a6e17d46dc0d8111b99295 -SIZE (wordpress-5.5.1.tar.gz) = 12983648 +TIMESTAMP = 1604344340 +SHA256 (wordpress-5.5.3.tar.gz) = b1392676bf4cba5c3b5f0344309054f35af0355fda80da418c2ce71ae39baed4 +SIZE (wordpress-5.5.3.tar.gz) = 12987499