Received: by mail.netbsd.org (Postfix, from userid 0) id 49BF263B14C; Tue, 1 Dec 2009 08:02:52 +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 D0CC263B12A for ; Tue, 1 Dec 2009 08:02:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AAD51175DD; Tue, 1 Dec 2009 08:02:50 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 1 Dec 2009 08:02:50 +0000 From: "Alistair G. Crooks" Subject: CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/perl To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091201080250.AAD51175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: agc Date: Tue Dec 1 08:02:50 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/perl: netpgp.pl Log Message: Turns out that swig and tainted don't play well together - perl has no way of knowing whether the memory will be modified. For now, the gross hack is to switch off tainting To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/netpgp/dist/bindings/perl/netpgp.pl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.