From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 27 05:40:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4080337B401 for ; Fri, 27 Jun 2003 05:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED7C343FEC for ; Fri, 27 Jun 2003 05:40:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5RCeEUp059647 for ; Fri, 27 Jun 2003 05:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5RCeECM059646; Fri, 27 Jun 2003 05:40:14 -0700 (PDT) Resent-Date: Fri, 27 Jun 2003 05:40:14 -0700 (PDT) Resent-Message-Id: <200306271240.h5RCeECM059646@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFCDF37B41F for ; Fri, 27 Jun 2003 05:33:11 -0700 (PDT) Received: from krusty.dt.e-technik.uni-dortmund.de (mail.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E65643FEC for ; Fri, 27 Jun 2003 05:33:10 -0700 (PDT) (envelope-from matthias.andree@gmx.de) Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])00FF1A381D for ; Fri, 27 Jun 2003 14:33:09 +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 3D1077E61C; Fri, 27 Jun 2003 14:33:07 +0200 (CEST) Received: from emma by libertas.emma.line.org with local (Exim 3.36 #1) id 19VsPa-000Anm-00; Fri, 27 Jun 2003 14:33:06 +0200 Message-Id: Date: Fri, 27 Jun 2003 14:33:06 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53838: critical maintainer update port: news/leafnode X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthias Andree List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 12:40:16 -0000 >Number: 53838 >Category: ports >Synopsis: critical maintainer update port: news/leafnode >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 27 05:40:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 4.8-STABLE FreeBSD 4.8-STABLE #39: Fri Jun 27 02:04:03 CEST 2003 toor@libertas.emma.line.org:/usr/src/sys/compile/LIBERTAS i386 >Description: This patch updates leafnode to the new 1.9.42 upstream release. ### BUGFIXES - Check lastreply() against NULL, in an effort to fix obscure sporadic and non-reproducable crashes on OpenBSD sparc64. (Reported by Bruno Rohee) - Fix bogus "Cannot open .../interesting.group/group.name for reading" when a group subscription has expired. (Reported by Andreas Muck) - Fix hang when trying to download an article that lacked mandatory headers. (Very old bug, recently found by Joshua Crawford) ### CHANGES - The ChangeLog file has been split, older parts (leafnode 1.9.31.rel and before) have moved to the "new" ChangeLog.old file. >How-To-Repeat: >Fix: diff -Nur /usr/ports/news/leafnode/Makefile /root/leafnode/Makefile --- /usr/ports/news/leafnode/Makefile Thu May 22 12:06:49 2003 +++ /root/leafnode/Makefile Fri Jun 27 14:29:49 2003 @@ -6,11 +6,10 @@ # PORTNAME= leafnode -PORTVERSION= 1.9.41 +PORTVERSION= 1.9.42 CATEGORIES= news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge/} \ http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \ - ftp://wpxx02.toxi.uni-wuerzburg.de/pub/ \ ${MASTER_SITE_SUNSITE:S/$/:sunsite/} MASTER_SITE_SUBDIR= ${PORTNAME}/:sourceforge \ ./:DEFAULT \ @@ -54,7 +53,7 @@ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} for i in ChangeLog COPYING CREDITS FAQ.txt FAQ.pdf FAQ.html \ - INSTALL NEWS README \ + INSTALL NEWS README ChangeLog.old \ README-FQDN README-FQDN.html README-daemontools \ README.FIRST TODO leafnode.cron.daily ; do \ ${INSTALL_MAN} ${WRKSRC}/$$i ${DOCSDIR} ; \ diff -Nur /usr/ports/news/leafnode/distinfo /root/leafnode/distinfo --- /usr/ports/news/leafnode/distinfo Thu May 22 12:06:49 2003 +++ /root/leafnode/distinfo Fri Jun 27 14:22:03 2003 @@ -1 +1 @@ -MD5 (leafnode-1.9.41.rel.tar.bz2) = 51d6585c5a7b9661741a18b28d36de87 +MD5 (leafnode-1.9.42.rel.tar.bz2) = eb71880fe6e47922218397046bf74540 diff -Nur /usr/ports/news/leafnode/pkg-plist /root/leafnode/pkg-plist --- /usr/ports/news/leafnode/pkg-plist Fri Feb 28 17:29:03 2003 +++ /root/leafnode/pkg-plist Fri Jun 27 14:29:56 2003 @@ -16,6 +16,7 @@ sbin/setup-daemontools.sh sbin/quickmkdir share/doc/leafnode/ChangeLog +share/doc/leafnode/ChangeLog.old share/doc/leafnode/COPYING share/doc/leafnode/CREDITS share/doc/leafnode/FAQ.txt >Release-Note: >Audit-Trail: >Unformatted: