Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.2
leafnode
leafnode.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File leafnode.changes of Package leafnode
------------------------------------------------------------------- Tue Aug 25 07:25:35 UTC 2015 - astieger@suse.com - leafnode 1.11.11: * The configfile parser now strips whitespace between a configuration parameter's value and a trailing comment. * The roff manual page sources now render proper hyphens (-), minus characters (\-) and en-dashes (\[en]) depending on their context. This is so that copying-and-pasting from the manual page works properly. * The code that checks if the peer is local now properly deals with IPv4 mapped IPv6 addresses. ------------------------------------------------------------------- Tue Mar 24 20:28:23 UTC 2015 - astieger@suse.com - format spec file, remove gpg-offline fixing SLE 12 build ------------------------------------------------------------------- Tue Jun 11 22:12:43 UTC 2013 - andreas.stieger@gmx.de - 1.11.10 - no user visible changes * source changes affecting build system and portablility * fixes an abort in verbose mode when running fetchnews 1.11.9 - 1.11.9 - no user visible changes * source changes affecting build system and compiler warnings - packaging changes: * require pcre >= 2.06 * droped leafnode-1.11.8-gethostbyname-2-getaddrinfo.patch : accepted upstream * verify source signature ------------------------------------------------------------------- Mon Jan 14 23:07:57 UTC 2013 - andreas.stieger@gmx.de - reformat spec file, licence is LGLP-2.1+, remove INSTALL ------------------------------------------------------------------- Sun Sep 25 12:42:25 UTC 2011 - andreas.stieger@gmx.de - update list of authors to include current maintainer ------------------------------------------------------------------- Thu Aug 18 23:31:16 UTC 2011 - boris@steki.net - add patch for getaddrinfo ------------------------------------------------------------------- Sat Jul 30 12:50:58 UTC 2011 - andreas.stieger@gmx.de - update to upstream 1.11.18 * 1.11.8, 2010-06-12 ### BUGFIXES - Performance optimization, reported by Gary R. Schmidt. - Fix a compiler warning on computers where "long" is a wider type than "int", such as many 64-bit computers. - Fix compiler warnings on computers where "long" is a wider type than "time_t", such as NetBSD 5.X on 64-bit computers. - Fix compiler warning "dereferencing type-punned pointer will break strict-aliasing rules" - Fix a file descriptor leak in fetchnews.c's getbody_newno function; reported to Debian BTS by Helmut Grohne, fix by Robert Grimm. ### CHANGES - Leafnode now enables IPv6 support by default. Use --without-ipv6 to disable. - Leafnode now supports detecting if a peer is in a local network also for IPv6 global addresses, providing that the host OS provides getifaddrs(). This comprises Linux, NetBSD, FreeBSD, but not, for instance, Solaris 10. Reported missing by M. G. Berberich. - Leafnode is now always compiled in maintainer mode. This has no impact on run-time behaviour. - Leafnode now assumes that handlers for signal() do not return a value. ### WORKAROUND - Skip arbitrary amounts of contiguous CR right before LF. Reported by John R. Myers. ### DOCUMENTATION - Remove the long-obsoleted README.FIRST file. - The FAQ has information on how to copy the spool. - FAQ: The MAC OS X two-level namespace documentation for PCRE was removed, PCRE is no longer part of the leafnode distribution. - FAQ: mention how to fix losing unsubscriptions of low-traffic groups in slrn - config.example: The expire documentation should now be clearer and closer to the one in the leafnode(8) manual page. Along the lines discussed by Chris G and Whiskers on the leafnode mailing list. * 1.11.7, 2009-04-20 ### 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) - Change interface enumeration to track incompatible NetBSD 5 changes. The latter led to bogus connection refusals in NNTPD. SourceForge Bug #2700756, by Aleksey Cheusov, fix suggested by Roy Marples. - 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. - Undoing a wordwrap in configure.ac allows for bootstrapping on Cygwin. - 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. ------------------------------------------------------------------- Sat Jul 30 12:00:42 UTC 2011 - andreas.stieger@gmx.de - resurrect package from discontinued 11.1 - move make check to %check section to fix rpmlint warning - adjust %install section to not clean out doc_german too much to make %check work - adjust %files section to name files in doc_german individually - add %config to config.example to fix rpmlint warning ------------------------------------------------------------------- Thu May 8 10:31:15 CEST 2008 - seife@suse.de - add an example crontab to fetch news every hour (bnc #382542) ------------------------------------------------------------------- Wed Apr 9 23:21:50 CEST 2008 - crrodriguez@suse.de - leafnode does not remove old news threads without cron which is not installed by default now ------------------------------------------------------------------- Tue Jun 5 23:56:14 CEST 2007 - seife@suse.de - add leafnode-1.11.6-spooldir-permissions.diff, bug 273929 - add some tricks to get the package past the rpmlint censors ------------------------------------------------------------------- Wed Mar 21 12:28:52 CET 2007 - seife@suse.de - Update to version 1.11.6: * do not delete articles if References: lines are malformatted * fix compilation with SGI IDO cc * reject *.site fqdn. * documentation fixes * support autoconf 2.60, fixing datarootdir-related warnings ------------------------------------------------------------------- Tue Nov 7 13:18:24 CET 2006 - meissner@suse.de - fixed use of RPM_OPT_FLAGS ------------------------------------------------------------------- Mon Sep 4 17:31:37 CEST 2006 - seife@suse.de - Update to version 1.11.5: * applyfilter overhaul * fetchnews: Keep non-expiring groups (negative groupexpire date) active, even if they expired upstream. sf.net bug#1230256 * some loglevel adjustments * fetchnews: Do not mark the active for refetch when the failed server has "noread" set or fetchnews is in -P (post only) mode. * fetchnews: Skip to next server if posting fails. * fetchnews: Don't POST if the server goes away after STAT. * various documentation fixes - clean up pakaged documentation ------------------------------------------------------------------- Wed Jan 25 21:37:20 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Fri Jan 20 23:11:21 CET 2006 - schwab@suse.de - Don't strip binaries. ------------------------------------------------------------------- Fri Oct 28 02:15:41 CEST 2005 - ro@suse.de - work around strange behaviour of "mkdir -p .../." ------------------------------------------------------------------- Mon Jun 13 21:53:19 CEST 2005 - rommel@suse.de - update to version 1.11.3.rel (fixes bug #88489 and #83355) ------------------------------------------------------------------- Thu Sep 2 09:47:23 CEST 2004 - mmj@suse.de - Remove update messages, since the versions that could trigger them haven't been in the distribution since +2 years [#44363] ------------------------------------------------------------------- Sat Aug 7 13:31:44 CEST 2004 - rommel@suse.de - update to version 1.10.3.rel ------------------------------------------------------------------- Mon Jun 28 13:53:57 CEST 2004 - rommel@suse.de - update to version 1.10.1.rel ------------------------------------------------------------------- Thu Apr 15 12:53:31 CEST 2004 - rommel@suse.de - update to version 1.9.52.rel (security fix, bug #38905) ------------------------------------------------------------------- Wed Mar 3 17:44:18 CET 2004 - rommel@suse.de - update to version 1.9.51.rel (bugfix release for reliable groupinfo file detection) ------------------------------------------------------------------- Mon Feb 16 16:34:20 CET 2004 - rommel@suse.de - update to version 1.9.49.rel - reworked inetd/xinetd section in README.SuSE ------------------------------------------------------------------- Sat Jan 10 20:24:07 CET 2004 - adrian@suse.de - build as user ------------------------------------------------------------------- Wed Jul 9 11:37:32 CEST 2003 - rommel@suse.de - update to version 1.9.42.rel - added doc_german directory to /usr/share/doc/packages/leafnode ------------------------------------------------------------------- Fri Jun 13 23:28:14 CEST 2003 - mmj@suse.de - Remove files we don't want to package - Package some extra ones ------------------------------------------------------------------- Thu Mar 6 18:11:51 CET 2003 - rommel@suse.de - added a configuration file for xinetd ------------------------------------------------------------------- Thu Feb 13 21:07:43 CET 2003 - rommel@suse.de - update to version 1.9.33.rel (fixes some bugs, enhances compatiblity with versions older than 1.9.23 and adds a per-server noread flag) ------------------------------------------------------------------- Fri Jan 17 16:38:51 CET 2003 - rommel@suse.de - update to version 1.9.32.rel - added "make check" to build section ------------------------------------------------------------------- Wed Sep 18 01:47:53 CEST 2002 - ro@suse.de - removed bogus self-provides ------------------------------------------------------------------- Fri Aug 16 11:46:23 CEST 2002 - rommel@suse.de - Added PreReq: ------------------------------------------------------------------- Fri Jul 26 14:55:24 CEST 2002 - rommel@suse.de - Update to 1.9.24.rel - Updated README.SuSE - Updated list of authors ------------------------------------------------------------------- Thu Apr 25 14:41:30 CEST 2002 - rommel@suse.de - Update to 1.9.22 - Fixed permissions of /etc/leafnode (thanks to matthias.andree@gmx.de) ------------------------------------------------------------------- Tue Feb 19 10:52:57 CET 2002 - grimmer@suse.de - Updated README.SuSE to reflect 8.0 changes (thanks to Ulrich Mindrup for reminding me) (#13554) ------------------------------------------------------------------- Wed Jul 11 16:37:48 CEST 2001 - grimmer@suse.de - Update to 1.9.19 (bugfix release) - added "su - news -c" to texpire call in daily cron job ------------------------------------------------------------------- Wed May 2 10:34:44 CEST 2001 - grimmer@suse.de - added check for existing groupinfo file to cron job to avoid unnecessary junk mail to root if fetchnews has not been run yet (#7457) - minor changes to README.SuSE ------------------------------------------------------------------- Sun Feb 11 19:27:26 CET 2001 - grimmer@suse.de - added /etc/cron.daily/leafnode to expire old articles (obsoletes the entry in /etc/crontab) (#6259) ------------------------------------------------------------------- Tue Dec 5 18:21:49 CET 2000 - grimmer@suse.de - Update to 1.9.18 (bugfix release) - bzipped sources - removed README.SuSE from patch and added as a separate source file instead ------------------------------------------------------------------- Thu Oct 5 17:47:22 CEST 2000 - grimmer@suse.de - Update to 1.9.17 (bugfixes) - corrected a path name in README.SuSE - specfile correction: only send mail to root, if there was an update from a very old version ------------------------------------------------------------------- Tue Aug 8 10:14:36 CEST 2000 - grimmer@suse.de - Update to 1.9.15 ------------------------------------------------------------------- Mon Jun 19 14:20:29 CEST 2000 - grimmer@suse.de - Update to 1.9.14 ------------------------------------------------------------------- Thu Mar 30 19:32:41 CEST 2000 - grimmer@suse.de - Update to 1.9.12 (bugfixes) ------------------------------------------------------------------- Thu Feb 24 22:24:48 MET 2000 - grimmer@suse.de - Update to 1.9.11 (bugfixes) ------------------------------------------------------------------- Sun Feb 20 23:52:46 MET 2000 - grimmer@suse.de - patched Makefile.in to actually use mandir ------------------------------------------------------------------- Thu Feb 17 23:47:54 MET 2000 - grimmer@suse.de - update to 1.9.10 - spec file cleanups - added Group Tag and URL - added german documentation and man pages - use version and mandir macro in spec file - marked config files as "noreplace" ------------------------------------------------------------------- Tue Nov 23 14:57:35 MET 1999 - grimmer@suse.de - Added Y2K patch to nntpd.c ------------------------------------------------------------------- Sat Oct 2 07:52:32 MEST 1999 - grimmer@suse.de - added Provides nntp_daemon to specfile - modified update notice ------------------------------------------------------------------- Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. ------------------------------------------------------------------- Mon Aug 2 15:43:34 MEST 1999 - grimmer@suse.de - update to 1.9.4 - added update.sh to $DOCDIR and adjusted README.SuSE - fetch is now called fetchnews ------------------------------------------------------------------- Wed Apr 28 01:20:48 MEST 1999 - ro@suse.de - configure: hardcoded paths for RPM: detections breaks with rpm-3.0 ------------------------------------------------------------------- Wed Mar 10 11:19:25 MET 1999 - grimmer@suse.de - Updated specfile to send mail to root when updating from previous releases - created sample filter configuration file ------------------------------------------------------------------- Thu Mar 4 11:51:20 MET 1999 - grimmer@suse.de - update to Version 1.9.2 - now uses /etc/leafnode for configuration files - changed permissions of /etc/leafnode/config (security reasons) - now uses /var/lock/news for locking instead of /var/run ------------------------------------------------------------------- Tue Feb 16 11:59:09 MET 1999 - grimmer@suse.de - update to Version 1.9 - now uses GNU autoconf ------------------------------------------------------------------- Thu Jan 28 16:00:22 MET 1999 - grimmer@suse.de - update to Version 1.8.1 ------------------------------------------------------------------- Thu Dec 10 11:12:04 MET 1998 - grimmer@suse.de - update to Version 1.7.1 ------------------------------------------------------------------- Tue Nov 10 14:23:06 MET 1998 - grimmer@suse.de - New package (Version 1.6.2)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor