diff options
author | obache <obache> | 2007-07-26 12:21:40 +0000 |
---|---|---|
committer | obache <obache> | 2007-07-26 12:21:40 +0000 |
commit | 75781f4526a82202bcb0a85079f6e960bec6d6be (patch) | |
tree | 11c3e1699b4f3df5ff3c09befe992389fdf4430b /sysutils | |
parent | 93c7b2b6ed6614ca9e8303813cca055480ef83e0 (diff) | |
download | pkgsrc-75781f4526a82202bcb0a85079f6e960bec6d6be.tar.gz |
Update ipa to 2.0.4.
Patch provided by maintainer, Andrey Simonenko in PR 36692.
Changes:
* Now IPA can be used on Cygwin (previously it only could be built).
* If SYM_PREFIX is defined, then ipa and ipastat try to lookup
symbols in modules with SYM_PREFIX, if this attempt failed,
then they try to lookup symbols without prefix.
* Use closefrom() system call if the system supports it.
* During startup ipa could unlink locked PID-file, that was
locked by another ipa process.
* WCOREDUMP macro is not mentioned in SUSv3 (#ifdef it).
Diffstat (limited to 'sysutils')
-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 66f57e6f7fa..7dacb54f68b 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2007/02/26 11:55:18 obache Exp $ +# $NetBSD: Makefile,v 1.5 2007/07/26 12:21:40 obache Exp $ # -DISTNAME= ipa-2.0.3 +DISTNAME= ipa-2.0.4 CATEGORIES= sysutils MASTER_SITES= http://ipa-system.sourceforge.net/ \ http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \ diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index d803965bfd4..52a3960e4b1 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/02/26 11:55:19 obache Exp $ +$NetBSD: distinfo,v 1.4 2007/07/26 12:21:41 obache Exp $ -SHA1 (ipa-2.0.3.tar.bz2) = c51adab94a3dc4ad3be96bb657291b36bf30ec1a -RMD160 (ipa-2.0.3.tar.bz2) = 45fa15b3a6261418bb5c8d7f362a490f1d6fdf32 -Size (ipa-2.0.3.tar.bz2) = 293788 bytes +SHA1 (ipa-2.0.4.tar.bz2) = a696eb21d53dfd334310890666e4fa804379186e +RMD160 (ipa-2.0.4.tar.bz2) = 91fea09f959dcdda2f4b1f0d90956d30862417e6 +Size (ipa-2.0.4.tar.bz2) = 291055 bytes |