Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loose strictness check of archive name #714

Open
XSven opened this issue Mar 8, 2021 · 0 comments
Open

Loose strictness check of archive name #714

XSven opened this issue Mar 8, 2021 · 0 comments

Comments

@XSven
Copy link

XSven commented Mar 8, 2021

Due to the issue

MakeMaker t/03-xsstatic.t test failures on AIX 5.3

we have patched the sources of perl-5.32.1 and uploaded them to our Nexus with the following coordinates

<groupId>com.kn.ib</groupId>
<artifactId>perl</artifactId>
<version>5.32.1</version>
<classifier>sources</classifier>
<type>tgz</type>

The archive name of the download url refers to perl-5.32.1-sources.tgz. This leads to the issue

The archive name should look like perl-5.x.y.tar.gz or perl-5.x.y.tar.bz2 or perl-5.x.y.tar.xz

Are you willing to loose the strictness check of the archive name: Allow the packaging type tgz and allow dash-separated classifier extensions like for example sources to the version number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant