diff options
author | obache <obache@pkgsrc.org> | 2011-01-11 11:47:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-11 11:47:02 +0000 |
commit | 81e474813f2357d5cee1497e8decebb9710caf52 (patch) | |
tree | 66003a2150c10290ccdd6355c99db8bde8cc1555 /sysutils/ipa | |
parent | 36ee8ca5c86e43725f0f1ca9f5d5d6339018e4b4 (diff) | |
download | pkgsrc-81e474813f2357d5cee1497e8decebb9710caf52.tar.gz |
Update ipa to 2.0.9.
Maintainer update request via PR#44300.
Changes:
* Check that a module defined db_deinit_rule(), st_init_rule(),
st_deinit_rule(), st_init_limit(), st_deinit_limit(),
st_init_threshold() and st_deinit_deinit_threshold() before
calling these functions.
* Corrected one race condition: ipa could forget about a SIGCHLD
signal and as a result it did not call waitpid(2) for exited child
process and could perform polling in select(2).
* "ipa -t" did not show "debug_exec" parameter for "autorule" section,
corrected.
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 4b4d325443f..97f727acf80 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2010/12/15 16:10:55 asau Exp $ +# $NetBSD: Makefile,v 1.12 2011/01/11 11:47:02 obache Exp $ # -DISTNAME= ipa-2.0.8 +DISTNAME= ipa-2.0.9 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipa-system/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index d5f99cacfdf..765da9fe301 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/12/15 16:10:55 asau Exp $ +$NetBSD: distinfo,v 1.9 2011/01/11 11:47:02 obache Exp $ -SHA1 (ipa-2.0.8.tar.bz2) = ad6782568ffcb3118c00d87327199320f0c1822a -RMD160 (ipa-2.0.8.tar.bz2) = 1b61221a3830f8c7df63132b19a64dbff8661cd9 -Size (ipa-2.0.8.tar.bz2) = 298517 bytes +SHA1 (ipa-2.0.9.tar.bz2) = 2a39b8d18253d4ca45db609b4f75643b1e08c1aa +RMD160 (ipa-2.0.9.tar.bz2) = 7d9ee1b27b24284b68f6d4962104fc4b1b94904c +Size (ipa-2.0.9.tar.bz2) = 298851 bytes |