summaryrefslogtreecommitdiff
path: root/news/inn/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug which causes innfeed to segfault on 64-bit architectures.Shaun Amott2007-09-261-0/+11
| | | | | | | | | Submitted by: Kai Gallasch <gallasch@free.de> Debugged by: Julien ÉLIE <julien@trigofacile.com> Patched by: roberto Notes: svn path=/head/; revision=200137
* Fix database directory ownership / configure options.Shaun Amott2006-11-011-0/+2
| | | | Notes: svn path=/head/; revision=176088
* Overhaul for the inn ports:Shaun Amott2006-10-313-101/+92
| | | | | | | | | | | | - Turn inn-stable and inn-current into slaves, as they are pretty much clones of news/inn. - Update the above ports to recent snapshots. - Allow inn's database and spool directories to be placed outside PREFIX (e.g. under /var). - Add OPTIONS knobs. Notes: svn path=/head/; revision=175601
* For the inn ports:Shaun Amott2006-08-301-0/+11
| | | | | | | | | | | - Fix build in the case where the host machine has either no DNS, or an incomplete hostname. - Use a generic placeholder in the default config file rather than the build machine's name. - Pet portlint(1) while here. Notes: svn path=/head/; revision=171644
* - Update to 2.4.3Pav Lucistnik2006-05-074-22/+62
| | | | | | | | | | | - Provide rc_subr startup script - Take maintainership PR: ports/96872 Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=161643
* - Update to 2.4.1 (urgent release)Clement Laforet2004-01-081-8/+7
| | | | | | | | | | | | This release fixes a potentially exploitable buffer overflow. Changelog: http://lists.litech.org/pipermail/inn-workers/2004q1/002763.html - Add db41 support Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97666
* Changelog:Mark Linimon2003-11-211-11/+38
| | | | | | | | | | | | | | | - set correctly inn tmpdir [PR 57859: thanks to G. Paul Ziemba" <p-fbsd-bugs@treehouse.napa.ca.us>] - fix PKG_PREFIX for pkg-install, now post install script knows correct prefix - add support for db4, db3 in ovdb. Note for users: inn 2.4.0 DOESN'T SUPPORT db4.1. If you want to use db4.1, use inn-stable instead. PR: ports/58394 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=94608
* update: news/innDaichi GOTO2003-09-262-0/+103
| | | | | | | | | | | | - Now config files are not removed - add many knobs - Use USE_OPENSSL hook PR: 57160 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=89416
* Upgrade to 2.4.0, which introduces, amongs other new features, IPv6Dag-Erling Smørgrav2003-05-111-13/+0
| | | | | | | | | support. Many thanks to Thierry Thomas <thierry@pompo.net> for advice and testing. Notes: svn path=/head/; revision=80695
* Avoid chown'ing /usr/local/man/man* to news:news.Dag-Erling Smørgrav2001-03-111-0/+13
| | | | Notes: svn path=/head/; revision=39499
* Fix bogon that made it impossible to stop innd.Dag-Erling Smørgrav2000-09-241-1/+1
| | | | Notes: svn path=/head/; revision=33071
* Upgrade to 2.3.0.Dag-Erling Smørgrav2000-09-241-2/+2
| | | | | | | | Note that unless you already have a /var/news or /var/spool/news directory, the spool directory now defaults to /usr/local/news/spool. Notes: svn path=/head/; revision=33066
* Upgrade to inn 2.2-releaseTorsten Blum1999-05-021-2/+2
| | | | Notes: svn path=/head/; revision=18326
* Remove leading '[ -x' so this script works as intended.Steve Price1998-05-101-1/+1
| | | | | | | | PR: 6534 Submitted by: Vadim Chekan <vadim@gc.lviv.ua> Notes: svn path=/head/; revision=10937
* fix invalid ctlinnd option (stop)Andreas Klemm1998-02-141-1/+1
| | | | | | | | And closed PR 5620, since all things are fixed now Submitted by: Adrian Wontroba <aw1@stade.co.uk> Notes: svn path=/head/; revision=9716
* - upgrade to 1.7.2Torsten Blum1998-01-251-0/+9
- install $PREFIX/etc/rc.d/innd.sh (start and stop) - change group of $PREFIX/bin/rnews from uucp to dialer to work around a problem when using inn with uucp (rnews is not world-executable to prevent injection of faked articles) - don't install binaries in $PREFIX/etc - use /var/{spool,}/news/tmp instead of /var/tmp for rnews, otherwise rename will fail Notes: svn path=/head/; revision=9444