]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fireinfo
fireinfo: Update to 0.12.
[people/pmueller/ipfire-2.x.git] / lfs / fireinfo
index 09961283342280d26ee61fc78417a1cb9e2cc05f..c1aea615faa417decc30366c866053f92330e655 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2010  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.3
+VER        = 0.12
 
 THISAPP    = fireinfo-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2105bf88213dfd2198891a96eeb08949
+$(DL_FILE)_MD5 = 560a2ed902104a4b803f7e460c5d509d
 
 install : $(TARGET)
 
@@ -76,5 +76,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Remove egg-info
        rm -rvf /usr/lib/python*/site-packages/fireinfo*.egg-info
 
+       # XXX Set flag to send profile.
+       touch /var/ipfire/main/send_profile
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)