[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5197: Remove unnecessary Socket6 and IO::Socket::INET6 from list of Per dependencies.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 29 Nov 2010 09:23:33 -0000

------------------------------------------------------------
revno: 5197
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-11-29 10:21:08 +0100
message:
  Remove unnecessary Socket6 and IO::Socket::INET6 from list of Per 
dependencies.
modified:
  INSTALL
  packaging/hipl-deb.spec
  packaging/hipl-rpm.spec


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'INSTALL'
--- INSTALL     2010-11-23 19:48:35 +0000
+++ INSTALL     2010-11-29 09:21:08 +0000
@@ -25,8 +25,8 @@
 
 In order to compile HIPL you need autotools (autoconf, automake, libtool), GNU
 Make and gcc. openssl, iptables and libconfig are required complete with
-development headers. For Perl, Socket6, IO::Socket::INET6, Net::IP and
-Net::DNS modules are required. You can optionally install xmlto to
+development headers. For Perl Net::IP and Net::DNS modules are required.
+You can optionally install xmlto to
 build the HOWTO and doxygen to build the code documentation. Installing the
 optional check library (http://check.sourceforge.net/) enables unit tests.
 Some additional libraries are needed for building binary packages (fakeroot
@@ -35,8 +35,7 @@
 On Ubuntu, the following command(s) should solve the dependencies:
 
   aptitude install automake autoconf libtool gcc libssl-dev \
-    iptables-dev libconfig8-dev libnet-ip-perl libnet-dns-perl \
-    libsocket6-perl libio-socket-inet6-perl
+    iptables-dev libconfig8-dev libnet-ip-perl libnet-dns-perl
 
   Optionally: aptitude install pax miredo bzr xmlto doxygen check fakeroot
                          dpkg-dev
@@ -45,7 +44,7 @@
 
   yum install gcc openssl-devel autoconf automake libtool \
               iptables-devel libconfig-devel rpm-build \
-              perl-Net-IP perl-Net-DNS perl-Socket6 perl-IO-Socket-INET6
+              perl-Net-IP perl-Net-DNS
 
   Optionally: yum install miredo bzr xmlto doxygen check-devel
 

=== modified file 'packaging/hipl-deb.spec'
--- packaging/hipl-deb.spec     2010-11-26 13:52:57 +0000
+++ packaging/hipl-deb.spec     2010-11-29 09:21:08 +0000
@@ -71,7 +71,7 @@
 %description all
 
 %package daemon
-Requires: openssl iptables libnet-ip-perl libnet-dns-perl libsocket6-perl 
libio-socket-inet6-perl
+Requires: openssl iptables libnet-ip-perl libnet-dns-perl
 Obsoletes: minimal tools
 Summary: HIP for Linux IPsec key management and mobility daemon
 Group: System Environment/Kernel

=== modified file 'packaging/hipl-rpm.spec'
--- packaging/hipl-rpm.spec     2010-11-26 13:52:57 +0000
+++ packaging/hipl-rpm.spec     2010-11-29 09:21:08 +0000
@@ -54,7 +54,7 @@
 %description all
 
 %package daemon
-Requires: openssl iptables perl-Net-IP perl-Net-DNS perl-Socket6 
perl-IO-Socket-INET6
+Requires: openssl iptables perl-Net-IP perl-Net-DNS
 Obsoletes: minimal tools
 Summary: HIP for Linux IPsec key management and mobility daemon
 Group: System Environment/Kernel

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5197: Remove unnecessary Socket6 and IO::Socket::INET6 from list of Per dependencies. - noreply