Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2002 01:11:40 +0200 (CEST)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        brian@FreeBSD.org
Subject:   ports/43346: update port: news/leafnode -> 1.9.27 (critical) 
Message-ID:  <200209242311.g8ONBeus053215@libertas.emma.line.org>

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

>Number:         43346
>Category:       ports
>Synopsis:       update port: news/leafnode -> 1.9.27 (critical)
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 24 16:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209242311.g8ONBeus053215>