| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 Sep 2012 13:53:16
2.5.2_3
|
fluffy  |
- Fix innd/nnrpd semget failures
Do not set any shmem permission bits except for the six allowed bits
PR: 171134
Submitted by: G. Paul Ziemba |
26 Aug 2012 17:33:12
2.5.2_2
|
rea  |
news/inn: fix plaintext command injection, CVE-2012-3523
Relevant only for INN installations that are using encryption.
PR: 171013
Approved by: fluffy@FreeBSD.org (maintainer)
Security: http://www.vuxml.org/freebsd/a7975581-ee26-11e1-8bd8-0022156e8794.html |
05 Aug 2012 23:19:40
2.5.2_1  |
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
08 Jul 2012 10:47:11
2.5.2_1  |
fluffy  |
- Fix typo
Noticed by: Geraint A. Edwards via email |
07 Jul 2012 12:34:18
2.5.2_1  |
fluffy  |
- Add options for OpenSSL (for those who don't need) and GnuPG (pgpverify)
- TCL is no longer supported.
- Use new option framework.
- USE_PYTHON implies inclusion of bsd.python.mk.
- There are no --with-max-socket, --with-etc-dir and --with-datarootdirdir in
configure.
- empty({PORT_OPTIONS:MTAGGED_HASH) NOT implies LARGE_FILES.
- Add missed files to plist
PR: 169666
Submitted by: Hung-te Liang <lhd AT cs DOT nctu DOT edu DOT tw> |
30 Jun 2012 14:53:22
2.5.2  |
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
27 Jun 2012 12:26:11
2.5.2  |
fluffy  |
- Update INN to 2.5.2 release
- Handle deprecated perl declarations [1]
PR: 166031 [1]
Submitted by: Joe Horn <joehorn AT gmail DOT com> [1]
Suggested by: cy (via email, most part of update) |
25 Feb 2012 19:33:24
2.4.6_3  |
thierry  |
Fix rc script.
Since I'm there, clean plist.
PR: ports/164750
Submitted by: Joe Horn <joehorn (at) gmail.com>
Approved by: maintainer time-out |
19 Feb 2012 07:02:58
2.4.6_2  |
rm  |
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes. |
24 Jan 2012 12:05:45
2.4.6_2  |
avilla  |
- Fix plist.
- Bump PORTREVISION.
The port didn't package most of the contents of share/examples/inn,
but attempted to use them in exec/unexec portions of the package list,
producing errors for binary package installations.
PR: 159977 [1]
PR: 155436
Submitted by: hag@linnaean.org [1]
Approved by: fluffy (maintainer timeout) |
14 Jan 2012 08:57:23
2.4.6_1  |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
20 Mar 2011 12:54:45
2.4.6_1  |
miwi  |
- Get Rid MD5 support |
30 Sep 2010 01:38:24
2.4.6_1  |
fluffy  |
- Switch MASTER_SITES to local to make it fetchable again
ISC doesn't provide distfiles for INN 2.4.x anymore
Noticed by: pointyhat via erwin |
27 Mar 2010 00:15:24
2.4.6_1  |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
27 Nov 2009 15:45:56
2.4.6_1  |
fluffy  |
- Make perl5 dependency mandatory [1]
- Improve tcl handling
Noticed by: dinoex via IRC [1]
Approved by: tabthorpe (co-mentor) |
10 Aug 2009 17:59:27
2.4.6  |
fluffy  |
Update my MAINTAINER's email to @FreeBSD.org
Approved by: tabthorpe (co-mentor) |
28 Jul 2009 18:33:24
2.4.6  |
miwi  |
- Update to 2.4.6
- Pass maintainership to Dima Panov <Fluffy@fluffy.khv.ru>
PR: based on 136810 |
22 Jul 2009 02:07:05
2.4.5  |
shaun  |
With regret, return these to the pool. |
22 Mar 2009 18:47:07
2.4.5  |
pav  |
- Update WWW |
17 Nov 2008 16:44:11
2.4.5  |
shaun  |
- Remove SSL OPTION; force OpenSSL dependency instead.
- Remove bogus TCL 8.3 dependency.
Submitted by: Dima Panov via cvs-ports |
14 Nov 2008 16:11:09
2.4.5  |
shaun  |
- Upgrade inn to 2.4.5.
- Upgrade inn-current to the latest snapshot, fixing some issues with
the port [1]; the port is still BROKEN, though.
- Fix IPv6 binding issue. [2]
PR: ports/124566 [1]
Submitted by: thierry [1]
Obtained from: http://marc.info/?t=122460141500003 [2] |
07 Oct 2007 05:45:04
2.4.3_3  |
linimon  |
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 |
26 Sep 2007 19:10:55
2.4.3_3  |
shaun  |
Fix a bug which causes innfeed to segfault on 64-bit architectures.
Submitted by: Kai Gallasch <gallasch@free.de>
Debugged by: Julien ÉLIE <julien@trigofacile.com>
Patched by: roberto |
23 Jul 2007 09:36:52
2.4.3_2  |
rafan  |
- 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 |
26 Jan 2007 22:54:21
2.4.3_2  |
shaun  |
Fix inn and inn-current install.
Nudged by: pav |
05 Nov 2006 23:08:55
2.4.3_2  |
shaun  |
- 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 |
02 Nov 2006 02:52:43
2.4.3_2  |
shaun  |
Pass the correct directories to configure when a non-default INN_LAYOUT
option is used. |
01 Nov 2006 15:14:40
2.4.3_2  |
shaun  |
Fix database directory ownership / configure options. |
31 Oct 2006 03:15:07
2.4.3_2  |
shaun  |
Fix Makefile.layout to work with FreeBSD 4.x.
Noticed by: Dan Langille's magic sanity test script |
31 Oct 2006 02:35:52
2.4.3_2  |
shaun  |
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. |
30 Aug 2006 00:39:07
2.4.3_2  |
shaun  |
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. |
23 Aug 2006 20:57:28
2.4.3_2  |
shaun  |
Amend hostname check to succeed if /bin/hostname fails.
Another work-around for those pesky amd64 machines. |
03 Aug 2006 14:39:44
2.4.3_2  |
shaun  |
- 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. |
19 Jun 2006 20:06:59
2.4.3_2  |
shaun  |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
09 Jun 2006 20:30:48
2.4.3_2  |
thierry  |
Fix plist: it's now possible to install inn from package.
PR: ports/98469
Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer) |
28 May 2006 19:38:52
2.4.3_1  |
thierry  |
Don't remove database data files during the next upgrade.
PR: ports/98038
Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer) |
07 May 2006 21:16:16
2.4.3  |
pav  |
- Update to 2.4.3
- Provide rc_subr startup script
- Take maintainership
PR: ports/96872
Submitted by: Shaun Amott <shaun@inerd.com> |
01 May 2006 10:22:33
2.4.1_1  |
clement  |
- Drop maintainership |
23 Jan 2006 23:46:39
2.4.1_1  |
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:47:42
2.4.1_1  |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
30 Mar 2004 12:52:38
2.4.1_1  |
clement  |
- Preserve config files permissions to reduce inncheck warnings. |
18 Mar 2004 02:01:15
2.4.1_1  |
clement  |
- SIZEify
Submitted by: trevor |
01 Mar 2004 15:47:07
2.4.1_1  |
clement  |
Strip binaries.
Noticed by: naddy (monthes ago) |
26 Feb 2004 16:27:44
2.4.1_1  |
clement  |
Cosmetic change: add missing quotes. |
26 Feb 2004 16:20:51
2.4.1_1  |
clement  |
- Add WITH_STANDARD_ETC knob
If you define WITH_STANDARD_ETC inn config files are put
in ${PREFIX}/etc/inn
Requested by: Jochen Gensch <incmc@gmx.de> (PR 61974) |
11 Feb 2004 17:55:29
2.4.1_1  |
clement  |
- Add a little workaround to keep man directories owned by root.
- Unmark as FORBIDDEN.
Noticed by: kris |
04 Feb 2004 05:10:27
2.4.1_1  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
30 Jan 2004 09:08:42
2.4.1  |
kris  |
FORBIDDEN: Changes ownership of system directories |
08 Jan 2004 10:36:12
2.4.1  |
clement  |
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) |
08 Jan 2004 10:20:41
2.4.1  |
clement  |
- 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) |
21 Nov 2003 04:53:39
2.4.0_4  |
linimon  |
Changelog:
- 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) |
28 Sep 2003 15:30:53
2.4.0_3  |
daichi  |
update news/inn:
- fix build for news/newsx if inn* is installed via a package
PR: 57313
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Pointed out by: Kris via dosirak |
26 Sep 2003 06:32:40
2.4.0_2  |
daichi  |
update: news/inn
- Now config files are not removed
- add many knobs
- Use USE_OPENSSL hook
PR: 57160
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
01 Aug 2003 05:14:24
2.4.0_1  |
daichi  |
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 <sheepkiller@cultdeadsheep.org> (maintainer)
Pointed out by: Thomas Seck <tmseck@netcologne.de> |
24 Jul 2003 16:05:15
2.4.0  |
osa  |
Give maintainership to Clement Laforet <sheepkiller@cultdeadsheep.org>
PR: 54816 |
14 Jul 2003 14:51:43
2.4.0  |
des  |
I no longer have time to properly maintain these ports. |
11 May 2003 20:43:14
2.4.0  |
des  |
Upgrade to 2.4.0, which introduces, amongs other new features, IPv6
support.
Many thanks to Thierry Thomas <thierry@pompo.net> for advice and testing. |
14 Apr 2003 12:25:52
2.3.5  |
des  |
Upgrade to 2.3.5, which was released during the freeze. |
07 Mar 2003 06:07:47
2.3.4  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
06 Jan 2003 09:21:24
2.3.4  |
des  |
Upgrade to 2.3.4. |
26 Nov 2002 09:54:23
2.3.3  |
des  |
Force ${PREFIX}/news/spool during package building. |
21 Nov 2002 11:33:32
2.3.3  |
edwin  |
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 |
01 Aug 2002 07:35:52
2.3.3  |
ijliao  |
add MASTER_SITE_ISC (1) and apply them
PR: 41218
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1) |
07 May 2002 22:57:54
2.3.3  |
des  |
Upgrade to 2.3.3. |
07 Nov 2001 09:01:11 
|
des  |
Add NO_LATEST_LINK; inn-stable will always be at least as recent as inn. |
05 Jun 2001 05:30:20 
|
des  |
Build with SSL/TLS support. |
24 May 2001 15:17:24 
|
des  |
Install two additional headers. |
04 May 2001 22:40:07 
|
des  |
Upgrade to INN 2.3.2. |
11 Mar 2001 01:18:51 
|
des  |
Forgot to bump PORTREVISION. |
11 Mar 2001 01:06:19 
|
des  |
Avoid chown'ing /usr/local/man/man* to news:news. |
06 Mar 2001 23:28:17 
|
des  |
Install some header files which third-party utils may need. Avoid leaving
cruft behind in the db directory. |
05 Mar 2001 15:00:43 
|
des  |
Belatedly upgrade to 2.3.1. |
11 Oct 2000 09:17:44 
|
des  |
Add web site |
08 Oct 2000 04:57:04 
|
asami  |
Convert category news to new layout. |
07 Oct 2000 18:29:27 
|
des  |
ISC no longer maintains Y2K information for INN. |
24 Sep 2000 21:19:44 
|
des  |
Fix bogon that made it impossible to stop innd. |
24 Sep 2000 13:44:27 
|
des  |
Add forgotten post-install script |
24 Sep 2000 13:43:39 
|
des  |
Fix portlint warnings. |
24 Sep 2000 13:29:45 
|
des  |
Upgrade to 2.3.0. |
07 Jun 2000 08:35:49 
|
asami  |
Merge simpleftp.1 and mod-active.8 change from inn-stable/Makefile. |