pkgsrc/mail/mhonarc/Makefile
spz b4fcfe72ac security update
Problems fixed:
#32080 	Specially crafted <base href> can lead to XSS exploit
#32032 	TextEncode related resource information not saved correctly in db file
#32014 	CVE-2010-1677: DoS when processing html messages with deep tag nesting
#32013 	CVE-2010-4524: Improper escaping of certain HTML sequences (XSS)
#26577 	Changed semantic for unpack breaks UTF-8
#25486 	Resource FieldStore causes .mhonarc.db to grow over bounds.
#25225 	dir_create() fails to make temporary directories (PATCH)
#24247 	iso2022jp.pl: unneeded ESC ( B remains in message body
#23198 	Incorrect Setting Installation Directory
#20142 	strip backslash in rfc822 From: field
#20074 	extra space in subject
#18908 	X-Subject data get split in separate lines
#18113 	inconsistant thread slices w/ poor man's windowing
#17904 	FieldOrder affects AddressModifyCode
#17860 	incorrect nested HTML Tags for references
#17660 	Threaded index resource ordering doesn't allow well formed XML output
#15433 	relative attachmentdir is relative to current working dir, not outdir
#14747 	major (10X) memory savings possible in some situations
#13853 	creation of archive with attachments writes over symlinks
2011-01-09 19:59:48 +00:00

37 lines
1,002 B
Makefile

# $NetBSD: Makefile,v 1.31 2011/01/09 19:59:48 spz Exp $
DISTNAME= MHonArc-2.6.18
PKGNAME= mhonarc-2.6.18
CATEGORIES= mail
MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mhonarc.org/
COMMENT= Mailbox to HTML converter, suitable for list archives
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= perl:run
NO_BUILD= YES
INSTALLATION_DIRS= bin lib man share/doc
.include "../../mk/bsd.prefs.mk"
MY_INSTALL_FLAGS= -prefix ${PREFIX}
MY_INSTALL_FLAGS+= -perl ${PERL5}
MY_INSTALL_FLAGS+= -binpath ${PREFIX}/bin
MY_INSTALL_FLAGS+= -libpath ${PREFIX}/lib/mhonarc
MY_INSTALL_FLAGS+= -docpath ${PREFIX}/share/doc/mhonarc
MY_INSTALL_FLAGS+= -manpath ${PREFIX}/${PKGMANDIR}
.if defined(_USE_DESTDIR) && ${_USE_DESTDIR} != "no"
MY_INSTALL_FLAGS+= -root ${DESTDIR}
.endif
MY_INSTALL_FLAGS+= -batch
do-install:
cd ${WRKSRC} && ${PERL5} ./install.me ${MY_INSTALL_FLAGS}
.include "../../mk/bsd.pkg.mk"