summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep2-2/+5
Georg Schwarz.
2004-06-02Don't try to setuid(geteuid()) in "rnews" under NetBSD which is documentedtron2-1/+19
not to work. This was correct in INN 2.3.x but changed for some reason in INN 2.4.x which broke "rnews".
2004-06-02Update INN package to version 2.4.1. Major changes since version 2.3.x:tron9-171/+104
- builtin IPv6 support - new configuration parser - completely rewriten "send-uucp" which replaces "sendbatch"
2004-05-23Introduce and use three new variables:jschauma1-5/+7
LEAFNODE_DATA_DIR, LEAFNODE_USER and LEAFNODE_GROUP, to be used by leafnode to specify the data dir, the user and the group, defaulting to 'news'. Note: the default is the same as for inn. Pointed out by Georg Schwarz in mail to tech-pkg.
2004-05-23Apply IPv6 patch only if we really want IPv6 support because the patchtron1-7/+10
breaks the build on some IPv4 only platforms (e.g. IRIX). This fixes PR pkg/25671 by Georg Schwarz.
2004-05-22Introduce and use two new variables:jschauma1-17/+19
INN_USER and INN_GROUP, specifying the username and groupname to be used by inn, defaulting to 'news'. Noted by Georg Schwarz in mail to tech-pkg.
2004-05-05Update to 1.9.52. Changes since previous version (1.9.49) include:cjep3-25/+25
* nntpd will now disable ln_log()'s sending its logging to the console (stderr usually), to prevent them from being seen by the newsreader, which then gets confused. * Usage fixes and usage info update * Fix memory leaks * Other bug fixes For a full listing, please see the ChangeLog supplied with the source code.
2004-05-03Use PKG_SYSCONFDIR for finding the "server" file.kim3-17/+22
2004-04-26Convert to buildlink3.snj1-4/+4
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-21Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAPcube1-5/+3
instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
2004-04-14Use PKG_SYSCONFDIR and a PKG_SYSCONFSUBDIR to match nntpclnt.kim1-4/+7
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv2-4/+4
*-dirs packages.
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-11Convert to buildlink3.snj1-6/+6
2004-04-11Convert to buildlink3 and use LDFLAGS.Linux.snj1-7/+5
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj1-6/+6
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-08Add forgotten patch in previous commit. Noticed by Gary Duzan. D'oh.cube1-0/+83
2004-04-07Use more safely the various buffers in postauth.c so that at least itcube5-20/+23
doesn't crash on common configuration. Fixes PR 24982 by Gary Duzan. Also, silently try to delete the configuration directory not to wipe the user's configuration when updating the package. Finally, mark this package as NetBSD and SunOS only, since it will fail on other platforms by lack of default configuration. Bump PKGREVISION.
2004-03-29Use binary stdio because "you're supposed to do that."tv4-3/+100
Needed for Cygwin et al.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-4/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-22Add support for mipseb, from PR 23906.wiz1-1/+3
2004-03-21-lcompat doesn't exist (and isn't needed) on solaris.bouyer1-1/+5
2004-03-16Bl3ify inn (and remove bl2.mk file since newsx is the only user).cube6-65/+127
Patch newsx's configure so that history method auto-detection can be bypassed, which allows build on system with unconfigured inn (such as for bulk-builds). Bump PKGREVISION because now newsx always use indexed method.
2004-03-10Update to 0.99.22.0.1:wiz2-9/+9
* Adding conf-parameter NiceServer, NiceClient, NiceClean with the setpriority function * Adding conf-parameter ListenTo for multihomed hosts * Performance for big NewsCache Spools: change NewsCacheClean from chain to table and lots of bugfixes.
2004-03-09Remove info files entries from PLIST.seb1-2/+1
XXX Does not compile on NetBSD current.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv2-5/+6
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-14bl3ifyminskim1-9/+9
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-24Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant2-4/+4
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc3-6/+6
2004-01-12Do not include bsd.pkg.install.mk directly, set USE_PKGINSTALL instead.salo1-2/+2
(hi cjep!)
2004-01-11Update of news/leafnode to 1.9.49.cjep6-70/+92
Pkgsrc changes since previous version: * Add the news user if necessary (and be compatible with the INN package). * Use bsd.pkg.install.mk. Vendor changes since previous version: (see the Changelog for more details) * Security fix. Do not lock up when the news header ends prematurely. * Revise some memory handling and catch out-of-memory conditions. * Fixes to syslog handling. * Support XOVER without argument. * Fix SEGV in fetchnews.c.
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-31Add newsx.cube1-1/+2
2003-12-31Initial import of newsx, version 1.6, into the NetBSD Package Collection.cube5-0/+87
Newsx is an NNTP client for Unix. It will connect to a remote NNTP server and post outgoing articles batched by the news system, as well as fetch incoming articles. It provides the NNTP capabilities required for small local news spools on installations with NNTP access only through limited ISP accounts. It works well via a dialup SLIP/PPP connection. Newsx is also well suited for large spools with normal feeds, being used for pulling newsgroups from specific NNTP servers that are not distributed in the usual manner. Since newsx obeys the normal news spool configuration file and requires little or no specific configuration, the administrative burden should be minimized.
2003-12-16Update tin to 1.6.1dillo6-67/+35
New / changed Features: ----------------------- . Rebindable keys . New pager . Searched for strings are highlighted . GPG support . NLS support . Charset conversion using iconv(3) . Indicator for articles newer than n-days . art_mark_read, art_mark_killed, art_mark_selected are now configurable . Piping '|' now works on the thread menu . configurable scrolling via scroll_lines . configurable URL handler via url_handler . '.' sorts the newsgroup list . Lots of bug fixes . xref filter rules are now matched against a the reformatted xref line . some others Retired Features ---------------- . INDEX_DAEMON is no longer supported . -U indexing is no longer supported . ~/.tin/headers file is no longer directly supported. Use: . filter rules xref_num and xref_score have been removed . some others
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
2003-11-14Use the c++ front-end to link against c++ libs, so that this'll compilefredb2-1/+15
and run on NetBSD-current, at least.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-10-27Update to 0.9.8.0. Notably, brings in IPv6 support, thus closingcube4-76/+55
PR pkg/18081. Complete change log at http://slrn.sourceforge.net/docs/changes.html . Changes since slrn 0.9.7.4: -1. Changes when building on Un*x: [...] 0. Bug fixes include: [...] 1. Changes to the user interface: [...] 2. When used in combination with slrnpull, slrn now supports "true offline reading". [...] 3. slrnpull no longer completely rewrites the overview files when expiring articles. [...] 4. If your terminal supports it (and you are not using Win32 or OS/2), you can now use colors and attributes at the same time. [...] 5. Set use_recommended_msg_id to 1 in your config file if you want slrn to make use of server-proposed Message-IDs. [...] 6. Added intrinsic functions [...] 7. Custom sorting now allows you to use different criteria for sorting initial articles of threads and articles inside threads. [...] 9. When reading in spool mode with spool_check_up_on_nov set, slrn now finds out the number of bytes of each article, even if it is not included in the news overview file (based on a patch by Jurriaan W Kalkman). 10. Support Cancel-Locks using the canlock library (--with-canlock) that can be obtained from <http://cssri.meowing.net/> [...] 11. Support GNU TLS via its new OpenSSL compatibility layer (--with-gnutls). [...] 12. New command-line option "-w0" that waits on startup, but only if a warning or error is displayed. 13. Updated cleanscore, see contrib/NEWS.cleanscore (Felix Schueller) 14. Verbatim text can be hidden using toggle_verbatim_text (default binding '{') or hide_verbatim_text in the config file. (Arek Sochala) 15. The "BEGIN PGP SIGNED ARTICLE" line is displayed using the "pgpsignature" color and stripped on followups. (Emmanuele Bassi) 16. If query_read_group_cutoff is set to -n, slrn will automatically (without prompting) download n articles when more than n are present. 17. Support Turkish characters on Win32 - set charset to "ibm857" for this. With help from A. Alper ATICI 18. Re-structured the manual and added a chapter about slang's pre-processing facilities. (Matthias Friedrich) 19. The config variable cc_followup_string is obsolete [...] 20. New translations: [be, fi, tr] 21. Remove duplicates when browsing URLs (Ruediger Sonderfeld) 22. IPv6 support (requires getaddrinfo; patch by J.H.M. Dassen (Ray)) 23. A new, updated and more comprehensive FAQ (doc/FAQ) - it replaces the files FAQ, SCORE_FAQ and slrnpull/FAQ (written by Matthias Friedrich and me, based on John E. Davis' original files).
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22896.wiz3-12/+32