pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-nextcloud
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Jan 20 21:33:51 UTC 2017
Modified Files:
pkgsrc/www/php-nextcloud: Makefile PLIST distinfo
Log Message:
Update to 11.0.1
Changelog:
Version 11.0.1 January 16 2017
Changes
Server
Safari CSPv3 support is sub-par (server/2699)
Fix legacy DAV endpoint (server/2685)
Use unmasked permissions in shared scanner (server/2696)
Do not connect to database before creating it (server/2703)
Fix todo list activity filter (server/2746)
Changed anchor in settings page (server/2805)
Also check in cron for old php version (server/2809)
Add DAV repair step to fix calendar data (server/2807)
Only log as info when we can not create a new DB user (server/2750)
Fix wording for apps mgmt buttons (server/2751)
Use a form so firefox doesn't try to save the space as a password (server/2804)
Fix overwriting parameter (server/2825)
Applied security hardening in SwiftMailer (core/2882)
Don't set Content-Disposition header if one already exists (server/2949)
Don't link to the oC forum (server/2988)
Set redirect_url on 2FA challenge page (server/2981)
Dont write a certificate bundle if the shipped ca bundle is empty (server/2994)
Remove group restrictions when those are not allowed anymore (server/2980)
Activity
Update docs and samples (activity/92)
Make sure the preview URLs are absolute (activity/91)
User_SAML
Update SAML library (user_saml/64))
Make the JS work with sudo mode (user_saml/71))
Enabled strict mode (user_saml/75))
files_retention
Delete job if tag not found (files_retention/18)
Also included is a precautionary update for a recent SwiftMailer security issue.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/php-nextcloud/Makefile \
pkgsrc/www/php-nextcloud/PLIST pkgsrc/www/php-nextcloud/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/php-nextcloud/Makefile
diff -u pkgsrc/www/php-nextcloud/Makefile:1.1 pkgsrc/www/php-nextcloud/Makefile:1.2
--- pkgsrc/www/php-nextcloud/Makefile:1.1 Thu Jan 12 15:07:38 2017
+++ pkgsrc/www/php-nextcloud/Makefile Fri Jan 20 21:33:51 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/01/12 15:07:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2017/01/20 21:33:51 ryoon Exp $
#
-DISTNAME= nextcloud-11.0.0
+DISTNAME= nextcloud-11.0.1
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://download.nextcloud.com/server/releases/
Index: pkgsrc/www/php-nextcloud/PLIST
diff -u pkgsrc/www/php-nextcloud/PLIST:1.1 pkgsrc/www/php-nextcloud/PLIST:1.2
--- pkgsrc/www/php-nextcloud/PLIST:1.1 Thu Jan 12 15:07:38 2017
+++ pkgsrc/www/php-nextcloud/PLIST Fri Jan 20 21:33:51 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/01/12 15:07:38 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/01/20 21:33:51 ryoon Exp $
share/nextcloud/.htaccess
share/nextcloud/.user.ini
share/nextcloud/3rdparty/.drone.yml
@@ -2676,7 +2676,11 @@ share/nextcloud/apps/activity/appinfo/si
share/nextcloud/apps/activity/appinfo/update.php
share/nextcloud/apps/activity/css/settings.css
share/nextcloud/apps/activity/css/style.css
+share/nextcloud/apps/activity/docs/create.md
share/nextcloud/apps/activity/docs/endpoint-v2.md
+share/nextcloud/apps/activity/docs/filter.md
+share/nextcloud/apps/activity/docs/provider.md
+share/nextcloud/apps/activity/docs/setting.md
share/nextcloud/apps/activity/img/activity-dark.svg
share/nextcloud/apps/activity/img/activity.svg
share/nextcloud/apps/activity/img/add-color.svg
@@ -3072,6 +3076,8 @@ share/nextcloud/apps/dav/appinfo/v1/webd
share/nextcloud/apps/dav/appinfo/v2/remote.php
share/nextcloud/apps/dav/bin/chunkperf.php
share/nextcloud/apps/dav/l10n/.gitkeep
+share/nextcloud/apps/dav/l10n/bg_BG.js
+share/nextcloud/apps/dav/l10n/bg_BG.json
share/nextcloud/apps/dav/l10n/cs_CZ.js
share/nextcloud/apps/dav/l10n/cs_CZ.json
share/nextcloud/apps/dav/l10n/de.js
@@ -3210,6 +3216,8 @@ share/nextcloud/apps/dav/lib/Files/Shari
share/nextcloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
share/nextcloud/apps/dav/lib/HookManager.php
share/nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
+share/nextcloud/apps/dav/lib/Migration/ValueFix.php
+share/nextcloud/apps/dav/lib/Migration/ValueFixInsert.php
share/nextcloud/apps/dav/lib/RootCollection.php
share/nextcloud/apps/dav/lib/Server.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php
@@ -8006,6 +8014,8 @@ share/nextcloud/apps/twofactor_backupcod
share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json
share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js
share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json
share/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
@@ -8601,6 +8611,12 @@ share/nextcloud/apps/workflowengine/l10n
share/nextcloud/apps/workflowengine/l10n/pt_BR.json
share/nextcloud/apps/workflowengine/l10n/ru.js
share/nextcloud/apps/workflowengine/l10n/ru.json
+share/nextcloud/apps/workflowengine/l10n/sk_SK.js
+share/nextcloud/apps/workflowengine/l10n/sk_SK.json
+share/nextcloud/apps/workflowengine/l10n/sq.js
+share/nextcloud/apps/workflowengine/l10n/sq.json
+share/nextcloud/apps/workflowengine/l10n/sv.js
+share/nextcloud/apps/workflowengine/l10n/sv.json
share/nextcloud/apps/workflowengine/l10n/zh_TW.js
share/nextcloud/apps/workflowengine/l10n/zh_TW.json
share/nextcloud/apps/workflowengine/lib/AppInfo/Application.php
@@ -9603,12 +9619,16 @@ share/nextcloud/core/l10n/pt_PT.js
share/nextcloud/core/l10n/pt_PT.json
share/nextcloud/core/l10n/ru.js
share/nextcloud/core/l10n/ru.json
+share/nextcloud/core/l10n/sk_SK.js
+share/nextcloud/core/l10n/sk_SK.json
share/nextcloud/core/l10n/sl.js
share/nextcloud/core/l10n/sl.json
share/nextcloud/core/l10n/sq.js
share/nextcloud/core/l10n/sq.json
share/nextcloud/core/l10n/sv.js
share/nextcloud/core/l10n/sv.json
+share/nextcloud/core/l10n/th_TH.js
+share/nextcloud/core/l10n/th_TH.json
share/nextcloud/core/l10n/tr.js
share/nextcloud/core/l10n/tr.json
share/nextcloud/core/l10n/uk.js
@@ -9748,6 +9768,8 @@ share/nextcloud/lib/composer/composer/au
share/nextcloud/lib/composer/composer/autoload_real.php
share/nextcloud/lib/composer/composer/autoload_static.php
share/nextcloud/lib/composer/composer/installed.json
+share/nextcloud/lib/l10n/bg_BG.js
+share/nextcloud/lib/l10n/bg_BG.json
share/nextcloud/lib/l10n/cs_CZ.js
share/nextcloud/lib/l10n/cs_CZ.json
share/nextcloud/lib/l10n/de.js
@@ -9774,6 +9796,12 @@ share/nextcloud/lib/l10n/pt_BR.js
share/nextcloud/lib/l10n/pt_BR.json
share/nextcloud/lib/l10n/ru.js
share/nextcloud/lib/l10n/ru.json
+share/nextcloud/lib/l10n/sk_SK.js
+share/nextcloud/lib/l10n/sk_SK.json
+share/nextcloud/lib/l10n/sq.js
+share/nextcloud/lib/l10n/sq.json
+share/nextcloud/lib/l10n/sv.js
+share/nextcloud/lib/l10n/sv.json
share/nextcloud/lib/l10n/zh_TW.js
share/nextcloud/lib/l10n/zh_TW.json
share/nextcloud/lib/private/Accounts/AccountManager.php
Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.1 pkgsrc/www/php-nextcloud/distinfo:1.2
--- pkgsrc/www/php-nextcloud/distinfo:1.1 Thu Jan 12 15:07:38 2017
+++ pkgsrc/www/php-nextcloud/distinfo Fri Jan 20 21:33:51 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/01/12 15:07:38 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2017/01/20 21:33:51 ryoon Exp $
-SHA1 (nextcloud-11.0.0.tar.bz2) = 54197356df5d7139520b5dd06bb4696a02327e25
-RMD160 (nextcloud-11.0.0.tar.bz2) = 1d7c5ee8172f1031d903d6682d97215a28c2dce4
-SHA512 (nextcloud-11.0.0.tar.bz2) = 50efb8d821e3e8dc34249a110cd95f8e7c24ed767842c4aae9e5a50e3f70ea6d382675e9d858c9281c20ed68953d42f69e74eba87a1276bbfb8b52a0fbf8fa52
-Size (nextcloud-11.0.0.tar.bz2) = 38500600 bytes
+SHA1 (nextcloud-11.0.1.tar.bz2) = 1a2e942efdc6bf9202d4f5395ed8c19305ceff3a
+RMD160 (nextcloud-11.0.1.tar.bz2) = ee7f62d92bcd407579429b47e01773434a8602d9
+SHA512 (nextcloud-11.0.1.tar.bz2) = 33bed146a984bd805a8648888db3fbe4f1bace3e59e64463ac66aedc6d73fa6ab231d83824eed8d551cd77dabfcdbc840c4fefd3d9a73cda82c7240705a43bdb
+Size (nextcloud-11.0.1.tar.bz2) = 38491955 bytes
Home |
Main Index |
Thread Index |
Old Index