-1

I am running Centos 6, I am looking for a honeyd rpm that is safe to use. Where can I get it? I'd rather not compile from source.

I've tried looking in the CentOS epel repository, but it is not there. I found it in homebrew, but that seems to be mostly for MacOs users.

1 Answers1

1

You can download the latest source RPM from http://pkgs.repoforge.org/honeyd/. Then you can run rpmbuild --rebuild my-honeyd-version.src.rpm and that will recompile and rebuild the honeyd rpm for your distribution. This is probably the best way to do it, because you can verify the integrity of the rpm yourself, instead of grabbing a random one of pbone or other rpm aggregators.

Zippy Zeppoli
  • 200
  • 1
  • 8
  • Use `mock` to build the source RPM instead. It will automatically resolve any build dependencies and clean up after itself, so you don't have to worry about it. – Michael Hampton Nov 27 '12 at 12:26