non port: x11-fm/thunar/files/patch-thunar_thunar-file.c |
Number of commits found: 6 |
Thursday, 22 Feb 2018
|
11:56 madpilot
Add patches to thunar from upstream bug report to mitigate crash
when renaming files.
The patch replaces some calls to strcmp() which are sometimes getting
NULL pointers, causing a crash, with safe calls to g_strcmp0()
calls, which handle NULL pointers gracefully.
I'm also adding a patch in another code path checking for a pointer
to actually point to the correct structure and not being NULL.
These patches seem to actually prevent the reported crash from
happening.
PR: 217946
Submitted by: Marko Cupac <marko.cupac@mimar.rs>
Obtained from: https://bugzilla.xfce.org/show_bug.cgi?id=12264
 |
Wednesday, 15 Feb 2017
|
15:56 olivierd
- Update to 1.6.11
- Adjust dependencies (reported by QA script)
- Remove unneeded patches
 |
Tuesday, 30 Aug 2016
|
16:09 olivierd
- Add 2 patches, which avoid crashes:
* When renaming files / folders [1] (we use the official patch)
* When reloading target file after move
- Bump PORTREVISION
PR: 208341
Submitted by: Matthias Petermann [1] (obtained from Slackware repository)
Tested by: Vladimir Omelchuk
Obtained from: Upstream git repository
MFH: 2016Q3
 |
Saturday, 23 May 2015
|
04:42 olivierd
- Update to 1.6.10 (bugfix)
- Remove unneeded patches
 |
Friday, 22 May 2015
|
04:29 olivierd
- Update to 1.6.9
- Add patches, which fixes trash at startup [1]
Obtained from: https://bugzilla.xfce.org/show_bug.cgi?id=11913 [1]
 |
Wednesday, 13 May 2015
|
17:18 olivierd
- Fix Trash panel plugin (PLUG_TPA), now receives good signal during monitoring
trash folder
- Bump PORTREVISION
Obtained from: Upstream git repo
 |
Number of commits found: 6 |