From 9159fda3ee40b7652b18c8c81ca80f017d2e6521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 8 Jun 2022 11:54:49 +0000 Subject: [PATCH] update reva to v2.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- changelog/unreleased/update-reva.md | 19 ++++++++++++++++--- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/changelog/unreleased/update-reva.md b/changelog/unreleased/update-reva.md index 82b8096d5..98a06d0d5 100644 --- a/changelog/unreleased/update-reva.md +++ b/changelog/unreleased/update-reva.md @@ -1,6 +1,18 @@ -Enhancement: update reva to version 2.5.1-0.20220608092821-954c578109df +Enhancement: update reva to version 2.5.1 + +Changelog for reva 2.5.1 (2022-06-08) +======================================= + +The following sections list the changes in reva 2.5.1 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + + * Bugfix [cs3org/reva#2931](https://github.com/cs3org/reva/pull/2931): Allow listing share jail space + * Bugfix [cs3org/reva#3704](https://github.com/cs3org/reva/pull/3704): Fix propfinds with depth 0 + -TODO Changelog for reva 2.5.0 (2022-06-07) ======================================= @@ -25,5 +37,6 @@ Summary * Enhancement [cs3org/reva#2888](https://github.com/cs3org/reva/pull/2888): Introduce spaces field mask * Enhancement [cs3org/reva#2922](https://github.com/cs3org/reva/pull/2922): Refactor webdav error handling -https://github.com/owncloud/ocis/pull/3922 +https://github.com/owncloud/ocis/pull/3932 https://github.com/owncloud/ocis/pull/3928 +https://github.com/owncloud/ocis/pull/3922 diff --git a/go.mod b/go.mod index 66f436675..bbfbbe88d 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/blevesearch/bleve_index_api v1.0.2 github.com/coreos/go-oidc/v3 v3.2.0 github.com/cs3org/go-cs3apis v0.0.0-20220512100524-551800f020d8 - github.com/cs3org/reva/v2 v2.5.1-0.20220608092821-954c578109df + github.com/cs3org/reva/v2 v2.5.1 github.com/disintegration/imaging v1.6.2 github.com/go-chi/chi/v5 v5.0.7 github.com/go-chi/cors v1.2.1 diff --git a/go.sum b/go.sum index a696e158c..89361afbf 100644 --- a/go.sum +++ b/go.sum @@ -298,8 +298,8 @@ github.com/crewjam/saml v0.4.6/go.mod h1:ZBOXnNPFzB3CgOkRm7Nd6IVdkG+l/wF+0ZXLqD9 github.com/cs3org/cato v0.0.0-20200828125504-e418fc54dd5e/go.mod h1:XJEZ3/EQuI3BXTp/6DUzFr850vlxq11I6satRtz0YQ4= github.com/cs3org/go-cs3apis v0.0.0-20220512100524-551800f020d8 h1:31jPSD5BOjc4+h4xK1e+NFf34gtwHEexor3V7JbdcPM= github.com/cs3org/go-cs3apis v0.0.0-20220512100524-551800f020d8/go.mod h1:UXha4TguuB52H14EMoSsCqDj7k8a/t7g4gVP+bgY5LY= -github.com/cs3org/reva/v2 v2.5.1-0.20220608092821-954c578109df h1:k27FjUKtUtmRws1LRV+By/AjNKDfSelao19cmW0URSs= -github.com/cs3org/reva/v2 v2.5.1-0.20220608092821-954c578109df/go.mod h1:XflInIn7f9DbWrdFgQjfzQEN5ctdBBc1+OEn15zNDeo= +github.com/cs3org/reva/v2 v2.5.1 h1:RZQ0b/iceT4bsZJQVUc+9kEMggn3euUWN6c6BhvLMBM= +github.com/cs3org/reva/v2 v2.5.1/go.mod h1:XflInIn7f9DbWrdFgQjfzQEN5ctdBBc1+OEn15zNDeo= github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8 h1:Z9lwXumT5ACSmJ7WGnFl+OMLLjpz5uR2fyz7dC255FI= github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8/go.mod h1:4abs/jPXcmJzYoYGF91JF9Uq9s/KL5n1jvFDix8KcqY= github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4=