CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/11/02 09:47:53
Modified files:
archivers/xz : Makefile
Added files:
archivers/xz/patches: patch-src_xz_file_io_c
Log message:
On OpenBSD fchown(2) may deny changing the group of a file even if
the new group is the same as the old one. Test of devel/p5-Alien-Base
fails due to xz failure. Not calling fchown(2) in cases where the
group would not change anyway, fixes both. Patch discussed with
upstream and cerry-picked from there.
OK naddy@