Update to 1.2.18.1. From the changelog:
o Stop mlmmj-maintd deleting list posts while they are being sent o Fix +list from crashing Mlmmj o Fix bug that made double subscription possible
This commit is contained in:
parent
190d4b4fe0
commit
0e061ef460
3 changed files with 14 additions and 12 deletions
|
@ -1,3 +1,6 @@
|
|||
This is an attempt at implementing a mailing list manager with the
|
||||
same functionality as the brilliant ezmlm, but with a decent license
|
||||
and mail server independency.
|
||||
Mlmmj is a simple and slim mailing list manager (MLM) inspired by
|
||||
ezmlm. It works with many different Mail Transport Agents (MTAs)
|
||||
and is simple for a system adminstrator to install, configure and
|
||||
integrate with other software. As it uses very few resources, and
|
||||
requires no daemons, it is ideal for installation on systems where
|
||||
resources are limited, such as Virtual Private Servers (VPSes).
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.5 2013/07/10 16:14:23 rsmarples Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2014/08/22 01:37:13 schmonz Exp $
|
||||
|
||||
DISTNAME= mlmmj-1.2.18.0
|
||||
DISTNAME= mlmmj-1.2.18.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${HOMEPAGE:=releases/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= uebayasi@NetBSD.org
|
||||
HOMEPAGE= http://mlmmj.org/
|
||||
COMMENT= Mailing list managing made joyful
|
||||
|
||||
PKG_DESTDIR_SUPPORT= none
|
||||
COMMENT= Mailing list management made joyful
|
||||
LICENSE= mit
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS= gmake
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2013/07/10 16:14:23 rsmarples Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/08/22 01:37:13 schmonz Exp $
|
||||
|
||||
SHA1 (mlmmj-1.2.18.0.tar.bz2) = 8bd11c948b85eb6aa1d0cf0ac706d365add033bb
|
||||
RMD160 (mlmmj-1.2.18.0.tar.bz2) = ce9a41686d8a052b77e7ef35467dd5cf1be54494
|
||||
Size (mlmmj-1.2.18.0.tar.bz2) = 240571 bytes
|
||||
SHA1 (mlmmj-1.2.18.1.tar.bz2) = 7e607de4391dbc12c5ad99fe92603730137e5c24
|
||||
RMD160 (mlmmj-1.2.18.1.tar.bz2) = a1827f576b2136d1e98f63f8c5f841d974852a19
|
||||
Size (mlmmj-1.2.18.1.tar.bz2) = 240942 bytes
|
||||
|
|
Loading…
Reference in a new issue