Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jun 2004 21:26:10 +0400
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67611: [ maintainer ] security/scanlogd: update to 2.2.4
Message-ID:  <E1BWevq-000CiP-00.bogorodskiy-inbox-ru@mx2.mail.ru>
Resent-Message-ID: <200406051730.i55HUPmk046196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67611
>Category:       ports
>Synopsis:       [ maintainer ] security/scanlogd: update to 2.2.4
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 05 10:30:24 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #3: Mon May 31 19:34:11 MSD 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/NOV i386


>Description:
	scanlogd 2.2.4 released.

	scanlogd's author added #include <stdlib.h> requered by
	exit(3), so files/patch-scanlogd.c is not needed anymore. 
>How-To-Repeat:
>Fix:

diff -ruN scanlogd.orig/Makefile scanlogd/Makefile
--- scanlogd.orig/Makefile	Sat Jun  5 21:08:41 2004
+++ scanlogd/Makefile	Sat Jun  5 21:08:51 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scanlogd
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.4
 CATEGORIES=	security
 MASTER_SITES=	http://openwall.com/scanlogd/ \
 		ftp://ftp.openwall.com/pub/projects/scanlogd/ \
diff -ruN scanlogd.orig/distinfo scanlogd/distinfo
--- scanlogd.orig/distinfo	Sat Jun  5 21:08:41 2004
+++ scanlogd/distinfo	Sat Jun  5 21:09:02 2004
@@ -1,2 +1,2 @@
-MD5 (scanlogd-2.2.1.tar.gz) = ade2989402c34d122c2909b1ea819faa
-SIZE (scanlogd-2.2.1.tar.gz) = 8998
+MD5 (scanlogd-2.2.4.tar.gz) = 69b8e9051f5119439bfdddc13abd8315
+SIZE (scanlogd-2.2.4.tar.gz) = 10769
diff -ruN scanlogd.orig/files/patch-scanlogd.c scanlogd/files/patch-scanlogd.c
--- scanlogd.orig/files/patch-scanlogd.c	Sat Jun  5 21:08:41 2004
+++ scanlogd/files/patch-scanlogd.c	Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- scanlogd.c.orig	Mon May 10 13:32:49 2004
-+++ scanlogd.c	Mon May 10 13:33:10 2004
-@@ -11,6 +11,7 @@
- 
- #define _BSD_SOURCE
- #include <stdio.h>
-+#include <stdlib.h>
- #include <unistd.h>
- #include <signal.h>
- #include <string.h>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BWevq-000CiP-00.bogorodskiy-inbox-ru>