summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
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
2002-06-16Add and enable leafnode.cjep1-1/+2
2002-06-16Initial import of Leafnode 1.9.22 into the NetBSD packages collectioncjep8-0/+226
as news/leafnode. Leafnode is a USENET software package designed for small sites, with a few tens of readers and only a slow link to the net. The work in this package is based on that of Ingolf Steinbach in PR#13830. wiz@ made some suggestions as well. Thanks to both of them.
2002-06-15No good distsite, use master_site_localshell1-3/+3
(PR#17236 by Dawid Szymanski <dawszy@tgr.lubin.edu.pl>)
2002-06-02Remove gnus -- it had conflicting PLIST with the emacs package,wiz5-150/+1
and the one included in emacs-21 is newer. Ok'd by the MAINTAINER.
2002-05-15Remove version number from text, and fmt(1).wiz1-8/+9
2002-05-13Add and enable cg.wiz1-1/+2
2002-05-13Initial import of cg.wiz4-0/+31
cg is a semi-automatic newsgroup binary downloader. It assembles parts based on subject headers and then offers them in an editor for the user to choose which files he really wants. It supports decoding data in the following formats: uuencode (both single- and multi-posting binaries) MIME (multipart/mixed, message/partial; base64, quoted printable, x-uuencode) yEnc
2002-04-20On arm32, use gcc-2.95.3 to avoid internal egcs errors.cjep1-1/+5
2002-04-06Fix typo (and bulk build).wiz1-2/+2
2002-04-06Remove two mirror sites that do not provide the file.wiz1-4/+2
2002-04-05Fix a typo.wiz1-1/+1
2002-04-05Remove empty line.wiz1-2/+1
2002-04-05add missing libexec/nntpcache.debugproff1-1/+2
2002-04-05Update to 3.0.1 and remove reference to few bogus mirror sites.proff4-31/+37
3.0.1 Sat Apr 6 01:59:56 EST 2002 (ap.pog.gia.tu.ra) * compat: update config.sub and config.guess to autoguess Darwin / MacOSx * compat: update ./configure to autoconf-2.53 3.0-b2 Fri Apr 5 01:32:28 EST 2002 (oneiromancy) * new: README.pam * change: use $libexec/nntpcache.debug for debug symbols * new: permit ':' and '@' in username and password definitions. some At-Home & MS passport controlled (ugh) were of this format * compat: be more flexible in closing and re-assigning file-descriptors. fixes some bogus openlog()/ closelog() implementations * change: doc/proff.style NAZI's * compat: eliminate pid_t warning in src/debug.c * compat: change "stat" to "status" for contrib/newshound/newshound.c. "stat" conflicted with the stat.h definition under AIX-5.1 * change: don't try and debug the debug task if it can no-longer read messages from other tasks * new: explicitly tell users to use 'nntpcached -n' for INSTALL step 8 3.0-b1 Sat Mar 30 11:51:29 EST 2002 (Enantiomorphosis) * new: idiot proof nntpcache.servers configuration * new: Make the decision to use a new mmap backing file on restart configuration via "refreshMmap" * change: explicitly enable core dumps * bugfix: fix bogus log message in src/xover.c * new: prevent runaway debug analysis by checking at most once every half hour * change: use mode, as opposed to flock/lockf locking for cached articles/headers. this technique is more reliable over nfs and newserver/reader crashes * new: robustify newsgroup structure locking * compat: under MacOSX, cc reports as gcc, but gcc CPP is not "gcc -E" * compat: AIX needs -lbsd for flock() * new: verbosely describe "server rebuild in progress" error * change: don't warn on seeing (\r[^\n])+\r\n, as this seems to be embedded in quite a few wild articles * bugfix: fix a few (usually rare) xover bugs * change: reorganise xover opening/locking/writing functions * compat: parse numbers representing time_t so as not to depend on the size of time_t (Tru64/OSF/alpha needed this) * compat: remove extra ';' in src/http.c which caused SUNSpro (Solaris CC) to choke * new: improved xover expiry * change: remove a warning in src/bregex.c. Note that the other warnings (at least under gcc and SUNSpro are bogus) * compat: use strrchr instead of rindex in src/authinfo_pipe.c * compat: EXPORT PAM functions only after pam types have been defined * compat: PAM compatability for Solaris and FreeBSD (tested on Solaris-8.x and FreeBSD-4.x) * compat: at least one newsreader used AUTHINFO with no arguments simply to check that the command was available. In this case return "350 Continue with authorization sequence" * compat: smarter scripts/genextern.sh * compat: add/reorder includes for mmap/mmap_tests.c * bugfix: don't use autoconf to generate mk/rules.mk, as automake uses this file before configure time. * compat: add SPT_PADCHAR definition for Linux in libproff/setproctiltle.c * change: add comment about bogus gcc warning in libproff/pattern.c * change: update doc/proff.style * change: move newshound config file to /etc/newshound/ * bugfix: various newshound bugfixes * new: perl newshound contributed by jer@gweep.net * bugfix: add missing /* */ pair in log.h (amazingly gcc compiled the previous code without complaint) * compat: wrap all GNU C extensions in GNUC_EXT macros, including extensions exported by scripts/genextern.sh (EXPORT macros) * compat: explicitly check for GNU make variations at ./configure time and give copious help if GNU make can not be located. Explicitly tell the user to use the discovered GNU make. * bugfix: CPP does not define build symbols which are needed by scripts/genextern.sh as opposed to cc -E. Always check for cc -E at ./configure time * new: NEWS file * change: modify INSTALL so even the pentagon can understand nntpcache builds with GNUMake * change: modify INSTALL to reflect new mailinglist details * bugfix: extensive three pass automake hackery to force regeneration of .ext's at the correct time and in the correct order * bugfix: sometimes a HEAD followed by a BODY when neither was previously cached resulted additional header characters in the body. Triggered by Pine. * compat: don't use creeping bsd featureisms (warn,<err.h>) in libproff
2002-03-28update to 0.9.7.4:grant3-7/+10
* various bug fixes * allow use of alternate MTA * Spanish, French and Korean translations update MASTER_SITES.
2002-03-15Remove a stray semi-colon. The bug might have led to the program coringfredb2-4/+4
when viewing PNG's in low-memory situations.
2002-03-13Add powerpc support (distinct from the machine file for rs6000)jmc2-1/+26
2002-03-13Binding "Ctl-P" to mime_hack(png,uue) doesn't work, because Ctl-P isfredb2-1/+39
already bound to "scroll up". Leave unshifted Ctl-P and Ctl-N to scroll up and down, but let Shift-Ctl-P display a uuencoded PNG file.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-4/+5
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-01Update Pan to 0.11.2. Literally *hundreds* of bug fixes and refinementsfredb10-96/+35
documented in the "NEWS" file since the release of 0.10.0.93, only four months ago! Still point-oh, but more usable than ever before.
2002-02-18Introduce new framework for handling info files generation and installation.seb3-6/+8
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll3-18/+18
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-21Apply fix from PR 15311 from David Rankin - include bsd.prefs.mk beforeagc1-3/+4
attempting to test the value of USE_INN.
2002-01-10Remove non-existing patch-aa from distinfo.wiz1-2/+1
2001-12-02Use wildcard dependence on "faces" package.tron1-2/+2
2001-12-01Update to 0.9.7.3mjl3-32/+32
Bug fixes include: * Removed code that unpacks "shell archives" as it causes a serious security hole. * Even when using read_active, slrn would enter all subscribed groups. * force_authentication was ignored when re-connecting. * In rare cases, the need to send authentication data was not recognized. * Interpret "news:" URLs enclosed in angle brackets correctly. * Scorefiles get "include"d only once (no more loops). * Unsubscribed groups are no longer moved to the bottom of the newsrc file. * Multiple '%s' in (non_)Xbrowser are handled correctly (fixes segfault). Minor UI changes: * Tagging ('*') an article marks it as unread. * The new default of 'reject_long_lines' is 2. * When confirm_actions is set, catching up a group requires confirmation. * Complain if user specifies a nonexistant config file on the command line. * Made new_subject_breaks_threads a bitmapped value (see manual for details) On Unix, gettext is used to translate messages. Currently, the following translations are available: - da.po (Danish; Byrial Jensen) - de.po (German; Jens Wahnes) - it.po (Italian; Emmanuele Bassi) - nl.po (Dutch; Jelmer Vernooij) - pl.po (Polish; Jarek Baczynski / Arkadiusz Sochala) - ru.po (Russian; Andy Shevchenko) The new function "view_scores" (bound to 'v' in article mode) shows you which scorefile entries matched the current article. Assigning names to your entries (see score.txt for details) will make this even more useful. The new intrinsic functions "register_hook" and "unregister_hook" allow the definition of multiple functions for most hooks. An autosave copy of the newsrc file is created whenever you leave a group. This can be turned off with no_autosave. Scoring on "Bytes:" (by integer value, not regexp) is possible. In header_display_format, you can use '%b' to display the number of bytes. This is available when reading overview data only (e.g. _not_ in slrnpull)! In *_display_format and *_status_line, the additional modifier '*' can be used to center justify text in a field of a given width. slrn accepts 8bit characters in newsgroup names. Updated cleanscore, see contrib/NEWS.cleanscore The code that allows running slrnpull as an unpriviledged user can now be turned on by passing --enable-setgid-code to configure. It no longer makes outgoing postings group writeable. The bottom line now has its own color object ("message"). New intrinsic functions get_fg_color and get_bg_color that return the current color of an object. In the readline keymap, the new functions "delbol" (^U) and "delbow" (^W) will delete to the beginning of the line or the word, respectively. In selection lists (e.g. used by color.sl), pressing a letter takes you to the next (or previous, if shift was held down) entry that starts with it. ew descriptors in header_status_line: %h, %l and %k now stand for the number of high / low scoring / killed articles, respectively. New intrinsic functions read_mini_variable (tab completes variable names) and read_mini_integer. See macros/varset.sl for an example (easy interactive setting of variables at runtime).
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf3-6/+7
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum36-27/+27
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23bump to 0.9.7.2nb1, by applying fix for a security hole by disablinglukem2-2/+9
the unshar-ing of shell scripts on binary decode.
2001-10-20Ups, forgot an \ at the end of a line.veego1-2/+2
2001-10-19Update pan to 0.10.0.93. This release features minor user interfacerh3-11/+11
improvements and fixes many bugs, including multithread bugs, memory leaks, socket errors, and unabortable tasks.
2001-10-19You can't create more then one directory with ${INSTALL_DATA_DIR} onveego1-2/+4
solaris.
2001-10-15Update pan to 0.10.0.92. Changes are too many to list in detail, butrh10-41/+103
include tons of bugfixes and feature updates. For a detailled list, please see http://pan.rebelbase.com/#010092
2001-10-11Add a note why gnus is disabled [info files conflict, perry's working on it]wiz1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam4-8/+8
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-27disable gnus for temporarily. I messed up vis a vis conflicting info filesperry1-2/+2
2001-09-27add gnusperry1-1/+2
2001-09-27Add a package for Gnus 5.8.8 -- much more up to date than the one in emacs.perry4-0/+148