CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/04/25 04:16:44
Modified files:
x11/xarchive : Makefile
x11/xarchive/patches: patch-src_main_c
Added files:
x11/xarchive/patches: patch-xarchive_desktop_src
Log message:
Fix opening archives on the commandline (and probably other bugs) by
passing NULL as second argument to realpath(), this way the result is
returned in a newly allocated buffer (that the caller frees) instead of
one allocated on the stack in canonicalize_file_name().
While here remove deprecated multipart/zip from MimeType in the desktop
file while here, triggers warnings from update-desktop-database.