]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Upgraded fechmail and started backup
authorroot <root@ikarus.homeip.net>
Mon, 1 Dec 2008 22:24:28 +0000 (23:24 +0100)
committerroot <root@ikarus.homeip.net>
Mon, 1 Dec 2008 22:24:28 +0000 (23:24 +0100)
config/backup/includes/fetchmail [new file with mode: 0644]
config/rootfiles/packages/fetchmail
doc/packages-list.txt
lfs/fetchmail

diff --git a/config/backup/includes/fetchmail b/config/backup/includes/fetchmail
new file mode 100644 (file)
index 0000000..6a69cd0
--- /dev/null
@@ -0,0 +1 @@
+/root/.fetchmailrc
index 0ce1002e84b193a941d128969377527f1b377ad0..f78418a071ad324cc8a8d86b04150cf9246785bd 100644 (file)
@@ -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
 #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
index b944821d124e841f2658de423b2b681050e0d8f5..69c9d179d99f6b6574cb0924b575571994130e7d 100644 (file)
@@ -93,7 +93,7 @@
 * fbset-2.1
 * fcron-3.0.1
 * feedparser-4.1
 * 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
 * ffmpeg-export-2008-04-13
 * file-4.17
 * findutils-4.2.27
 * rssdler-0.4.0a
 * rsync-2.6.9
 * rtorrent-0.7.9
 * 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
 * sane-1.0.19
 * screen-4.0.3
 * sdparm-1.01
index 46863bc01849c01f0d33a5c5bdfe0f2ff37babb5..dbab16f362441f049bd2dc65a674910fd2e6dec0 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
 
 include Config
 
-VER        = 6.3.8
+VER        = 6.3.9
 
 THISAPP    = fetchmail-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
 
 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
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fetchmail
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = ""
 
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 66b97500b0a1e3c0916b3b5314f597f5
+$(DL_FILE)_MD5 = 72c20ad2b9629f1a109668b05a84d823
 
 install : $(TARGET)
 
 
 install : $(TARGET)
 
@@ -87,5 +87,6 @@ $(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
        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)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)