aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-12-18 12:10:02 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-12-18 12:10:02 +0000
commit753126c8ec13804dfd983ee4bcb865c2f10aee32 (patch)
tree8696f2bf7f02519bc5f4c0b90888397f489eeea2 /security
parent2f6e94fd243ec8303181edebd1e355282bdac5b2 (diff)
downloadports-753126c8ec13804dfd983ee4bcb865c2f10aee32.tar.gz
ports-753126c8ec13804dfd983ee4bcb865c2f10aee32.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/doscan/Makefile2
-rw-r--r--security/doscan/distinfo2
-rw-r--r--security/doscan/files/patch-src::results.cc11
3 files changed, 2 insertions, 13 deletions
diff --git a/security/doscan/Makefile b/security/doscan/Makefile
index c1e9eec24e69..e56273f03b00 100644
--- a/security/doscan/Makefile
+++ b/security/doscan/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= doscan
-PORTVERSION= 0.2.3
+PORTVERSION= 0.2.5
CATEGORIES= security net
MASTER_SITES= http://static.enyo.de/fw/releases/doscan/
diff --git a/security/doscan/distinfo b/security/doscan/distinfo
index e969e4c250c9..5a6e6930b9e8 100644
--- a/security/doscan/distinfo
+++ b/security/doscan/distinfo
@@ -1 +1 @@
-MD5 (doscan-0.2.3.tar.gz) = 7774a590a3f96bc14a28230d50f3aa35
+MD5 (doscan-0.2.5.tar.gz) = 57fcb9d260c8cea003ed484b3fe7bd70
diff --git a/security/doscan/files/patch-src::results.cc b/security/doscan/files/patch-src::results.cc
deleted file mode 100644
index fb965a5efa19..000000000000
--- a/security/doscan/files/patch-src::results.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/results.cc.orig Fri Oct 31 13:41:03 2003
-+++ src/results.cc Tue Nov 4 09:29:05 2003
-@@ -392,7 +392,7 @@
- #ifdef GETHOSTBYADDR_ACCEPTS_CHAR
- he = gethostbyaddr (reinterpret_cast<char*>(&in), sizeof (in), AF_INET);
- #else
--#error Type of first argument to gethostbyaddr() is not known.
-+ he = gethostbyaddr ((const char*)(&in), sizeof (in), AF_INET);
- #endif
- #endif
-