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 | 14c9465d2e72c348f62eb4296566e8ed481834b9 (patch) | |
tree | 83c81046685933758577e7612efa0ac1def39390 /net/ipcalc/Makefile | |
parent | 1f576db624fd529db4f326811ece7b1659fe1c2f (diff) | |
download | pkgsrc-14c9465d2e72c348f62eb4296566e8ed481834b9.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/ |