X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffetchmail;h=4ab1cc00fc2b1fd8ecae3bdc4d8f7f332b829b82;hb=a8e4c65724fb2796fe81242180664da32625d478;hp=79cbb30365bc1288b00285d7d14ea91f896df8fa;hpb=f86b0cc33aa1a7778f24a9e6bd7759c868da482d;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/fetchmail b/lfs/fetchmail index 79cbb30365..4ab1cc00fc 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -24,7 +24,7 @@ include Config -VER = 6.3.4 +VER = 6.3.11 THISAPP = fetchmail-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fetchmail -PAK_VER = 1 +PAK_VER = 5 DEPS = "" @@ -44,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)) @@ -87,5 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) echo "#poll SERVERNAME :" >> ~/.fetchmailrc echo "# user pass ;" >> ~/.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)