pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qmail To make the newly useful binary package a b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80501f5ee986
branches:  trunk
changeset: 360200:80501f5ee986
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Mar 29 13:26:05 2017 +0000

description:
To make the newly useful binary package a bit more useful, enable
qmail-{bigdns,realrcptto} (in addition to qmail-netqmail) by default.
These are conservative choices: small patches that make qmail behave
more like it probably wanted to without breaking existing systems,
adding attack surface, or failing on some platforms we support.

Bump PKGREVISION.

diffstat:

 mail/qmail/Makefile   |  4 ++--
 mail/qmail/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r ccf888977724 -r 80501f5ee986 mail/qmail/Makefile
--- a/mail/qmail/Makefile       Wed Mar 29 11:46:03 2017 +0000
+++ b/mail/qmail/Makefile       Wed Mar 29 13:26:05 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.79 2017/03/23 07:24:48 schmonz Exp $
+# $NetBSD: Makefile,v 1.80 2017/03/29 13:26:05 schmonz Exp $
 #
 
 DISTNAME=              ${PKGNAME_NOREV}
 PKGNAME=               qmail-1.03
-PKGREVISION=           23
+PKGREVISION=           24
 CATEGORIES=            mail
 MASTER_SITES=          http://qmail.org/
 
diff -r ccf888977724 -r 80501f5ee986 mail/qmail/options.mk
--- a/mail/qmail/options.mk     Wed Mar 29 11:46:03 2017 +0000
+++ b/mail/qmail/options.mk     Wed Mar 29 13:26:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.37 2017/03/23 07:24:48 schmonz Exp $
+# $NetBSD: options.mk,v 1.38 2017/03/29 13:26:05 schmonz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qmail
 PKG_OPTIONS_OPTIONAL_GROUPS=   rcpt
@@ -6,7 +6,7 @@
 PKG_OPTIONS_GROUP.rcpt+=qmail-rcptcheck qmail-realrcptto
 PKG_SUPPORTED_OPTIONS+=        sasl syncdir tls qmail-bigdns qmail-maildiruniq
 PKG_SUPPORTED_OPTIONS+=        qmail-netqmail qmail-outgoingip qmail-viruscan
-PKG_SUGGESTED_OPTIONS+=        qmail-netqmail
+PKG_SUGGESTED_OPTIONS+=        qmail-bigdns qmail-netqmail qmail-realrcptto
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index