Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 May 2004 18:39:26 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66286: [MAINTAINER] news/leafnode: update to 1.9.53
Message-ID:  <E1BLPQc-0001s7-P2@libertas.emma.line.org>
Resent-Message-ID: <200405051640.i45GeJCh069878@freefall.freebsd.org>

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

>Number:         66286
>Category:       ports
>Synopsis:       [MAINTAINER] news/leafnode: update to 1.9.53
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 05 09:40:18 PDT 2004
>Closed-Date:
>Last-Modified:
>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-Lüder 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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BLPQc-0001s7-P2>