summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
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
2001-09-12Use "pgp" binary found by "configure" in "pgpverify" instead of hard codedtron2-1/+15
path "/usr/local/bin/pgp".
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-28Update to 0.99.17.mjl5-40/+35
* src/crypt.cc: corrected stupid salt calculation * src/NewsCache.cc (ns_newgroups): fixed a y2k bug (nnrpd): disabled stream buffering, some clients had problems with this
2001-08-22Update to 0.9.7.2. Plus: clean up Makefile, buildlinkify.mjl5-84/+117
Besides a number of bugfixes, better support for non-Unix systems and a bit of new documentation, it starts up faster on some systems and has minor new features, like tab completion or detection of ``news:'' URLs. It is also more RFC compliant than ever. It has a fully customizable group mode and status bars, highlights URLs, makes use of some common NNTP extensions, offers better documentation and has lots of minor improvements and bugfixes over the previous version.
2001-08-15Bump version to 1.0nb7 for a couple of gratuitious changes:fredb5-3/+222
Implement percent ('%') filename expansion in the "pipe" widget of the save/pipe dialog. Especially useful for setting Knews*shellfield.buffer in ${XENVIRONMENT}. Count articles for save/pipe command as "1 of N", "2 of N", and so on.
2001-07-29Redirect standard output to "/dev/null" when starting "rc.news" to avoidtron1-2/+7
flooding of the console with unimportant INN log messages.
2001-07-26update for new patch-aahubertf1-1/+2
2001-07-26Try building slrn with a LOCALBASE!=/usr/pkg -> *boom*hubertf1-0/+22
slrn looks for libslang in /usr/pkg by default, and doesn't know about looking in other locations. Use $PREFIX instead of /usr/pkg now. Found while compiling this on Solaris (w/o Zoularis, of course :)
2001-07-25Solarias has "sendmail" in "/usr/lib" and not in "/usr/sbin".tron2-9/+14
2001-07-24Make this package work under Solaris.tron2-6/+11
2001-07-16Add "--enable-setgid-inews" to "CONFIGURE_ARGS" because "inews" istron1-1/+2
otherwise only executable for member of the group "news" and can't hence be used as posting frontend for e.g. the "nn" package.
2001-07-10Update "inn" package to version 2.3.2. Changes since version 2.3.1:tron4-16/+20
- innxmit can again handle regular filenames as input as well as storage API tokens (allowing it to be used to import an old traditional spool). - Several problems with tagged-hash history files have been fixed thanks to the debugging efforts of Andrew Gierth and Sang-yong Suh. - A very long-standing (since INN 1.0!) NNTP protocol bug in nnrpd was fixed. The response to an ARTICLE command retrieving a message by message ID should have the message ID as the third word of the response, not the fourth. Fixing this is reported to *possibly* cause problems with some Netscape browsers, but other news servers correctly follow the protocol. - Some serious performance problems with expiration of tradspool should now be at least somewhat alleviated. tradspool and timehash now know how to output file names for removal rather than tokens, and fastrm's ability to remove regular files has been restored. This should bring expiration times for tradspool back to within a factor of two of pre-storage-API expiration times. - An item that was actually changed in 2.3.0 but wasn't noted in NEWS when it should have been: 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. - Added a sample subscriptions file and documentation for it and innmail. The changes required for this update were contributed by Bernd Ernesti in PR pkg/13299.
2001-06-05LICENSE=no-profitjtb1-2/+2
2001-06-04Add LICENSE=trn-licensejtb1-1/+3
2001-06-04The tin source files bear the following notice:jtb1-1/+4
* You may freely copy or redistribute this software, * so long as there is no profit made from its use, sale * trade or reproduction. You may not change this copy- * right notice, and it must be included in any copy made Add RESTRICTED="Profit from use, sale, trade, or reproduction disallowed" to Makefile.
2001-06-04Do not sell, rent, trade, market, or use nntpclnt for monetary profit.jtb1-1/+6
2001-05-31Added patch: Don't treat To: headers in articles as From: headers.dillo2-1/+18
(Patch sent to maintainers, will be in next version.)
2001-05-23fix bug: Rereading active file doesn't reread active.mail (MH boxdillo4-2/+44
pseudo newsgroups), bumping version to 1.4.5nb1. Patches sent to maintainers.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-05-21Update tin to 1.4.5. Changes:hubertf2-6/+6
-- 1.4.5 release 20010409 "One More Nightmare" -- 031) Dirk Nimmich <nimmich@uni-muenster.de> BUG. empty news_headers_to_[not_]display_array could cause a SIGSEGV BUG. changing beginner_level or show_description from the options menu messed up the screen FIX. proto.h, config.c, signal.c 030) Thomas E. Dickey <dickey@herndon4.his.com> ADD. VMS port FIX. Makefile, aclocal.m4, config.guess, config.sub, configure[.in], mkdirs.sh, bugrep.h, config.h, extern.h, proto.h, tin.h, config.c lang.c, main.c, misc.c, save.c, signal.c, descrip.mms, pcre.mms vms/libvms.mms, vms/parsdate.c, vms/vmsdir.c, vms/vmsfile.c, vms/vmspwd.c, vms/select.h 029) Urs Janssen <urs@tin.org> BUG. possible bufferoverrun in read_groups_descriptions() on very long groupnames/descriptions ADD. allow superseding of articles even if one of the groups isn't in the active file. FIX. mail.c, post.c
2001-05-10Add missing "shutdown" keyword in startup file.tron1-1/+2
2001-05-09Use SHA1, and add size.wiz2-4/+6
2001-05-06Manually make slrnpull, and add it to PLIST.wiz2-2/+6
Noted by Martin Ammermueller. Should close pkg/12542.
2001-05-03Don't disable slrnpull and spool; addresses pkg/12542.wiz1-3/+2
2001-04-28Add some missing files to the PLIST. I don't know why I found morejtb1-1/+6
leftovers than the i386 bulk build.
2001-04-24Add and enable panrh1-1/+2
2001-04-24Initial import of pan-0.9.6, an advanced, threaded Gnome newsreader.rh7-0/+154
2001-04-19Move to sha1 digests, and add distfile sizes.agc10-20/+31
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc34-113/+85
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09PREIX -> PREFIX, per PR 12587hubertf1-2/+2
2001-04-01Update to 0.9.7.0.1 (= 0.9.7.0a). Changes:mjl2-4/+5
slrn does not crash in spool mode. S-Lang versions < 1.4.0 can be used; in this case, the set_utf8_conversion_table intrinsic is not available.
2001-03-30Update to 0.9.7.0. Lots of changes, mostly bugfixes. Quote from themjl7-120/+64
maintainer: "Besides adding exciting new features, it also fixes a lot of annoying and some (potentially) security relevant bugs, so I recommend the upgrade."
2001-03-26Update do_png() to no longer use the deprecated "libpng" functions.fredb2-1/+141
"knews" was dumping core when trying to display a PNG image inline, and now it doesn't. Note: "Ctl-P" for UU encoded PNG's is a no-op (unrelated problem). You'll need to have a message with a properly mime-encoded PNG image in order to see do_png() go to work.
2001-03-12Don't try to connect to alternate IP addresses of the news server if thetron3-8/+10
user cancelled the operation. Bump version number to "1.0nb6".
2001-03-10Further improvement of IPv6 patches:tron4-47/+80
- Make IPv6 addresses (not names) work. You still need to specify the port number explicitly in this case. - Fix bug in connection loop which caused PR pkg/12329. The version number is bumped to "1.0nb5".
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-03-01Mechanical changes to use ${PKG_PREFIX} instead of substituting forjlam2-5/+4
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-02-25Fix another bug in IPv6 support. Bump version number to 1.0nb4.tron3-24/+26