summaryrefslogtreecommitdiff
path: root/www/php-owncloud
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
commit320438a2f42c1db96a9137a885c13aad4ef77505 (patch)
treee0b2e68344699fcb91e348175ae5251a580e14f2 /www/php-owncloud
parentd7d3e66f56eac602225eef9ef75879341711364a (diff)
downloadpkgsrc-320438a2f42c1db96a9137a885c13aad4ef77505.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')
-rw-r--r--www/php-owncloud/MESSAGE4
-rw-r--r--www/php-owncloud/Makefile6
-rw-r--r--www/php-owncloud/PLIST24
-rw-r--r--www/php-owncloud/distinfo8
4 files changed, 33 insertions, 9 deletions
diff --git a/www/php-owncloud/MESSAGE b/www/php-owncloud/MESSAGE
index 578f7598aa9..697b21f004d 100644
--- a/www/php-owncloud/MESSAGE
+++ b/www/php-owncloud/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.12 2013/09/28 13:29:51 ryoon Exp $
+$NetBSD: MESSAGE,v 1.13 2013/11/22 14:34:33 ryoon Exp $
To use ownCloud, you will need to perform the following steps.
@@ -26,10 +26,10 @@ To use ownCloud, you will need to perform the following steps.
extension=iconv.so
extension=json.so
extension=mbstring.so
- extension=pdo.so
extension=zip.so
extension=zlib.so
+ extension=pdo.so ;if you select sqlite backend.
extension=pdo_sqlite.so ;if you select sqlite backend.
extension=mysql.so ;if you select MySQL backend.
extension=pgsql.so ;if you select PostgreSQL backend.
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
diff --git a/www/php-owncloud/PLIST b/www/php-owncloud/PLIST
index e85161cf5e5..368c19ab43a 100644
--- a/www/php-owncloud/PLIST
+++ b/www/php-owncloud/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2013/10/12 12:45:05 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.21 2013/11/22 14:34:33 ryoon Exp $
share/owncloud/.htaccess
share/owncloud/3rdparty/Archive/Tar.php
share/owncloud/3rdparty/Console/Getopt.php
@@ -2121,6 +2121,7 @@ share/owncloud/apps/files_pdfviewer/templates/pdf.php
share/owncloud/apps/files_pdfviewer/viewer.php
share/owncloud/apps/files_sharing/appinfo/app.php
share/owncloud/apps/files_sharing/appinfo/info.xml
+share/owncloud/apps/files_sharing/appinfo/routes.php
share/owncloud/apps/files_sharing/appinfo/update.php
share/owncloud/apps/files_sharing/appinfo/version
share/owncloud/apps/files_sharing/css/public.css
@@ -2182,6 +2183,7 @@ share/owncloud/apps/files_sharing/l10n/vi.php
share/owncloud/apps/files_sharing/l10n/zh_CN.GB2312.php
share/owncloud/apps/files_sharing/l10n/zh_CN.php
share/owncloud/apps/files_sharing/l10n/zh_TW.php
+share/owncloud/apps/files_sharing/lib/api.php
share/owncloud/apps/files_sharing/lib/cache.php
share/owncloud/apps/files_sharing/lib/permissions.php
share/owncloud/apps/files_sharing/lib/share/file.php
@@ -2192,6 +2194,7 @@ share/owncloud/apps/files_sharing/lib/watcher.php
share/owncloud/apps/files_sharing/public.php
share/owncloud/apps/files_sharing/templates/authenticate.php
share/owncloud/apps/files_sharing/templates/public.php
+share/owncloud/apps/files_sharing/tests/api.php
share/owncloud/apps/files_texteditor/ajax/loadfile.php
share/owncloud/apps/files_texteditor/ajax/savefile.php
share/owncloud/apps/files_texteditor/appinfo/app.php
@@ -3836,12 +3839,18 @@ share/owncloud/core/doc/admin/_sources/maintenance/backup.txt
share/owncloud/core/doc/admin/_sources/maintenance/index.txt
share/owncloud/core/doc/admin/_sources/maintenance/migrating.txt
share/owncloud/core/doc/admin/_sources/maintenance/update.txt
+share/owncloud/core/doc/admin/_static/ajax-loader.gif
share/owncloud/core/doc/admin/_static/basic.css
share/owncloud/core/doc/admin/_static/bootstrap-responsive.css
share/owncloud/core/doc/admin/_static/bootstrap-sphinx.css
share/owncloud/core/doc/admin/_static/bootstrap.css
share/owncloud/core/doc/admin/_static/bootstrap.js
+share/owncloud/core/doc/admin/_static/comment-bright.png
+share/owncloud/core/doc/admin/_static/comment-close.png
+share/owncloud/core/doc/admin/_static/comment.png
share/owncloud/core/doc/admin/_static/doctools.js
+share/owncloud/core/doc/admin/_static/down-pressed.png
+share/owncloud/core/doc/admin/_static/down.png
share/owncloud/core/doc/admin/_static/file.png
share/owncloud/core/doc/admin/_static/img/glyphicons-halflings-white.png
share/owncloud/core/doc/admin/_static/img/glyphicons-halflings.png
@@ -3856,6 +3865,9 @@ share/owncloud/core/doc/admin/_static/pygments.css
share/owncloud/core/doc/admin/_static/searchtools.js
share/owncloud/core/doc/admin/_static/style.css
share/owncloud/core/doc/admin/_static/underscore.js
+share/owncloud/core/doc/admin/_static/up-pressed.png
+share/owncloud/core/doc/admin/_static/up.png
+share/owncloud/core/doc/admin/_static/websupport.js
share/owncloud/core/doc/admin/configuration/auth_ldap.html
share/owncloud/core/doc/admin/configuration/background_jobs.html
share/owncloud/core/doc/admin/configuration/configuration_3rdparty.html
@@ -3951,12 +3963,18 @@ share/owncloud/core/doc/user/_sources/pim/sync_osx.txt
share/owncloud/core/doc/user/_sources/pim/sync_thunderbird.txt
share/owncloud/core/doc/user/_sources/pim/troubleshooting.txt
share/owncloud/core/doc/user/_sources/webinterface.txt
+share/owncloud/core/doc/user/_static/ajax-loader.gif
share/owncloud/core/doc/user/_static/basic.css
share/owncloud/core/doc/user/_static/bootstrap-responsive.css
share/owncloud/core/doc/user/_static/bootstrap-sphinx.css
share/owncloud/core/doc/user/_static/bootstrap.css
share/owncloud/core/doc/user/_static/bootstrap.js
+share/owncloud/core/doc/user/_static/comment-bright.png
+share/owncloud/core/doc/user/_static/comment-close.png
+share/owncloud/core/doc/user/_static/comment.png
share/owncloud/core/doc/user/_static/doctools.js
+share/owncloud/core/doc/user/_static/down-pressed.png
+share/owncloud/core/doc/user/_static/down.png
share/owncloud/core/doc/user/_static/file.png
share/owncloud/core/doc/user/_static/img/glyphicons-halflings-white.png
share/owncloud/core/doc/user/_static/img/glyphicons-halflings.png
@@ -3971,6 +3989,9 @@ share/owncloud/core/doc/user/_static/pygments.css
share/owncloud/core/doc/user/_static/searchtools.js
share/owncloud/core/doc/user/_static/style.css
share/owncloud/core/doc/user/_static/underscore.js
+share/owncloud/core/doc/user/_static/up-pressed.png
+share/owncloud/core/doc/user/_static/up.png
+share/owncloud/core/doc/user/_static/websupport.js
share/owncloud/core/doc/user/bookmarks.html
share/owncloud/core/doc/user/contents.html
share/owncloud/core/doc/user/files/configuring_big_file_upload.html
@@ -5214,6 +5235,7 @@ share/owncloud/lib/files/mapper.php
share/owncloud/lib/files/mount.php
share/owncloud/lib/files/storage/common.php
share/owncloud/lib/files/storage/commontest.php
+share/owncloud/lib/files/storage/home.php
share/owncloud/lib/files/storage/local.php
share/owncloud/lib/files/storage/mappedlocal.php
share/owncloud/lib/files/storage/storage.php
diff --git a/www/php-owncloud/distinfo b/www/php-owncloud/distinfo
index d10220de618..9e9e75716d0 100644
--- a/www/php-owncloud/distinfo
+++ b/www/php-owncloud/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2013/10/12 12:45:05 ryoon Exp $
+$NetBSD: distinfo,v 1.23 2013/11/22 14:34:33 ryoon Exp $
-SHA1 (owncloud-5.0.12.tar.bz2) = e4ff949c31e31712390272f5b56c5d6212c62574
-RMD160 (owncloud-5.0.12.tar.bz2) = c9a33bbca023bdeaa930597f91a6631b23400199
-Size (owncloud-5.0.12.tar.bz2) = 15147476 bytes
+SHA1 (owncloud-5.0.13.tar.bz2) = 375d950422718897b57759db81c176b8a14f070b
+RMD160 (owncloud-5.0.13.tar.bz2) = 2a178affc7e74ed159d8a0715c07dbd1dce72340
+Size (owncloud-5.0.13.tar.bz2) = 15436770 bytes
SHA1 (patch-apps_user_ldap_lib_access.php) = 82996f105c16018729596049a060756ad364cbb1