summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22896.wiz3-12/+32
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-09-05Update to 1.9.43:wiz2-6/+6
============================================================================== * 1.9.43, 2003-09-04 ### INCOMPATIBLE CHANGE - In the traditional spool, newsgroups with all-numeric components show up with a - (minus, hyphen) prefixed to the number, the newsgroup example.1234 will be stored as /var/spool/news/example/-1234. It is believed this change does not cause troubles because news systems that offered the traditional spool have been incapable of providing news access, and because the count of news groups with such names is way below 0.1% on the news servers I have access to. The gain in functionality justifies the incompatibility. NOTE: this only affects newsreaders that directly access the spool. NNTP-based newsreaders will see no difference. ### BUGFIXES - Fix leafnode.8 manual pages (EN and DE languages) to explain 0 and negative values for expire/groupexpire. - Avoid premature abort (that causes .overview and groupinfo files to become stale) when the stdout becomes disconnected. Reported by Sytse van Slooten. - Make sure that texpire fixes the groupinfo lines of groups in "archive mode" (groupexpire -1). Reported by Sytse van Slooten. - Repair groupexpire 0 (= use global default, rather than expire immediately). Broken since 1.9.23. - Make sure that fetchnews complains when a timeout happens while reading newsgroups lists ("active file") or newsgroup descriptions. Found after a related report from Tim Daneliuk. - Use different fix for newsgroup names with all-numeric components that does not require two stat() calls in XOVER handling. Tracked down and reported by Rein Klazes. - Remove bogus error messages "article * is below/above the *-water mark" that occur when reading a group that fetchnews is fetching into. Reported by Rein Klazes. - Make sure XOVER related error messages don't show up in the NNTP client. ### CHANGES - fetchnews puts stdout into line buffered, or -- failing that -- unbuffered mode (Patch by Mark Brown, Debian maintainer). - leafnode processes warn (syslog and stderr) when a groupexpire is set to 0 (which means "use the default", which some users may not be aware of). ### DOCUMENTATION - Added FAQ item on running leafnode as nntps server. - Mention SuSEconfig difficulties with /etc/hosts in README-FQDN* - Clarify item #13 in INSTALL. ============================================================================== * 1.9.42, 2003-06-27 ### SECURITY RELEVANT BUGFIXES - Fix hang when trying to download an article that lacked mandatory headers. (Very old bug, recently found by Joshua Crawford) NOTE: this assertion that the bug is security relevant (denial of service) has been made after 1.9.42 release. ### BUGFIXES - Check lastreply() against NULL, in an effort to fix obscure sporadic and non-reproducable crashes on OpenBSD sparc64. (Reported by Bruno Rohee) - Fix bogus "Cannot open .../interesting.group/group.name for reading" when a group subscription has expired. (Reported by Andreas Muck) ### CHANGES - The ChangeLog file has been split, older parts (leafnode 1.9.31.rel and before) have moved to the "new" ChangeLog.old file. ============================================================================== * 1.9.41, 2003-05-22 ### BUGFIXES - Fix the "leafnode keeps fetching a group I've unsubscribed from long ago" bug that haunted leafnode since 1.9.18 at the latest and that was more prominent with the delaybody migration fixes of 1.9.33. Reported by Andreas Muck and Gerry Doris. - "make clean" no longer erases t.pcre_extract ### CHANGES - Add an EXPERIMENTAL feature, delaybody_in_situ. This may work around problems with particular newsreaders in delaybody mode. Do not rely on this feature for now, and do send feedback if you use it, regardless of whether it works or not. Defaults to off (compatible with previous versions). If you don't know what it is about, leave it off. - Some messages in fetchnews have been reworded to make them clearer and more helpful. ### PORTABIILTY - Find tcpd on OpenBSD at build time. Patch by Bruno Rohee. ============================================================================== * 1.9.40, 2003-05-08 ### BUGFIX - Leafnode no longer aborts when using the replacement snprintf function (FreeBSD) and is about to display a pseudo article.
2003-09-04Update pan to 1.4.2. Only one change, that fixes a config corruption:chris2-5/+5
Bug Fixes #121017 Jan Van Besien Fixed 0.14.1 bug that could corrupt Pan's settings.
2003-08-31Update pan to 0.14.1.chris5-41/+9
New Features include: Added support for GNet2, which adds IPv6 support to Pan. Added Baltic Windows-1257 charset support. Display the total score for a thread when the thread is collapsed. Added menu buttons and shortcuts for `go to next new article' and `go to next new thread' Also lots of bug fixes and usability improvements. For the complete list see http://pan.rebelbase.org/ or read the ChangeLog.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-08Update to 4.76:wiz2-7/+6
Test76 is a bug-fix release that mainly fixes a potential crash bug, but also has several other minor changes. Test 75 provides some simple bug fixes and minor improvements that have been simmering for quite some time.
2003-08-04Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-07-29Sort sections.wiz1-5/+5
2003-07-29Apply another part of pkgsrc-wip/wip/newsx/news.inn.patch,wiz1-4/+3
that was previously rejected (oops).
2003-07-29Apply patch pkgsrc-wip/newsx/news.inn.patch:wiz6-3/+59
Install header files for other packages (in particular, newsx). Bump PKGREVISION. Approved by tron@
2003-07-21COMMENT should start with a capital letter.martti3-6/+6
2003-07-17s/netbsd.org/NetBSD.org/grant14-28/+28
2003-07-13PKGREVISION bump for libiconv update.wiz3-4/+6
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-2/+2
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma7-14/+14
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-13Update "inn" package to version 2.3.5. Changes since version 2.3.4:tron3-16/+17
- Clients using POST are no longer permitted to provide an Injector-Info header. - Fixed a bug causing posts with Followup-To set to a moderated group to be rejected if the posting user didn't have permission to approve postings. - Fixed bugs in inncheck with setuid rnews or setgid inews, in innconfval with inn.conf parameters containing shell metacharacters but no spaces, and in parsedate.y with some versions of yacc. Fixed a variety of size-related printf format warnings (e.g., %d vs. %ld) thanks to the work of Winfried Szukalski. While INN 2.3.5 is not the latest officially released version it is the latest one for which an IPv6 patch is available.
2003-05-09Fix line in French localisation; from Quentin Garnier.wiz2-1/+20
I'll assume that nobody updated their pan yet, so no PKGREVISION bump.
2003-05-09Update to 0.14.0.wiz3-33/+5
Supports slrn and XNews-style scorefiles. Added sixth layout mode in the Preferences|Layout dialog. Added a default character set to the Posting Profiles. Faster article filters. Lots of bugfixes.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv9-22/+22
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-05Update of news/leafnode to 1.9.39.cjep2-6/+6
Changes since 1.9.38 from Changelog * nntpd.c: Fix: STAT <mess@ge.id> returned OK in pseudogroups even when the wrong message- id has been requested.
2003-05-03Update of news/leafnode to 1.9.38.cjep2-6/+6
Changes since 1.9.36: * Documentation fixes and updates. * Bug fixes (please see the change log).
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-05-02Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv4-4/+39
2003-04-27Lint: USE_PKGLOCALEDIR and whitespacecjep1-4/+4
2003-04-25Comment out gw.com master site, since it contains a slightly differentwiz1-2/+3
source ball. Noted by Bob Kemp in PR 21320.
2003-04-15Use gnet1 instead of gnet. Bump PKGREVISION.wiz1-2/+3
2003-04-15Complete move of pan to pan-gnome, and gtk2-pan to pan.wiz7-121/+2
2003-04-15Move gtk2-pan to pan directory.wiz7-107/+55
2003-04-15Reimport (old) pan package as pan-gnome.wiz7-0/+171
2003-04-10Add patches as suggested in PR/21073 by Quentin Garnier:mjl4-13/+47
o Bugfixes were published on the slrn website since the release of 0.9.7.4 last year. Even though no new version was released, they are quite needed for normal operation (specifically, I was hit by a locale bug that makes slrn segfault when scoring). o ${PKGLOCALEDIR} needs to be enforced both in package's Makefile and PLIT, and in the source (po Makefile has a hard-coded path that may not match the path used in other parts of the source tree).
2003-04-10Update to 4.3.2, update MASTER_SITES and HOMEPAGE.wiz2-7/+7
Changes: both.c - sgetline() - changes to fix SSL bug with the select, connect_to_nntphost() - add code to handle host:port syntax. This fix also allows you to specify a port number for the local host. suck.c - to handle SIGINT in addition to SIGTERM, build_command() fix in potential buffer overflow testhost.c - added -Q option, to allow user to specify NNTP authentiation via env variables. And other bug fixes.
2003-04-02Add USE_INET6 to ${BUILD_DEFS}, mainly so that this package gets listed infredb1-2/+2
the top-level "README-IPv6.html".
2003-03-31Don't use sigignore (only added recently to 1.6-current. Use sigaction tojmc2-1/+28
ignore SIG_PIPE
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv3-7/+6
2003-03-23Update "inn" package to version 2.3.4. Changes since version 2.3.3:tron2-8/+11
- LIST ACTIVE no longer returns data when given a single group argument if the client is not authorized to read that group. - XHDR and XPAT weren't correctly parsing article headers, resulting in searches for the header "newsgroup" matching the header "newsgroups". - Made CNFS more robust against crashes by actually syncing the cycbuff headers to disk as was originally intended. Fixed a memory leak in the tradspool code. - Two bugs in pgpverify when using GnuPG were fixed: it now correctly checks for gpgv (rather than pgp) when told to use GnuPG and expects the keyring to be pubring.gpg (not pubring.pgp). - Substantial updates to the sample provided control.ctl file. - Compilation fixes with Perl 5.8.0, BerkeleyDB 4.x, current versions of Linux (including with large file support), and Tru64. inndf fixes for ReiserFS. - Various bugs in the header handling in nnrpd have been fixed, including hangs when using virtual domains and improper processing of folded headers under certain circumstances. - Other minor bug fixes and documentation improvements. While INN 2.3.4 is not the latest officially released version it is the latest one for which an IPv6 patch is available.
2003-03-15It appears that on Linux the dlopen and friends functions require -ldl.jschauma1-1/+5
2003-03-13This doesn't seem to need GMAKE after all.jschauma1-2/+5
Also, only adjust INSTALL if on NetBSD 1.3.2 as indicated by the comment. (Other Operating Systems may have 'install' in a different location.)
2003-03-04Update to 0.13.4:wiz3-9/+11
This release adds a faster task manager, faster loading of large groups, a few major bugfixes, about a dozen minor bugfixes, fifteen updated translations, and many usability improvements.
2003-03-03It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh.jschauma2-4/+4
2003-03-03Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma4-7/+8
portable. Bump PKGREVISION accordingly.
2003-02-26Upgrade of news/leafnode to version 1.9.36.cjep2-6/+6
Summary of changes since 1.9.31: Bug and documentation fixes including: * fetchnews_check_date.c: Portability: don't pass time_t to syslog(...%ld...), sizeof time_t != sizeof long on 64bit FreeBSD, reported by Christian Weisgerber <naddy@mips.inka.de>. * fetchnews_check_date.c: Check for overflow of time difference. Paranoia mode, someone needs to hose his clock by at least 68 years to run into this. * miscutil.c, TODO: Change to spooldir at the end of initvars() (after changing uid/gid) to avoid barfing when run from misconfigured cron. * pcre_extract.c: Fix abort when extracting string, introduced with previous strlcpy -> xstrlcpy commit. Reported by Joshua Crawford <mortarn@softhome.net> Add debug variable to conditional TEST part to use this code standalone. * fetchnews.c: Several bug fixes Please see the ChangeLog file in the source distribution for more details.
2003-02-21Update to 4.3.1.wiz3-8/+12
Extract of changes: -Q option to specify NNTP authentication via environment variables Changes to allow it to use SSL. -i option, to ignore the readonly opening response and try to post anyway, since inn-2.3, when using authinfo, still sends 201 code meaning readonly. do_one_group() - added code for resetcounter option. If remote end resets its article numbers the normal suck response is to ignore the group and reset the lastread counter to match the current high counter. This option tells suck to reset its lastread counter to the low counter, effectively causing suck to get all articles for the group, and use the historydb to check for dupes. Added low_read option. This option is used in concert with the maxread option of the sucknewsrc. Normally when there is a maxread in the sucknewsrc, suck will download the newest articles. This option tells suck to download instead the oldest articles. do_articles() - added code for show_group option. This option will add the name of the current group to the BPS display as you download the articles. do_nodownload() - added, this routine allows you to specifiy Message-IDs to never download. See the SUCKNODOWNLOAD section in the man page. Bugfixes and code cleanups.
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+2
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-29Depend on gnome2-dirs to handle shared directories. Bump PKGREVISION.jmmv2-5/+4
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam2-5/+4
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2