Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 02:08:26 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r486493 - in branches/2018Q4/www: moodle31 moodle31/files moodle33 moodle33/files moodle34 moodle34/files moodle35 moodle35/files
Message-ID:  <201812030208.wB328QnA024854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Dec  3 02:08:25 2018
New Revision: 486493
URL: https://svnweb.freebsd.org/changeset/ports/486493

Log:
  MFH: r484801
  
  - Update moodle to 3.5.3, 3.4.6, 3.3.9 and 3.1.15(include security fix)
  - Remove moodle32 from CONFLICTS
  - Remove apache22 message from pkg-message
  
  Approved by:	ports-secteam(miwi@)

Modified:
  branches/2018Q4/www/moodle31/Makefile
  branches/2018Q4/www/moodle31/distinfo
  branches/2018Q4/www/moodle31/files/pkg-message.in
  branches/2018Q4/www/moodle33/Makefile
  branches/2018Q4/www/moodle33/distinfo
  branches/2018Q4/www/moodle33/files/pkg-message.in
  branches/2018Q4/www/moodle34/Makefile
  branches/2018Q4/www/moodle34/distinfo
  branches/2018Q4/www/moodle34/files/pkg-message.in
  branches/2018Q4/www/moodle35/Makefile
  branches/2018Q4/www/moodle35/distinfo
  branches/2018Q4/www/moodle35/files/pkg-message.in
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/www/moodle31/Makefile
==============================================================================
--- branches/2018Q4/www/moodle31/Makefile	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle31/Makefile	Mon Dec  3 02:08:25 2018	(r486493)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	3.1.14
+PORTVERSION=	3.1.15
 CATEGORIES=	www
 MASTER_SITES=	SF/moodle/Moodle/stable31/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]*
+CONFLICTS=	moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]*
 
 USES=		cpe php tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \

Modified: branches/2018Q4/www/moodle31/distinfo
==============================================================================
--- branches/2018Q4/www/moodle31/distinfo	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle31/distinfo	Mon Dec  3 02:08:25 2018	(r486493)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536664980
-SHA256 (moodle-3.1.14.tgz) = dfe83507c6e188975803ecde243962d9f2b99790bc8c885a122253993d160cba
-SIZE (moodle-3.1.14.tgz) = 38045267
+TIMESTAMP = 1542013919
+SHA256 (moodle-3.1.15.tgz) = b0a6316f4865e0c051e2da01049f20c0f6b3a54db62294cc96dc75ae741d78ac
+SIZE (moodle-3.1.15.tgz) = 38055035

Modified: branches/2018Q4/www/moodle31/files/pkg-message.in
==============================================================================
--- branches/2018Q4/www/moodle31/files/pkg-message.in	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle31/files/pkg-message.in	Mon Dec  3 02:08:25 2018	(r486493)
@@ -11,18 +11,6 @@ POST-INSTALL CONFIGURATION FOR MOODLE
 2) Add the following to your Apache configuration file
    httpd.conf, and restart the server:
 
-   For Apache versions earlier than 2.4:
-
-   Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/
-   AcceptPathInfo On
-   <Directory %%PREFIX%%/%%MOODLEDIR%%>
-      AllowOverride None
-      Order Allow,Deny
-      Allow from all
-   </Directory>
-
-   For Apache version 2.4.x or above:
-
    Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/
    AcceptPathInfo On
    <Directory %%PREFIX%%/%%MOODLEDIR%%/>

Modified: branches/2018Q4/www/moodle33/Makefile
==============================================================================
--- branches/2018Q4/www/moodle33/Makefile	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle33/Makefile	Mon Dec  3 02:08:25 2018	(r486493)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	3.3.8
+PORTVERSION=	3.3.9
 CATEGORIES=	www
 MASTER_SITES=	SF/moodle/Moodle/stable33/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]*
+CONFLICTS=	moodle31-3.1.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]*
 
 USES=		cpe php tar:tgz
 USE_PHP=	ctype curl dom fileinfo gd hash iconv intl json mbstring \

Modified: branches/2018Q4/www/moodle33/distinfo
==============================================================================
--- branches/2018Q4/www/moodle33/distinfo	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle33/distinfo	Mon Dec  3 02:08:25 2018	(r486493)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536664846
-SHA256 (moodle-3.3.8.tgz) = 3be64f137eec853bf3e5a3424cb1364330704a4aab9757ca7e57123f8330ec61
-SIZE (moodle-3.3.8.tgz) = 45067185
+TIMESTAMP = 1542014052
+SHA256 (moodle-3.3.9.tgz) = 4c929194042070bba91a4ab3133e34b12df377e076af7eb444ccf2386245a5bd
+SIZE (moodle-3.3.9.tgz) = 45123816

Modified: branches/2018Q4/www/moodle33/files/pkg-message.in
==============================================================================
--- branches/2018Q4/www/moodle33/files/pkg-message.in	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle33/files/pkg-message.in	Mon Dec  3 02:08:25 2018	(r486493)
@@ -11,18 +11,6 @@ POST-INSTALL CONFIGURATION FOR MOODLE
 2) Add the following to your Apache configuration file
    httpd.conf, and restart the server:
 
