aboutsummaryrefslogtreecommitdiff
path: root/news/inn
Commit message (Collapse)AuthorAgeFilesLines
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Handle special permissions through pkg-plist and not through makeJohan van Selst2017-05-212-20/+16
| | | | | | | | | | (this broke building as unprivileged user) No changes to the default build or generated package Reported by: naddy Notes: svn path=/head/; revision=441427
* - Update to INN 2.6.1Johan van Selst2017-05-113-10/+22
| | | | | | | | https://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html - Make setuid inews and UUCP optional Notes: svn path=/head/; revision=440655
* USE_BDB cleanup.Mathieu Arnold2016-08-081-2/+2
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Old homepage disappeared, link to Russ Allbery's INN pageJohan van Selst2015-12-271-1/+1
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=404596
* Remove #pragma to fix build with all compiler versionsJohan van Selst2015-10-111-0/+1
| | | | | | | PR: ports/203281 Notes: svn path=/head/; revision=399083
* Update to INN 2.6.0Johan van Selst2015-09-216-66/+66
| | | | | | | http://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S1 Notes: svn path=/head/; revision=397518
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - Update to INN 2.5.5Johan van Selst2015-07-133-58/+36
| | | | | | | | http://www.eyrie.org/~eagle/software/inn/docs-2.5/news.html#S1 - Set some more options as default for a typical installation Notes: svn path=/head/; revision=391879
* - Add CPE infoDmitry Marakasov2015-05-181-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386652
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Make all files owned by news:news as it was in the previous versionJohan van Selst2014-08-302-13/+11
| | | | | | | | Correctly make innbind setuid again Bump PORTREVISION Notes: svn path=/head/; revision=366672
* Correct owner for data directories (news:news)Johan van Selst2014-08-302-31/+39
| | | | | | | | | Add missing @sample keywords Reported by: naddy Notes: svn path=/head/; revision=366669
* - StagifyJohan van Selst2014-08-276-157/+270
| | | | | | | | - Update to 2.5.4 - Adopt port Notes: svn path=/head/; revision=366306
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362828
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362050
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-5/+2
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Tell bmake we use the old :L :U modifiersDima Panov2013-12-311-0/+3
| | | | | | | | PR: 185301 Submitted by: naddy@ Notes: svn path=/head/; revision=338218
* - Missed new etc files.Dima Panov2013-11-181-1/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=334138
* - Fix MLINKSDima Panov2013-11-171-2/+3
| | | | Notes: svn path=/head/; revision=334135
* - Oops, forgot about MAN section during update :(Dima Panov2013-11-171-9/+10
| | | | | | | Noticed by: QAT Notes: svn path=/head/; revision=334133
* - Update to 2.5.3 security releaseDima Panov2013-11-177-130/+42
| | | | | | | | | | | - Remove outdated patches - Preserve configured database during upgrade [1] PR: 183614 [1] Submitted by: Horia Racoviceanu [1] Notes: svn path=/head/; revision=334089
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | news) Notes: svn path=/head/; revision=327759
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327278
* - Fix innd/nnrpd semget failuresDima Panov2012-09-022-1/+74
| | | | | | | | | | Do not set any shmem permission bits except for the six allowed bits PR: 171134 Submitted by: G. Paul Ziemba Notes: svn path=/head/; revision=303548
* news/inn: fix plaintext command injection, CVE-2012-3523Eygene Ryabinkin2012-08-262-1/+62
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=303194
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Fix typoDima Panov2012-07-081-1/+1
| | | | | | | Noticed by: Geraint A. Edwards via email Notes: svn path=/head/; revision=300622
* - Add options for OpenSSL (for those who don't need) and GnuPG (pgpverify)Dima Panov2012-07-072-50/+68
| | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=300594
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300277
* - Update INN to 2.5.2 releaseDima Panov2012-06-277-102/+108
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=300090
* Fix rc script.Thierry Thomas2012-02-253-4/+4
| | | | | | | | | | | Since I'm there, clean plist. PR: ports/164750 Submitted by: Joe Horn <joehorn (at) gmail.com> Approved by: maintainer time-out Notes: svn path=/head/; revision=292236
* - replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)Ruslan Makhmatkhanov2012-02-191-1/+1
| | | | | | | They all non-functional changes. Notes: svn path=/head/; revision=291783
* - Fix plist.Alberto Villa2012-01-242-2/+28
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=289733
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-9/+4
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch MASTER_SITES to local to make it fetchable againDima Panov2010-09-301-2/+5
| | | | | | | | | ISC doesn't provide distfiles for INN 2.4.x anymore Noticed by: pointyhat via erwin Notes: svn path=/head/; revision=262126
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Make perl5 dependency mandatory [1]Dima Panov2009-11-271-13/+7
| | | | | | | | | | - Improve tcl handling Noticed by: dinoex via IRC [1] Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=244850
* Update my MAINTAINER's email to @FreeBSD.orgDima Panov2009-08-101-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=239277
* - Update to 2.4.6Martin Wilke2009-07-283-48/+8
| | | | | | | | | - Pass maintainership to Dima Panov <Fluffy@fluffy.khv.ru> PR: based on 136810 Notes: svn path=/head/; revision=238549
* With regret, return these to the pool.Shaun Amott2009-07-221-1/+1
| | | | Notes: svn path=/head/; revision=238188
* - Update WWWPav Lucistnik2009-03-221-1/+1
| | | | Notes: svn path=/head/; revision=230687
* - Remove SSL OPTION; force OpenSSL dependency instead.Shaun Amott2008-11-171-7/+1
| | | | | | | | | - Remove bogus TCL 8.3 dependency. Submitted by: Dima Panov via cvs-ports Notes: svn path=/head/; revision=222973
* - Upgrade inn to 2.4.5.Shaun Amott2008-11-146-66/+98
| | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=222845
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-0/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=201032
* Fix a bug which causes innfeed to segfault on 64-bit architectures.Shaun Amott2007-09-262-1/+12
| | | | | | | | | Submitted by: Kai Gallasch <gallasch@free.de> Debugged by: Julien ÉLIE <julien@trigofacile.com> Patched by: roberto Notes: svn path=/head/; revision=200137