summaryrefslogtreecommitdiff
path: root/news/inn
AgeCommit message (Collapse)AuthorFilesLines
2001-03-01Mechanical changes to use ${PKG_PREFIX} instead of substituting forjlam2-5/+4
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
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.wiz2-2/+2
2001-02-13pull latest IPv6 patch. should fix PR 12184.itojun2-4/+4
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.wiz1-0/+5
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf2-4/+4
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-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.jlam1-5/+5
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-07-03Regen patch-ac which failed to apply before.veego2-10/+6
2000-07-03test(1) -e doesn't work on Solaris so use -f instead.veego1-2/+2
2000-07-03Make it work on Solaris (fix the sendmail path).veego1-2/+10
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-02-27List me as maintainer of this package.tron1-2/+2
2000-02-27Update "inn" package to version 2.2.2. Changes since version 2.2:tron5-28/+30
- 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).
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-09-30Remove build dependence on "bison" package because the "configure" scripttron3-6/+13
can be convinced to use NetBSD's "yacc" instead. Patch supplied by David Rankin in PR pkg/8516.
1999-08-24Make sure that "bison" binary from package sources is used.tron1-2/+2
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-07-29Because INN fails at many places when its binaries are not installed intron5-129/+131
"${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" istron5-112/+121
linked to "${LOCALBASE}/bin". Fixes PR pkg/8110 by Wolfgang Rupprecht.
1999-07-26Create configuration files in "${PREFIX}/etc/nntp" automatically so thattron3-4/+21
newsreaders like "nn" or "trn" can use them.
1999-07-24Use "su" with "-c" so that it works for accounts with login shell othertron1-2/+2
than "/bin/sh", too.
1999-07-24"rc.news" should be started with "su news" of course.tron1-2/+2
1999-07-21We want to start "rc.news" and not "inndstart" of course.tron1-3/+3
1999-07-21"make install" could clobber files in "${INN_DATA_DIR}/etc" whiletron3-4/+31
"pkg_add" worked fine.
1999-07-21Add standard script to launch INN at system startup.tron3-2/+17
1999-07-21Adding arbitrary accounts (e.g. UUCP accounts) to the "news" group is atron2-1/+15
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 patchestron13-277/+333
supplied by Chris Jones in PR pkg/7597.
1999-07-09Add package patch checksum files.agc1-0/+5
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-17Don't depend on sendmail being found in the PATH.bad1-2/+3
Don't pickup random crap, $LOCALBASE/bin/perl or bust!
1998-10-12Fix typo.bad1-2/+2
1998-10-02Get libtool from the right place.tv1-10/+18
1998-09-17Define and use INSTALL_FILE.agc1-2/+5
1998-09-05Add new pkg for inn-2.1garbled16-0/+575
the public release of InterNet News (INN).