summaryrefslogtreecommitdiff
path: root/www/php-owncloud/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-06-29 13:59:22 +0000
committerryoon <ryoon@pkgsrc.org>2014-06-29 13:59:22 +0000
commitfe527a6637648a57760d81eed9325dd483f4f54f (patch)
treea1829e6704c5f5926a97c3936671a418a45d6631 /www/php-owncloud/Makefile
parent2bbb92bc7b3e4b58a60e5474ce0540c8b378e23f (diff)
downloadpkgsrc-fe527a6637648a57760d81eed9325dd483f4f54f.tar.gz
Update to 6.0.4
* I gave up subdirectory installation with nginx... (MESSAGES) Changelog: Version 6.0.4 June 23rd 2014 Fixed a security issue (Will be disclosed two weeks after this release) Several LDAP fixes and improvements Add deprecated warning to load function File scanner fixes Heart beat fixes Encryption fixes for some corner cases Fix conflict dialog translations Fix button text overflow Fix search with Oracle Php upload errors are written to log OCS status code fixes Add PostgreSQL version warning Version 6.0.3 April 29rd 2014 Several security fixes. (Will be disclosed 2 weeks after the release) Appframework extensions to improve the compatibility with 3rdparty apps LDAP performance improvements Fix updating of email adresses from LDAP Fix WebDAV timestamp format handling Disable internet connection check if a proxy is configured Fix a potential file chunking problem on a server that is running out of storage Do not expire file chunks while checking their existence Fix loading of authentication apps in any case Performance improvements by reducing the number of chmod operations. Make the trusted domain upgrade feature more robust. Don't allow creating a "Shared" folder. Fixed "select all" + download on public page Fix share as link with email multiple users Reset time of last update feed polling to fix the updater Share API fixes Admin option for public upload with encryption enabled Fix CIFS with home shares Detect a missing "data" directory mount Fix the filesize calculation of encrypted files Fixes in the OpenStack support Fixes in the SWIFT support Don't block PHP sessions during download Fix sharing oc addressbooks Several ownCloud Documents improvements and fixes Several smaller bugfixes
Diffstat (limited to 'www/php-owncloud/Makefile')
-rw-r--r--www/php-owncloud/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile
index f6a03b561c0..6ff78522bf9 100644
--- a/www/php-owncloud/Makefile
+++ b/www/php-owncloud/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2014/05/29 23:38:17 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2014/06/29 13:59:22 ryoon Exp $
#
-DISTNAME= owncloud-6.0.2
+DISTNAME= owncloud-6.0.4
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.owncloud.org/community/
EXTRACT_SUFX= .tar.bz2