summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
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
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf3-7/+7
XXX need to teach pkglint to be more picky about this
2001-02-24Bump the version number to 1.0nb3 after major rework of IPv6 patch:tron6-74/+107
- No busy loops when connecting to the NNTP server. - Handle multiple records return by getaddrinfo(3) at the proper location. - Avoid unnecessary socket creations and deletions by always passing the correct address family to open_socket().
2001-02-23Add IPv6 support and bump version number to 1.0nb2.tron26-6/+531
2001-02-20Add missing "REQUIRE:" and "PROVIDE:" headers.tron1-1/+4
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz24-25/+25
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-13/+15
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-13pull latest IPv6 patch. should fix PR 12184.itojun2-4/+4
2001-02-11Use "${MASTER_SITE_SOURCEFORGE}" in master site list.tron1-3/+2
2001-02-08Update "inn" package to version 2.3.1. Changes since version 2.2.3:tron14-222/+157
INN 2.3.0 represents a significant architectural change to INN, with a completely new internal overview interface, three new overview mechanisms, two new article storage mechanisms, and the elimination of quite a few old interfaces and old code. The NetBSD package furthermore includes IPv6 support and a new style startup script with backwards compatibility.
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz2-1/+9
2001-01-29Some more MESSAGE cleanup.wiz1-4/+4
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf4-8/+8
2001-01-21Sigh, I don't know why, but the Makefile in my tree had different content.veego1-24/+24
2001-01-21Ever package Makefile needs an '.include "../../mk/bsd.pkg.mk"'veego1-24/+24
Add it here.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-29change homepage and download sites; bump version to trn-test74dogcow2-7/+8
2000-12-27add & enable newsfetchhubertf1-1/+2
2000-12-27Add newsfetch-1.3:hubertf7-0/+55
NEWSFETCH downloads network news into mail-format files. It can also pass the fetched news articles to programs like procmail to process them further into different folders, forward or deliver them. Submitted by Jason R. Fink <jrf@diverge.org> in PR 11232.
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-10-30Update to 0.9.6.3mjl2-4/+4
0. Bug fixes: artmisc.c: If a line is marked as a PGP line, then it cannot also be a quote line. art.c: Only wrap/unwrap an article when the display requires it. art.c: Allow rot13 to apply to signature. uudecode.c: If a line contains a space, then skip it. art.c: get_parent_headers: avoid self-referencing articles group.c: remove arbitrary group name length limit. group.c: code added to support for arbitrarily long newsrc lines. art.c: Fix sorting methods 4 and 6. art.c: Add From header to forwarded emails. art.c: MIME process article after saving it. art.c: have ESC-p sync line with parent. art.c: avoid infinite loop on search_article (""); post.c: if signature is "", then do not add it. mime.c: allow whitepspace to follow `=' continuations art.c: update thread scores after art_xpunge 1. #v+/#v- verbatim marks may be hidden via `hide_verbatim_marks' variable. The article mode function "toggle_verbatim_marks" may be used to toggle the state of the marks. 2. Special characters in URLs are passed to browser in hex format. 3. BeOS system name added to version.c 4. line length check skipped in verbatim sections. 5. doc/README.macros: Mention post_file_hook 6. src/xover.c: algorithm for extracting msg-id from In-Reply-To changed. 7. The thread tree depth maximum size (for the graphic) was increased from 32 to 256 after reworking how the graphic is stored. 8. doc/slrn.1,slrn.rc: typos fixed 9. src/startup.c: "blue" foreground colors changed to "lightgray" to make the object standout on xterm. 10. The `Date' header may be given a color 11. macros/color.sl updated 12. New slrnrc variable: 'set check_new_groups 1'. If 0, then do not check for new groups 13. src/post.c: Allow verbatim sections to exceed 80 character line limit with no warning.
2000-10-15Add TIN_USE_INN_SPOOL which enables support for reading directly in an innveego1-3/+17
spool. This makes reading news much faster if you have a local inn.
2000-10-12Add machine config for arm32kim2-1/+45
XXX: may break arm26, if LOWER_OPSYS is "arm" on them
2000-10-11add missing mipsel machine config file.dmcmahill2-1/+103
2000-09-09Fix build on m68k; add a MASTER_SITE.wiz1-2/+4
2000-09-01Update to 2.2.3. Fixes PR#10932.veego7-42/+38
Changes: - INN no longer installs inews setgid news or rnews setuid root by default. If you need the old behavior, --enable-uucp-rnews or --enable-setgid-inews must be given to configure. See INSTALL for more information. - A security hole when verifycancels is turned on in inn.conf (not the default) was fixed. - Message IDs are now limited to 250 octets to prevent interoperability problems with other servers. - Various other security paranoia fixes have been made. - Embedded Perl filters fixed to work with Perl 5.6.0. - Lots of bug fixes.
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam2-30/+33
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-3/+3
2000-08-17USE_PKGLIBTOOL -> USE_LIBTOOLwiz5-9/+42
Added hack to post-build since the package's libtool recognizes more switches for the install program than the default libtool.
2000-08-10Update to 1.4.4. Changes: Mainly bug and security fixes.wiz2-4/+4
2000-08-01Skip bogus "POSIX_SOURCE" symbol definition under NetBSD because ittron2-1/+19
causes build failures under NetBSD 1.5A or newer.
2000-07-11Use X11PREFIX in preference to X11BASE, just in case xpkgwedge isagc1-5/+5
installed. Also use a shell "for" loop in preference to a make ".for" loop.