← Back to team overview

hipl-core team mailing list archive

[Branch ~rene-hummen/hipl/ipsec_esp] Rev 4934: added missing dependency of user-space IPsec on update extension

 

------------------------------------------------------------
revno: 4934
committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
branch nick: ipsec_esp
timestamp: Fri 2010-09-10 16:30:23 +0200
message:
  added missing dependency of user-space IPsec on update extension
modified:
  modules/user_ipsec/module_info.xml


--
lp:~rene-hummen/hipl/ipsec_esp
https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp

Your team HIPL core team is subscribed to branch lp:~rene-hummen/hipl/ipsec_esp.
To unsubscribe from this branch go to https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp/+edit-subscription
=== modified file 'modules/user_ipsec/module_info.xml'
--- modules/user_ipsec/module_info.xml	2010-08-25 12:53:17 +0000
+++ modules/user_ipsec/module_info.xml	2010-09-10 14:30:23 +0000
@@ -9,6 +9,10 @@
     bugaddress="hipl-users@xxxxxxxxxxxxx"
     webpage="http://infrahip.hiit.fi/";>
 
+     <requires>
+        <module name="update" minversion="0.0.1" />
+    </requires>
+
     <!-- Mandatory: name, header_file, init_function -->
     <application
         name="hipd"