Update xmail to 1.25 (#3607)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jul 2008 14:56:42 +0000 (14:56 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jul 2008 14:56:42 +0000 (14:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11718 3c298f89-4303-0410-b956-a3cf2f4a3e73

mail/xmail/Makefile
mail/xmail/patches/010-Makefile.common.patch
mail/xmail/patches/020-Makefile.lnx.patch
mail/xmail/patches/030-xmail.patch
mail/xmail/patches/040-honour_opt_flags.patch

index 8d526c7..dff4f06 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xmail
-PKG_VERSION:=1.24
+PKG_VERSION:=1.25
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.xmailserver.org/
-PKG_MD5SUM:=106730bdbaa4fda9e90a7c22df024114
+PKG_MD5SUM:=675baa512a97057c9e63905272406b69
 
 include $(INCLUDE_DIR)/package.mk
 
index c46f69e..af6aa70 100644 (file)
@@ -1,5 +1,5 @@
---- xmail-1.24.orig/Makefile.common    2006-12-31 20:03:59.000000000 +0100
-+++ xmail-1.24/Makefile.common 2007-02-01 20:41:08.000000000 +0100
+--- a/Makefile.common
++++ b/Makefile.common
 @@ -76,15 +76,15 @@
  SENDMAILOBJS = SendMail.o
  
index 7bda048..3f8866b 100644 (file)
@@ -1,6 +1,5 @@
-diff -ruaN xmail-1.24.orig/Makefile.lnx xmail-1.24/Makefile.lnx
---- xmail-1.24.orig/Makefile.lnx       2006-12-31 20:03:59.000000000 +0100
-+++ xmail-1.24/Makefile.lnx    2007-02-02 13:11:29.000000000 +0100
+--- a/Makefile.lnx
++++ b/Makefile.lnx
 @@ -19,9 +19,9 @@
  #  Davide Libenzi <davidel@xmailserver.org>
  #
index 520b397..efb3f2f 100644 (file)
@@ -1,12 +1,11 @@
-diff -ruaN xmail-1.24.orig/xmail xmail-1.24/xmail
---- xmail-1.24.orig/xmail      2006-12-31 20:03:59.000000000 +0100
-+++ xmail-1.24/xmail   2007-02-02 13:14:39.000000000 +0100
+--- a/xmail
++++ b/xmail
 @@ -19,7 +19,7 @@
  test -f $DAEMON || exit 0
  
  set -e
 -ulimit -c 20000
 +ulimit -c 10000
+ ulimit -s 128
  
  start_xmail()
- {
index 5440f32..5170432 100644 (file)
@@ -1,6 +1,5 @@
-diff -ruN xmail-1.24-old/Makefile.common xmail-1.24-new/Makefile.common
---- xmail-1.24-old/Makefile.common     2007-09-01 17:30:57.000000000 +0200
-+++ xmail-1.24-new/Makefile.common     2007-09-01 17:34:00.000000000 +0200
+--- a/Makefile.common
++++ b/Makefile.common
 @@ -24,10 +24,10 @@
  endif