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

Update netcat dependency in tests #6

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Update netcat dependency in tests #6

merged 1 commit into from
Sep 11, 2023

Conversation

lpsinger
Copy link
Member

In Debian Bullseye, the netcat package was a transitional package that depended on netcat-openbsd. In Debian Bookworm, it is now a virtual package and you must explicitly install one of the packages that 'provides' it, either netcat-openbsd or netcat-traditional.

Fixes #5.

In Debian Bullseye, the `netcat` package was a transitional package
that depended on `netcat-openbsd`. In Debian Bookworm, it is now a
virtual package and you must explicitly install one of the packages
that 'provides' it, either `netcat-openbsd` or `netcat-traditional`.

Fixes #5.
@dakota002 dakota002 self-requested a review September 11, 2023 18:43
@dakota002
Copy link
Contributor

I see the following error is being thrown now, is this unrelated to #5?
image

@lpsinger
Copy link
Member Author

I think so.

@lpsinger lpsinger merged commit 68cc0db into main Sep 11, 2023
2 of 3 checks passed
@lpsinger lpsinger deleted the netcat-openbsd branch September 11, 2023 18:53
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

Successfully merging this pull request may close these issues.

Tests are failing
2 participants