Merge pull request #983 from Shulyaka/master

mailman: version upgrade to 2.1.19
This commit is contained in:
Steven Barth 2015-03-03 21:05:56 +01:00
commit 577b694c28
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mailman
PKG_RELEASE:=1
PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/mailman/ http://ftp.gnu.org/gnu/mailman/
PKG_VERSION:=2.1.18-1
PKG_MD5SUM:=dc861ed9698a98499a951eaef7d4db9f
PKG_VERSION:=2.1.19
PKG_MD5SUM:=13a33d758f8a6308c91dd267fc3ba123
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_MAINTAINER:=Denis Shulyaka <Shulyaka@gmail.com>
PKG_LICENSE:=GPL-2.0+
@ -24,7 +24,7 @@ define Package/mailman
CATEGORY:=Mail
TITLE:=The GNU Mailing List Manager
URL:=http://www.gnu.org/software/mailman/
DEPENDS:=+postfix +python-mini +uhttpd +python-dns #+python-dev
DEPENDS:=+postfix +python +uhttpd +python-dns
endef
define Package/mailman/description

View File

@ -1,7 +1,7 @@
diff -rupN mailman-2.1.14-1/Mailman/Defaults.py.in mailman-2.1.14-1_patched/Mailman/Defaults.py.in
--- mailman-2.1.14-1/Mailman/Defaults.py.in 2011-03-01 23:35:57.000000000 +0300
+++ mailman-2.1.14-1_patched/Mailman/Defaults.py.in 2011-03-09 12:26:10.000000000 +0300
@@ -439,7 +439,7 @@ DELIVERY_MODULE = 'SMTPDirect'
@@ -461,7 +461,7 @@ DELIVERY_MODULE = 'SMTPDirect'
# standard out (or send an email to the site list owner) for manual twiddling
# of an /etc/aliases style file. Use 'Postfix' if you are using the Postfix
# MTA -- but then also see POSTFIX_STYLE_VIRTUAL_DOMAINS.