-
Notifications
You must be signed in to change notification settings - Fork 423
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
RabbitMQ 3.6.2 will have a dependency on socat #355
Comments
Ah nice thanks @michaelklishin. Is the |
On Ubuntu it is provided starting with 12.04.
I could only find so much about yum: according to Percona installation docs, |
It's in EPEL for CentOS 6, and directly available in CentOS 7. Probably the same holds for RHEL. |
Awesome, I'll get the PR together and ask yall both to verify. 🤘 |
#372 should be what we need right? |
Is there any way to make socat optional? Or at the very least ensure that the RPM requires version 1.7.3.1 or newer? see: https://www.pcworld.com/article/3029389/socat-vulnerability-shows-that-crypto-backdoors-can-be-hard-to-spot.html I can't use RabbitMQ if I have to use a library with a known security hole. |
@bericoberin you can use any |
This is a heads-up, not an issue: in RabbitMQ 3.6.2, packages will depend on
socat
but apparently with some installation methods that dependency is ignored.It would be very nice if this project installed the
socat
package before installing RabbitMQ.The text was updated successfully, but these errors were encountered: