X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffetchmail;h=33b9f9caae295355fe3f836503d72974001d7eb5;hb=3e78d712ccafa64c78439c02d2fae5a3615b0cd5;hp=34fbf5663550b5856e630642b30080fa2a52c3a0;hpb=c268e9f208b25f84a5ef5be0b90841f2166581ae;p=ipfire-2.x.git diff --git a/lfs/fetchmail b/lfs/fetchmail index 34fbf56635..33b9f9caae 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -24,7 +24,7 @@ include Config -VER = 6.3.8 +VER = 6.3.16 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 = 6 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 35ded0414fcff79b492d6ade2ce48911 +$(DL_FILE)_MD5 = 1a40acb371376c7d54fe468c99dfc216 install : $(TARGET) @@ -87,5 +87,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)