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

Package version detection #52

Open
b0x-Protector opened this issue Jun 4, 2019 · 2 comments
Open

Package version detection #52

b0x-Protector opened this issue Jun 4, 2019 · 2 comments

Comments

@b0x-Protector
Copy link

b0x-Protector commented Jun 4, 2019

I suppose that the line 1790 should look like this:
pkgVersion=$(echo "$pkg" | grep -E -i -o -e '-[\.0-9\+:p]+[-\+]*' | cut -d':' -f2 | sed 's/[\+-]//g' | sed 's/p[0-9]//g')
or
pkgVersion=$(echo "$pkg" | grep -E -i -o -e '-[\.0-9\+:p]+' | cut -d':' -f2 | sed 's/[\+-]//g' | sed 's/p[0-9]//g')

Since the "ntfs-3g-1:2016.2.22AR.1-3" package is not detected otherwise.

However, the package “mysql-server-5.6.30-1” is still not detected. But if we replace "Reqs: pkg=mysql-server|mariadb-server,ver<5.5.52" with "Reqs: pkg=mysql-server|mariadb-server"

@bcoles
Copy link
Contributor

bcoles commented Jun 4, 2019

What's the problem?

@b0x-Protector b0x-Protector changed the title What you think about that? Package version detection Jun 5, 2019
@b0x-Protector
Copy link
Author

The problem is that the package "ntfs-3g-1:2016.2.22AR.1-3" is not detected.

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

2 participants