Received: by mail.netbsd.org (Postfix, from userid 605) id 7387884DC8; Thu, 17 Jan 2019 10:28:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2D6E84DC1 for ; Thu, 17 Jan 2019 10:28:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pBGFNIdUuUk5 for ; Thu, 17 Jan 2019 10:28:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4A71C84CD3 for ; Thu, 17 Jan 2019 10:28:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CC81FB16; Thu, 17 Jan 2019 10:28:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547720903150840" MIME-Version: 1.0 Date: Thu, 17 Jan 2019 10:28:23 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/php-nextcloud To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190117102823.3CC81FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1547720903150840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Jan 17 10:28:23 UTC 2019 Modified Files: pkgsrc/www/php-nextcloud: Makefile PLIST distinfo Log Message: Update to 15.0.2 Changelog: 15.0.2 Changes Don't log parameters on user creation in case of error/exception (server#13479) RemoveClassifiedEventActivity: check if calendar still exists (server#13506) Broker: add timezone to CANCEL messages (3rdparty#196) 15.0.1 Changes Change doc link for 15 (server#12963) Use strengthify.min on personal settings page (server#12984) Use default cursor for disabled primary buttons (server#13007) Better activities for systemtags that are removed by CLI (server#13029) Ie11 compatibility updatenotifications (server#13076) Fix exception on LDAP mapping during login (server#13119) Fix SAML Client login flow on Apple devices (server#13123) Only trust the X-FORWARDED-HOST header for trusted proxies (server#13150) Prevent special characters from breaking the file drop remote url (server#13151) Allow content provider to generate new Index (server#13155) Make the footer "Get your own free account" translatable (server#13169) Use a case insensitive search for email (server#13179) Fix ie11 checkboxes (server#13206) SCSS cache buster is a combination of apps/theming/scc_vars (server#13209) Files list not rendering if user has favorites navigation unfolded (server#13215) Do not forgot to store the second displayname portion (server#13218) Add default values when parsing account data (server#13252) Fix opening search results for comments (server#13253) Fetch lastInsertId only when id null (server#13278) Add caching headers for public previews (server#13328) Unbundle user_external to release it via appstore (server#13329) Rewrite getNumberOfUnreadCommentsForFolder query (server#13335) Fix can change password check in case of encryption is enabled (server#13349) Update the CRL (server#13352) Check anonymous OPTIONS requests file in root (not in subdir) (server#13354) Re add the uploaded file list to file drops (server#13355) Returns a 404 instead of exception if app is not installed - #13088 (server#13357) Transpile arrow function for ie11 compatibility (server#13360) IE fix for apps menu (server#13361) Allow URI as data for vcard PHOTO (server#13366) Throttle with correct metadata (server#13368) Fix loginflow with apptoken enter on iOS (server#13370) Register and show when an LDAP user was detected as unavailable/deleted (server#13372) Fix apps menu overlapping (server#13404) Use the real logger in the settings (server#13405) CSP: Allow fonts to be provided in data (server#13411) HttpClient getHeader can return empty string (server#13425) Respect classification of calendar events in activity stream (server#13439) Add support for boolean default (server#13444) Show the repair steps and repair info output in the web for better feedback (server#13469) Fix PDF sidebar shown in PDF thumbnails (files_pdfviewer#114) Do not get the url from the download links (files_videoplayer#74) Use proper slogan from theming app (firstrunwizard#94) Update info.xml (firstrunwizard#96) Update richObjectStringParser.js (notifications#245) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/php-nextcloud/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/php-nextcloud/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/php-nextcloud/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547720903150840 Content-Disposition: inline Content-Length: 11746 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/php-nextcloud/Makefile diff -u pkgsrc/www/php-nextcloud/Makefile:1.19 pkgsrc/www/php-nextcloud/Makefile:1.20 --- pkgsrc/www/php-nextcloud/Makefile:1.19 Sun Dec 16 13:09:57 2018 +++ pkgsrc/www/php-nextcloud/Makefile Thu Jan 17 10:28:23 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2018/12/16 13:09:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2019/01/17 10:28:23 ryoon Exp $ # -DISTNAME= nextcloud-15.0.0 +DISTNAME= nextcloud-15.0.2 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.16 pkgsrc/www/php-nextcloud/PLIST:1.17 --- pkgsrc/www/php-nextcloud/PLIST:1.16 Sun Dec 16 13:09:57 2018 +++ pkgsrc/www/php-nextcloud/PLIST Thu Jan 17 10:28:23 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2018/12/16 13:09:57 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.17 2019/01/17 10:28:23 ryoon Exp $ share/nextcloud/.htaccess share/nextcloud/.user.ini share/nextcloud/3rdparty/.drone.yml @@ -3754,6 +3754,7 @@ share/nextcloud/3rdparty/symfony/transla share/nextcloud/3rdparty/symfony/translation/phpunit.xml.dist share/nextcloud/AUTHORS share/nextcloud/COPYING +share/nextcloud/apps/accessibility/.babelrc.js share/nextcloud/apps/accessibility/appinfo/app.php share/nextcloud/apps/accessibility/appinfo/info.xml share/nextcloud/apps/accessibility/appinfo/routes.php @@ -4623,6 +4624,7 @@ share/nextcloud/apps/dav/lib/Migration/B share/nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php share/nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php share/nextcloud/apps/dav/lib/Migration/RefreshWebcalJobRegistrar.php +share/nextcloud/apps/dav/lib/Migration/RemoveClassifiedEventActivity.php share/nextcloud/apps/dav/lib/Migration/Version1004Date20170825134824.php share/nextcloud/apps/dav/lib/Migration/Version1004Date20170919104507.php share/nextcloud/apps/dav/lib/Migration/Version1004Date20170924124212.php @@ -5087,6 +5089,8 @@ share/nextcloud/apps/federation/l10n/ar. share/nextcloud/apps/federation/l10n/ar.json share/nextcloud/apps/federation/l10n/ast.js share/nextcloud/apps/federation/l10n/ast.json +share/nextcloud/apps/federation/l10n/bg.js +share/nextcloud/apps/federation/l10n/bg.json share/nextcloud/apps/federation/l10n/bg_BG.js share/nextcloud/apps/federation/l10n/bg_BG.json share/nextcloud/apps/federation/l10n/ca.js @@ -7759,10 +7763,14 @@ share/nextcloud/apps/firstrunwizard/l10n share/nextcloud/apps/firstrunwizard/l10n/es_UY.json share/nextcloud/apps/firstrunwizard/l10n/et_EE.js share/nextcloud/apps/firstrunwizard/l10n/et_EE.json +share/nextcloud/apps/firstrunwizard/l10n/eu.js +share/nextcloud/apps/firstrunwizard/l10n/eu.json share/nextcloud/apps/firstrunwizard/l10n/fi.js share/nextcloud/apps/firstrunwizard/l10n/fi.json share/nextcloud/apps/firstrunwizard/l10n/fr.js share/nextcloud/apps/firstrunwizard/l10n/fr.json +share/nextcloud/apps/firstrunwizard/l10n/gl.js +share/nextcloud/apps/firstrunwizard/l10n/gl.json share/nextcloud/apps/firstrunwizard/l10n/he.js share/nextcloud/apps/firstrunwizard/l10n/he.json share/nextcloud/apps/firstrunwizard/l10n/hu.js @@ -7790,8 +7798,6 @@ share/nextcloud/apps/firstrunwizard/l10n share/nextcloud/apps/firstrunwizard/l10n/pl.json share/nextcloud/apps/firstrunwizard/l10n/pt_BR.js share/nextcloud/apps/firstrunwizard/l10n/pt_BR.json -share/nextcloud/apps/firstrunwizard/l10n/pt_PT.js -share/nextcloud/apps/firstrunwizard/l10n/pt_PT.json share/nextcloud/apps/firstrunwizard/l10n/ru.js share/nextcloud/apps/firstrunwizard/l10n/ru.json share/nextcloud/apps/firstrunwizard/l10n/si_LK.php @@ -7990,6 +7996,8 @@ share/nextcloud/apps/gallery/l10n/fi.js share/nextcloud/apps/gallery/l10n/fi.json share/nextcloud/apps/gallery/l10n/fr.js share/nextcloud/apps/gallery/l10n/fr.json +share/nextcloud/apps/gallery/l10n/gl.js +share/nextcloud/apps/gallery/l10n/gl.json share/nextcloud/apps/gallery/l10n/he.js share/nextcloud/apps/gallery/l10n/he.json share/nextcloud/apps/gallery/l10n/hr.js @@ -8267,6 +8275,8 @@ share/nextcloud/apps/logreader/l10n/fi.j share/nextcloud/apps/logreader/l10n/fi.json share/nextcloud/apps/logreader/l10n/fr.js share/nextcloud/apps/logreader/l10n/fr.json +share/nextcloud/apps/logreader/l10n/gl.js +share/nextcloud/apps/logreader/l10n/gl.json share/nextcloud/apps/logreader/l10n/he.js share/nextcloud/apps/logreader/l10n/he.json share/nextcloud/apps/logreader/l10n/hu.js @@ -8434,8 +8444,6 @@ share/nextcloud/apps/nextcloud_announcem share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.json share/nextcloud/apps/nextcloud_announcements/l10n/ko.js share/nextcloud/apps/nextcloud_announcements/l10n/ko.json -share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.js -share/nextcloud/apps/nextcloud_announcements/l10n/lt_LT.json share/nextcloud/apps/nextcloud_announcements/l10n/lv.js share/nextcloud/apps/nextcloud_announcements/l10n/lv.json share/nextcloud/apps/nextcloud_announcements/l10n/nb.js @@ -9288,10 +9296,16 @@ share/nextcloud/apps/support/l10n/de_DE. share/nextcloud/apps/support/l10n/de_DE.json share/nextcloud/apps/support/l10n/es.js share/nextcloud/apps/support/l10n/es.json +share/nextcloud/apps/support/l10n/es_AR.js +share/nextcloud/apps/support/l10n/es_AR.json +share/nextcloud/apps/support/l10n/eu.js +share/nextcloud/apps/support/l10n/eu.json share/nextcloud/apps/support/l10n/fi.js share/nextcloud/apps/support/l10n/fi.json share/nextcloud/apps/support/l10n/fr.js share/nextcloud/apps/support/l10n/fr.json +share/nextcloud/apps/support/l10n/gl.js +share/nextcloud/apps/support/l10n/gl.json share/nextcloud/apps/support/l10n/he.js share/nextcloud/apps/support/l10n/he.json share/nextcloud/apps/support/l10n/hu.js @@ -9300,8 +9314,12 @@ share/nextcloud/apps/support/l10n/is.js share/nextcloud/apps/support/l10n/is.json share/nextcloud/apps/support/l10n/it.js share/nextcloud/apps/support/l10n/it.json +share/nextcloud/apps/support/l10n/ja.js +share/nextcloud/apps/support/l10n/ja.json share/nextcloud/apps/support/l10n/lt_LT.js share/nextcloud/apps/support/l10n/lt_LT.json +share/nextcloud/apps/support/l10n/nb.js +share/nextcloud/apps/support/l10n/nb.json share/nextcloud/apps/support/l10n/nl.js share/nextcloud/apps/support/l10n/nl.json share/nextcloud/apps/support/l10n/nn_NO.js @@ -9312,12 +9330,16 @@ share/nextcloud/apps/support/l10n/pt_BR. share/nextcloud/apps/support/l10n/pt_BR.json share/nextcloud/apps/support/l10n/ru.js share/nextcloud/apps/support/l10n/ru.json +share/nextcloud/apps/support/l10n/sk.js +share/nextcloud/apps/support/l10n/sk.json share/nextcloud/apps/support/l10n/sr.js share/nextcloud/apps/support/l10n/sr.json share/nextcloud/apps/support/l10n/tr.js share/nextcloud/apps/support/l10n/tr.json share/nextcloud/apps/support/l10n/zh_CN.js share/nextcloud/apps/support/l10n/zh_CN.json +share/nextcloud/apps/support/l10n/zh_TW.js +share/nextcloud/apps/support/l10n/zh_TW.json share/nextcloud/apps/support/lib/AppInfo/Application.php share/nextcloud/apps/support/lib/BackgroundJobs/CheckSubscription.php share/nextcloud/apps/support/lib/Controller/ApiController.php @@ -9404,6 +9426,8 @@ share/nextcloud/apps/survey_client/l10n/ share/nextcloud/apps/survey_client/l10n/fi.json share/nextcloud/apps/survey_client/l10n/fr.js share/nextcloud/apps/survey_client/l10n/fr.json +share/nextcloud/apps/survey_client/l10n/gl.js +share/nextcloud/apps/survey_client/l10n/gl.json share/nextcloud/apps/survey_client/l10n/he.js share/nextcloud/apps/survey_client/l10n/he.json share/nextcloud/apps/survey_client/l10n/hu.js @@ -9852,6 +9876,8 @@ share/nextcloud/apps/twofactor_backupcod share/nextcloud/apps/twofactor_backupcodes/l10n/af.json share/nextcloud/apps/twofactor_backupcodes/l10n/ast.js share/nextcloud/apps/twofactor_backupcodes/l10n/ast.json +share/nextcloud/apps/twofactor_backupcodes/l10n/bg.js +share/nextcloud/apps/twofactor_backupcodes/l10n/bg.json share/nextcloud/apps/twofactor_backupcodes/l10n/ca.js share/nextcloud/apps/twofactor_backupcodes/l10n/ca.json share/nextcloud/apps/twofactor_backupcodes/l10n/cs.js @@ -9981,6 +10007,7 @@ share/nextcloud/apps/twofactor_backupcod share/nextcloud/apps/twofactor_backupcodes/lib/Settings/Personal.php share/nextcloud/apps/twofactor_backupcodes/templates/challenge.php share/nextcloud/apps/twofactor_backupcodes/templates/personal.php +share/nextcloud/apps/updatenotification/.babelrc.js share/nextcloud/apps/updatenotification/appinfo/app.php share/nextcloud/apps/updatenotification/appinfo/info.xml share/nextcloud/apps/updatenotification/appinfo/routes.php @@ -10167,16 +10194,6 @@ share/nextcloud/apps/updatenotification/ share/nextcloud/apps/updatenotification/lib/Settings/Admin.php share/nextcloud/apps/updatenotification/lib/UpdateChecker.php share/nextcloud/apps/updatenotification/templates/admin.php -share/nextcloud/apps/user_external/appinfo/app.php -share/nextcloud/apps/user_external/appinfo/database.xml -share/nextcloud/apps/user_external/appinfo/info.xml -share/nextcloud/apps/user_external/appinfo/signature.json -share/nextcloud/apps/user_external/img/app.svg -share/nextcloud/apps/user_external/lib/base.php -share/nextcloud/apps/user_external/lib/ftp.php -share/nextcloud/apps/user_external/lib/imap.php -share/nextcloud/apps/user_external/lib/smb.php -share/nextcloud/apps/user_external/lib/webdavauth.php share/nextcloud/apps/user_ldap/ajax/clearMappings.php share/nextcloud/apps/user_ldap/ajax/deleteConfiguration.php share/nextcloud/apps/user_ldap/ajax/getConfiguration.php @@ -11234,6 +11251,8 @@ share/nextcloud/core/l10n/fi.js share/nextcloud/core/l10n/fi.json share/nextcloud/core/l10n/fr.js share/nextcloud/core/l10n/fr.json +share/nextcloud/core/l10n/gl.js +share/nextcloud/core/l10n/gl.json share/nextcloud/core/l10n/he.js share/nextcloud/core/l10n/he.json share/nextcloud/core/l10n/hr.js @@ -11284,8 +11303,6 @@ share/nextcloud/core/l10n/tr.js share/nextcloud/core/l10n/tr.json share/nextcloud/core/l10n/uk.js share/nextcloud/core/l10n/uk.json -share/nextcloud/core/l10n/uz.js -share/nextcloud/core/l10n/uz.json share/nextcloud/core/l10n/vi.js share/nextcloud/core/l10n/vi.json share/nextcloud/core/l10n/zh_CN.js @@ -12679,6 +12696,8 @@ share/nextcloud/settings/l10n/el.js share/nextcloud/settings/l10n/el.json share/nextcloud/settings/l10n/en_GB.js share/nextcloud/settings/l10n/en_GB.json +share/nextcloud/settings/l10n/eo.js +share/nextcloud/settings/l10n/eo.json share/nextcloud/settings/l10n/es.js share/nextcloud/settings/l10n/es.json share/nextcloud/settings/l10n/es_419.js Index: pkgsrc/www/php-nextcloud/distinfo diff -u pkgsrc/www/php-nextcloud/distinfo:1.17 pkgsrc/www/php-nextcloud/distinfo:1.18 --- pkgsrc/www/php-nextcloud/distinfo:1.17 Sun Dec 16 13:09:57 2018 +++ pkgsrc/www/php-nextcloud/distinfo Thu Jan 17 10:28:23 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2018/12/16 13:09:57 ryoon Exp $ +$NetBSD: distinfo,v 1.18 2019/01/17 10:28:23 ryoon Exp $ -SHA1 (nextcloud-15.0.0.tar.bz2) = b82b86d0d7441c5dd043bf1fd578ececc321f314 -RMD160 (nextcloud-15.0.0.tar.bz2) = a3529b6679530a98e1dc4a36b50a86d452494b6d -SHA512 (nextcloud-15.0.0.tar.bz2) = 3ebc21ca80f31bfa486de73d707e7c448eca3f517d73c8762fb543ce82b3f89cfcfcf0edda15caf324a4987be72df8531dccebd2a6af9ac668913f6f750f20c0 -Size (nextcloud-15.0.0.tar.bz2) = 36181234 bytes +SHA1 (nextcloud-15.0.2.tar.bz2) = 3bdfa184d24e71300ad5d89a27c1b861263c1d85 +RMD160 (nextcloud-15.0.2.tar.bz2) = af275b5e928717ccbbf6439ab21c14463bcd006b +SHA512 (nextcloud-15.0.2.tar.bz2) = ab9bf8db9fb231dd965188d2226d34e86128edfad5b5db259fe445cecd4f74e573e4cba3e151bd705dce6ced31d421e3986f5733ebe9f06804807c4bb7e21349 +Size (nextcloud-15.0.2.tar.bz2) = 36224830 bytes --_----------=_1547720903150840--