Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id D2F3D63DCB2 for ; Thu, 22 Nov 2012 00:29:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9E69814A149; Thu, 22 Nov 2012 00:29:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 913AD14A145 for ; Thu, 22 Nov 2012 00:29:27 +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 3TKjcHAkWqOP for ; Thu, 22 Nov 2012 00:29:27 +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 0360514A142 for ; Thu, 22 Nov 2012 00:29:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 99C90175DD; Thu, 22 Nov 2012 00:31:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 22 Nov 2012 00:31:04 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/security/pkcs11-helper To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20121122003104.99C90175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gdt Date: Thu Nov 22 00:31:04 UTC 2012 Modified Files: pkgsrc/security/pkcs11-helper: Makefile distinfo Log Message: Update to 1.10. Change MASTER_SITE, and therefore fetch with curl. Specify C99, after guessing that from warnings. Enable extra warnings (reported upstream). 2012-02-29 - Version 1.10 * PolarSSL crypto engine by Adriaan de Jong * build: --disable-crypto-engine-win32 renamed to --disable-crypto-engine-cryptoapi * api: PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_WIN32 renamed to PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_CRYPTOAPI. * api: PKCS11H_ENGINE_CRYPTO_WIN32 renamed to PKCS11H_ENGINE_CRYPTO_CRYPTOAPI 2011-08-16 - Version 1.09 * Do not retry if CKR_BUFFER_TOO_SMALL and none NULL target. * Fixup OpenSSL engine's rsa_priv_enc to use RSA size output buffer. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/pkcs11-helper/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/pkcs11-helper/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.