Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 3E61C63BD8A for ; Mon, 20 Apr 2009 12:48:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 9D70263B2BB; Mon, 20 Apr 2009 12:48:50 +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 C98B963B2B2 for ; Mon, 20 Apr 2009 12:48:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A9393175D0; Mon, 20 Apr 2009 12:48:48 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 20 Apr 2009 12:48:48 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/security/libtasn1 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090420124848.A9393175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Mon Apr 20 12:48:48 UTC 2009 Modified Files: pkgsrc/security/libtasn1: Makefile PLIST distinfo Log Message: Update to 2.1: Version 2.1 (released 2009-04-17) - Fix compilation failure on platforms that can't generate empty archives, e.g., Mac OS X. Reported by David Reiser . Version 2.0 (released 2009-04-13) - Optimized tree generation. - ASN1 parser code re-generated using Bison 2.4.1. - Build with more warning flags. Many compiler warnings fixed. - Compiled with -fvisibility=hidden by default if supported. See http://gcc.gnu.org/wiki/Visibility - The libtasn1-config tool has been removed. For application developers, please stop using libtasn1-config for finding libtasn1, use proper autoconf checks or pkg-config instead. For users that need a libtasn1 that provides a libtasn1-config script (for use with older applications), use libtasn1 v1.x instead. Version 1.x is still supported. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/libtasn1/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/libtasn1/PLIST cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/libtasn1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.