ports/59871: Maintainer update: security/doscan to version 0.2.5

Janos Mohacsi mohacsi at niif.hu
Mon Dec 1 17:20:22 UTC 2003


>Number:         59871
>Category:       ports
>Synopsis:       Maintainer update: security/doscan to version 0.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 01 09:20:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
NIIF
>Environment:
System: FreeBSD csoki.ki.iif.hu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Fri Sep 26 15:10:00 CEST 2003 root at csoki.ki.iif.hu:/usr/obj/usr/src/sys/CSOKI i386

>Description:
	Maintainer update: to security/doscan to version 0.2.5
	original package changes:
	- ident checking
	- open http proxy checking
	- FreeBSD compilation problem fixed

	port changes:
	- remove patches that was necessary earlier

	I hope that ia64 compilation problem will be resolved before 5.2 release.
>How-To-Repeat:
	Apply this diff.
>Fix:

diff -ruN doscan.bak/Makefile doscan/Makefile
--- doscan.bak/Makefile	Tue Nov  4 11:35:17 2003
+++ doscan/Makefile	Mon Dec  1 18:01:32 2003
@@ -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 -ruN doscan.bak/distinfo doscan/distinfo
--- doscan.bak/distinfo	Tue Nov  4 11:35:17 2003
+++ doscan/distinfo	Mon Dec  1 18:02:18 2003
@@ -1 +1 @@
-MD5 (doscan-0.2.3.tar.gz) = 7774a590a3f96bc14a28230d50f3aa35
+MD5 (doscan-0.2.5.tar.gz) = 57fcb9d260c8cea003ed484b3fe7bd70
diff -ruN doscan.bak/files/patch-src::results.cc doscan/files/patch-src::results.cc
--- doscan.bak/files/patch-src::results.cc	Tue Nov  4 11:35:17 2003
+++ doscan/files/patch-src::results.cc	Thu Jan  1 01:00:00 1970
@@ -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
- 

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list