summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
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
2002-10-02Back out pan update and revert back to 0.11.2nb2. It appears that PTL2 isrh5-61/+79
too unstable to warrant a wholesale update from 0.11 (gnome) to 0.13 (gtk2) pan-0.13.0 to be re-imported as gtk2-pan.
2002-09-29There is also a /var/news/spool/archive directory we need to handle.jlam1-2/+2
2002-09-29* buildlink1 -> buildlink2jlam6-89/+49
* Use gcc/buildlink2.mk instead of Makefile.gcc. * Use the functionality on bsd.pkg.install.mk to generate INSTALL/DEINSTALL scripts that match the functionality of the custom ones we're removing, and handle the rc.d script automatically. * Name the full paths of the binaries that are installed setuid.
2002-09-25Upgrade of Leafnode (news/leafnode) to version 1.9.27.cjep2-11/+7
Differences to Leafnode version 1.9.26: * Bug fixes and changes including: + checkpeerlocal.c: % Fix infinite loop problem when interface list is longer than 2 kB (reported by Brian Somers). % Fix for non-IPv6 compilation on Solaris % Fix compiler warnings + Portability fixes for 64bit platforms in activutil.c, nntpd.c and texpire.c + nntpd.c: if allowstrangers is set, don't call checkpeerlocal at all.k (For more details, please see the Leafnode ChangeLog file)
2002-09-25Fix MASTER_SITESrh1-2/+2
2002-09-25Update pan to 0.13.0. Updates and bugfixes are too numerous to list here,rh5-76/+58
but most importantly, pan now uses GTK2 instead of GNOME for its widgets.
2002-09-24Complete standardization of messages according to latest pkglint.wiz4-12/+12
2002-09-23buildlink1 -> buildlink2jlam1-5/+5
2002-09-23comment fix.grant1-1/+3
2002-09-22Upgrade of Leafnode (news/leafnode) to version 1.9.26.cjep4-21/+27
Differences to previous NetBSD package: * Use devel/pcre rather than the one supplied with Leafnode. Differences to Leafnode version 1.9.22: * Bug fixes and changes including: + No longer install lsort + Merge in timeout_client patch from Jonathan Larmour + Fix file descriptor leak in markdownload() + No longer emit "400 Service discontinued" to clients. + Drop connection when the upstream server runs NNTPcache 2.3.x + More verbose POST reject messages. + Fix two filtering bugs in fetchnews. + Expire groups that are not in group.info + Fix several memory leaks (e.g. in fetchnews.c, newsq.c & artutil.c) + Fix possible overflow in nntpd.c + Some speed improvements (e.g. in getline.c and mastring.c) + Fix bogus error messages. + Several documentation fixes. + Various fixes from Leafnode 2. (For more details, please see the Leafnode ChangeLog file)
2002-09-18Add necessary "bsd.pkg.install.mk" glue code to create the "news" grouptron1-3/+7
required by this package. Bump package revision once more.
2002-09-18Use group "news" again because it is used for reading read protectedtron1-3/+3
server authentification files. Bump package revision once more.
2002-09-18Use wildcard dependence for "nntpclnt" package.tron1-2/+2
2002-09-18Fix typo in last commit.tron1-2/+2
2002-09-18Don't install the "inews" binary as setgid "news" because it istron1-3/+3
completely unnecessary. Bump package revision to 1.
2002-09-18Fix compiler warning.tron2-35/+29
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-2/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-27@@PREFIX@@ -> @PREFIX@, as this is more consistent with othergrant2-14/+14
packages.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-4/+4
have been converted to USE_BUILDLINK2.
2002-08-04enable generation of message-ID and use of msg-id-cache.jschauma1-2/+3
ok'd by MAINTAINER mjl
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-07-19`@unexec ${RMDIR}' needs the %D prefix. Doh.mycroft1-2/+2
2002-07-08Upgrade to 6.6.4, which does not depend on an external inews program anymore.kim17-194/+164
This should avoid any vulnerability issues with INN. NOTE: The text files from lib/nn can now be found in share/nn instead.
2002-07-06Update "inn" package to version 2.3.3. Changes since version 2.3.2:tron4-28/+19
- pgpverify now supports using GnuPG to check signatures (rather than PGP) without the pgpgpg wrapper. GnuPG can check both old-style RSA signatures and new OpenPGP signatures and is recommended over PGP 2.6. If you have GnuPG installed, pgpverify will use it rather than PGP, which means that you may have to create a new key ring for GnuPG to use to verify signatures if you were previously using PGP. - An item that was noted in NEWS below but was inadvertently left out of nnrpd has actually been added this time: users can no longer post articles containing Approved: headers to moderated groups by default; they must be specifically given that permission with the access: parameter in readers.conf. See the man page for more details. - Two bugs in repacking overview index files and a reliability bug with writing overview data were all fixed in the tradindexed overview method, hopefully making it somewhat more reliable, particularly for makehistory. - If rc.news.local exists in the INN binary directory, it will be run with the start or stop argument whenever rc.news is run. This is available as a hook for local startup and shutdown code. - The default history table hash sizes were increased because a too-small value can cause serious performance problems (whereas a too-large hash just wastes a bit of disk space). - The sample control.ctl file has been extensively updated. - Wildmat exclusions (@ and !) should now work properly in storage.conf newsgroup patterns. - The implementation of the -w flag for expireover was fixed; previously, the value given to -w to change expireover's notion of the current time was scaled by too much. - Various other more minor bug fixes, standards compliance fixes, and documentation improvements.
2002-07-06Automatically create a "news" account suitable for running INN ontron1-1/+5
installation. This fixes PR pkg/13250 by Gabriel Rosenkoetter.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb3-7/+7
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-23Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.jlam1-4/+4