diff options
author | obache <obache@pkgsrc.org> | 2011-11-23 07:51:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-23 07:51:54 +0000 |
commit | 8dd4866be3d6dfc3b36b5f735ac95016d4defaf9 (patch) | |
tree | d087769a86be8398bb6767b803f9ccf5f7a6d0aa /sysutils/ipa/Makefile | |
parent | af55bed232730d356f51cc2029b22b52afc78193 (diff) | |
download | pkgsrc-8dd4866be3d6dfc3b36b5f735ac95016d4defaf9.tar.gz |
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".
Diffstat (limited to 'sysutils/ipa/Makefile')
-rw-r--r-- | sysutils/ipa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index 8e4db596979..ce89a6a0309 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2011/02/11 11:50:02 obache Exp $ +# $NetBSD: Makefile,v 1.14 2011/11/23 07:51:54 obache Exp $ # -DISTNAME= ipa-2.1 +DISTNAME= ipa-2.1.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipa-system/} EXTRACT_SUFX= .tar.bz2 |