summaryrefslogtreecommitdiff
path: root/news/inn/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-11-19Added patch-aj, which fixes PR 32114.rillig1-0/+38
2004-07-24regenerate patches with pkgdiff so they apply cleanly withgrant9-38/+39
devel/patch.
2004-07-07Fix configuration parsing problem in "inndstart" which caused it totron1-0/+20
ignore the "bindaddress" keyword in "inn.conf". Fix based on a patch supplied by Bob in PR pkg/26164.
2004-06-02Don't try to setuid(geteuid()) in "rnews" under NetBSD which is documentedtron1-0/+17
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:tron6-97/+17
- builtin IPv6 support - new configuration parser - completely rewriten "send-uucp" which replaces "sendbatch"
2003-07-29Apply patch pkgsrc-wip/newsx/news.inn.patch:wiz1-0/+13
Install header files for other packages (in particular, newsx). Bump PKGREVISION. Approved by tron@
2003-05-13Update "inn" package to version 2.3.5. Changes since version 2.3.4:tron1-7/+7
- Clients using POST are no longer permitted to provide an Injector-Info header. - Fixed a bug causing posts with Followup-To set to a moderated group to be rejected if the posting user didn't have permission to approve postings. - Fixed bugs in inncheck with setuid rnews or setgid inews, in innconfval with inn.conf parameters containing shell metacharacters but no spaces, and in parsedate.y with some versions of yacc. Fixed a variety of size-related printf format warnings (e.g., %d vs. %ld) thanks to the work of Winfried Szukalski. While INN 2.3.5 is not the latest officially released version it is the latest one for which an IPv6 patch is available.
2002-07-06Update "inn" package to version 2.3.3. Changes since version 2.3.2:tron2-18/+9
- 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.
2001-09-12Use "pgp" binary found by "configure" in "pgpverify" instead of hard codedtron1-0/+13
path "/usr/local/bin/pgp".
2001-07-10Update "inn" package to version 2.3.2. Changes since version 2.3.1:tron1-5/+5
- 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-02-08Update "inn" package to version 2.3.1. Changes since version 2.2.3:tron8-121/+58
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.
2000-09-01Update to 2.2.3. Fixes PR#10932.veego4-33/+30
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-17USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+26
Added hack to post-build since the package's libtool recognizes more switches for the install program than the default libtool.
2000-07-03Regen patch-ac which failed to apply before.veego1-8/+4
2000-02-27Update "inn" package to version 2.2.2. Changes since version 2.2:tron1-21/+21
- Various minor bug fixes and a y2k bug fix. The y2k bug is in version version 2.2.1 only and will show up after Jan 1st when a news reader issues a NEWNEWS command for a date prior to the year 2000. - Various bug fixes. Most importantly, bug fixes to potential security holes (buffer overflow type).
1999-09-30Remove build dependence on "bison" package because the "configure" scripttron1-1/+10
can be convinced to use NetBSD's "yacc" instead. Patch supplied by David Rankin in PR pkg/8516.
1999-07-29Because INN fails at many places when its binaries are not installed intron1-7/+6
"${PREFIX}/bin" it gets installed to "${PREFIX}/inn" now. Only the manual pages and the configuration file examples remain at the old location.
1999-07-29Install INN binaries to "${LOCALBASE}/libexec/inn". Only "inews" istron1-5/+10
linked to "${LOCALBASE}/bin". Fixes PR pkg/8110 by Wolfgang Rupprecht.
1999-07-21"make install" could clobber files in "${INN_DATA_DIR}/etc" whiletron1-0/+26
"pkg_add" worked fine.
1999-07-21Adding arbitrary accounts (e.g. UUCP accounts) to the "news" group is atron1-0/+13
possible security problem while execute permission for "rnews" for everyone is not. So install "rnews" with mode 4555 instead of 4550.
1999-07-18Make a few enhancements to "sendbatch".tron1-0/+76
1999-07-18Update INN package to version 2.2. This update is based on the patchestron5-26/+66
supplied by Chris Jones in PR pkg/7597.
1999-02-11Add "ulimit -d `ulimit -H -d`" to news.daily. Provided in pr 6978frueauf1-0/+14
by Chris Jones.
1998-10-18set UPLIBTOOL, EXTLIB and EXTOBJ.matthias1-4/+8
1998-10-18Remove all patches that just remove $(LIBTOOL) from the install rules. Thematthias6-147/+0
result of these patches was that the libtool stub got installed instead of the real binary.
1998-10-12Fix typo.bad1-2/+2
1998-10-02Get libtool from the right place.tv1-10/+18
1998-09-05Add new pkg for inn-2.1garbled8-0/+188
the public release of InterNet News (INN).