summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
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
2003-01-03Update to 0.13.3.wiz2-5/+5
Changes: huge list of bugfixes, a few big speedups, and a handful of usability improvements.
2002-12-30Update of news/leafnode to 1.31.cjep2-6/+6
Changes since 1.30: * Portability fixes * Documentation fixes * Minor bug fixes (please see the ChangeLog file distributed with the leafnode source)
2002-12-24Update to 0.13.2.wiz4-34/+10
This release adds some small speedups, bugfixes, and usability tweaks, including i18n, FreeBSD fixes, and URL parsing.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-12-08Update of news/leafnode to 1.9.30.cjep3-7/+9
Summary of changes since 1.9.27 (please see the ChangeLog): * Add leafnode-version. * Various changes to fetchnews.c including: + In verbose mode, print if we're using the STAT command or the HEAD workaround. + nntpactive: cache current time, saves time() calls and gives a consistent 'age' for the newsgroups. + Avoid duplicate articles that raced from another server against our fetchnews from ending up in failed.postings. We assume that a server that refuses a posting with 441 435 Duplicate can at the same time deliver it to STAT (or HEAD if the workaround is in effect). + Only touch active.read if the active has been successfully written. + Also apply only_groups_pcre when updating the active, to avoid presenting groups that are not really fetched. + Bugfix: cope with multiple upstreams that have the same server name but different ports. * Various changes to nntpd.c including: + Point to syslog when reading the configuration fails. + Fix very subtle and intricate infinite loop bug * Various changes to nntputil.c. Blacklist STAT for "NNTP news cache." Whitelist NewsCache 1.1.*. Whitelist NewsCache 0.99.18, 0.99.19, 0.99.2?. * Changes to activutil.c including: + Check for duplicate newsgroups after reading, before writing and after merging the active file. * Fixs for SEGV problems to activutil.c and artutil.c
2002-11-14Use buildlink2.wiz1-2/+3
2002-11-06Unneeded.wiz1-16/+0
2002-11-06Update to 1.4.6, provided by Stefan Krüger in PR 18923.wiz4-19/+17
Changes: * Bug fixed: missing Subject caused crashes when followupping * allow new GTLDs: .biz, .info, .name, .museum * base64 encoding was broken * format-string fixes * empty random organization file could crash tin and some more.
2002-10-31Update to 0.13.1.wiz4-38/+14
Changes: This release adds Custom Filters back to the header pane. It also fixes some charset & memory bugfixes, some minor new features, and refreshed dialogs for better adherence to the the Gnome HumanInterface Guidelines.
2002-10-27Add -lcompat only if !SunOSbouyer1-1/+5
2002-10-27Check for pth, not NetBSD, so that this compiles with native threads.rh3-10/+14
Bump PKGREVISION.
2002-10-21Convert to buildlink2.wiz1-6/+6
2002-10-13Honor environment variable "INN_SPOOL" documented in the description file.tron1-2/+3
Problem noted by Kimmo Suominen in private e-mail.
2002-10-09buildlink1 -> buildlink2.wiz1-3/+4
2002-10-05buildlink1 -> buildlink2jlam1-5/+5
2002-10-02Update pan to 0.11.4, the last GNOME version of pan. Changes include tonsrh4-15/+21
of bugfixes, plus NEW FEATURES * Added the ability to specify which characters are recognized as quote prefix characters, so nonconformists not using '>' to quote text will still have their articles colored right in Pan. * Added "Go to previous article" navigation button. * Added support for decoding yenc-encoded attachments! UPDATES * Add a new preference option, dictating whether failed tasks should be removed from the Task Manager. Unconditionally clearing the queue didn't go down too well with some of the leechers. * Added support for mime articles which explicitly specify a Content-Transfer-Encoding of x-uuencode. * Make sure that the default window size is large enough that a full line, up to the default number of wrap characters and with the default font, will fit without scrolling. * The 'Download Articles' dialog now switches the articlelist to the group when the headers have been downloaded. Since this dialog is mostly used to sample a (potentially large) group, this seems the more intuitive approach. * Added Message-ID to Find Article's search criteria. * If an article no longer exists on the news server, tasks to read that article are now automatically removed from the Task Manager.
2002-10-02Add and enable gtk2-panrh1-1/+2
2002-10-02Re-import of pan-0.13.0, a Newsreader for GTK2, as gtk2-pan.rh6-0/+138