Update xmail to 1.25 (#3607)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11718 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2697683bb1
commit
c1674636bd
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
#
|
||||
|
@ -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()
|
||||
{
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user