Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix_default_config_location.patch | change the default config file location redsocks by default looks for ./redsocks.conf. Change this to /etc/redsocks.conf for a more deterministic behaviour. |
Apollon Oikonomopoulos <apoikos@gmail.com> | no | 2013-04-23 | ||
libevent-2.1-compat.patch | [PATCH] Fix redsocks_evbuffer_readline with libevent 2.1 _EVENT_NUMERIC_VERSION was renamed to EVENT__NUMERIC_VERSION in libevent 2.1. As a result, redsocks_evbuffer_readline would end up using evbuffer_readline(buf), which causes client connections to hang indefinitely. Switch the check to using LIBEVENT_VERSION_NUMBER instead. LIBEVENT_VERSION_NUMBER has been around since libevent 2.0.3 and redsocks is already using it in other parts of the code. Fixes #107, #122. |
Apollon Oikonomopoulos <apoikos@debian.org> | no | 2018-03-29 |