pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qmail



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Mar 29 13:26:05 UTC 2017

Modified Files:
        pkgsrc/mail/qmail: Makefile options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/mail/qmail/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/mail/qmail/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/qmail/Makefile
diff -u pkgsrc/mail/qmail/Makefile:1.79 pkgsrc/mail/qmail/Makefile:1.80
--- pkgsrc/mail/qmail/Makefile:1.79     Thu Mar 23 07:24:48 2017
+++ pkgsrc/mail/qmail/Makefile  Wed Mar 29 13:26:05 2017
@@ -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/
 

Index: pkgsrc/mail/qmail/options.mk
diff -u pkgsrc/mail/qmail/options.mk:1.37 pkgsrc/mail/qmail/options.mk:1.38
--- pkgsrc/mail/qmail/options.mk:1.37   Thu Mar 23 07:24:48 2017
+++ pkgsrc/mail/qmail/options.mk        Wed Mar 29 13:26:05 2017
@@ -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-badrcptto 
 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