From owner-svn-ports-all@freebsd.org Thu May 24 12:06:27 2018 Return-Path: Delivered-To: svn-ports-all@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 A5618EEDF61; Thu, 24 May 2018 12:06:27 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5882D873DF; Thu, 24 May 2018 12:06:27 +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 367891201B; Thu, 24 May 2018 12:06:27 +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 w4OC6RcI032744; Thu, 24 May 2018 12:06:27 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4OC6Ppl032737; Thu, 24 May 2018 12:06:25 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805241206.w4OC6Ppl032737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 24 May 2018 12:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r470771 - in branches/2018Q2/www: moodle31 moodle32 moodle33 moodle34 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in branches/2018Q2/www: moodle31 moodle32 moodle33 moodle34 X-SVN-Commit-Revision: 470771 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.26 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: Thu, 24 May 2018 12:06:28 -0000 Author: wen Date: Thu May 24 12:06:25 2018 New Revision: 470771 URL: https://svnweb.freebsd.org/changeset/ports/470771 Log: MFH: r470271 - Update moodle to 3.4.3, 3.3.6, 3.2.9 and 3.1.12 (include security fix) Approved by: ports-secteam@(miwi@) Modified: branches/2018Q2/www/moodle31/Makefile branches/2018Q2/www/moodle31/distinfo branches/2018Q2/www/moodle32/Makefile branches/2018Q2/www/moodle32/distinfo branches/2018Q2/www/moodle33/Makefile branches/2018Q2/www/moodle33/distinfo branches/2018Q2/www/moodle34/Makefile branches/2018Q2/www/moodle34/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/moodle31/Makefile ============================================================================== --- branches/2018Q2/www/moodle31/Makefile Thu May 24 11:43:56 2018 (r470770) +++ branches/2018Q2/www/moodle31/Makefile Thu May 24 12:06:25 2018 (r470771) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.1.11 +PORTVERSION= 3.1.12 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable31/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2018Q2/www/moodle31/distinfo ============================================================================== --- branches/2018Q2/www/moodle31/distinfo Thu May 24 11:43:56 2018 (r470770) +++ branches/2018Q2/www/moodle31/distinfo Thu May 24 12:06:25 2018 (r470771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521465894 -SHA256 (moodle-3.1.11.tgz) = c75d3f2e290adaf7b3bb70c98305efc9368e4873d809b02880c13c488aec7156 -SIZE (moodle-3.1.11.tgz) = 38028187 +TIMESTAMP = 1526632513 +SHA256 (moodle-3.1.12.tgz) = f7a277ac9f691ee864a9092544d1ee11caf7f9e4dc40525ccbcf697143dd1008 +SIZE (moodle-3.1.12.tgz) = 38023724 Modified: branches/2018Q2/www/moodle32/Makefile ============================================================================== --- branches/2018Q2/www/moodle32/Makefile Thu May 24 11:43:56 2018 (r470770) +++ branches/2018Q2/www/moodle32/Makefile Thu May 24 12:06:25 2018 (r470771) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.2.8 +PORTVERSION= 3.2.9 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable32/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2018Q2/www/moodle32/distinfo ============================================================================== --- branches/2018Q2/www/moodle32/distinfo Thu May 24 11:43:56 2018 (r470770) +++ branches/2018Q2/www/moodle32/distinfo Thu May 24 12:06:25 2018 (r470771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521465667 -SHA256 (moodle-3.2.8.tgz) = bb331dd45f9b703d26c27b1aa2b4b1cdab16728965079e827754de97c9bff0f9 -SIZE (moodle-3.2.8.tgz) = 40323405 +TIMESTAMP = 1526632441 +SHA256 (moodle-3.2.9.tgz) = 91f1deeafd3e20d07deb59bd3cd3673da7e4a870336d95dadbae7e26722c61a3 +SIZE (moodle-3.2.9.tgz) = 40333782 Modified: branches/2018Q2/www/moodle33/Makefile ============================================================================== --- branches/2018Q2/www/moodle33/Makefile Thu May 24 11:43:56 2018 (r470770) +++ branches/2018Q2/www/moodle33/Makefile Thu May 24 12:06:25 2018 (r470771) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.3.5 +PORTVERSION= 3.3.6 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable33/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2018Q2/www/moodle33/distinfo ============================================================================== --- branches/2018Q2/www/moodle33/distinfo Thu May 24 11:43:56 2018 (r470770) +++ branches/2018Q2/www/moodle33/distinfo Thu May 24 12:06:25 2018 (r470771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521467601 -SHA256 (moodle-3.3.5.tgz) = 13f7d97fd7daeb9cfd1117806dc1468996cf2182a78888a880272e2d56d8cfe3 -SIZE (moodle-3.3.5.tgz) = 44374771 +TIMESTAMP = 1526628775 +SHA256 (moodle-3.3.6.tgz) = 7211d7500f7e7f703eaf58111927880b35d5d1c57752053868be0375d1f6483c +SIZE (moodle-3.3.6.tgz) = 44870790 Modified: branches/2018Q2/www/moodle34/Makefile ============================================================================== --- branches/2018Q2/www/moodle34/Makefile Thu May 24 11:43:56 2018 (r470770) +++ branches/2018Q2/www/moodle34/Makefile Thu May 24 12:06:25 2018 (r470771) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.3 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable34/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} Modified: branches/2018Q2/www/moodle34/distinfo ============================================================================== --- branches/2018Q2/www/moodle34/distinfo Thu May 24 11:43:56 2018 (r470770) +++ branches/2018Q2/www/moodle34/distinfo Thu May 24 12:06:25 2018 (r470771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521463086 -SHA256 (moodle-3.4.2.tgz) = 1856c045ee52aa97a13ae6c078ee2c270ee966cd80b79cd12f0d2395b592bd8f -SIZE (moodle-3.4.2.tgz) = 45012231 +TIMESTAMP = 1526627845 +SHA256 (moodle-3.4.3.tgz) = 115601e8e336b61c596d96edaf49e999b5227e65d911fbd09d90aad93fd18e6a +SIZE (moodle-3.4.3.tgz) = 45524224