-   For Apache versions earlier than 2.4:
-
-   Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/
-   AcceptPathInfo On
-   <Directory %%PREFIX%%/%%MOODLEDIR%%>
-      AllowOverride None
-      Order Allow,Deny
-      Allow from all
-   </Directory>
-
-   For Apache version 2.4.x or above:
-
    Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/
    AcceptPathInfo On
    <Directory %%PREFIX%%/%%MOODLEDIR%%/>

Modified: branches/2018Q4/www/moodle34/Makefile
==============================================================================
--- branches/2018Q4/www/moodle34/Makefile	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle34/Makefile	Mon Dec  3 02:08:25 2018	(r486493)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	3.4.5
+PORTVERSION=	3.4.6
 CATEGORIES=	www
 MASTER_SITES=	SF/moodle/Moodle/stable34/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]*
+CONFLICTS=	moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]*
 
 IGNORE_WITH_PHP=	56
 

Modified: branches/2018Q4/www/moodle34/distinfo
==============================================================================
--- branches/2018Q4/www/moodle34/distinfo	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle34/distinfo	Mon Dec  3 02:08:25 2018	(r486493)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536664860
-SHA256 (moodle-3.4.5.tgz) = 86795a24593a3d01050a21f2d96067f3d0e4a7a558480431b2e21e6b4c830396
-SIZE (moodle-3.4.5.tgz) = 45763211
+TIMESTAMP = 1542014134
+SHA256 (moodle-3.4.6.tgz) = 788daaf690be8fd2daefc9a1ab958636cce524ff54c5986a1cb5ba9941122ae7
+SIZE (moodle-3.4.6.tgz) = 45961570

Modified: branches/2018Q4/www/moodle34/files/pkg-message.in
==============================================================================
--- branches/2018Q4/www/moodle34/files/pkg-message.in	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle34/files/pkg-message.in	Mon Dec  3 02:08:25 2018	(r486493)
@@ -11,18 +11,6 @@ POST-INSTALL CONFIGURATION FOR MOODLE
 2) Add the following to your Apache configuration file
    httpd.conf, and restart the server:
 
-   For Apache versions earlier than 2.4:
-
-   Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/
-   AcceptPathInfo On
-   <Directory %%PREFIX%%/%%MOODLEDIR%%>
-      AllowOverride None
-      Order Allow,Deny
-      Allow from all
-   </Directory>
-
-   For Apache version 2.4.x or above:
-
    Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/
    AcceptPathInfo On
    <Directory %%PREFIX%%/%%MOODLEDIR%%/>

Modified: branches/2018Q4/www/moodle35/Makefile
==============================================================================
--- branches/2018Q4/www/moodle35/Makefile	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle35/Makefile	Mon Dec  3 02:08:25 2018	(r486493)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	3.5.2
+PORTVERSION=	3.5.3
 CATEGORIES=	www
 MASTER_SITES=	SF/moodle/Moodle/stable35/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]*
+CONFLICTS=	moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]*
 
 IGNORE_WITH_PHP=	56
 

Modified: branches/2018Q4/www/moodle35/distinfo
==============================================================================
--- branches/2018Q4/www/moodle35/distinfo	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle35/distinfo	Mon Dec  3 02:08:25 2018	(r486493)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536664658
-SHA256 (moodle-3.5.2.tgz) = a9474a00d66e7bef7f55300d14acc85e4f99cb5918f749666055185951278aa5
-SIZE (moodle-3.5.2.tgz) = 46446558
+TIMESTAMP = 1542014206
+SHA256 (moodle-3.5.3.tgz) = cd27623abfe753e8e61f0d003851c0e541eb38c8c5d228521ea7e93e052ebaad
+SIZE (moodle-3.5.3.tgz) = 46645219

Modified: branches/2018Q4/www/moodle35/files/pkg-message.in
==============================================================================
--- branches/2018Q4/www/moodle35/files/pkg-message.in	Sun Dec  2 23:18:10 2018	(r486492)
+++ branches/2018Q4/www/moodle35/files/pkg-message.in	Mon Dec  3 02:08:25 2018	(r486493)
@@ -11,18 +11,6 @@ POST-INSTALL CONFIGURATION FOR MOODLE
 2) Add the following to your Apache configuration file
    httpd.conf, and restart the server:
 
-   For Apache versions earlier than 2.4:
-
-   Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/
-   AcceptPathInfo On
-   <Directory %%PREFIX%%/%%MOODLEDIR%%>
-      AllowOverride None
-      Order Allow,Deny
-      Allow from all
-   </Directory>
-
-   For Apache version 2.4.x or above:
-
    Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/
    AcceptPathInfo On
    <Directory %%PREFIX%%/%%MOODLEDIR%%/>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812030208.wB328QnA024854>