aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-12-18 20:10:02 +0800
committerarved <arved@FreeBSD.org>2003-12-18 20:10:02 +0800
commite08b63d13efc964027d3fd58175771b8229898c1 (patch)
treeace79826d879853f840edf134a80e83bb3903d99 /security
parentd4df619eb2eb93d2fffef0a9f7d3b7f180842003 (diff)
downloadfreebsd-ports-gnome-e08b63d13efc964027d3fd58175771b8229898c1.tar.gz
freebsd-ports-gnome-e08b63d13efc964027d3fd58175771b8229898c1.tar.zst
freebsd-ports-gnome-e08b63d13efc964027d3fd58175771b8229898c1.zip
Update to 0.2.5
PR: 59871 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
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
-