View | Details | Raw Unified | Return to bug 58916
Collapse All | Expand All

(-)doscan/Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	doscan
8
PORTNAME=	doscan
9
PORTVERSION=	0.1.6
9
PORTVERSION=	0.2.3
10
CATEGORIES=	security net
10
CATEGORIES=	security net
11
MASTER_SITES=	http://static.enyo.de/fw/releases/doscan/
11
MASTER_SITES=	http://static.enyo.de/fw/releases/doscan/
12
12
Lines 17-22 Link Here
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_GCC=	3.3
20
DOC_FILES=	README
21
DOC_FILES=	README
21
MAN1=		doscan.1
22
MAN1=		doscan.1
22
23
(-)doscan/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (doscan-0.1.6.tar.gz) = e915c705c69e76d30f65333ea39625b1
1
MD5 (doscan-0.2.3.tar.gz) = 7774a590a3f96bc14a28230d50f3aa35
(-)doscan/files/patch-src::results.cc (+11 lines)
Line 0 Link Here
1
--- src/results.cc.orig	Fri Oct 31 13:41:03 2003
2
+++ src/results.cc	Tue Nov  4 09:29:05 2003
3
@@ -392,7 +392,7 @@
4
 #ifdef GETHOSTBYADDR_ACCEPTS_CHAR
5
   he = gethostbyaddr (reinterpret_cast<char*>(&in), sizeof (in), AF_INET);
6
 #else
7
-#error Type of first argument to gethostbyaddr() is not known.
8
+  he = gethostbyaddr ((const char*)(&in), sizeof (in), AF_INET);
9
 #endif
10
 #endif
11
 
(-)doscan/files/patch-src::subnets.c (-10 lines)
Lines 1-10 Link Here
1
--- src/subnets.c.orig	Wed Sep 24 13:28:27 2003
2
+++ src/subnets.c	Wed Sep 24 13:29:59 2003
3
@@ -37,7 +37,6 @@
4
 
5
 #include <stdio.h>
6
 #include <stdlib.h>
7
-#include <malloc.h>
8
 
9
 static ipv4_prefix_t *subnets = 0;
10
 /* list of subnets, terminated by the 0/0 prefix */

Return to bug 58916