Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 207EB63D9AB for ; Wed, 23 Nov 2011 07:51:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0207514A1CA; Wed, 23 Nov 2011 07:51:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA01414A23A for ; Wed, 23 Nov 2011 07:51:55 +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 3u1KsHBrLI97 for ; Wed, 23 Nov 2011 07:51:55 +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 4731614A1CA for ; Wed, 23 Nov 2011 07:51:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F01F5175DF; Wed, 23 Nov 2011 07:51:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 23 Nov 2011 07:51:54 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/sysutils/ipa To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20111123075154.F01F5175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Wed Nov 23 07:51:54 UTC 2011 Modified Files: pkgsrc/sysutils/ipa: Makefile distinfo Log Message: Update ipa to 2.1.1. per maintainer update request by PR pkg/45630. Changes: * Corrected compilation when --with-ipa-pthread or --with-ipastat-pthread was specified. * Corrected format of tables in "ipactl memory" output. * Corrected access to free memory in ipa when dynamic rule is deleted. * Call log_stderr() and log_stdout() after ipa.conf file parsing. * Simplified and renamed confcommon.c:print_spaces(). * Corrected output of "ipa -v" and "ipa -h". To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/ipa/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/ipa/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.