From matthias.andree@web.de  Tue Feb 18 16:33:52 2003
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 2EA1937B406
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Feb 2003 16:33:52 -0800 (PST)
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 18E3243F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Feb 2003 16:33:50 -0800 (PST)
	(envelope-from matthias.andree@web.de)
Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 2B93BA381D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Feb 2003 01:33:48 +0100 (CET)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP
	id 85142C5FD; Wed, 19 Feb 2003 01:33:46 +0100 (CET)
Received: from libertas.emma.line.org (localhost [127.0.0.1])
	by libertas.emma.line.org (8.12.7/8.12.7) with ESMTP id h1J0XjIW009452;
	Wed, 19 Feb 2003 01:33:45 +0100 (CET)
	(envelope-from emma@libertas.emma.line.org)
Received: (from emma@localhost)
	by libertas.emma.line.org (8.12.7/8.12.7/Submit) id h1J0Xi0K009451;
	Wed, 19 Feb 2003 01:33:44 +0100 (CET)
	(envelope-from emma)
Message-Id: <200302190033.h1J0Xi0K009451@libertas.emma.line.org>
Date: Wed, 19 Feb 2003 01:33:44 +0100 (CET)
From: Matthias Andree <matthias.andree@web.de>
Reply-To: Matthias Andree <matthias.andree@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintainer update: news/leafnode -> 1.9.34 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48445
>Category:       ports
>Synopsis:       maintainer update: news/leafnode -> 1.9.34
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 18 16:40:07 PST 2003
>Closed-Date:    Tue Feb 18 17:21:18 PST 2003
>Last-Modified:  Tue Feb 18 17:21:18 PST 2003
>Originator:     Matthias Andree
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.7-STABLE FreeBSD 4.7-STABLE #9: Sat Feb 15 16:17:52 CET 2003 toor@libertas.emma.line.org:/usr/obj/usr/src/sys/LIBERTAS i386


	
>Description:
This patch updates the leafnode port to the upstream 1.9.34 version that
incorporates the 1.9.33_1 portability patch (time_t) and improves operation
from cron.
	
>How-To-Repeat:
	
>Fix:

Patch-aa is no longer needed. Apply this patch.

diff -Nur /usr/ports/news/leafnode/Makefile /root/leafnode/Makefile
--- /usr/ports/news/leafnode/Makefile	Sat Feb 15 03:10:39 2003
+++ /root/leafnode/Makefile	Wed Feb 19 01:10:13 2003
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	leafnode
-PORTVERSION=	1.9.33
-PORTREVISION=	1
+PORTVERSION=	1.9.34
+PORTREVISION=	0
 CATEGORIES=	news ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge/} \
 		http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \
diff -Nur /usr/ports/news/leafnode/distinfo /root/leafnode/distinfo
--- /usr/ports/news/leafnode/distinfo	Wed Feb 12 22:40:25 2003
+++ /root/leafnode/distinfo	Wed Feb 19 01:20:24 2003
@@ -1 +1 @@
-MD5 (leafnode-1.9.33.rel.tar.bz2) = f55ac1bce56c57f994b67bddd85c2a09
+MD5 (leafnode-1.9.34.rel.tar.bz2) = dd312950e6ccb20e41bc4a23f1cd4b88
diff -Nur /usr/ports/news/leafnode/files/patch-aa /root/leafnode/files/patch-aa
--- /usr/ports/news/leafnode/files/patch-aa	Thu Feb 13 00:08:49 2003
+++ /root/leafnode/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,36 +0,0 @@
-
-$FreeBSD: ports/news/leafnode/files/patch-aa,v 1.3 2003/02/12 23:08:49 naddy Exp $
-
---- fetchnews_check_date.c.orig	Wed Feb 12 23:55:16 2003
-+++ fetchnews_check_date.c	Wed Feb 12 23:58:46 2003
-@@ -22,12 +22,20 @@
-     if (reply != 111) {
- 	/* upstream does not support the DATE command, so ignore */
- 	if (debugmode) {
--	    syslog(LOG_DEBUG, "check_date: %s does not support DATE, "
-+	    syslog(LOG_DEBUG, "check_date: %s: does not support DATE, "
- 		    "reply %d, expected 111", servername, reply);
- 	}
- 	return;
-     }
- 
-+    if (lastline == NULL) {
-+	if (debugmode) {
-+	    syslog(LOG_DEBUG, "check_date: %s: cannot parse lastline (NULL)",
-+		    servername);
-+	}
-+	return;
-+    }
-+
-     /* upstream supports the DATE command */
-     if (sscanf(lastline, "%*d %4d%2d%2d%2d%2d%2d",
- 		&tm.tm_year, &tm.tm_mon, &tm.tm_mday,
-@@ -61,7 +69,7 @@
-     } else {
- 	if (debugmode) {
- 	syslog(LOG_DEBUG, "check_date: %s: server time %ld, our time %ld",
--		servername, t, to);
-+		servername, (long)t, (long)to);
- 	}
-     }
- }
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Tue Feb 18 17:21:17 PST 2003 
State-Changed-Why:  
Committed, thanks. 

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