Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 3569B63BF13 for ; Sat, 17 Dec 2011 12:48:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AEA3E14A262; Sat, 17 Dec 2011 12:48:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21CD214A261 for ; Sat, 17 Dec 2011 12:48:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1ckg7T7lBWIN for ; Sat, 17 Dec 2011 12:48:23 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9CE4014A25F for ; Sat, 17 Dec 2011 12:48:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1A6D1175DD; Sat, 17 Dec 2011 12:48:24 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 17 Dec 2011 12:48:24 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/mail/cue To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20111217124824.1A6D1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Sat Dec 17 12:48:24 UTC 2011 Modified Files: pkgsrc/mail/cue: Makefile Log Message: mail/cue: Mask DragonFly; OpenSSL 1.0 support missing According to the commit on 2009-12-15, the previous version of mail/cue (20090209) was patched to support OpenSSL 1.0. However, mail/cue still uses MD2 which is not built by default by OpenSSL 1.0. The update to version 20100426 on 2011-11-27 did not improve the situation. Until mail/cue is fixed upstream or patched here to avoid using MD2, it is being marked NOT-FOR-DRAGONFLY. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/mail/cue/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.