Date: Tue, 21 Apr 2009 09:58:14 +0200 (CEST) From: Matthias Andree <matthias.andree@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/133889: [MAINTAINER] news/leafnode: update to 1.11.7 release Message-ID: <20090421075814.B68703471F@rho.emma.line.org> Resent-Message-ID: <200904210800.n3L804cb065183@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133889 >Category: ports >Synopsis: [MAINTAINER] news/leafnode: update to 1.11.7 release >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: Tue Apr 21 08:00:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 7.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD rho.emma.line.org 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Sun Jan 18 05:55:08 CET 2009 >Description: Supersedes ports/133726 + Enable parallel port build + Switch from beta/release candidate to official download sites + Update to 1.11.7 release - FreeBSD-relevant changes since 1.11.6 are (this is an incomplete excerpt from share/doc/leafnode/NEWS): ### WORKAROUND - fetchnews: If the LN_SUPPRESS_DATE environment variable is defined and set to any value or empty, fetchnews will not test the upstream server's time by means of the "DATE" NNTP command. This can be used to quench related log messages. ### BUGFIXES - Fix logging if texpire unlinks files without further hardlinks from message.id/NNN/ - Fix potential segfault on libcs that do not catch NULL for %s formatting (several GNU libc versions do) when trying to retrieve delayed bodies from corrupt article headers. Pretend success, to purge article number from subscription file. Bug reported by Chris Carr. - Fix & change "noactive" so that it can be overridden by "fetchnews -f", as documented in config.example. Regression as side effect of 1.9.50 fix, reported by Jesse F. Hughes. - Fix logged IP address in "connected to..., reply:" message when compiled without IPv6 support. Fixes Mandriva Bug #45605, reported by David W. Hodgins. - Print connected to... to console as well at proper verbosity level, found by maintainer while debugging aforementioned bug. - Only emit warning that no server with posting permission was found if that's actually needed. Reported by Christian Weiske. - If corrupted articles had been detected, fetchnews -x NNN would not be able to re-fetch the said article because a 0-sized file remained in message.id, making fetchnews believe the article was in the spool. 0-sized message.id/NNN/ files are now purged when checking if the article is already in the spool. Reported by Peter Bauernfeind. (de.comm.software.newsserver post, May 2008) - Add support for SIOCGIFALIAS where available (BSD) in order to obtain netmasks for 4.4BSD-style IP aliases. getifaddrs() has been suggested as well, but it isn't available everywhere, so we would have to keep the old code around anyways, and we can just fix that rather than introduce alternative code branches. ### BUGFIXES BACKPORTED FROM LEAFNODE 2 - lsort (used by make update) now detects and report errors. - "make update" handles the lockfile properly now: it records its PID and removes the lock also in cases of failure. - "make update" restores the old groupinfo file if lsort fails. - "make update" now builds an up-to-date lsort first. - "make update" now uses the configured NEWS_USER and _GROUP. - "make update" is now a phony Makefile target, i. e. it will work even if there is a file "update" in the build directory. ### CHANGES - When creating a Path: header (because the newsreader did not do that), use "not-for-mail" instead of NEWS_USER (usually "news") as the user component. This seems to resolve propagation issues with 2nd-hop-upstreams, as reported in Debian Bug#459980 by Michael Weitzel, with Universität Siegen, Germany. - When writing to client fails, log decoded errno, too. This can help debugging certain firewall misconfigurations more easily. - Drop obsolete mysetvbuf(). - leafnode-version now supports an additional "-v" mode to print more information on the installation. The output then is similar, but not identical - due to different feature sets - to the way leafnode-2 prints it. ### DOCUMENTATION - Add some comments to UNINSTALL-daemontools - Put README-FQDN* under leafnode's license. Found to be in conflict with Debian's DFSG by Mark Brown. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- leafnode-1.11.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/news/leafnode/Makefile,v retrieving revision 1.77 diff -u -u -r1.77 Makefile --- Makefile 21 Aug 2008 06:18:05 -0000 1.77 +++ Makefile 21 Apr 2009 07:51:31 -0000 @@ -6,23 +6,25 @@ # PORTNAME= leafnode -DISTVERSION= 1.11.7.rc1 +DISTVERSION= 1.11.7 CATEGORIES= news ipv6 -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \ -# http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \ -# ${MASTER_SITE_SUNSITE:S/$/:sunsite/} -#MASTER_SITE_SUBDIR= ${PORTNAME}/:sourceforge \ -# ./:DEFAULT \ -# system/news/transport/:sunsite -#DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sourceforge,sunsite,DEFAULT -MASTER_SITES= http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \ + http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \ + ${MASTER_SITE_SUNSITE:S/$/:sunsite/} +MASTER_SITE_SUBDIR= ${PORTNAME}/:sourceforge \ + ./:DEFAULT \ + system/news/transport/:sunsite +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sourceforge,sunsite,DEFAULT +#MASTER_SITES= http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \ +# http://homepages.uni-paderborn.de/mandree/ MAINTAINER= matthias.andree@gmx.de COMMENT= NNTP package for offline news caching and reading LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes GNU_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/news/leafnode/distinfo,v retrieving revision 1.56 diff -u -u -r1.56 distinfo --- distinfo 7 Feb 2008 04:41:51 -0000 1.56 +++ distinfo 21 Apr 2009 07:51:31 -0000 @@ -1,3 +1,3 @@ -MD5 (leafnode-1.11.7.rc1.tar.bz2) = 8f10af3460d44efad79b1877971687bf -SHA256 (leafnode-1.11.7.rc1.tar.bz2) = be4e5fa67c33bf5cf28e15bb58321ac26d80912beaba145384a2ed946681f23b -SIZE (leafnode-1.11.7.rc1.tar.bz2) = 431374 +MD5 (leafnode-1.11.7.tar.bz2) = e5e8ac28386c59df0b14ddbfcbe78509 +SHA256 (leafnode-1.11.7.tar.bz2) = 8bc4eee8967a3fa5013109008b537fdda34b64dfb43c85fc6126ad3153c53595 +SIZE (leafnode-1.11.7.tar.bz2) = 494740 Index: files/pkg-message.in =================================================================== RCS file: /home/ncvs/ports/news/leafnode/files/pkg-message.in,v retrieving revision 1.3 diff -u -u -r1.3 pkg-message.in --- files/pkg-message.in 4 Apr 2004 14:16:18 -0000 1.3 +++ files/pkg-message.in 21 Apr 2009 07:51:31 -0000 @@ -1,5 +1,5 @@ -To finalize the leafnode install, proceed as follows: +To complete the leafnode install, proceed as follows: -1. read %%DOCSDIR%%/INSTALL, starting at item #6. +1. follow %%DOCSDIR%%/INSTALL, starting at item #6. 2. read %%DOCSDIR%%/NEWS, mind the incompatible changes! 3. read %%DOCSDIR%%/README, mind the incompatible changes! --- leafnode-1.11.7.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?20090421075814.B68703471F>