Branch: refs/heads/haarg/makerel-ustar
  Home:   https://github.com/Perl/perl5
  Commit: cb8eba736ec672d68ca9b354781c3a05678292c7
      
https://github.com/Perl/perl5/commit/cb8eba736ec672d68ca9b354781c3a05678292c7
  Author: Graham Knop <ha...@haarg.org>
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
    M Porting/makerel

  Log Message:
  -----------
  makerel: always use ustar format

When generating release tarballs, always use ustar format. The ustar
format is one of the POSIX standard formats, and is the basis for future
tar formats. It supports all of the features we need to create a release
tarball. The newer formats support extended attributes that can produce
warnings when extracting on some systems. This includes attributes like
LIBARCHIVE.xattr.com.apple.quarantine, set on macOS systems on files
downloaded from the internet. Using the ustar format prevents those
attributes from being stored in the tarball and avoids the warnings.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to