From negative@develbox.bhc.or.id  Sun Mar 30 20:19:11 2003
Return-Path: <negative@develbox.bhc.or.id>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9C8B937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Mar 2003 20:19:11 -0800 (PST)
Received: from develbox.bhc.or.id (develbox.bhc.or.id [202.77.97.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BFC5043FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Mar 2003 20:19:09 -0800 (PST)
	(envelope-from negative@develbox.bhc.or.id)
Received: by develbox.bhc.or.id (Postfix, from userid 1027)
	id 625B848E; Mon, 31 Mar 2003 11:09:57 +0700 (WIT)
Message-Id: <20030331040957.625B848E@develbox.bhc.or.id>
Date: Mon, 31 Mar 2003 11:09:57 +0700 (WIT)
From: Jim Geovedi <jim@corebsd.or.id>
Reply-To: Jim Geovedi <jim@corebsd.or.id>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: security/fwlogwatch update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50468
>Category:       ports
>Synopsis:       security/fwlogwatch update
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 30 20:20:08 PST 2003
>Closed-Date:    Sun Mar 30 20:57:24 PST 2003
>Last-Modified:  Sun Mar 30 20:57:24 PST 2003
>Originator:     Jim Geovedi
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Barudak Nugelo
>Environment:
System: FreeBSD develbox.bhc.or.id 4.7-STABLE FreeBSD 4.7-STABLE #2: Sat Jan 25 07:10:58 WIT 2003 zen@develbox.bhc.or.id:/usr/src/sys/compile/BHC i386


	
>Description:
	
Distfile for fwlogwatch-0.9 is no longer exist in MASTER_SITES.
http://people.freebsd.org/~fenner/portsurvey/security.html#fwlogwatch

>How-To-Repeat:
	
>Fix:

	

ChangeLog to version fwlogwatch 0.9.1:
  - Added multiple input file support
  - Various small fixes 

--- ports_security_fwlogwatch.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	2003/02/21 13:26:43	1.11
+++ Makefile	2003/03/31 04:08:28
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	fwlogwatch
-PORTVERSION=	0.9
+PORTVERSION=	0.9.1
 CATEGORIES=	security
 MASTER_SITES=	http://www.kybs.de/boris/sw/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	2002/10/27 22:59:15	1.3
+++ distinfo	2003/03/31 04:08:28
@@ -1 +1 @@
-MD5 (fwlogwatch-0.9.tar.bz2) = b58bfa714f10995a0012df87a6ae7fc9
+MD5 (fwlogwatch-0.9.1.tar.bz2) = 5dce87b8317df889fc21d2cf988434ca
Index: files/patch-Makefile
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/files/patch-Makefile,v
retrieving revision 1.5
diff -u -r1.5 patch-Makefile
--- files/patch-Makefile	2002/10/27 22:59:15	1.5
+++ files/patch-Makefile	2003/03/31 04:08:43
@@ -1,15 +1,15 @@
---- Makefile.orig	Sun Aug 18 21:32:26 2002
-+++ Makefile	Fri Oct 25 03:16:30 2002
+--- Makefile.orig	Thu Oct  3 23:07:30 2002
++++ Makefile	Mon Mar 31 10:37:53 2003
 @@ -1,10 +1,10 @@
- # $Id: Makefile,v 1.66 2002/08/18 12:32:26 bw Exp $
+ # $Id: Makefile,v 1.67 2002/10/03 16:07:30 bw Exp $
  
  # Linux
 -CC = gcc
--CFLAGS = -DHAVE_ZLIB -DHAVE_GETTEXT -DHAVE_IPV6 -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
+-CFLAGS = -DHAVE_ZLIB -DHAVE_GETTEXT -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
 -LDFLAGS = #-g #-static -p
 -LIBS = -lcrypt -lz #-lc_p
 +#CC = gcc
-+#CFLAGS = -DHAVE_ZLIB -DHAVE_GETTEXT -DHAVE_IPV6 -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
++#CFLAGS = -DHAVE_ZLIB -DHAVE_GETTEXT -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
 +#LDFLAGS = #-g #-static -p
 +#LIBS = -lcrypt -lz #-lc_p
  
Index: files/patch-main.h
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/files/patch-main.h,v
retrieving revision 1.1
diff -u -r1.1 patch-main.h
--- files/patch-main.h	2002/10/27 22:59:15	1.1
+++ files/patch-main.h	2003/03/31 04:08:44
@@ -1,5 +1,5 @@
---- main.h.orig	Wed Aug 21 04:53:51 2002
-+++ main.h	Fri Oct 25 03:09:26 2002
+--- main.h.orig	Sun Mar 23 02:41:37 2003
++++ main.h	Mon Mar 31 10:37:08 2003
 @@ -9,9 +9,15 @@
  
  /* Paths */
@@ -15,3 +15,4 @@
 +#endif
  
  /* i18n */
+ 
--- ports_security_fwlogwatch.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Sun Mar 30 20:57:07 PST 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50468 
>Unformatted:
