From owner-svn-ports-all@freebsd.org Fri Sep 18 02:30:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C5CA9CF688; Fri, 18 Sep 2015 02:30:39 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-qg0-x22a.google.com (mail-qg0-x22a.google.com [IPv6:2607:f8b0:400d:c04::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 476F91F42; Fri, 18 Sep 2015 02:30:39 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by qgx61 with SMTP id 61so28875622qgx.3; Thu, 17 Sep 2015 19:30:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8rqxciCovogpqgXfWtzc4iaR2vhLc2gezb5gYGJKdds=; b=c28ocoL7oUTAcO7JTBcuD2g5dSfFKVDZTmUZy2ivn5wrLvJ+qPKhQkNbdoc5cF/PfI srJeEz+askB6wPUHeD8RBzTWNEW1fAWAQAYDLYyHSa+4r/FA0umQhKaG9HFEcjUEttrm ziqS+Gp+zLTyxImAoB0YLWUvSJ++srIk5uFe5sq4aK+2rt9CXFyNHzb537I2BRAz6CYv FIAJUiII6OPOZWbm1CmlhgwWICk5GNATBDE90xK5DNt4Ng+bxUZXAf5W0GJkOzGf01h7 7xG82WHuMdlgc48dAPQgjkAr4U8vE1soDAwnmdEbbsw0/l0geM5SRmJTnylDZQQNvglJ ipJw== X-Received: by 10.140.106.226 with SMTP id e89mr3803197qgf.84.1442543438279; Thu, 17 Sep 2015 19:30:38 -0700 (PDT) Received: from Silverstone.nc-us.unovitch.com (cpe-98-24-222-249.nc.res.rr.com. [98.24.222.249]) by smtp.gmail.com with ESMTPSA id p14sm2607795qge.43.2015.09.17.19.30.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Sep 2015 19:30:37 -0700 (PDT) Date: Thu, 17 Sep 2015 22:30:35 -0400 From: Jason Unovitch To: Wen Heping Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397099 - in head/www: moodle27 moodle28 moodle29 Message-ID: <20150918023035.GA68424@Silverstone.nc-us.unovitch.com> Reply-To: junovitch@FreeBSD.org References: <201509170448.t8H4m09J087791@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201509170448.t8H4m09J087791@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 18 Sep 2015 02:30:39 -0000 On Thu, Sep 17, 2015 at 04:48:00AM +0000, Wen Heping wrote: > Author: wen > Date: Thu Sep 17 04:47:59 2015 > New Revision: 397099 > URL: https://svnweb.freebsd.org/changeset/ports/397099 > > Log: > - Update moodle to 2.7.10, 2.8.8, 2.9.2 > > MFH: 2015Q3 > Wen, I documented the below verbiage from the Moodle release notes in VuXML to help its users know they should upgrade. > A number of security related issues were resolved. Details of these > issues will be released after a period of approximately one week to > allow system administrators to safely update to the latest version. Since I see this hasn't MFH'd yet, it may have been helpful to have had a mention of this in the commit log that this was indeed a security update and the issues have yet to be disclosed. Thanks!