Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 786392 Details for
Bug 853139
www-apps/tt-rss-99999999 - tt-rss-no-chmod.patch fails to apply
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tt-rss-no-chmod.patch update
tt-rss-no-chmod.patch (text/plain), 946 bytes, created by
ppn
on 2022-06-20 07:57:21 UTC
(
hide
)
Description:
tt-rss-no-chmod.patch update
Filename:
MIME Type:
Creator:
ppn
Created:
2022-06-20 07:57:21 UTC
Size:
946 bytes
patch
obsolete
>These files may be written and then updated by the web interface user or the >update daemon user, so they need to be group writeable. We enforce this with >ACLs rather than chmod though. > >diff --color -Naur a/classes/pref/feeds.php b/classes/pref/feeds.php >--- a/classes/pref/feeds.php 2022-02-18 13:44:03.000000000 +0000 >+++ b/classes/pref/feeds.php 2022-02-19 15:37:55.000723992 +0000 >@@ -490,7 +490,6 @@ > > if (file_exists($new_filename)) unlink($new_filename); > if (rename($tmp_file, $new_filename)) { >- chmod($new_filename, 0644); > > $feed->set([ > 'favicon_avg_color' => null, >diff --color -Naur a/classes/rssutils.php b/classes/rssutils.php >--- a/classes/rssutils.php 2022-06-20 09:37:43.205998915 +0000 >+++ b/classes/rssutils.php 2022-06-20 09:38:01.002279039 +0000 >@@ -1758,7 +1758,6 @@ > > fwrite($fp, $contents); > fclose($fp); >- chmod($icon_file, 0644); > clearstatcache(); > > return $icon_file;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 853139
: 786392