diff options
author | cjep <cjep> | 2003-04-20 20:58:12 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-20 20:58:12 +0000 |
commit | 68d817e77baaee5186b2372accbc174fa1a43670 (patch) | |
tree | 317f21a1355a8fe1efc5b22dce1a71e30023c360 | |
parent | 5b486c861325078ced627a90b4528d04087283f7 (diff) | |
download | pkgsrc-68d817e77baaee5186b2372accbc174fa1a43670.tar.gz |
Update of net/ipa to version 1.3.3.
From Andrey Simonenko in PR#21224.
Changes since 1.3.2:
- Fixed two bugs in ipa(8), which caused core dumps: if there were one or
some `\t' characters after the "rule" or "limit" keyword in ipa.conf(5),
then ipa(8) wasn't able to parse such configuration file
- File /var/ipa/## lock ## was renamed to /var/ipa/lock db, because
BSD daily script deletes files with `#' characters. All should remove
the /var/ipa/## lock ## file
- Minor improvements and changes
-rw-r--r-- | net/ipa/Makefile | 4 | ||||
-rw-r--r-- | net/ipa/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/ipa/Makefile b/net/ipa/Makefile index 2a3ed51060a..4599ee44113 100644 --- a/net/ipa/Makefile +++ b/net/ipa/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2003/03/28 11:10:28 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2003/04/20 20:58:12 cjep Exp $ -DISTNAME= ipa-1.3.2 +DISTNAME= ipa-1.3.3 CATEGORIES= net sysutils MASTER_SITES= http://ipa-system.sourceforge.net/ \ http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \ diff --git a/net/ipa/distinfo b/net/ipa/distinfo index 7081689bd5f..224df3a3b7b 100644 --- a/net/ipa/distinfo +++ b/net/ipa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2003/03/28 11:10:28 wiz Exp $ +$NetBSD: distinfo,v 1.12 2003/04/20 20:58:12 cjep Exp $ -SHA1 (ipa-1.3.2.tar.gz) = ea723c87357ef95cae0e94434fc60c691edad264 -Size (ipa-1.3.2.tar.gz) = 135550 bytes +SHA1 (ipa-1.3.3.tar.gz) = 47e9a1537a47dbb5fea499d8d181151619ff66b9 +Size (ipa-1.3.3.tar.gz) = 135328 bytes SHA1 (patch-aa) = bed495cd58e2c9d2414fe4e94f8f3613b988be64 SHA1 (patch-ab) = edce3d9d03ee7456c440ce4179e1e8c39bb516f2 |