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: Fri Sep 14 16:44:09 UTC 2018
Modified Files:
pkgsrc/mail/qmail: options.mk
Log Message:
Actually generate the promised key sizes. Ride previous bump.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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/options.mk
diff -u pkgsrc/mail/qmail/options.mk:1.52 pkgsrc/mail/qmail/options.mk:1.53
--- pkgsrc/mail/qmail/options.mk:1.52 Fri Sep 14 09:01:53 2018
+++ pkgsrc/mail/qmail/options.mk Fri Sep 14 16:44:09 2018
@@ -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_FILES.tmprsadh= update_tmprsadh.s
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