ports/142966: [PATCH] security/logcheck: fix runtime error of 1.2.69

Yasuhiro KIMURA yasu at utahime.org
Tue Jan 19 12:40:05 UTC 2010


>Number:         142966
>Category:       ports
>Synopsis:       [PATCH] security/logcheck: fix runtime error of 1.2.69
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 19 12:40:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD xxxx 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Sat Jan 16 06:19:59 JST 2010 xxxx i386


	
>Description:
	Fix runtime error after update to 1.2.69.

	
>How-To-Repeat:
	
>Fix:
	Apply attached patch.

	

--- patch-logcheck begins here ---
Index: Makefile
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/security/logcheck/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- Makefile	18 Jan 2010 22:38:04 -0000	1.29
+++ Makefile	19 Jan 2010 12:24:35 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	logcheck
 PORTVERSION=	1.2.69
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
Index: files/extra-patch-src__logcheck.in
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/security/logcheck/files/extra-patch-src__logcheck.in,v
retrieving revision 1.2
diff -u -r1.2 extra-patch-src__logcheck.in
--- files/extra-patch-src__logcheck.in	18 Jan 2010 22:38:04 -0000	1.2
+++ files/extra-patch-src__logcheck.in	19 Jan 2010 11:41:32 -0000
@@ -41,7 +41,7 @@
 +STATEDIR="/var/db/logcheck"
 +LOGFILES_LIST="%%ETCDIR%%/logcheck.logfiles"
 +LOGFILE_FALLBACK="/var/log/messages"
-+LOGTAIL="%%PREFIX%%/sbin/logtail2
++LOGTAIL="%%PREFIX%%/sbin/logtail2"
  CAT="/bin/cat"
  SYSLOG_SUMMARY="/usr/bin/syslog-summary"
  
--- patch-logcheck ends here ---


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



More information about the freebsd-ports-bugs mailing list