[hipl-commit] [trunk] Rev 4103: HIPL does not depend on iproute and netcat.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 30 Mar 2010 17:16:55 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 30/03/2010 at 17:16:55
Revision: 4103
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  HIPL does not depend on iproute and netcat.

Modified:
  M  autogen.sh*
  M  test/packaging/hipl-deb.spec
  M  test/packaging/hipl-rpm.spec

=== modified file 'autogen.sh' (properties changed: +x to -x)
--- autogen.sh  2010-03-29 23:23:58 +0000
+++ autogen.sh  2010-03-30 14:16:44 +0000
@@ -6,18 +6,18 @@
     echo "The following packages are needed for building HIPL software bundle:"
     if test -e /etc/debian_version
         then
-        echo "apt-get install automake autoconf libtool gcc libgtk2.0-dev 
libssl-dev libxml2-dev xmlto doxygen iproute netcat6 iptables-dev libcap-dev 
libsqlite3-dev libuuid1 libnet-ip-perl libnet-dns-perl libsocket6-perl 
libio-socket-inet6-perl"
+        echo "apt-get install automake autoconf libtool gcc libgtk2.0-dev 
libssl-dev libxml2-dev xmlto doxygen iptables-dev libcap-dev libsqlite3-dev 
libuuid1 libnet-ip-perl libnet-dns-perl libsocket6-perl libio-socket-inet6-perl"
         echo "Optional: apt-get install pax miredo bzr"
     elif test -e /etc/redhat-release
         then
-        echo "yum install gcc openssl-devel libxml2-devel autoconf automake 
libtool iproute gtk2-devel xmlto doxygen iptables-devel libcap-devel 
sqlite-devel rpm-build perl-Net-IP perl-Net-DNS perl-Socket6 
perl-IO-Socket-INET6"
+        echo "yum install gcc openssl-devel libxml2-devel autoconf automake 
libtool gtk2-devel xmlto doxygen iptables-devel libcap-devel sqlite-devel 
rpm-build perl-Net-IP perl-Net-DNS perl-Socket6 perl-IO-Socket-INET6"
         echo "Optional: yum install uuid miredo bzr"
         echo "If yum does not find a package, try searching 'rpm.pbone.net' or 
'rpmfind.net' or install from sources"
     else
         echo -n "Unknown linux system:"
         cat /etc/lsb-release
         echo "You should install the following software:"
-        echo "autoreconf, automake, autoconf, libtool, gcc, xmlto, doxygen, 
iproute, netcat6, Socket6, IO::Socket::INET6, Net::IP and Net::DNS modules for 
perl"
+        echo "autoreconf, automake, autoconf, libtool, gcc, xmlto, doxygen, 
Socket6, IO::Socket::INET6, Net::IP and Net::DNS modules for perl"
         echo "And the following packages with their development headers:"
         echo "libgtk2.0, openssl, libxml2, iptables, libcap, libsqlite3"
         echo "Optionally you can install also uuid, miredo, bzr"

=== modified file 'test/packaging/hipl-deb.spec'
--- test/packaging/hipl-deb.spec        2010-03-05 11:09:10 +0000
+++ test/packaging/hipl-deb.spec        2010-03-30 14:16:44 +0000
@@ -87,7 +87,7 @@
 %description lib
 
 %package daemon
-Requires: hipl-lib, iproute, libnet-ip-perl, libnet-dns-perl, libsocket6-perl, 
libio-socket-inet6-perl
+Requires: hipl-lib, libnet-ip-perl, libnet-dns-perl, libsocket6-perl, 
libio-socket-inet6-perl
 Summary: HIP for Linux IPsec key management and mobility daemon
 Group: System Environment/Kernel
 %description daemon

=== modified file 'test/packaging/hipl-rpm.spec'
--- test/packaging/hipl-rpm.spec        2010-03-30 13:25:12 +0000
+++ test/packaging/hipl-rpm.spec        2010-03-30 14:16:44 +0000
@@ -70,7 +70,7 @@
 %description lib
 
 %package daemon
-Requires: hipl-lib iproute perl-Net-IP perl-Net-DNS perl-Socket6 
perl-IO-Socket-INET6
+Requires: hipl-lib perl-Net-IP perl-Net-DNS perl-Socket6 perl-IO-Socket-INET6
 Summary: HIP for Linux IPsec key management and mobility daemon
 Group: System Environment/Kernel
 %description daemon

Other related posts:

  • » [hipl-commit] [trunk] Rev 4103: HIPL does not depend on iproute and netcat. - Diego Biurrun