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

redsocks: patch to be able to use libevent 2.1.x #1049

Merged
merged 1 commit into from
Apr 3, 2018
Merged

Conversation

imrehg
Copy link
Contributor

@imrehg imrehg commented Apr 2, 2018

Current version of redsocks cannot use libevent 2.1.x because of a breaking change, and that results in the http-connect (and possibly other) operation being broken (regression since meta-resin 2.10.0)

This commit pulls in a proposed patch from redsocks: darkk/redsocks#123

This should fix balena-os/balena-os#461 and has been tested with a custom build.

Change-type: patch
Changelog-entry: Apply upstream patch for redsocks to fix http-config regression
Signed-off-by: Gergely Imreh [email protected]


Contributor checklist

Reviewer Guidelines

  • When submitting a review, please pick:
    • 'Approve' if this change would be acceptable in the codebase (even if there are minor or cosmetic tweaks that could be improved).
    • 'Request Changes' if this change would not be acceptable in our codebase (e.g. bugs, changes that will make development harder in future, security/performance issues, etc).
    • 'Comment' if you don't feel you have enough information to decide either way (e.g. if you have major questions, or you don't understand the context of the change sufficiently to fully review yourself, but want to make a comment)

Current version of redsocks cannot use libevent 2.1.x because of a breaking
change, and that results in the `http-connect` (and possibly other)
operation being broken (regression since meta-resin 2.10.0)

This commit pulls in a proposed patch from redsocks:
darkk/redsocks#123

Change-type: patch
Changelog-entry: Apply upstream patch for redsocks to fix http-config regression
Signed-off-by: Gergely Imreh <[email protected]>
@imrehg imrehg requested review from agherzan, spanceac and floion April 2, 2018 14:03
@agherzan agherzan merged commit 396c2a8 into master Apr 3, 2018
@agherzan agherzan deleted the redsocks-libevent branch April 3, 2018 12:27
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.

redsocks with http-connect does not seem to work on resinOS 2.10.0+
2 participants