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 | |
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')
-rw-r--r-- | sysutils/ipa/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ipa/distinfo | 8 |
2 files changed, 6 insertions, 6 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 diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index 38a4747fa7c..f6b4906f4b7 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2011/02/11 11:50:02 obache Exp $ +$NetBSD: distinfo,v 1.11 2011/11/23 07:51:54 obache Exp $ -SHA1 (ipa-2.1.tar.bz2) = a33ccea305e0284cdad1215447f246685a94a32b -RMD160 (ipa-2.1.tar.bz2) = 7bb808a2a91c93d889064971353fd005dacecd60 -Size (ipa-2.1.tar.bz2) = 312653 bytes +SHA1 (ipa-2.1.1.tar.bz2) = 1a9b01e3f9e848e0cff689945e9bbc33a3184a1a +RMD160 (ipa-2.1.1.tar.bz2) = d76d9f7a417e0457f4c51a60794c940b4aab2ec0 +Size (ipa-2.1.1.tar.bz2) = 312682 bytes |