pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ipa Update ipa to 2.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e370379e186
branches:  trunk
changeset: 523182:8e370379e186
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Jan 03 12:31:00 2007 +0000

description:
Update ipa to 2.0.2.
Patch provided by MAINTAINER, Andrey Simonenko in PR 35323.

ipa-2.0.2       released

Changes:
    *   If a system does not have LOG_PERROR flag for syslog(3) (this
        is a non-standard flag), then "ipa -d" did not output log
        messages to stderr.

    *   Now the configure script checks vsyslog() function, which is
        not mentioned in SUSv3.

    *   Added checks for int32_t, uint32_t, int64_t and uint64_t
        to configure.

    *   autoconf 2.59 -> 2.61, automake 1.9.6 -> 1.10.

    *   Now autoheader is used for generating src/config.in.h.

    *   New options for configure: --enable-gcc-more-warns,
        --disable-gcc-warns.

    *   It was not possibly to correctly redefine SYM_PREFIX macro
        variable, added relevant description to INSTALL.

    *   If positive counter of some rule is overflowed, then
        statistics was incorrectly updated in databases.

    *   Initialization of descriptors in ipa was incorrect if
        stdin, stdout and stderr were closed.

    *   Usage of include_files parameter in ipastat.conf caused fake
        log messages about memory leak.

    *   Values in limit, expire, restart and threshold parameters
        could not be written with spaces, corrected.

    *   In the configure script --enable-FEATURE and --disable-FEATURE
        disabled FEATURE.

diffstat:

 sysutils/ipa/Makefile |  4 ++--
 sysutils/ipa/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r cf568955fa0a -r 8e370379e186 sysutils/ipa/Makefile
--- a/sysutils/ipa/Makefile     Wed Jan 03 12:10:25 2007 +0000
+++ b/sysutils/ipa/Makefile     Wed Jan 03 12:31:00 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2006/10/18 11:45:22 markd Exp $
+# $NetBSD: Makefile,v 1.2 2007/01/03 12:31:00 obache Exp $
 #
 
-DISTNAME=      ipa-2.0.1
+DISTNAME=      ipa-2.0.2
 CATEGORIES=    sysutils
 MASTER_SITES=  http://ipa-system.sourceforge.net/ \
                http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \
diff -r cf568955fa0a -r 8e370379e186 sysutils/ipa/distinfo
--- a/sysutils/ipa/distinfo     Wed Jan 03 12:10:25 2007 +0000
+++ b/sysutils/ipa/distinfo     Wed Jan 03 12:31:00 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2006/10/18 11:45:22 markd Exp $
+$NetBSD: distinfo,v 1.2 2007/01/03 12:31:00 obache Exp $
 
-SHA1 (ipa-2.0.1.tar.bz2) = 94c05df1600e309caf033895b61f797218dcd564
-RMD160 (ipa-2.0.1.tar.bz2) = b8e972e65d6b55c50f2b0566cf63f5edf181446f
-Size (ipa-2.0.1.tar.bz2) = 282407 bytes
+SHA1 (ipa-2.0.2.tar.bz2) = c7e47f9de2f277ebbbcb30cf2f77a80fadeeff3f
+RMD160 (ipa-2.0.2.tar.bz2) = dce4dc34f6ca6e23cd7fbf88029469bfe4745030
+Size (ipa-2.0.2.tar.bz2) = 292982 bytes



Home | Main Index | Thread Index | Old Index