]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fetchmail
Enabled more details at smartctrl webif output
[people/pmueller/ipfire-2.x.git] / lfs / fetchmail
index 2e6a6c92ed37a8064ab97e93a6dd2e5baf260c21..4ab1cc00fc2b1fd8ecae3bdc4d8f7f332b829b82 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.3.4
+VER        = 6.3.11
 
 THISAPP    = fetchmail-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,10 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fetchmail
-PAK_VER    = 1
+PAK_VER    = 5
 
-DESCDE     = "fetchmail kann Emails von entfernten Mailservern abholen."
-DESCEN     = "fetchmail fetches emails from remote servers."
 DEPS       = ""
 
 ###############################################################################
@@ -46,12 +44,11 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 35ded0414fcff79b492d6ade2ce48911
+$(DL_FILE)_MD5 = 43b28f296cc0024d3c727319eacae324
 
 install : $(TARGET)
 
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
@@ -89,5 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        echo "#poll SERVERNAME :" >> ~/.fetchmailrc
        echo "#    user <username> pass <password>;" >> ~/.fetchmailrc
        echo "#    mda "/usr/bin/procmail -f %F -d %T";" >> ~/.fetchmailrc
+       install -v -m 644 $(DIR_SRC)/config/backup/includes/fetchmail \
+               /var/ipfire/backup/addons/includes/fetchmail
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)