From: root Date: Mon, 1 Dec 2008 22:24:28 +0000 (+0100) Subject: Upgraded fechmail and started backup X-Git-Tag: v2.5-beta1~247^2~1 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=2444d31e50d04299a3e5e7decc5fc1ece46b2f0e;hp=-c Upgraded fechmail and started backup --- 2444d31e50d04299a3e5e7decc5fc1ece46b2f0e diff --git a/config/backup/includes/fetchmail b/config/backup/includes/fetchmail new file mode 100644 index 0000000000..6a69cd0daa --- /dev/null +++ b/config/backup/includes/fetchmail @@ -0,0 +1 @@ +/root/.fetchmailrc diff --git a/config/rootfiles/packages/fetchmail b/config/rootfiles/packages/fetchmail index 0ce1002e84..f78418a071 100644 --- a/config/rootfiles/packages/fetchmail +++ b/config/rootfiles/packages/fetchmail @@ -7,3 +7,4 @@ usr/bin/fetchmail #usr/lib/python2.4/site-packages/fetchmailconf.pyo #usr/share/man/man1/fetchmail.1 #usr/share/man/man1/fetchmailconf.1 +var/ipfire/backup/addons/includes/fetchmail diff --git a/doc/packages-list.txt b/doc/packages-list.txt index b944821d12..69c9d179d9 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -93,7 +93,7 @@ * fbset-2.1 * fcron-3.0.1 * feedparser-4.1 -* fetchmail-6.3.8 +* fetchmail-6.3.9 * ffmpeg-export-2008-04-13 * file-4.17 * findutils-4.2.27 @@ -253,7 +253,7 @@ * rssdler-0.4.0a * rsync-2.6.9 * rtorrent-0.7.9 -* samba-3.2.4 +* samba-3.2.5 * sane-1.0.19 * screen-4.0.3 * sdparm-1.01 diff --git a/lfs/fetchmail b/lfs/fetchmail index 46863bc018..dbab16f362 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -24,7 +24,7 @@ include Config -VER = 6.3.8 +VER = 6.3.9 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 = 2 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 66b97500b0a1e3c0916b3b5314f597f5 +$(DL_FILE)_MD5 = 72c20ad2b9629f1a109668b05a84d823 install : $(TARGET) @@ -87,5 +87,6 @@ $(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)