diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-01-07 23:09:37 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-01-07 23:10:16 +1300 |
commit | 2684b9e302462cbd44c8527f9bf0da2fd0539a27 (patch) | |
tree | 7dcf862a71cef9141a5ccfb05901828cd319469f /dev-lang/perl/perl-5.28.9999.ebuild | |
parent | app-text/libebook: 0.1.3 version bump (diff) | |
download | gentoo-2684b9e302462cbd44c8527f9bf0da2fd0539a27.tar.gz gentoo-2684b9e302462cbd44c8527f9bf0da2fd0539a27.tar.bz2 gentoo-2684b9e302462cbd44c8527f9bf0da2fd0539a27.zip |
dev-lang/perl: Reroll XZ compression re bug #642124
Recompressing tarball contents with XZ settings more carefully
constructed to avoid using SHA-256 integrity checks, which break
with app-arch/xz-utils[-extra-filters]
Output of tar -xOf <patcheset>.tar.xz | sha1sum should be the same.
Closes: https://bugs.gentoo.org/642124
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-lang/perl/perl-5.28.9999.ebuild')
-rw-r--r-- | dev-lang/perl/perl-5.28.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/perl/perl-5.28.9999.ebuild b/dev-lang/perl/perl-5.28.9999.ebuild index 5a408f1f40b6..dbf9b7c7ffeb 100644 --- a/dev-lang/perl/perl-5.28.9999.ebuild +++ b/dev-lang/perl/perl-5.28.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit eutils alternatives flag-o-matic toolchain-funcs multilib multiprocessin PATCH_VER=1 CROSS_VER=1.1.8 -PATCH_BASE="perl-5.27.6-patches-${PATCH_VER}" +PATCH_BASE="perl-5.27.7-patches-${PATCH_VER}" DIST_AUTHOR=BINGOS |