diff options
author | asau <asau> | 2010-12-15 16:10:55 +0000 |
---|---|---|
committer | asau <asau> | 2010-12-15 16:10:55 +0000 |
commit | 4515524d8a4286bc085b8790795ffc33ef83498c (patch) | |
tree | d90f78ffd7759318a5566cfbb449df0039ee919e | |
parent | f8e9bfa6d9f8b4b28794733c841203ac35510507 (diff) | |
download | pkgsrc-4515524d8a4286bc085b8790795ffc33ef83498c.tar.gz |
Update sysutils/ipa to version 2.0.8
Requested by package maintainer in PR pkg/44234
Changes in ipa-2.0.8:
* autoconf 2.62 -> 2.68, automake 1.10.1 -> 1.11.1.
* Time events in ipa.conf for +h, +D and +W could be incorrectly
scheduled (plus one extra hour for +h and plus one extra day for
+D and +W), corrected.
* If threshold's tm_from time and tm_updated time are equal and
their month day is the last day in a month, then ipa incorrectly
calculated previous threshold_time_width value during threshold's
initialization.
-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 06fca0f3a44..4b4d325443f 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2010/03/11 21:40:46 gls Exp $ +# $NetBSD: Makefile,v 1.11 2010/12/15 16:10:55 asau Exp $ # -DISTNAME= ipa-2.0.7 +DISTNAME= ipa-2.0.8 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipa-system/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index 0a1f5a241d9..d5f99cacfdf 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2010/03/10 21:16:55 gls Exp $ +$NetBSD: distinfo,v 1.8 2010/12/15 16:10:55 asau Exp $ -SHA1 (ipa-2.0.7.tar.bz2) = 8fb12d967234b78e57cc5fec24164df44b65adf1 -RMD160 (ipa-2.0.7.tar.bz2) = 2c1579ee6bd8a7166f46e2092d1ee65feef6091c -Size (ipa-2.0.7.tar.bz2) = 292861 bytes +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 |