pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php-owncloud Update to 3.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee780aae3d85
branches: trunk
changeset: 603875:ee780aae3d85
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue May 15 20:18:34 2012 +0000
description:
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:
www/php-owncloud/MESSAGE | 6 ++++--
www/php-owncloud/Makefile | 6 +++---
www/php-owncloud/PLIST | 3 ++-
www/php-owncloud/distinfo | 8 ++++----
4 files changed, 13 insertions(+), 10 deletions(-)
diffs (73 lines):
diff -r 0dfb47751457 -r ee780aae3d85 www/php-owncloud/MESSAGE
--- a/www/php-owncloud/MESSAGE Tue May 15 18:59:20 2012 +0000
+++ b/www/php-owncloud/MESSAGE Tue May 15 20:18:34 2012 +0000
@@ -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 @@
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 @@
5. Start apache httpd.
-6. Access http://localhost/index.php and setup.
+6. Access http://localhost/ and setup.
===========================================================================
diff -r 0dfb47751457 -r ee780aae3d85 www/php-owncloud/Makefile
--- a/www/php-owncloud/Makefile Tue May 15 18:59:20 2012 +0000
+++ b/www/php-owncloud/Makefile Tue May 15 20:18:34 2012 +0000
@@ -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 @@
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 -r 0dfb47751457 -r ee780aae3d85 www/php-owncloud/PLIST
--- a/www/php-owncloud/PLIST Tue May 15 18:59:20 2012 +0000
+++ b/www/php-owncloud/PLIST Tue May 15 20:18:34 2012 +0000
@@ -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 -r 0dfb47751457 -r ee780aae3d85 www/php-owncloud/distinfo
--- a/www/php-owncloud/distinfo Tue May 15 18:59:20 2012 +0000
+++ b/www/php-owncloud/distinfo Tue May 15 20:18:34 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index