diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-28 11:10:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-28 11:10:28 +0000 |
commit | 1f1f02530576701ab3fff89eed8a19ef65b3eea7 (patch) | |
tree | 498eb7fba2b64f1ea45318b3f11e5d753296d409 | |
parent | fed1fe1695b4d6eb12a46ce59ec6b184a96e0af8 (diff) | |
download | pkgsrc-1f1f02530576701ab3fff89eed8a19ef65b3eea7.tar.gz |
Maintainer update to 1.3.2:
- Some bugs in IP Filter support code were found and fixed, whole code,
which works with IP Filter, was rewritten and now has a new design,
which is much simpler for supporting and faster than previous one
- Fixed bug with the global "shutdown" section: when ipa(8) receives
the HUP signal, it destroyed information about commands in the global
"shutdown" section
- Some bugs with memory usage were fixed: ipa(8) and ipastat(8) could
free(3) not allocated chunks of memory
- Fixed several minor bugs in IPv4/v6 Firewall and Packet Filter
support code
-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 30b8e753c00..2a3ed51060a 100644 --- a/net/ipa/Makefile +++ b/net/ipa/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2003/03/05 07:11:41 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/28 11:10:28 wiz Exp $ -DISTNAME= ipa-1.3.1 +DISTNAME= ipa-1.3.2 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 31ba23c9e5b..7081689bd5f 100644 --- a/net/ipa/distinfo +++ b/net/ipa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2003/03/05 07:11:41 wiz Exp $ +$NetBSD: distinfo,v 1.11 2003/03/28 11:10:28 wiz Exp $ -SHA1 (ipa-1.3.1.tar.gz) = 3226a89c8dee0d630fb108e29a4367559aa44c76 -Size (ipa-1.3.1.tar.gz) = 134042 bytes +SHA1 (ipa-1.3.2.tar.gz) = ea723c87357ef95cae0e94434fc60c691edad264 +Size (ipa-1.3.2.tar.gz) = 135550 bytes SHA1 (patch-aa) = bed495cd58e2c9d2414fe4e94f8f3613b988be64 SHA1 (patch-ab) = edce3d9d03ee7456c440ce4179e1e8c39bb516f2 |