diff options
author | tron <tron@pkgsrc.org> | 2003-09-22 11:27:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-22 11:27:58 +0000 |
commit | 7c041417c3279da20c586f7e90cff177ece7a228 (patch) | |
tree | dccfa2259303a5830a8dd928059518240d8af72a /net/cia | |
parent | 6c2dc91d1715be99d09e56563306310f06f3dfa9 (diff) | |
download | pkgsrc-7c041417c3279da20c586f7e90cff177ece7a228.tar.gz |
Update "cia" package to version 20030922:
- "pcap2ipstat" now supports PPPoE dumps.
- Fixes build problems with GCC 3.3.1.
Diffstat (limited to 'net/cia')
-rw-r--r-- | net/cia/Makefile | 6 | ||||
-rw-r--r-- | net/cia/distinfo | 7 | ||||
-rw-r--r-- | net/cia/patches/patch-aa | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/net/cia/Makefile b/net/cia/Makefile index b97e4edd56b..c79bb2a7de1 100644 --- a/net/cia/Makefile +++ b/net/cia/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:10:27 martti Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/22 11:27:58 tron Exp $ -DISTNAME= cia-20000716 +DISTNAME= cia-20030922 CATEGORIES= net -MASTER_SITES= http://core.de/~tron/ +MASTER_SITES= http://scheler.de/~matthias/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tron@NetBSD.org diff --git a/net/cia/distinfo b/net/cia/distinfo index cc2511e2a2c..1d12f516d5d 100644 --- a/net/cia/distinfo +++ b/net/cia/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/10/12 20:51:42 tron Exp $ +$NetBSD: distinfo,v 1.4 2003/09/22 11:27:59 tron Exp $ -SHA1 (cia-20000716.tar.bz2) = aba966ef972c384a5798533a388ea3bf6596d643 -Size (cia-20000716.tar.bz2) = 7312 bytes -SHA1 (patch-aa) = c13ddd3874a83adb94fa39b769623cb47a59ccfd +SHA1 (cia-20030922.tar.bz2) = 9d0b06c99c6943493ff47412bcb36efde67e40ca +Size (cia-20030922.tar.bz2) = 7645 bytes diff --git a/net/cia/patches/patch-aa b/net/cia/patches/patch-aa deleted file mode 100644 index c3935215443..00000000000 --- a/net/cia/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2001/10/12 20:51:42 tron Exp $ - ---- ipstat/main.c.orig Tue Jul 13 01:19:48 1999 -+++ ipstat/main.c Fri Oct 12 22:49:57 2001 -@@ -143,7 +143,7 @@ - { - (void)fprintf(stderr, - "%s: unable to open ignore dump file \"%s\".\n", -- Progname,argv[Index]); -+ Progname,IgnoreFile); - return EXIT_FAILURE; - } - |