X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffetchmail;h=33b9f9caae295355fe3f836503d72974001d7eb5;hb=a409c362c6da97487151fd8e8c19ca10d64eae1e;hp=682709d2aab398fda816305f728471660011f315;hpb=34273fd05a5b9fe14ec0df6ae0c75e64697df3b3;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/fetchmail b/lfs/fetchmail index 682709d2aa..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 = d41d8cd98f00b204e9800998ecf8427e +$(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)