pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44300: Update sysutils/ipa to 2.0.9 version



>Number:         44300
>Category:       pkg
>Synopsis:       Update sysutils/ipa to 2.0.9 version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 31 09:30:01 +0000 2010
>Originator:     Andrey Simonenko
>Release:        NetBSD 5.0.2
>Organization:
>Environment:
>Description:

Please update sysutils/ipa to 2.0.9 version.

Changes in this version:

    *   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.

>How-To-Repeat:
>Fix:
diff -ruN ipa.orig/Makefile ipa/Makefile
--- ipa.orig/Makefile   2010-12-31 11:21:57.000000000 +0000
+++ ipa/Makefile        2010-12-31 11:22:13.000000000 +0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.11 2010/12/15 16:10:55 asau 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 -ruN ipa.orig/distinfo ipa/distinfo
--- ipa.orig/distinfo   2010-12-31 11:21:57.000000000 +0000
+++ ipa/distinfo        2010-12-31 11:22:19.000000000 +0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.8 2010/12/15 16:10:55 asau 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



Home | Main Index | Thread Index | Old Index