pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qmail Actually generate the promised key sizes. R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e86c226741ed
branches:  trunk
changeset: 385181:e86c226741ed
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Sep 14 16:44:09 2018 +0000

description:
Actually generate the promised key sizes. Ride previous bump.

diffstat:

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

diffs (19 lines):

diff -r 0cf3bbe81d46 -r e86c226741ed mail/qmail/options.mk
--- a/mail/qmail/options.mk     Fri Sep 14 16:37:41 2018 +0000
+++ b/mail/qmail/options.mk     Fri Sep 14 16:44:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.52 2018/09/14 09:01:53 schmonz Exp $
+# $NetBSD: options.mk,v 1.53 2018/09/14 16:44:09 schmonz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.qmail
 PKG_SUPPORTED_OPTIONS+=                eai inet6 pam sasl syncdir tls
@@ -139,7 +139,9 @@
 SUBST_SED.tmprsadh=            -e 's|^export PATH=.*||'
 SUBST_SED.tmprsadh+=           -e 's|^openssl |${OPENSSL} |'
 SUBST_SED.tmprsadh+=           -e 's|rsa512|rsa2048|g'
+SUBST_SED.tmprsadh+=           -e 's|rsa2048\.new 512|rsa2048.new 2048|g'
 SUBST_SED.tmprsadh+=           -e 's|dh1024|dh2048|g'
+SUBST_SED.tmprsadh+=           -e 's|dh2048\.new 1024|dh2048.new 2048|g'
 SUBST_CLASSES+=                        keys
 SUBST_STAGE.keys=              do-configure
 SUBST_FILES.keys=              qmail-smtpd.c



Home | Main Index | Thread Index | Old Index