aboutsummaryrefslogtreecommitdiffstats
path: root/news/inn-stable
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20010107.des2001-01-082-2/+2
|
* Add pkg-install, forgotten in previous commit.des2000-12-221-0/+28
|
* Update to 2.3.20001220, and try to get as close to news/inn as possible.des2000-12-224-149/+109
| | | | | Ideally, this should use news/inn as MASTERDIR, or the two ports should be merged.
* I already have inn, so I might as well take on inn-stable now that andreasdes2000-11-231-1/+1
| | | | doesn't want to maintain it any more.
* maintenance -> ports@FreeBSD.organdreas2000-11-231-1/+1
| | | | | | | Don't use inn anymore after migrating to leafnode+ maintaining leafnode+ is more suitable for my home environment. So I'm looking for somebody who can test and commit updates and so really maintain the port.
* From the patch submission:andreas2000-08-151-3/+4
| | | | | | | | | | Right now it's difficult to determine if one must upgrade the currently installed server as the pkg_info reports one has "inn-stable-v22" installed. With this patch it's easier to compare the installed version against /usr/ports/INDEX as the version tag changes when you upgrade the port. Submitted by: Martti Kuparinen <martti.kuparinen@lmf.ericsson.se>
* Update inn-stable port to last stable versionandreas2000-07-103-7/+6
|
* <security-officer>kris2000-07-041-1/+4
| | | | | | | | Don't install rnews setgid uucp by default - the INN maintainers don't recommend this binary run with privileges because it is not secure. Anyone who needs the ability to fetch news via UUCP can rebuild the port with WITH_UUCP_SECURITY_HOLE defined. </security-officer>
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Remove setuid news privileges on inews by recommendation of inn maintainerskris2000-06-261-1/+4
| | | | | | | Correct typo from 1.33 which made rnews setuid news, not setgid uucp which it actually required to implement the intended change. Submitted by: Russ Allbery <rra@STANFORD.EDU> (first change) via Bugtraq
* Add simpleftp.1 and mod-active.8 to manpage lists. Note this portasami2000-06-031-3/+4
| | | | | | changes directory permissions so it still doesn't pass the mtree test. Submitted by: bento
* fix bug that creates wrong dir (/news in root)andreas2000-05-311-4/+4
| | | | Submitted by: "Dmitry Grigorovich" <odip@bionet.nsc.ru>
* fix PLIST for package building on bentoandreas2000-04-241-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-4/+4
|
* update to latest -STABLE inn-STABLE_2_2-2000-02-25_03-09andreas2000-02-262-2/+2
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Update to newest STABLE versionandreas1999-12-264-5/+17
| | | | | | | Update PLIST - more dirrm's - added some entries - make packaging more complete
* Typo ("$(CHOWN}" -> "${CHOWN}"). Fix "version required" comment andasami1999-09-111-10/+10
| | | | | | | change "user.group" to "user:group" while I'm here. PR: 13695 Submitted by: netch@lucky.net (Valentin Nechayev)
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* chown -> ${CHOWN}mharo1999-08-231-9/+9
|
* chmod -> ${CHMOD}mharo1999-08-231-3/+3
| | | | chown -> ${CHOWN}
* Get the sources of the inn-stable port from the download sectionandreas1999-08-221-2/+3
| | | | | | | of my homepage. ISC only makes a few version availabe for ftp download, so I'd have to update the port every 3 or 4 weeks. Such an update interval is too heavy for me at the moment.
* Update inn-stable to latest version inn-STABLE_2_2-1999-07-24_03-02andreas1999-07-252-3/+3
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* WWW: - the root of all evilmharo1999-05-031-0/+2
|
* Oops, remove manpages from PLIST as requested from Satoshi.andreas1999-04-111-88/+0
| | | | | BTW, does somebody know, how to recover the overview database if you use storage api ? ;-)
* Update inn stable to inn-STABLE_2_2-1999-04-08_03-01andreas1999-04-113-100/+114
|
* Added COPYRIGHT fileandreas1999-02-251-0/+21
|
* Copyright notice addedandreas1999-02-252-11/+17
| | | | Last changes
* updated inn2 to last recent STABLE versionandreas1999-02-242-29/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inn-STABLE_2_2-1999-02-17_03-02 introduced new variable NEWSSPOOL, which points to news spooldir... - can be fine-tuned in /etc/make.conf - can be overwritten on the commandline - defaults to /var/spool/news, when not set - is set to /var/spool/news, when in port building (BATCH) mode bugfix: tmp- and spool-dir have to live on the same filesystem, to avoid this error: "rnews: cant rename /tmp/36d24c3ehN1072 to /var/spool/news/incoming/36d24c3eTg1072 Cross-device link" Solution -> CONFIGURE_ARGS+=--with-tmp-path=${NEWSSPOOL}/tmp added two comments "(from the author)", to reflect that I'm not personally focussed on perl Some (early) output in the pre-extract phase, to tell the admin, where our news-spool will live: @${ECHO} ">> building inn2 with NEWSSPOOL=${NEWSSPOOL}..." Create ${PREFIX}/news and ${NEWSSPOOL}/news with proper permissions in pre-install target Since we took care about creation of spool-dir in pre-install, we can now safely perform the ${MKDIR}'s in post-install target ${MKDIR} creates ${NEWSSPOOL}/incoming/bad and ${NEWSSPOOL}/incoming at the same time, so save some CPU cycles Fixed update target, manual pages will be compressed now by performing a "compress-man" as well (we had "up to date" uncompressed and old compressed manpages, which is kinda sub-optimal ;-) Well people, I think now we have a real fine inn port. I'd like to ask the inn port maintainer, if we should remove inn, since it's a bit outdated. The new inn2 offers many new features and you have the possibility to change inn's runtime behaviour in config files, instead of recompiling it. Then I think, that the old inn isn't maintained anymore by ISC.
* correct path for rc.news $PREFIX/news/bin/rc.newsandreas1999-02-221-1/+1
| | | | ^^^^^^
* Famous last words for UUCP users, because path of rnews has changed in inn2.andreas1999-02-181-2/+8
| | | | | | So update /etc/uucp/sys with something like this: command-path /bin /usr/bin /usr/local/bin /usr/local/news/bin Document this.
* incoming/bad is also neededandreas1999-02-171-1/+3
|
* news.daily: an incoming spool dir is needed.andreas1999-02-171-1/+3
|
* grammar...andreas1999-02-171-2/+2
|
* when having newsfeeds over UUCP rnews has to be readable for uuxqt ...andreas1999-02-171-1/+3
| | | | Otherwise execution of rnews fails !
* New port inn2.2-stable after repository copy.andreas1999-02-176-126/+265
| | | | | | | | | | | | | | | Thanks to the ports meister ;-) The new features are really cool (cnfs,...). BTW, why can't we use raw partitions for cnfs ??? Please read the file INSTALL carefully in the top level dir of sources ... it explains installation step by step. You still might have to watch for console messages, complaining about missing file or directories (news.times for example). All in all. inn22 is really fun !
* A couple more Y2K links I've been able to find...scrappy1999-01-131-1/+3
|
* Don't use a variable that conflicts with bsd.port.mk USE_PERL5.hoek1998-11-071-4/+4
| | | | | | | Making perl5 support automatic on 3.0 is left for someone who feels like testing it. Reported-by: jdp
* Work with perl5.hoek1998-08-172-70/+5
| | | | Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> (ports/7627)
* Remove leading '[ -x' so this script works as intended.steve1998-05-111-1/+1
| | | | | PR: 6534 Submitted by: Vadim Chekan <vadim@gc.lviv.ua>
* fix invalid ctlinnd option (stop)andreas1998-02-141-1/+1
| | | | | And closed PR 5620, since all things are fixed now Submitted by: Adrian Wontroba <aw1@stade.co.uk>
* correct paths to use tcl from the ports collection if tcl support is wantedandreas1998-02-121-9/+4
| | | | as requested by Satoshi, I hope the port maintainer agrees here.
* Add some comments for compiling the port under -current in Makefileandreas1998-02-101-1/+6
| | | | | | Add two commented out changes to scripts/configure, that easily can be activated, to compile inn on a -current system, which doesn't have TCL in the base OS for ports backward compatibility.
* - upgrade to 1.7.2torstenb1998-01-264-7/+26
| | | | | | | | | | - 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
* Upgrade to 1.5.1sec2torstenb1997-09-163-5/+5
|
* Correctly Enable/Disable PERL5 support according to value of USE_PERL5.charnier1997-05-291-1/+3
| | | | PR: ports/3125
* Upgrade to 1.5.1torstenb1996-12-193-36/+73
|
* Add files/md5 entries for files whose checksum should be ignored as well.asami1996-12-171-1/+1
| | | | Requires rev. 1.239 of bsd.port.mk.
* Ooops, there was a backslash missing for continuing line.max1996-12-081-2/+2
|
* mkdir -> ${MKDIR}max1996-12-081-39/+19
| | | | Use MAN[1358] variables to compress man pages.
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-081-2/+2
| | | | | RESTRICTED or BROKEN. Pointed-out by: asami
* Now, string describing reason for defining these variables must be setmax1996-12-071-3/+2
| | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* patch file has been renamed on PATH_SITEtorstenb1996-07-091-2/+2
| | | | OK'ed by: asami
* Back out Pauls update to unoff4torstenb1996-06-252-4/+10
| | | | OK'ed by: gpalmer
* Update to inn1.4unoff4pst1996-06-212-11/+5
|
* - use systems CFLAGStorstenb1995-10-251-1/+4
| | | | | | - fix the load average check in nnrpd Approved By: asami
* Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".asami1995-10-101-5/+4
| | | | Stepping on the toe of: torstenb
* add libinn.a and it's header files to the package listtorstenb1995-10-061-0/+4
|
* - add an `update' target (won't overwrite configuration filestorstenb1995-10-061-1/+16
| | | | - install libinn.a and it's header files
* the patches has been moved to another directory...torstenb1995-08-091-2/+2
|
* add a NO_PACKAGE=yestorstenb1995-07-021-1/+4
|
* Fix these bugs.asami1995-06-052-3/+12
| | | | | | | | | | - The expiration processing fails when attempting to store a long message-id in the new DBZ database. If left uncorrected, a disk full condition is likely to occur. - When innxmit (on the master) encounters a news article that is cross-posted to LOTS of other newsgroups it segmentation faults. Submitted by: torstenb
* Add public patch for select loop problem.asami1995-05-301-1/+4
| | | | Submitted by: torstenb
* Compress manpages for distrib.pats.5 passwd.nntp.5 too. This solvesasami1995-05-091-1/+2
| | | | the packaging problem.
* Fix the post-install target (gzipping manpages). inews.1 was missingasami1995-05-051-3/+3
| | | | | | the ".1" suffix and something apperaed twice. It still doesn't package though (distrib.pats.5.gz and passwd.nntp.5.gz are missing).
* manpages are compressed now...torstenb1995-05-051-55/+53
|
* - add myself as MAINTAINERtorstenb1995-05-051-5/+31
|
* Makefiles of news ports cleaned up!asami1995-04-121-3/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Next batch of MD5 checksum filesgpalmer1995-01-041-0/+1
|
* Reviewed by: torstenb1994-10-234-0/+150
Submitted by: Obtained from: inn - Internet News