Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 76E4B63C498 for ; Tue, 3 May 2011 14:24:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4DDC914A136; Tue, 3 May 2011 14:24:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E695B14A134 for ; Tue, 3 May 2011 14:23:57 +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 LaTqE8nkwM84 for ; Tue, 3 May 2011 14:23:57 +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 6679214A12E for ; Tue, 3 May 2011 14:23:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4E84A175DD; Tue, 3 May 2011 14:23:57 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 3 May 2011 14:23:57 +0000 From: "Alistair G. Crooks" Subject: CVS commit: pkgsrc/security/liboauth To: pkgsrc-changes@NetBSD.org Reply-To: agc@netbsd.org X-Mailer: log_accum Message-Id: <20110503142357.4E84A175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: agc Date: Tue May 3 14:23:57 UTC 2011 Modified Files: pkgsrc/security/liboauth: Makefile distinfo Log Message: Update liboauth from 0.8.9 to 0.9.4. Changes since previous version: version 0.9.4 - fixed possible memory corrution in oauth_curl_get thanks to Bruce Rosen for reporting this issue version 0.9.3 - yet more build-system fixes: - allow to override HASH_LIBS and CURL_LIBS using envoronment variables - include them in .pc and tests/Makefile.am version 0.9.2 - fixed typo in build-system (LDFLAGS, -Wl,--as-needed detection) version 0.9.1 - fixed typo in API: oauth_time_indepenent_equals[_n] is now deprecated in favor of oauth_time_independent_equals[_n] - added check for 'Wl,--as-needed' linker flag. version 0.9.0 - fixed typo in pkg-config file. With thanks to Brad Harder for the nudge. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/liboauth/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/liboauth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.