The FreeBSD Ports Archive
FreeBSD news : inn4>
InterNetNews -- the Internet meets Netnews
InterNetNews -- the Internet meets Netnews
InterNetNews -- the Internet meets Netnews
inn history
v. 1.88
date: 2007/10/07 05:45:00; author: linimon; state: Exp; lines: +1 -0
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
v. 1.87
date: 2007/09/26 19:10:54; author: shaun; state: Exp; lines: +1 -1
Fix a bug which causes innfeed to segfault on 64-bit architectures.
Submitted by: Kai Gallasch
Debugged by: Julien ÉLIE
Patched by: roberto
v. 1.86
date: 2007/07/23 09:36:22; author: rafan; state: Exp; lines: +1 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.85
date: 2007/01/26 22:54:21; author: shaun; state: Exp; lines: +2 -1
Fix inn and inn-current install.
Nudged by: pav
v. 1.84
date: 2006/11/05 23:08:55; author: shaun; state: Exp; lines: +2 -2
- Fix PLIST for inn-current.
- Check files exist before stripping, as strip(1) on 4.x fails if the
file isn't there.
Reported by: pointyhat via kris
v. 1.83
date: 2006/11/02 02:52:42; author: shaun; state: Exp; lines: +2 -1
Pass the correct directories to configure when a non-default INN_LAYOUT
option is used.
v. 1.82
date: 2006/11/01 15:14:40; author: shaun; state: Exp; lines: +2 -1
Fix database directory ownership / configure options.
v. 1.81
date: 2006/10/31 02:35:51; author: shaun; state: Exp; lines: +142 -78
Overhaul for the inn ports:
- 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.
v. 1.80
date: 2006/08/30 00:39:05; author: shaun; state: Exp; lines: +2 -13
For the inn ports:
- 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.
v. 1.79
date: 2006/08/23 20:57:28; author: shaun; state: Exp; lines: +5 -4
Amend hostname check to succeed if /bin/hostname fails.
Another work-around for those pesky amd64 machines.
v. 1.78
date: 2006/08/03 14:39:44; author: shaun; state: Exp; lines: +14 -2
- Fix a few incorrect file permissions after install.
- Check for invalid hostname and set IGNORE, since we know the build
will fail in this case.
- Ensure pkg-install is called with correct environment.
v. 1.77
date: 2006/06/19 20:06:56; author: shaun; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
v. 1.76
date: 2006/06/09 20:30:48; author: thierry; state: Exp; lines: +2 -2
Fix plist: it's now possible to install inn from package.
PR: ports/98469
Submitted by: Shaun Amott (maintainer)
v. 1.75
date: 2006/05/28 19:38:52; author: thierry; state: Exp; lines: +4 -0
Don't remove database data files during the next upgrade.
PR: ports/98038
Submitted by: Shaun Amott (maintainer)
v. 1.74
date: 2006/05/07 21:16:15; author: pav; state: Exp; lines: +10 -12
- Update to 2.4.3
- Provide rc_subr startup script
- Take maintainership
PR: ports/96872
Submitted by: Shaun Amott
v. 1.73
date: 2006/05/01 10:22:33; author: clement; state: Exp; lines: +1 -1
- Drop maintainership
v. 1.72
date: 2004/03/01 15:47:06; author: clement; state: Exp; lines: +16 -0
Strip binaries.
Noticed by: naddy (monthes ago)
v. 1.71
date: 2004/02/26 16:27:44; author: clement; state: Exp; lines: +1 -1
Cosmetic change: add missing quotes.
v. 1.70
date: 2004/02/26 16:20:50; author: clement; state: Exp; lines: +11 -3
- Add WITH_STANDARD_ETC knob
If you define WITH_STANDARD_ETC inn config files are put
in ${PREFIX}/etc/inn
Requested by: Jochen Gensch (PR 61974)
v. 1.69
date: 2004/02/11 17:55:28; author: clement; state: Exp; lines: +2 -2
- Add a little workaround to keep man directories owned by root.
- Unmark as FORBIDDEN.
Noticed by: kris
v. 1.68
date: 2004/02/04 05:08:28; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.67
date: 2004/01/30 09:08:42; author: kris; state: Exp; lines: +2 -0
FORBIDDEN: Changes ownership of system directories
v. 1.66
date: 2004/01/08 10:36:12; author: clement; state: Exp; lines: +0 -0
Forced commit to clarify previous commit message:
ChangeLog:
http://lists.litech.org/pipermail/inn-workers/2004q1/002762.html
Security bug explanation:
http://lists.litech.org/pipermail/inn-workers/2004q1/002763.html
Approved by: erwin (mentor)
v. 1.65
date: 2004/01/08 10:20:41; author: clement; state: Exp; lines: +4 -5
- Update to 2.4.1 (urgent release)
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)
v. 1.64
date: 2003/11/21 04:53:39; author: linimon; state: Exp; lines: +16 -6
Changelog:
- set correctly inn tmpdir [PR 57859: thanks to G. Paul Ziemba"
]
- 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 (maintainer)
v. 1.63
date: 2003/09/28 15:30:53; author: daichi; state: Exp; lines: +1 -1
update news/inn:
- fix build for news/newsx if inn* is installed via a package
PR: 57313
Submitted by: Clement Laforet (maintainer)
Pointed out by: Kris via dosirak
v. 1.62
date: 2003/09/26 06:32:40; author: daichi; state: Exp; lines: +41 -3
update: news/inn
- Now config files are not removed
- add many knobs
- Use USE_OPENSSL hook
PR: 57160
Submitted by: Clement Laforet (maintainer)
v. 1.61
date: 2003/08/01 05:14:24; author: daichi; state: Exp; lines: +29 -15
update news/inn:
- Add python knob
- Add WITH_TAGGED_HASH (from PR 36587 (thanks to Thomas Seck)
- clean/move stuff from do-install: to post-install:
- make "portlint -A" happy
PR: 55108
Submitted by: Clement Laforet (maintainer)
Pointed out by: Thomas Seck
v. 1.60
date: 2003/07/24 16:05:15; author: osa; state: Exp; lines: +1 -1
Give maintainership to Clement Laforet
PR: 54816
v. 1.59
date: 2003/07/14 14:51:43; author: des; state: Exp; lines: +1 -1
I no longer have time to properly maintain these ports.
v. 1.58
date: 2003/05/11 20:43:14; author: des; state: Exp; lines: +44 -42
Upgrade to 2.4.0, which introduces, amongs other new features, IPv6
support.
Many thanks to Thierry Thomas for advice and testing.
v. 1.57
date: 2003/04/14 12:25:52; author: des; state: Exp; lines: +1 -1
Upgrade to 2.3.5, which was released during the freeze.
v. 1.56
date: 2003/03/07 06:07:44; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.55
date: 2003/01/06 09:21:24; author: des; state: Exp; lines: +1 -1
Upgrade to 2.3.4.
v. 1.54
date: 2002/11/26 09:54:23; author: des; state: Exp; lines: +2 -2
Force ${PREFIX}/news/spool during package building.
v. 1.53
date: 2002/11/21 11:33:32; author: edwin; state: Exp; lines: +1 -0
Both ports need perl to configure (see configure looks for the
version) and to run (bunch of perl-scripts in contrib/samples/innfeed
directory)
Noticed on: bento
v. 1.52
date: 2002/08/01 07:35:52; author: ijliao; state: Exp; lines: +2 -1
add MASTER_SITE_ISC (1) and apply them
PR: 41218
Submitted by: Kimura Fuyuki (1)
v. 1.51
date: 2002/05/07 22:57:54; author: des; state: Exp; lines: +1 -2
Upgrade to 2.3.3.
v. 1.50
date: 2001/11/07 09:01:11; author: des; state: Exp; lines: +2 -1
Add NO_LATEST_LINK; inn-stable will always be at least as recent as inn.
v. 1.49
date: 2001/06/05 04:30:20; author: des; state: Exp; lines: +3 -2
Build with SSL/TLS support.
v. 1.48
date: 2001/05/24 14:17:13; author: des; state: Exp; lines: +3 -2
Install two additional headers.
Submitted by: dinoex
v. 1.47
date: 2001/05/04 21:40:06; author: des; state: Exp; lines: +8 -8
Upgrade to INN 2.3.2.
v. 1.46
date: 2001/03/11 01:18:51; author: des; state: Exp; lines: +2 -2
Forgot to bump PORTREVISION.
v. 1.45
date: 2001/03/06 23:28:17; author: des; state: Exp; lines: +10 -3
Install some header files which third-party utils may need.
Avoid leaving cruft behind in the db directory.
v. 1.44
date: 2001/03/05 15:00:32; author: des; state: Exp; lines: +7 -4
Belatedly upgrade to 2.3.1.
v. 1.43
date: 2000/10/07 17:29:26; author: des; state: Exp; lines: +1 -3
ISC no longer maintains Y2K information for INN.
v. 1.42
date: 2000/09/24 12:43:39; author: des; state: Exp; lines: +9 -10
Fix portlint warnings.
v. 1.41
date: 2000/09/24 12:29:44; author: des; state: Exp; lines: +40 -24
Upgrade to 2.3.0.
Note that unless you already have a /var/news or /var/spool/news directory,
the spool directory now defaults to /usr/local/news/spool.
v. 1.40
date: 2000/06/07 07:35:48; author: asami; state: Exp; lines: +5 -4
Merge simpleftp.1 and mod-active.8 change from inn-stable/Makefile.
Submitted by: bento
v. 1.39
date: 2000/04/09 17:32:55; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.38
date: 2000/01/28 21:04:32; author: torstenb; state: Exp; lines: +2 -2
Upgrade to inn 2.2.2
v. 1.37
date: 1999/09/11 10:09:47; author: asami; state: Exp; lines: +4 -1
/var/spool/news doesn't exist by default, so create it in pre-install.
v. 1.36
date: 1999/09/10 08:44:39; author: torstenb; state: Exp; lines: +6 -4
Upgrade to INN 2.2.1.
One of the bugs that has been fixed is a buffer overflow in inews.
Please upgrade to 2.2.1 if yo
v. 1.35
date: 1999/08/31 06:49:33; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.34
date: 1999/08/30 14:31:37; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.33
date: 1999/08/22 18:59:42; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.32
date: 1999/05/12 07:26:27; author: torstenb; state: Exp; lines: +2 -2
Fix a typo.
Approved by: asami
Noticed by: Andrew Gallatin ,
Jeremy Prior
v. 1.31
date: 1999/05/02 20:28:00; author: torstenb; state: Exp; lines: +45 -60
Upgrade to inn 2.2-release
v. 1.30
date: 1999/01/13 04:17:38; author: scrappy; state: Exp; lines: +3 -1
A couple more Y2K links I've been able to find...
v. 1.29
date: 1998/11/07 08:49:32; author: hoek; state: Exp; lines: +4 -4
Don't use a variable that conflicts with bsd.port.mk USE_PERL5.
Making perl5 support automatic on 3.0 is left for someone who feels
like testing it.
Reported-by: jdp
v. 1.28
date: 1998/08/16 18:56:31; author: hoek; state: Exp; lines: +5 -4
Work with perl5.
Submitted by: Don Croyle (ports/7627)
v. 1.27
date: 1998/02/11 17:58:27; author: andreas; state: Exp; lines: +4 -9
correct paths to use tcl from the ports collection if tcl support is wanted
as requested by Satoshi, I hope the port maintainer agrees here.
v. 1.26
date: 1998/02/10 06:05:23; author: andreas; state: Exp; lines: +6 -1
Add some comments for compiling the port under -current in Makefile
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.
v. 1.25
date: 1998/01/25 21:41:01; author: torstenb; state: Exp; lines: +11 -3
- upgrade to 1.7.2
- 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
v. 1.24
date: 1997/09/15 20:11:44; author: torstenb; state: Exp; lines: +2 -2
Upgrade to 1.5.1sec2
v. 1.23
date: 1997/05/29 06:38:42; author: charnier; state: Exp; lines: +3 -1
Correctly Enable/Disable PERL5 support according to value of USE_PERL5.
PR: ports/3125
v. 1.22
date: 1996/12/18 23:32:10; author: torstenb; state: Exp; lines: +25 -19
Upgrade to 1.5.1
v. 1.21
date: 1996/12/08 05:13:24; author: max; state: Exp; lines: +2 -2
Ooops, there was a backslash missing for continuing line.
v. 1.20
date: 1996/12/08 05:08:58; author: max; state: Exp; lines: +19 -39
mkdir -> ${MKDIR}
Use MAN[1358] variables to compress man pages.
v. 1.19
date: 1996/12/08 01:45:08; author: max; state: Exp; lines: +2 -2
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
v. 1.18
date: 1996/12/07 11:26:46; author: max; state: Exp; lines: +2 -3
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
v. 1.17
date: 1996/11/18 11:37:39; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.16
date: 1996/07/08 22:55:17; author: torstenb; state: Exp; lines: +2 -2
patch file has been renamed on PATH_SITE
OK'ed by: asami
v. 1.15
date: 1996/06/24 21:52:17; author: torstenb; state: Exp; lines: +7 -3
Back out Pauls update to unoff4
OK'ed by: gpalmer
v. 1.14
date: 1996/06/20 21:39:55; author: pst; state: Exp; lines: +4 -8
Update to inn1.4unoff4
v. 1.13
date: 1995/10/25 02:12:08; author: torstenb; state: Exp; lines: +4 -1
- use systems CFLAGS
- fix the load average check in nnrpd
Approved By: asami
v. 1.12
date: 1995/10/10 07:24:14; author: asami; state: Exp; lines: +4 -5
Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".
Stepping on the toe of: torstenb
v. 1.11
date: 1995/10/06 14:33:05; author: torstenb; state: Exp; lines: +16 -1
- add an `update' target (won't overwrite configuration files
- install libinn.a and it's header files
v. 1.10
date: 1995/08/08 21:50:39; author: torstenb; state: Exp; lines: +2 -2
the patches has been moved to another directory...
v. 1.9
date: 1995/07/02 10:08:13; author: torstenb; state: Exp; lines: +4 -1
add a NO_PACKAGE=yes
v. 1.8
date: 1995/06/05 13:45:02; author: asami; state: Exp; lines: +10 -3
Fix these bugs.
- 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
v. 1.7
date: 1995/05/30 09:56:20; author: asami; state: Exp; lines: +4 -1
Add public patch for select loop problem.
Submitted by: torstenb
v. 1.6
date: 1995/05/09 00:48:44; author: asami; state: Exp; lines: +2 -1
Compress manpages for distrib.pats.5 passwd.nntp.5 too. This solves
the packaging problem.
v. 1.5
date: 1995/05/05 09:21:43; author: asami; state: Exp; lines: +3 -3
Fix the post-install target (gzipping manpages). inews.1 was missing
the ".1" suffix and something apperaed twice. It still doesn't
package though (distrib.pats.5.gz and passwd.nntp.5.gz are
missing).
v. 1.4
date: 1995/05/04 22:39:46; author: torstenb; state: Exp; lines: +31 -5
- add myself as MAINTAINER
v. 1.3
date: 1995/04/11 23:29:42; author: asami; state: Exp; lines: +5 -3
Makefiles of news ports cleaned up!
v. 1.2
date: 1995/04/01 12:49:08; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1994/10/23 01:42:19; author: torstenb; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/23 01:42:20; author: torstenb; state: Exp; lines: +0 -0
Reviewed by:
Submitted by:
Obtained from:
inn - Internet News
=============================================================================
v. 1.88
date: 2007/10/07 05:45:00; author: linimon; state: Exp; lines: +1 -0
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
v. 1.87
date: 2007/09/26 19:10:54; author: shaun; state: Exp; lines: +1 -1
Fix a bug which causes innfeed to segfault on 64-bit architectures.
Submitted by: Kai Gallasch
Debugged by: Julien ÉLIE
Patched by: roberto
v. 1.86
date: 2007/07/23 09:36:22; author: rafan; state: Exp; lines: +1 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.85
date: 2007/01/26 22:54:21; author: shaun; state: Exp; lines: +2 -1
Fix inn and inn-current install.
Nudged by: pav
v. 1.84
date: 2006/11/05 23:08:55; author: shaun; state: Exp; lines: +2 -2
- Fix PLIST for inn-current.
- Check files exist before stripping, as strip(1) on 4.x fails if the
file isn't there.
Reported by: pointyhat via kris
v. 1.83
date: 2006/11/02 02:52:42; author: shaun; state: Exp; lines: +2 -1
Pass the correct directories to configure when a non-default INN_LAYOUT
option is used.
v. 1.82
date: 2006/11/01 15:14:40; author: shaun; state: Exp; lines: +2 -1
Fix database directory ownership / configure options.
v. 1.81
date: 2006/10/31 02:35:51; author: shaun; state: Exp; lines: +142 -78
Overhaul for the inn ports:
- 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.
v. 1.80
date: 2006/08/30 00:39:05; author: shaun; state: Exp; lines: +2 -13
For the inn ports:
- 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.
v. 1.79
date: 2006/08/23 20:57:28; author: shaun; state: Exp; lines: +5 -4
Amend hostname check to succeed if /bin/hostname fails.
Another work-around for those pesky amd64 machines.
v. 1.78
date: 2006/08/03 14:39:44; author: shaun; state: Exp; lines: +14 -2
- Fix a few incorrect file permissions after install.
- Check for invalid hostname and set IGNORE, since we know the build
will fail in this case.
- Ensure pkg-install is called with correct environment.
v. 1.77
date: 2006/06/19 20:06:56; author: shaun; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
v. 1.76
date: 2006/06/09 20:30:48; author: thierry; state: Exp; lines: +2 -2
Fix plist: it's now possible to install inn from package.
PR: ports/98469
Submitted by: Shaun Amott (maintainer)
v. 1.75
date: 2006/05/28 19:38:52; author: thierry; state: Exp; lines: +4 -0
Don't remove database data files during the next upgrade.
PR: ports/98038
Submitted by: Shaun Amott (maintainer)
v. 1.74
date: 2006/05/07 21:16:15; author: pav; state: Exp; lines: +10 -12
- Update to 2.4.3
- Provide rc_subr startup script
- Take maintainership
PR: ports/96872
Submitted by: Shaun Amott
v. 1.73
date: 2006/05/01 10:22:33; author: clement; state: Exp; lines: +1 -1
- Drop maintainership
v. 1.72
date: 2004/03/01 15:47:06; author: clement; state: Exp; lines: +16 -0
Strip binaries.
Noticed by: naddy (monthes ago)
v. 1.71
date: 2004/02/26 16:27:44; author: clement; state: Exp; lines: +1 -1
Cosmetic change: add missing quotes.
v. 1.70
date: 2004/02/26 16:20:50; author: clement; state: Exp; lines: +11 -3
- Add WITH_STANDARD_ETC knob
If you define WITH_STANDARD_ETC inn config files are put
in ${PREFIX}/etc/inn
Requested by: Jochen Gensch (PR 61974)
v. 1.69
date: 2004/02/11 17:55:28; author: clement; state: Exp; lines: +2 -2
- Add a little workaround to keep man directories owned by root.
- Unmark as FORBIDDEN.
Noticed by: kris
v. 1.68
date: 2004/02/04 05:08:28; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.67
date: 2004/01/30 09:08:42; author: kris; state: Exp; lines: +2 -0
FORBIDDEN: Changes ownership of system directories
v. 1.66
date: 2004/01/08 10:36:12; author: clement; state: Exp; lines: +0 -0
Forced commit to clarify previous commit message:
ChangeLog:
http://lists.litech.org/pipermail/inn-workers/2004q1/002762.html
Security bug explanation:
http://lists.litech.org/pipermail/inn-workers/2004q1/002763.html
Approved by: erwin (mentor)
v. 1.65
date: 2004/01/08 10:20:41; author: clement; state: Exp; lines: +4 -5
- Update to 2.4.1 (urgent release)
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)
v. 1.64
date: 2003/11/21 04:53:39; author: linimon; state: Exp; lines: +16 -6
Changelog:
- set correctly inn tmpdir [PR 57859: thanks to G. Paul Ziemba"
]
- 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 (maintainer)
v. 1.63
date: 2003/09/28 15:30:53; author: daichi; state: Exp; lines: +1 -1
update news/inn:
- fix build for news/newsx if inn* is installed via a package
PR: 57313
Submitted by: Clement Laforet (maintainer)
Pointed out by: Kris via dosirak
v. 1.62
date: 2003/09/26 06:32:40; author: daichi; state: Exp; lines: +41 -3
update: news/inn
- Now config files are not removed
- add many knobs
- Use USE_OPENSSL hook
PR: 57160
Submitted by: Clement Laforet (maintainer)
v. 1.61
date: 2003/08/01 05:14:24; author: daichi; state: Exp; lines: +29 -15
update news/inn:
- Add python knob
- Add WITH_TAGGED_HASH (from PR 36587 (thanks to Thomas Seck)
- clean/move stuff from do-install: to post-install:
- make "portlint -A" happy
PR: 55108
Submitted by: Clement Laforet (maintainer)
Pointed out by: Thomas Seck
v. 1.60
date: 2003/07/24 16:05:15; author: osa; state: Exp; lines: +1 -1
Give maintainership to Clement Laforet
PR: 54816
v. 1.59
date: 2003/07/14 14:51:43; author: des; state: Exp; lines: +1 -1
I no longer have time to properly maintain these ports.
v. 1.58
date: 2003/05/11 20:43:14; author: des; state: Exp; lines: +44 -42
Upgrade to 2.4.0, which introduces, amongs other new features, IPv6
support.
Many thanks to Thierry Thomas for advice and testing.
v. 1.57
date: 2003/04/14 12:25:52; author: des; state: Exp; lines: +1 -1
Upgrade to 2.3.5, which was released during the freeze.
v. 1.56
date: 2003/03/07 06:07:44; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.55
date: 2003/01/06 09:21:24; author: des; state: Exp; lines: +1 -1
Upgrade to 2.3.4.
v. 1.54
date: 2002/11/26 09:54:23; author: des; state: Exp; lines: +2 -2
Force ${PREFIX}/news/spool during package building.
v. 1.53
date: 2002/11/21 11:33:32; author: edwin; state: Exp; lines: +1 -0
Both ports need perl to configure (see configure looks for the
version) and to run (bunch of perl-scripts in contrib/samples/innfeed
directory)
Noticed on: bento
v. 1.52
date: 2002/08/01 07:35:52; author: ijliao; state: Exp; lines: +2 -1
add MASTER_SITE_ISC (1) and apply them
PR: 41218
Submitted by: Kimura Fuyuki (1)
v. 1.51
date: 2002/05/07 22:57:54; author: des; state: Exp; lines: +1 -2
Upgrade to 2.3.3.
v. 1.50
date: 2001/11/07 09:01:11; author: des; state: Exp; lines: +2 -1
Add NO_LATEST_LINK; inn-stable will always be at least as recent as inn.
v. 1.49
date: 2001/06/05 04:30:20; author: des; state: Exp; lines: +3 -2
Build with SSL/TLS support.
v. 1.48
date: 2001/05/24 14:17:13; author: des; state: Exp; lines: +3 -2
Install two additional headers.
Submitted by: dinoex
v. 1.47
date: 2001/05/04 21:40:06; author: des; state: Exp; lines: +8 -8
Upgrade to INN 2.3.2.
v. 1.46
date: 2001/03/11 01:18:51; author: des; state: Exp; lines: +2 -2
Forgot to bump PORTREVISION.
v. 1.45
date: 2001/03/06 23:28:17; author: des; state: Exp; lines: +10 -3
Install some header files which third-party utils may need.
Avoid leaving cruft behind in the db directory.
v. 1.44
date: 2001/03/05 15:00:32; author: des; state: Exp; lines: +7 -4
Belatedly upgrade to 2.3.1.
v. 1.43
date: 2000/10/07 17:29:26; author: des; state: Exp; lines: +1 -3
ISC no longer maintains Y2K information for INN.
v. 1.42
date: 2000/09/24 12:43:39; author: des; state: Exp; lines: +9 -10
Fix portlint warnings.
v. 1.41
date: 2000/09/24 12:29:44; author: des; state: Exp; lines: +40 -24
Upgrade to 2.3.0.
Note that unless you already have a /var/news or /var/spool/news directory,
the spool directory now defaults to /usr/local/news/spool.
v. 1.40
date: 2000/06/07 07:35:48; author: asami; state: Exp; lines: +5 -4
Merge simpleftp.1 and mod-active.8 change from inn-stable/Makefile.
Submitted by: bento
v. 1.39
date: 2000/04/09 17:32:55; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.38
date: 2000/01/28 21:04:32; author: torstenb; state: Exp; lines: +2 -2
Upgrade to inn 2.2.2
v. 1.37
date: 1999/09/11 10:09:47; author: asami; state: Exp; lines: +4 -1
/var/spool/news doesn't exist by default, so create it in pre-install.
v. 1.36
date: 1999/09/10 08:44:39; author: torstenb; state: Exp; lines: +6 -4
Upgrade to INN 2.2.1.
One of the bugs that has been fixed is a buffer overflow in inews.
Please upgrade to 2.2.1 if yo
v. 1.35
date: 1999/08/31 06:49:33; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.34
date: 1999/08/30 14:31:37; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.33
date: 1999/08/22 18:59:42; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.32
date: 1999/05/12 07:26:27; author: torstenb; state: Exp; lines: +2 -2
Fix a typo.
Approved by: asami
Noticed by: Andrew Gallatin ,
Jeremy Prior
v. 1.31
date: 1999/05/02 20:28:00; author: torstenb; state: Exp; lines: +45 -60
Upgrade to inn 2.2-release
v. 1.30
date: 1999/01/13 04:17:38; author: scrappy; state: Exp; lines: +3 -1
A couple more Y2K links I've been able to find...
v. 1.29
date: 1998/11/07 08:49:32; author: hoek; state: Exp; lines: +4 -4
Don't use a variable that conflicts with bsd.port.mk USE_PERL5.
Making perl5 support automatic on 3.0 is left for someone who feels
like testing it.
Reported-by: jdp
v. 1.28
date: 1998/08/16 18:56:31; author: hoek; state: Exp; lines: +5 -4
Work with perl5.
Submitted by: Don Croyle (ports/7627)
v. 1.27
date: 1998/02/11 17:58:27; author: andreas; state: Exp; lines: +4 -9
correct paths to use tcl from the ports collection if tcl support is wanted
as requested by Satoshi, I hope the port maintainer agrees here.
v. 1.26
date: 1998/02/10 06:05:23; author: andreas; state: Exp; lines: +6 -1
Add some comments for compiling the port under -current in Makefile
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.
v. 1.25
date: 1998/01/25 21:41:01; author: torstenb; state: Exp; lines: +11 -3
- upgrade to 1.7.2
- 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
v. 1.24
date: 1997/09/15 20:11:44; author: torstenb; state: Exp; lines: +2 -2
Upgrade to 1.5.1sec2
v. 1.23
date: 1997/05/29 06:38:42; author: charnier; state: Exp; lines: +3 -1
Correctly Enable/Disable PERL5 support according to value of USE_PERL5.
PR: ports/3125
v. 1.22
date: 1996/12/18 23:32:10; author: torstenb; state: Exp; lines: +25 -19
Upgrade to 1.5.1
v. 1.21
date: 1996/12/08 05:13:24; author: max; state: Exp; lines: +2 -2
Ooops, there was a backslash missing for continuing line.
v. 1.20
date: 1996/12/08 05:08:58; author: max; state: Exp; lines: +19 -39
mkdir -> ${MKDIR}
Use MAN[1358] variables to compress man pages.
v. 1.19
date: 1996/12/08 01:45:08; author: max; state: Exp; lines: +2 -2
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
v. 1.18
date: 1996/12/07 11:26:46; author: max; state: Exp; lines: +2 -3
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
v. 1.17
date: 1996/11/18 11:37:39; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.16
date: 1996/07/08 22:55:17; author: torstenb; state: Exp; lines: +2 -2
patch file has been renamed on PATH_SITE
OK'ed by: asami
v. 1.15
date: 1996/06/24 21:52:17; author: torstenb; state: Exp; lines: +7 -3
Back out Pauls update to unoff4
OK'ed by: gpalmer
v. 1.14
date: 1996/06/20 21:39:55; author: pst; state: Exp; lines: +4 -8
Update to inn1.4unoff4
v. 1.13
date: 1995/10/25 02:12:08; author: torstenb; state: Exp; lines: +4 -1
- use systems CFLAGS
- fix the load average check in nnrpd
Approved By: asami
v. 1.12
date: 1995/10/10 07:24:14; author: asami; state: Exp; lines: +4 -5
Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".
Stepping on the toe of: torstenb
v. 1.11
date: 1995/10/06 14:33:05; author: torstenb; state: Exp; lines: +16 -1
- add an `update' target (won't overwrite configuration files
- install libinn.a and it's header files
v. 1.10
date: 1995/08/08 21:50:39; author: torstenb; state: Exp; lines: +2 -2
the patches has been moved to another directory...
v. 1.9
date: 1995/07/02 10:08:13; author: torstenb; state: Exp; lines: +4 -1
add a NO_PACKAGE=yes
v. 1.8
date: 1995/06/05 13:45:02; author: asami; state: Exp; lines: +10 -3
Fix these bugs.
- 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
v. 1.7
date: 1995/05/30 09:56:20; author: asami; state: Exp; lines: +4 -1
Add public patch for select loop problem.
Submitted by: torstenb
v. 1.6
date: 1995/05/09 00:48:44; author: asami; state: Exp; lines: +2 -1
Compress manpages for distrib.pats.5 passwd.nntp.5 too. This solves
the packaging problem.
v. 1.5
date: 1995/05/05 09:21:43; author: asami; state: Exp; lines: +3 -3
Fix the post-install target (gzipping manpages). inews.1 was missing
the ".1" suffix and something apperaed twice. It still doesn't
package though (distrib.pats.5.gz and passwd.nntp.5.gz are
missing).
v. 1.4
date: 1995/05/04 22:39:46; author: torstenb; state: Exp; lines: +31 -5
- add myself as MAINTAINER
v. 1.3
date: 1995/04/11 23:29:42; author: asami; state: Exp; lines: +5 -3
Makefiles of news ports cleaned up!
v. 1.2
date: 1995/04/01 12:49:08; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1994/10/23 01:42:19; author: torstenb; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/23 01:42:20; author: torstenb; state: Exp; lines: +0 -0
Reviewed by:
Submitted by:
Obtained from:
inn - Internet News
=============================================================================
v. 1.88
date: 2007/10/07 05:45:00; author: linimon; state: Exp; lines: +1 -0
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
v. 1.87
date: 2007/09/26 19:10:54; author: shaun; state: Exp; lines: +1 -1
Fix a bug which causes innfeed to segfault on 64-bit architectures.
Submitted by: Kai Gallasch
Debugged by: Julien ÉLIE
Patched by: roberto
v. 1.86
date: 2007/07/23 09:36:22; author: rafan; state: Exp; lines: +1 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.85
date: 2007/01/26 22:54:21; author: shaun; state: Exp; lines: +2 -1
Fix inn and inn-current install.
Nudged by: pav
v. 1.84
date: 2006/11/05 23:08:55; author: shaun; state: Exp; lines: +2 -2
- Fix PLIST for inn-current.
- Check files exist before stripping, as strip(1) on 4.x fails if the
file isn't there.
Reported by: pointyhat via kris
v. 1.83
date: 2006/11/02 02:52:42; author: shaun; state: Exp; lines: +2 -1
Pass the correct directories to configure when a non-default INN_LAYOUT
option is used.
v. 1.82
date: 2006/11/01 15:14:40; author: shaun; state: Exp; lines: +2 -1
Fix database directory ownership / configure options.
v. 1.81
date: 2006/10/31 02:35:51; author: shaun; state: Exp; lines: +142 -78
Overhaul for the inn ports:
- 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.
v. 1.80
date: 2006/08/30 00:39:05; author: shaun; state: Exp; lines: +2 -13
For the inn ports:
- 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.
v. 1.79
date: 2006/08/23 20:57:28; author: shaun; state: Exp; lines: +5 -4
Amend hostname check to succeed if /bin/hostname fails.
Another work-around for those pesky amd64 machines.
v. 1.78
date: 2006/08/03 14:39:44; author: shaun; state: Exp; lines: +14 -2
- Fix a few incorrect file permissions after install.
- Check for invalid hostname and set IGNORE, since we know the build
will fail in this case.
- Ensure pkg-install is called with correct environment.
v. 1.77
date: 2006/06/19 20:06:56; author: shaun; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
v. 1.76
date: 2006/06/09 20:30:48; author: thierry; state: Exp; lines: +2 -2
Fix plist: it's now possible to install inn from package.
PR: ports/98469
Submitted by: Shaun Amott (maintainer)
v. 1.75
date: 2006/05/28 19:38:52; author: thierry; state: Exp; lines: +4 -0
Don't remove database data files during the next upgrade.
PR: ports/98038
Submitted by: Shaun Amott (maintainer)
v. 1.74
date: 2006/05/07 21:16:15; author: pav; state: Exp; lines: +10 -12
- Update to 2.4.3
- Provide rc_subr startup script
- Take maintainership
PR: ports/96872
Submitted by: Shaun Amott
v. 1.73
date: 2006/05/01 10:22:33; author: clement; state: Exp; lines: +1 -1
- Drop maintainership
v. 1.72
date: 2004/03/01 15:47:06; author: clement; state: Exp; lines: +16 -0
Strip binaries.
Noticed by: naddy (monthes ago)
v. 1.71
date: 2004/02/26 16:27:44; author: clement; state: Exp; lines: +1 -1
Cosmetic change: add missing quotes.
v. 1.70
date: 2004/02/26 16:20:50; author: clement; state: Exp; lines: +11 -3
- Add WITH_STANDARD_ETC knob
If you define WITH_STANDARD_ETC inn config files are put
in ${PREFIX}/etc/inn
Requested by: Jochen Gensch (PR 61974)
v. 1.69
date: 2004/02/11 17:55:28; author: clement; state: Exp; lines: +2 -2
- Add a little workaround to keep man directories owned by root.
- Unmark as FORBIDDEN.
Noticed by: kris
v. 1.68
date: 2004/02/04 05:08:28; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.67
date: 2004/01/30 09:08:42; author: kris; state: Exp; lines: +2 -0
FORBIDDEN: Changes ownership of system directories
v. 1.66
date: 2004/01/08 10:36:12; author: clement; state: Exp; lines: +0 -0
Forced commit to clarify previous commit message:
ChangeLog:
http://lists.litech.org/pipermail/inn-workers/2004q1/002762.html
Security bug explanation:
http://lists.litech.org/pipermail/inn-workers/2004q1/002763.html
Approved by: erwin (mentor)
v. 1.65
date: 2004/01/08 10:20:41; author: clement; state: Exp; lines: +4 -5
- Update to 2.4.1 (urgent release)
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)
v. 1.64
date: 2003/11/21 04:53:39; author: linimon; state: Exp; lines: +16 -6
Changelog:
- set correctly inn tmpdir [PR 57859: thanks to G. Paul Ziemba"
]
- 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 (maintainer)
v. 1.63
date: 2003/09/28 15:30:53; author: daichi; state: Exp; lines: +1 -1
update news/inn:
- fix build for news/newsx if inn* is installed via a package
PR: 57313
Submitted by: Clement Laforet (maintainer)
Pointed out by: Kris via dosirak
v. 1.62
date: 2003/09/26 06:32:40; author: daichi; state: Exp; lines: +41 -3
update: news/inn
- Now config files are not removed
- add many knobs
- Use USE_OPENSSL hook
PR: 57160
Submitted by: Clement Laforet (maintainer)
v. 1.61
date: 2003/08/01 05:14:24; author: daichi; state: Exp; lines: +29 -15
update news/inn:
- Add python knob
- Add WITH_TAGGED_HASH (from PR 36587 (thanks to Thomas Seck)
- clean/move stuff from do-install: to post-install:
- make "portlint -A" happy
PR: 55108
Submitted by: Clement Laforet (maintainer)
Pointed out by: Thomas Seck
v. 1.60
date: 2003/07/24 16:05:15; author: osa; state: Exp; lines: +1 -1
Give maintainership to Clement Laforet
PR: 54816
v. 1.59
date: 2003/07/14 14:51:43; author: des; state: Exp; lines: +1 -1
I no longer have time to properly maintain these ports.
v. 1.58
date: 2003/05/11 20:43:14; author: des; state: Exp; lines: +44 -42
Upgrade to 2.4.0, which introduces, amongs other new features, IPv6
support.
Many thanks to Thierry Thomas for advice and testing.
v. 1.57
date: 2003/04/14 12:25:52; author: des; state: Exp; lines: +1 -1
Upgrade to 2.3.5, which was released during the freeze.
v. 1.56
date: 2003/03/07 06:07:44; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.55
date: 2003/01/06 09:21:24; author: des; state: Exp; lines: +1 -1
Upgrade to 2.3.4.
v. 1.54
date: 2002/11/26 09:54:23; author: des; state: Exp; lines: +2 -2
Force ${PREFIX}/news/spool during package building.
v. 1.53
date: 2002/11/21 11:33:32; author: edwin; state: Exp; lines: +1 -0
Both ports need perl to configure (see configure looks for the
version) and to run (bunch of perl-scripts in contrib/samples/innfeed
directory)
Noticed on: bento
v. 1.52
date: 2002/08/01 07:35:52; author: ijliao; state: Exp; lines: +2 -1
add MASTER_SITE_ISC (1) and apply them
PR: 41218
Submitted by: Kimura Fuyuki (1)
v. 1.51
date: 2002/05/07 22:57:54; author: des; state: Exp; lines: +1 -2
Upgrade to 2.3.3.
v. 1.50
date: 2001/11/07 09:01:11; author: des; state: Exp; lines: +2 -1
Add NO_LATEST_LINK; inn-stable will always be at least as recent as inn.
v. 1.49
date: 2001/06/05 04:30:20; author: des; state: Exp; lines: +3 -2
Build with SSL/TLS support.
v. 1.48
date: 2001/05/24 14:17:13; author: des; state: Exp; lines: +3 -2
Install two additional headers.
Submitted by: dinoex
v. 1.47
date: 2001/05/04 21:40:06; author: des; state: Exp; lines: +8 -8
Upgrade to INN 2.3.2.
v. 1.46
date: 2001/03/11 01:18:51; author: des; state: Exp; lines: +2 -2
Forgot to bump PORTREVISION.
v. 1.45
date: 2001/03/06 23:28:17; author: des; state: Exp; lines: +10 -3
Install some header files which third-party utils may need.
Avoid leaving cruft behind in the db directory.
v. 1.44
date: 2001/03/05 15:00:32; author: des; state: Exp; lines: +7 -4
Belatedly upgrade to 2.3.1.
v. 1.43
date: 2000/10/07 17:29:26; author: des; state: Exp; lines: +1 -3
ISC no longer maintains Y2K information for INN.
v. 1.42
date: 2000/09/24 12:43:39; author: des; state: Exp; lines: +9 -10
Fix portlint warnings.
v. 1.41
date: 2000/09/24 12:29:44; author: des; state: Exp; lines: +40 -24
Upgrade to 2.3.0.
Note that unless you already have a /var/news or /var/spool/news directory,
the spool directory now defaults to /usr/local/news/spool.
v. 1.40
date: 2000/06/07 07:35:48; author: asami; state: Exp; lines: +5 -4
Merge simpleftp.1 and mod-active.8 change from inn-stable/Makefile.
Submitted by: bento
v. 1.39
date: 2000/04/09 17:32:55; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.38
date: 2000/01/28 21:04:32; author: torstenb; state: Exp; lines: +2 -2
Upgrade to inn 2.2.2
v. 1.37
date: 1999/09/11 10:09:47; author: asami; state: Exp; lines: +4 -1
/var/spool/news doesn't exist by default, so create it in pre-install.
v. 1.36
date: 1999/09/10 08:44:39; author: torstenb; state: Exp; lines: +6 -4
Upgrade to INN 2.2.1.
One of the bugs that has been fixed is a buffer overflow in inews.
Please upgrade to 2.2.1 if yo
v. 1.35
date: 1999/08/31 06:49:33; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.34
date: 1999/08/30 14:31:37; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.33
date: 1999/08/22 18:59:42; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.32
date: 1999/05/12 07:26:27; author: torstenb; state: Exp; lines: +2 -2
Fix a typo.
Approved by: asami
Noticed by: Andrew Gallatin ,
Jeremy Prior
v. 1.31
date: 1999/05/02 20:28:00; author: torstenb; state: Exp; lines: +45 -60
Upgrade to inn 2.2-release
v. 1.30
date: 1999/01/13 04:17:38; author: scrappy; state: Exp; lines: +3 -1
A couple more Y2K links I've been able to find...
v. 1.29
date: 1998/11/07 08:49:32; author: hoek; state: Exp; lines: +4 -4
Don't use a variable that conflicts with bsd.port.mk USE_PERL5.
Making perl5 support automatic on 3.0 is left for someone who feels
like testing it.
Reported-by: jdp
v. 1.28
date: 1998/08/16 18:56:31; author: hoek; state: Exp; lines: +5 -4
Work with perl5.
Submitted by: Don Croyle (ports/7627)
v. 1.27
date: 1998/02/11 17:58:27; author: andreas; state: Exp; lines: +4 -9
correct paths to use tcl from the ports collection if tcl support is wanted
as requested by Satoshi, I hope the port maintainer agrees here.
v. 1.26
date: 1998/02/10 06:05:23; author: andreas; state: Exp; lines: +6 -1
Add some comments for compiling the port under -current in Makefile
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.
v. 1.25
date: 1998/01/25 21:41:01; author: torstenb; state: Exp; lines: +11 -3
- upgrade to 1.7.2
- 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
v. 1.24
date: 1997/09/15 20:11:44; author: torstenb; state: Exp; lines: +2 -2
Upgrade to 1.5.1sec2
v. 1.23
date: 1997/05/29 06:38:42; author: charnier; state: Exp; lines: +3 -1
Correctly Enable/Disable PERL5 support according to value of USE_PERL5.
PR: ports/3125
v. 1.22
date: 1996/12/18 23:32:10; author: torstenb; state: Exp; lines: +25 -19
Upgrade to 1.5.1
v. 1.21
date: 1996/12/08 05:13:24; author: max; state: Exp; lines: +2 -2
Ooops, there was a backslash missing for continuing line.
v. 1.20
date: 1996/12/08 05:08:58; author: max; state: Exp; lines: +19 -39
mkdir -> ${MKDIR}
Use MAN[1358] variables to compress man pages.
v. 1.19
date: 1996/12/08 01:45:08; author: max; state: Exp; lines: +2 -2
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
v. 1.18
date: 1996/12/07 11:26:46; author: max; state: Exp; lines: +2 -3
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
v. 1.17
date: 1996/11/18 11:37:39; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.16
date: 1996/07/08 22:55:17; author: torstenb; state: Exp; lines: +2 -2
patch file has been renamed on PATH_SITE
OK'ed by: asami
v. 1.15
date: 1996/06/24 21:52:17; author: torstenb; state: Exp; lines: +7 -3
Back out Pauls update to unoff4
OK'ed by: gpalmer
v. 1.14
date: 1996/06/20 21:39:55; author: pst; state: Exp; lines: +4 -8
Update to inn1.4unoff4
v. 1.13
date: 1995/10/25 02:12:08; author: torstenb; state: Exp; lines: +4 -1
- use systems CFLAGS
- fix the load average check in nnrpd
Approved By: asami
v. 1.12
date: 1995/10/10 07:24:14; author: asami; state: Exp; lines: +4 -5
Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".
Stepping on the toe of: torstenb
v. 1.11
date: 1995/10/06 14:33:05; author: torstenb; state: Exp; lines: +16 -1
- add an `update' target (won't overwrite configuration files
- install libinn.a and it's header files
v. 1.10
date: 1995/08/08 21:50:39; author: torstenb; state: Exp; lines: +2 -2
the patches has been moved to another directory...
v. 1.9
date: 1995/07/02 10:08:13; author: torstenb; state: Exp; lines: +4 -1
add a NO_PACKAGE=yes
v. 1.8
date: 1995/06/05 13:45:02; author: asami; state: Exp; lines: +10 -3
Fix these bugs.
- 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
v. 1.7
date: 1995/05/30 09:56:20; author: asami; state: Exp; lines: +4 -1
Add public patch for select loop problem.
Submitted by: torstenb
v. 1.6
date: 1995/05/09 00:48:44; author: asami; state: Exp; lines: +2 -1
Compress manpages for distrib.pats.5 passwd.nntp.5 too. This solves
the packaging problem.
v. 1.5
date: 1995/05/05 09:21:43; author: asami; state: Exp; lines: +3 -3
Fix the post-install target (gzipping manpages). inews.1 was missing
the ".1" suffix and something apperaed twice. It still doesn't
package though (distrib.pats.5.gz and passwd.nntp.5.gz are
missing).
v. 1.4
date: 1995/05/04 22:39:46; author: torstenb; state: Exp; lines: +31 -5
- add myself as MAINTAINER
v. 1.3
date: 1995/04/11 23:29:42; author: asami; state: Exp; lines: +5 -3
Makefiles of news ports cleaned up!
v. 1.2
date: 1995/04/01 12:49:08; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1994/10/23 01:42:19; author: torstenb; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/23 01:42:20; author: torstenb; state: Exp; lines: +0 -0
Reviewed by:
Submitted by:
Obtained from:
inn - Internet News
=============================================================================
|
| |

|