From matthias.andree@gmx.de  Wed May  5 09:39:33 2004
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 70A5C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 May 2004 09:39:33 -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 7EE6143D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 May 2004 09:39:32 -0700 (PDT)
	(envelope-from matthias.andree@gmx.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 9A6442AEE6
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 May 2004 18:39:31 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id 6C128BB0A2;
	Wed,  5 May 2004 18:39:29 +0200 (CEST)
Received: from merlin.emma.line.org ([127.0.0.1])
 by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 14864-04-7; Wed,  5 May 2004 18:39:27 +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 DBA97BB09F;
	Wed,  5 May 2004 18:39:27 +0200 (CEST)
Received: from emma by libertas.emma.line.org with local (Exim 4.32; FreeBSD)
	id 1BLPQc-0001s7-P2; Wed, 05 May 2004 18:39:26 +0200
Message-Id: <E1BLPQc-0001s7-P2@libertas.emma.line.org>
Date: Wed, 05 May 2004 18:39:26 +0200
From: Matthias Andree <matthias.andree@gmx.de>
Sender: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] news/leafnode: update to 1.9.53
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66286
>Category:       ports
>Synopsis:       [MAINTAINER] news/leafnode: update to 1.9.53
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 05 09:40:18 PDT 2004
>Closed-Date:    Wed May 05 11:58:45 PDT 2004
>Last-Modified:  Wed May 05 11:58:45 PDT 2004
>Originator:     Matthias Andree
>Release:        FreeBSD 4.10-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #105: Tue May  4 19:21:32 CEST
>Description:
- Update to 1.9.53

Upstream ChangeLog:

### BUGFIXES
- Bugfix: do not re-authenticate if server requires authentication for the
  same command twice - to avoid an unterminated re-authentication loop.
- Bugfix: Various error conditions now cause the problem to be logged.
- Bugfix: Newly-added groups that are not in a server no longer cause
  fetchnews to proceed to the next server.
- Bugfix: texpire did not repair the spool in archived groups
  (groupexpire some.news.group = -1) which caused duplicates and articles
  inaccessible by Message-ID after corruption. Reported by Dirk-Lder Kreie.
- Portability: One string was split for C89 conformance (string constants
  cannot exceed 509 characters).

### CHANGES
- Feature: fetchnews supports an environment variable, LN_SKIP_GROUPS, that is
  treated as a comma-separated list of wildmats, any match sufficient. All
  matching groups are skipped, so you can skip your binary groups during
  daytime, for instance. Don Geddis had complained a configuration cheat he'd
  been using had stopped working with one of the recent fixes. Let there be an
  official way to do things instead.
- Feature: The time zone is back in leafnode-generated Date: headers, provided
  that the operating system provides a tm_gmtoff member in struct tm (BSD,
  GNU). Systems that don't offer this use GMT and report the time zone as
  -0000.
- Feature: The environment variable LN_DEBUG is now read as an integer. The
  debug level is the greater of debugmode in the config file and the contents
  of LN_DEBUG.
- Compatibility: support forgetful servers that require re-authentication
  often. Reported by Andrew Cranson.
- Consistency: the try_lock() debug message now goes to stdout, and only in
  verbose mode. It used to be printed on stderr, unlike most of the other
  debug messages. Reported by Kieron Dunbar.
- Consistency: "skipped group.name, not in only_groups_pcre" message is now
  prefixed with the server name.
- Documentation: If the volunteered authentication early in a connection
  fails, add a log that this condition may have been caused by premature
  authentication.
  NOTE: authentication implementations differ a lot.
- Documentation: The server= examples in config.example were revised and are
  now G-rated and end in domains that are guaranteed to not exist.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- leafnode-1.9.53.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/leafnode/Makefile /usr/home/emma/news/leafnode/Makefile
--- /usr/ports/news/leafnode/Makefile	Thu Apr 22 10:34:29 2004
+++ /usr/home/emma/news/leafnode/Makefile	Wed May  5 18:08:49 2004
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	leafnode
-PORTVERSION=	1.9.52
-PORTREVISION=	1
+PORTVERSION=	1.9.53
+PORTREVISION=	0
 CATEGORIES=	news
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \
 		http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/:sourceforge \
diff -ruN --exclude=CVS /usr/ports/news/leafnode/distinfo /usr/home/emma/news/leafnode/distinfo
--- /usr/ports/news/leafnode/distinfo	Mon Apr  5 12:32:44 2004
+++ /usr/home/emma/news/leafnode/distinfo	Wed May  5 18:09:55 2004
@@ -1,2 +1,2 @@
-MD5 (leafnode-1.9.52.rel.tar.bz2) = c400680e5a59d1df95f193dd9ad95832
-SIZE (leafnode-1.9.52.rel.tar.bz2) = 690430
+MD5 (leafnode-1.9.53.rel.tar.bz2) = 79c3b65ded9dbf86b065d79ae98a5211
+SIZE (leafnode-1.9.53.rel.tar.bz2) = 694545
--- leafnode-1.9.53.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Wed May 5 10:59:53 PDT 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66286 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Wed May 5 11:58:39 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

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