diff options
author | jschauma <jschauma@pkgsrc.org> | 2007-07-24 17:23:34 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2007-07-24 17:23:34 +0000 |
commit | 694fd8ebe12c18c49349f5159fc8aaa5908790c1 (patch) | |
tree | 83c81046685933758577e7612efa0ac1def39390 /net/ipcalc/Makefile | |
parent | 6b6e733b27113f51976c4273793f2bcd8bc3c4d1 (diff) | |
download | pkgsrc-694fd8ebe12c18c49349f5159fc8aaa5908790c1.tar.gz |
update to 0.41:
A cross site scripting vulnerabilty was found in the ipcalc CGI wrapper
script. (Note: This is not the ipcalc script itself, it is only used
when ipcalc is run via a web interface).
This script was included in the tar archives of ipcalc 0.39 and 0.40.
ok zuntum@
Diffstat (limited to 'net/ipcalc/Makefile')
-rw-r--r-- | net/ipcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipcalc/Makefile b/net/ipcalc/Makefile index 245039d45d9..4838d278c69 100644 --- a/net/ipcalc/Makefile +++ b/net/ipcalc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2006/10/04 21:53:16 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/07/24 17:23:34 jschauma Exp $ -DISTNAME= ipcalc-0.40 +DISTNAME= ipcalc-0.41 CATEGORIES= net MASTER_SITES= http://jodies.de/ipcalc-archive/ |