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

Opensnitch #908

Closed
wants to merge 3 commits into from
Closed

Opensnitch #908

wants to merge 3 commits into from

Conversation

zero77
Copy link
Contributor

@zero77 zero77 commented Oct 10, 2023

Closes #682

@zero77 zero77 mentioned this pull request Oct 10, 2023
@zero77 zero77 mentioned this pull request Jan 23, 2024
@philclifford philclifford added the new package New package proposal label Jan 25, 2024
DEFVER=1
get_github_releases "evilsocket/opensnitch" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | grep -v 'python3-opensnitch-ui' | head -n1 | cut -d'"' -f4)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fails because the api lists the assets of the release and the latest release is only the UI - there's a link in the release page notes to the latest opensnitch deb but presumably if there's a release of opensnitch without the ui at any point there will be the reverse problem. I think the only possibility would be to not use get_github_releases but to get the latest release as a web page and parse the link there for each component. Not ideal but ...

@zero77 zero77 closed this Jan 25, 2024
@zero77 zero77 deleted the opensnitch branch January 25, 2024 09:45
@zero77
Copy link
Contributor Author

zero77 commented Jan 25, 2024

I closed this by accident but, will leave it closed until i have found a better way of doing this

@philclifford
Copy link
Member

Sorry, opensnitch was previously declined due to the packaging/workarounds issues #222

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

Successfully merging this pull request may close these issues.

Add OpenSnitch
2 participants