From matthias.andree@web.de  Tue Sep 24 16:11:50 2002
Return-Path: <matthias.andree@web.de>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 67CAD37B401; Tue, 24 Sep 2002 16:11:50 -0700 (PDT)
Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 74F9C43E77; Tue, 24 Sep 2002 16:11:49 -0700 (PDT)
	(envelope-from matthias.andree@web.de)
Received: from m2a2.myip.org (localhost [127.0.0.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP
	id 49F15A3831; Wed, 25 Sep 2002 01:11:47 +0200 (CEST)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP
	id 62EEBB7C4; Wed, 25 Sep 2002 01:11:43 +0200 (CEST)
Received: from libertas.emma.line.org (localhost [127.0.0.1])
	by libertas.emma.line.org (8.12.6/8.12.6) with ESMTP id g8ONBgho053216;
	Wed, 25 Sep 2002 01:11:42 +0200 (CEST)
	(envelope-from emma@libertas.emma.line.org)
Received: (from emma@localhost)
	by libertas.emma.line.org (8.12.6/8.12.6/Submit) id g8ONBeus053215;
	Wed, 25 Sep 2002 01:11:40 +0200 (CEST)
Message-Id: <200209242311.g8ONBeus053215@libertas.emma.line.org>
Date: Wed, 25 Sep 2002 01:11:40 +0200 (CEST)
From: Matthias Andree <matthias.andree@web.de>
Reply-To: Matthias Andree <matthias.andree@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: brian@freebsd.org
Subject: update port: news/leafnode -> 1.9.27 (critical) 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43346
>Category:       ports
>Synopsis:       update port: news/leafnode -> 1.9.27 (critical)
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    brian
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 24 16:20:01 PDT 2002
>Closed-Date:    Wed Sep 25 00:09:23 PDT 2002
>Last-Modified:  Wed Sep 25 00:09:23 PDT 2002
>Originator:     Matthias Andree
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #1: Sat Sep 14 04:14:33 CEST 2002 toor@libertas.emma.line.org:/usr/src/sys/compile/LIBERTAS i386


	
>Description:
This update to leafnode fixes a show-stopper bug that lets leafnode go into
an infinite loop on machines with many interfaces if a client connects.
64bit portability fixes from OpenBSD and documentation fixes are also
included.
	
>How-To-Repeat:
	
>Fix:
apply this patch:

diff -u /usr/ports/news/leafnode/Makefile /root/leafnode/Makefile
--- /usr/ports/news/leafnode/Makefile	Sat Sep 21 16:33:24 2002
+++ /root/leafnode/Makefile	Wed Sep 25 01:07:09 2002
@@ -5,7 +5,7 @@
 #
 
 PORTNAME=	leafnode
-PORTVERSION=	1.9.26
+PORTVERSION=	1.9.27
 CATEGORIES=	news
 MASTER_SITES=	http://dl.sourceforge.net/sourceforge/leafnode/ \
 		http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \
@@ -34,9 +34,10 @@
 		${INSTALL_SCRIPT} ${WRKSRC}/setup-daemontools.sh ${LOCALBASE}/sbin/
 .if !defined(NOPORTDOCS)
 		${MKDIR} ${LOCALBASE}/share/doc/${PORTNAME}
-		for i in ChangeLog COPYING CREDITS FAQ INSTALL NEWS README \
-			 README-FQDN README-FQDN.html README-daemontools README.FIRST TODO \
-			 TROUBLESHOOTING TROUBLESHOOTING.html ; do \
+		for i in ChangeLog COPYING CREDITS FAQ.txt FAQ.pdf FAQ.html \
+			 INSTALL NEWS README \
+			 README-FQDN README-FQDN.html README-daemontools \
+			 README.FIRST TODO ; do \
 		  ${INSTALL_MAN} ${WRKSRC}/$$i \
 			${LOCALBASE}/share/doc/${PORTNAME} ; done
 		${MKDIR} ${LOCALBASE}/share/doc/${PORTNAME}/doc_german
diff -u /usr/ports/news/leafnode/distinfo /root/leafnode/distinfo
--- /usr/ports/news/leafnode/distinfo	Sat Sep 21 16:33:31 2002
+++ /root/leafnode/distinfo	Wed Sep 25 00:59:20 2002
@@ -1 +1 @@
-MD5 (leafnode-1.9.26.rel.tar.bz2) = e2f671e0b1240c3d1274eb9b6de2b184
+MD5 (leafnode-1.9.27.rel.tar.bz2) = e12e23d140ba84471c75b7d024fdd9ea
Only in /root/leafnode: leafnode-1926-1927
diff -u /usr/ports/news/leafnode/pkg-plist /root/leafnode/pkg-plist
--- /usr/ports/news/leafnode/pkg-plist	Sat Sep 21 16:33:31 2002
+++ /root/leafnode/pkg-plist	Wed Sep 25 01:06:49 2002
@@ -14,7 +14,9 @@
 share/doc/leafnode/ChangeLog
 share/doc/leafnode/COPYING
 share/doc/leafnode/CREDITS
-share/doc/leafnode/FAQ
+share/doc/leafnode/FAQ.txt
+share/doc/leafnode/FAQ.html
+share/doc/leafnode/FAQ.pdf
 share/doc/leafnode/INSTALL
 share/doc/leafnode/NEWS
 share/doc/leafnode/README
@@ -23,8 +25,6 @@
 share/doc/leafnode/README-daemontools
 share/doc/leafnode/README.FIRST
 share/doc/leafnode/TODO
-share/doc/leafnode/TROUBLESHOOTING
-share/doc/leafnode/TROUBLESHOOTING.html
 share/doc/leafnode/doc_german/INSTALL_de
 share/doc/leafnode/doc_german/LIESMICH-daemontools
 share/doc/leafnode/doc_german/README
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->brian 
Responsible-Changed-By: ijliao 
Responsible-Changed-When: Tue Sep 24 21:15:56 PDT 2002 
Responsible-Changed-Why:  
over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43346 
State-Changed-From-To: open->closed 
State-Changed-By: brian 
State-Changed-When: Wed Sep 25 00:08:03 PDT 2002 
State-Changed-Why:  
Patch applied, thanks 

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