commit
dacd89c4d5
5 changed files with 23 additions and 25 deletions
|
@ -8,14 +8,17 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mailman
|
PKG_NAME:=mailman
|
||||||
|
PKG_VERSION:=2.1.29
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
|
||||||
PKG_VERSION:=2.1.23
|
|
||||||
PKG_HASH:=b022ca6f8534621c9dbe50c983948688bc4623214773b580c2c78e4a7ae43e69
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||||
|
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||||
|
PKG_HASH:=838872713601e8a124146e550f53709482c1ef168f1e16d201465c651cbf0d2c
|
||||||
|
|
||||||
PKG_MAINTAINER:=Denis Shulyaka <Shulyaka@gmail.com>
|
PKG_MAINTAINER:=Denis Shulyaka <Shulyaka@gmail.com>
|
||||||
PKG_LICENSE:=GPL-2.0+
|
PKG_LICENSE:=GPL-2.0+
|
||||||
PKG_LICENSE_FILES:=gnu-COPYING-GPL
|
PKG_LICENSE_FILES:=gnu-COPYING-GPL
|
||||||
|
PKG_CPE_ID:=cpe:2.3:a:gnu:mailman
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -23,7 +26,7 @@ define Package/mailman
|
||||||
SECTION:=mail
|
SECTION:=mail
|
||||||
CATEGORY:=Mail
|
CATEGORY:=Mail
|
||||||
TITLE:=The GNU Mailing List Manager
|
TITLE:=The GNU Mailing List Manager
|
||||||
URL:=http://www.gnu.org/software/mailman/
|
URL:=https://www.gnu.org/software/mailman/
|
||||||
DEPENDS:=+postfix +python +uhttpd +python-dns
|
DEPENDS:=+postfix +python +uhttpd +python-dns
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -rupN mailman-2.1.14-1/Mailman/Defaults.py.in mailman-2.1.14-1_patched/Mailman/Defaults.py.in
|
--- a/Mailman/Defaults.py.in
|
||||||
--- mailman-2.1.14-1/Mailman/Defaults.py.in 2011-03-01 23:35:57.000000000 +0300
|
+++ b/Mailman/Defaults.py.in
|
||||||
+++ mailman-2.1.14-1_patched/Mailman/Defaults.py.in 2011-03-09 12:26:10.000000000 +0300
|
@@ -506,7 +506,7 @@ SMTPLIB_DEBUG_LEVEL = 0
|
||||||
@@ -489,7 +489,7 @@ DELIVERY_MODULE = 'SMTPDirect'
|
|
||||||
# standard out (or send an email to the site list owner) for manual twiddling
|
# 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
|
# of an /etc/aliases style file. Use 'Postfix' if you are using the Postfix
|
||||||
# MTA -- but then also see POSTFIX_STYLE_VIRTUAL_DOMAINS.
|
# MTA -- but then also see POSTFIX_STYLE_VIRTUAL_DOMAINS.
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -Naur mailman-2.1.18-1/configure mailman-2.1.18-1_patched/configure
|
--- a/configure
|
||||||
--- mailman-2.1.18-1/configure 2014-10-26 12:00:38.090360119 +0300
|
+++ b/configure
|
||||||
+++ mailman-2.1.18-1_patched/configure 2014-10-26 12:00:21.323016430 +0300
|
@@ -2255,35 +2255,35 @@ fi
|
||||||
@@ -2236,35 +2236,35 @@
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $version" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $version" >&5
|
||||||
$as_echo "$version" >&6; }
|
$as_echo "$version" >&6; }
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -Naur mailman-2.1.18-1/configure mailman-2.1.18-1_patched/configure
|
--- a/configure
|
||||||
--- mailman-2.1.18-1/configure 2014-05-06 20:43:56.000000000 +0400
|
+++ b/configure
|
||||||
+++ mailman-2.1.18-1_patched/configure 2014-11-04 15:02:32.892666331 +0300
|
@@ -3957,6 +3957,8 @@ fi
|
||||||
@@ -3927,6 +3927,8 @@
|
|
||||||
$as_echo "$URLHOST" >&6; }
|
$as_echo "$URLHOST" >&6; }
|
||||||
rm -f conftest.out conftest.py
|
rm -f conftest.out conftest.py
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -Naur mailman-2.1.18-1/Mailman/MailList.py mailman-2.1.18-1_patched/Mailman/MailList.py
|
--- a/Mailman/MailList.py
|
||||||
--- mailman-2.1.18-1/Mailman/MailList.py 2014-05-06 20:43:56.000000000 +0400
|
+++ b/Mailman/MailList.py
|
||||||
+++ mailman-2.1.18-1_patched/Mailman/MailList.py 2014-11-04 15:57:06.832636147 +0300
|
@@ -30,7 +30,7 @@ import re
|
||||||
@@ -30,7 +30,7 @@
|
|
||||||
import shutil
|
import shutil
|
||||||
import socket
|
import socket
|
||||||
import urllib
|
import urllib
|
||||||
|
@ -10,10 +9,9 @@ diff -Naur mailman-2.1.18-1/Mailman/MailList.py mailman-2.1.18-1_patched/Mailman
|
||||||
|
|
||||||
from cStringIO import StringIO
|
from cStringIO import StringIO
|
||||||
from UserDict import UserDict
|
from UserDict import UserDict
|
||||||
diff -Naur mailman-2.1.18-1/misc/paths.py.in mailman-2.1.18-1_patched/misc/paths.py.in
|
--- a/misc/paths.py.in
|
||||||
--- mailman-2.1.18-1/misc/paths.py.in 2014-05-06 20:43:56.000000000 +0400
|
+++ b/misc/paths.py.in
|
||||||
+++ mailman-2.1.18-1_patched/misc/paths.py.in 2014-11-04 15:55:49.594941540 +0300
|
@@ -71,14 +71,14 @@ sys.path.append(distdir)
|
||||||
@@ -66,14 +66,14 @@
|
|
||||||
# In a normal interactive Python environment, the japanese.pth and korean.pth
|
# In a normal interactive Python environment, the japanese.pth and korean.pth
|
||||||
# files would be imported automatically. But because we inhibit the importing
|
# files would be imported automatically. But because we inhibit the importing
|
||||||
# of the site module, we need to be explicit about importing these codecs.
|
# of the site module, we need to be explicit about importing these codecs.
|
||||||
|
|
Loading…
Reference in a new issue