summaryrefslogtreecommitdiff
path: root/www/php-owncloud/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-11-22 14:34:33 +0000
committerryoon <ryoon@pkgsrc.org>2013-11-22 14:34:33 +0000
commit2c15c2c4b17186f55d2e6021bddd21ed2e3fef23 (patch)
treee0b2e68344699fcb91e348175ae5251a580e14f2 /www/php-owncloud/Makefile
parent661eb9e1b43c25a02db7a93c3067bc95dd0e2006 (diff)
downloadpkgsrc-2c15c2c4b17186f55d2e6021bddd21ed2e3fef23.tar.gz
Update to 5.0.13
* Fix MESSAGE for sqlite3 Changelog: Version 5.0.13 Nov 8th 2013 SECURITY: Fix a possible security bypass on admin page under certain circumstances and MariaDB Correctly update database schema during app update Fix automatic login rejecion error message Several Oracle fixes Fixing serverroot/webroot calculation Adding detection for aborted uploads for chunked uploads Fixing directory handling that end with a space Fixing home storage handling Allow to share a file/folder as public link also if one of it parents was already shared as link Fix search in shared folders Fix check for uploads into Shared folder Several Shared folder handling fixes Prefere them PNGs over core SVGs Fall back to default log file of specified logfile doesn't exist Several IE fixes Fix LDAP login for certain circumstances Fixed chunk size calculation for encrypted files Fix recursive delete for smb Fix using touch for creating files for smb Support OCS Share API Fix updating ETAGs Don't write user passwords into logfile Enable configuration of timezones for logfile timestamps Cleanup share database table for files that no longer exist Adding privilege check on move and rename operations
Diffstat (limited to 'www/php-owncloud/Makefile')
-rw-r--r--www/php-owncloud/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile
index 966dfd74dd7..2b59ad87a3b 100644
--- a/www/php-owncloud/Makefile
+++ b/www/php-owncloud/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2013/10/12 12:45:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.40 2013/11/22 14:34:33 ryoon Exp $
#
-DISTNAME= owncloud-5.0.12
+DISTNAME= owncloud-5.0.13
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://download.owncloud.org/community/
@@ -12,6 +12,8 @@ HOMEPAGE= http://owncloud.org/
COMMENT= Web services under your control
LICENSE= gnu-agpl-v3
+EXTRACT_USING= bsdtar
+
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.3.0:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.3.0:../../converters/php-iconv