Update xmail to 1.25 (#3607)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:56:42 +0000 (14:56 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:56:42 +0000 (14:56 +0000)
SVN-Revision: 11718

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 8d526c74be9a7828842f92615ddf18d4ce1afb6c..dff4f0673d1b76d0e25d39d521e5220bc1f8f9b3 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xmail
 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_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
 
 
 include $(INCLUDE_DIR)/package.mk
 
index c46f69eb28a6c3b97663e802319d47439202a103..af6aa709f637a13913b63021172bff89fab01e10 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
  
 @@ -76,15 +76,15 @@
  SENDMAILOBJS = SendMail.o
  
index 7bda0480caa159a83918f48a9700313b148fda24..3f8866b0726b525ccb34ce2746ecb4caa5f7d7cc 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>
  #
 @@ -19,9 +19,9 @@
  #  Davide Libenzi <davidel@xmailserver.org>
  #
index 520b39760672e255c9e1ab1d40a49a9602eac27d..efb3f2fcbc4001d7916c56f6ae40a45571e9451e 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
 @@ -19,7 +19,7 @@
  test -f $DAEMON || exit 0
  
  set -e
 -ulimit -c 20000
 +ulimit -c 10000
+ ulimit -s 128
  
  start_xmail()
  
  start_xmail()
- {
index 5440f321cefa3e9cefd24c0c0c27f0f428b076f8..51704322cd3b756f3072fba566231293b68927bd 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
  
 @@ -24,10 +24,10 @@
  endif