summaryrefslogtreecommitdiff
path: root/www/php-owncloud
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-05-15 20:18:34 +0000
committerryoon <ryoon@pkgsrc.org>2012-05-15 20:18:34 +0000
commit7722036c5cd38e50b5da723332a218ccb9056999 (patch)
tree08cb0d505f6786b248cb29ad3c0132df1a795a91 /www/php-owncloud
parent1e03936fd0b9f2e703c315bc5cb8e0323db4dd58 (diff)
downloadpkgsrc-7722036c5cd38e50b5da723332a218ccb9056999.tar.gz
Update to 3.0.3
* Add .htaccess file to package * Fix MESSAGES, to be more useful Changelog: changelog is not available officially. The following is provided by SuSE. - Security: Several CSRF fixes - Security: .htaccess uploading blacklist - Backport link in the Help center to the online documentatio - Backport link in the Help center to the "Big Files" howto - Check if JSon module is installed - Check if GD module is installed
Diffstat (limited to 'www/php-owncloud')
-rw-r--r--www/php-owncloud/MESSAGE6
-rw-r--r--www/php-owncloud/Makefile6
-rw-r--r--www/php-owncloud/PLIST3
-rw-r--r--www/php-owncloud/distinfo8
4 files changed, 13 insertions, 10 deletions
diff --git a/www/php-owncloud/MESSAGE b/www/php-owncloud/MESSAGE
index dd02d93da47..e489eacd28a 100644
--- a/www/php-owncloud/MESSAGE
+++ b/www/php-owncloud/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2012/02/17 16:40:23 ryoon Exp $
+$NetBSD: MESSAGE,v 1.4 2012/05/15 20:18:34 ryoon Exp $
To use ownCloud, you will need to perform the following steps.
@@ -14,8 +14,10 @@ To use ownCloud, you will need to perform the following steps.
LoadModule php5_module lib/httpd/mod_php5.so
AddType application/x-httpd-php .php
<Directory ${PREFIX}/share/owncloud>
+ DirectoryIndex index.php
Options All
Allow from All
+ AllowOverride All
</Directory>
4. Be sure to have the following lines in ${PREFIX}/etc/php.ini.
@@ -30,5 +32,5 @@ To use ownCloud, you will need to perform the following steps.
5. Start apache httpd.
-6. Access http://localhost/index.php and setup.
+6. Access http://localhost/ and setup.
===========================================================================
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile
index 87a77658f44..d08ab8725c1 100644
--- a/www/php-owncloud/Makefile
+++ b/www/php-owncloud/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2012/04/19 15:39:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2012/05/15 20:18:34 ryoon Exp $
#
-DISTNAME= owncloud-3.0.2
+DISTNAME= owncloud-3.0.3
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://owncloud.org/releases/
@@ -36,7 +36,7 @@ FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
OC_DIR=${OC_DIR}
do-install:
- cd ${WRKSRC} && pax -rw -pmp * \
+ cd ${WRKSRC} && pax -rw -pmp * .htaccess \
${DESTDIR}${PREFIX}/${OC_DIR}
.include "../../lang/php/phpversion.mk"
diff --git a/www/php-owncloud/PLIST b/www/php-owncloud/PLIST
index a21b6e88514..d707c0991a0 100644
--- a/www/php-owncloud/PLIST
+++ b/www/php-owncloud/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/19 15:39:24 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/05/15 20:18:34 ryoon Exp $
+share/owncloud/.htaccess
share/owncloud/3rdparty/Console/Getopt.php
share/owncloud/3rdparty/Crypt_Blowfish/Blowfish.php
share/owncloud/3rdparty/Crypt_Blowfish/Blowfish/DefaultKey.php
diff --git a/www/php-owncloud/distinfo b/www/php-owncloud/distinfo
index 1046a228eb5..c7112542b4a 100644
--- a/www/php-owncloud/distinfo
+++ b/www/php-owncloud/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/04/19 15:39:24 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2012/05/15 20:18:34 ryoon Exp $
-SHA1 (owncloud-3.0.2.tar.bz2) = 9d9cd1ee3c8123457f9fb75e63b2733f5e833b72
-RMD160 (owncloud-3.0.2.tar.bz2) = 1d43c8d3861060712eb4c6ce08a675d0fd3f6dc1
-Size (owncloud-3.0.2.tar.bz2) = 2605218 bytes
+SHA1 (owncloud-3.0.3.tar.bz2) = 749c69ea78204ec172b08838bf3a397e0921ffe4
+RMD160 (owncloud-3.0.3.tar.bz2) = 3a266db6b8b66649cdd49b1c57dceca7f15e6d51
+Size (owncloud-3.0.3.tar.bz2) = 2608784 bytes