|
Message-ID: <20110406152144.GB3601@albatros> Date: Wed, 6 Apr 2011 19:21:44 +0400 From: Vasiliy Kulikov <segoon@...nwall.com> To: owl-dev@...ts.openwall.com Subject: ping6: dependency on libcrypto Solar, The latest update of iputils added a dependency on libcrypto. This caused "make installvztree" failure: 14:49:06: Installing iputils traceroute (iputils-s20101006-owl1.i686.rpm traceroute-1.0.3-owl3.i686.rpm) error: Failed dependencies: libcrypto.so.10 is needed by iputils-s20101006-owl1 14:49:06: Failed iputils traceroute This is caused by new ping6 option "-N": -N nioption Send ICMPv6 Node Information Queries (RFC4620), instead of Echo Request. ... It needs MD5_*() stuff. I think this dependency is reasonable, so I've moved iputils line after openssl's one. With the patch "make installvztree" successfully processes: diff -u -r1.131 installorder.conf --- installorder.conf 7 Feb 2011 17:36:42 -0000 1.131 +++ installorder.conf 6 Apr 2011 15:19:04 -0000 @@ -103,13 +103,13 @@ screen telnet nc -iputils traceroute bridge-utils vconfig tcp_wrappers quota libpcap libpcap-devel xinetd openssl openssl-devel openssl-perl mtree openssh openssh-clients openssh-server openssh-blacklist elinks nmap ncat nping mutt openntpd readline readline-devel bc gnupg gdb lftp +iputils traceroute mailx procmail tinycdb tinycdb-devel -- If you have no objections, I'll commit the change in 24 hours. Thanks, -- Vasiliy Kulikov http://www.openwall.com - bringing security into open computing environments
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.