Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
5f00f810
Commit
5f00f810
authored
1 week ago
by
jahway603
Committed by
Leonardo Arena
1 week ago
Browse files
Options
Downloads
Patches
Plain Diff
community/nextcloud31: upgrade to 31.0.1
parent
f703e04b
No related branches found
Branches containing commit
No related tags found
1 merge request
!81270
community/nextcloud31: upgrade to 31.0.1
Pipeline
#306905
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/nextcloud31/APKBUILD
+3
-3
3 additions, 3 deletions
community/nextcloud31/APKBUILD
community/nextcloud31/nextcloud-dont-chmod.patch
+0
-12
0 additions, 12 deletions
community/nextcloud31/nextcloud-dont-chmod.patch
with
3 additions
and
15 deletions
community/nextcloud31/APKBUILD
+
3
−
3
View file @
5f00f810
...
...
@@ -2,7 +2,7 @@
# Contributor: jahway603 <jahway603@protonmail.com>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
_pkgname
=
nextcloud
pkgver
=
31.0.
0
pkgver
=
31.0.
1
pkgrel
=
0
is_latest
=
true
_pkgvermaj
=
${
pkgver
%%.*
}
...
...
@@ -311,8 +311,8 @@ _package_app() {
}
sha512sums
=
"
e
9311423ba42c9f3d30b455fe47105f216262cc75dd7ea227fb939bfd10c3614b84e9aef1da6b3737fc0c0fe136d4ebe19107f8b97da5fd3910a47f7b2811eb1
nextcloud-31.0.
0
.tar.bz2
aea
0adb2c3a48ec6af2958c6ccfe13adff86316a56084e763b7e6df9e21aa3435b13305b7c15cc2b795e83c9388b05006862f6465
c29e
3dc2c1fbd8eb8befcb9
nextcloud-dont-chmod.patch
e
254378676c2d9b25bbb68587ee85f7e9878f5bb96578a3d13d3a17e524e74b4114065828c10348b3615e224758a211db417f95d4f88fdb9c77b89df31f5bd03
nextcloud-31.0.
1
.tar.bz2
d
aea
beaa315bb908cc1e49612cce4b2debd71d17acb84b5d14e15fe124c907884b72d54e9aa669e
c2
0
9e
ee1b1934d0bc242d72a28d8db7339cfb08383f66fd5c
nextcloud-dont-chmod.patch
12f4a39aef0f81a0115c81bf2b345cc194537a7e8300748b800b0e35bc07928091296074b23c2019c17aced69854a11d1ed7225f67eefd27cf00c3969a75c5b0 dont-update-htaccess.patch
cb04252d01407c7030e87dd54616c621ea0f85ef0212674b1161288182538cae0fb31c67e7cc07c66f9607075774c64e386009cc66365b1f1b155f6ad4f83ac0 disable-integrity-check-as-default.patch
c0a9b7c31c8beaca711f8e97d98441007b3dca7fb3d316d2eacd28a73b5233def6f846c02d98202f75efb9cb248b8787a80e20b07c32d1c7534a0e54bb20feab use-external-docs-if-local-not-avail.patch
...
...
This diff is collapsed.
Click to expand it.
community/nextcloud31/nextcloud-dont-chmod.patch
+
0
−
12
View file @
5f00f810
...
...
@@ -32,18 +32,6 @@ index 9e9abb11..7db25286 100644
if ($handle) {
fwrite($handle, $entry."\n");
fclose($handle);
diff --git a/lib/private/TempManager.php b/lib/private/TempManager.php
index 49d4ee94..b0943843 100644
--- a/lib/private/TempManager.php
+++ b/lib/private/TempManager.php
@@ -96,7 +96,6 @@
class TempManager implements ITempManager {
if ($postFix !== '') {
$fileNameWithPostfix = $this->buildFileNameWithSuffix($file, $postFix);
touch($fileNameWithPostfix);
- chmod($fileNameWithPostfix, 0600);
$this->current[] = $fileNameWithPostfix;
return $fileNameWithPostfix;
}
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php
index 71f6edba..216abdf8 100644
--- a/lib/private/legacy/OC_Util.php
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment