Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6DAD463B9E6 for ; Wed, 10 Jun 2009 06:40:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C4E0F63B10D; Wed, 10 Jun 2009 06:40:12 +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 CCF6F63B102 for ; Wed, 10 Jun 2009 06:40:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BAFFF175D0; Wed, 10 Jun 2009 06:40:11 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 10 Jun 2009 06:40:11 +0000 From: Min Sik Kim Subject: CVS commit: pkgsrc/devel/eet To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20090610064011.BAFFF175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: minskim Date: Wed Jun 10 06:40:11 UTC 2009 Modified Files: pkgsrc/devel/eet: Makefile buildlink3.mk distinfo pkgsrc/devel/eet/patches: patch-aa Log Message: Update eet to 1.2.0. Changes: * Make use of eina. * Fix string in list and hash. * Fix array in eet_data. * Add crypto support to eet with OpenSSL. * Add GNUtls support to eet. * Make password callback work with GNUtls. * Add a function to retrieve raw signature. * Fix a corrupted pointer use in eet_cipher.c * Add some missing __UNUSED__ flags. * Fix problem reported by llvm * Add sha1 retrieval for an Eet_File. * Force fsync() after data is written to file, solve ext4 issues. * Disable fsync. Edit the code if you need it. * Make eet_data thread safe. * Fix eet pkg-config dependencies. * Fix double init of gcry. * Release eet 1.2.0 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/eet/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/eet/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/eet/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/eet/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.