aboutsummaryrefslogtreecommitdiff
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* Add note warning against the use of this port for new installations andKris Kennaway2004-02-131-0/+4
| | | | | | | | | recommending the leafnode port instead. Unfortunately the two do not appear to be cross-compatible, otherwise I'd recommend terminating this port. Notes: svn path=/head/; revision=100808
* Drop maintainership since I no longer use this software. It has a numberKris Kennaway2004-02-131-1/+1
| | | | | | | | of data-loss bugs and appears to be abandonware; I recommend the leafnode port instead. Notes: svn path=/head/; revision=100806
* - Add a little workaround to keep man directories owned by root.Clement Laforet2004-02-113-6/+6
| | | | | | | | | - Unmark as FORBIDDEN. Noticed by: kris Notes: svn path=/head/; revision=100695
* SIZEify distinfoYen-Ming Lee2004-02-112-3/+9
| | | | | | | Digest::MD5 is included in perl-5.8, so mark it as a conditional dependency. Notes: svn path=/head/; revision=100652
* - Update to version 1.9Kirill Ponomarev2004-02-093-9/+3
| | | | | | | | PR: ports/62556 Submitted by: maintainer Notes: svn path=/head/; revision=100498
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
| | | | Notes: svn path=/head/; revision=100265
* - Use SIZEPav Lucistnik2004-02-071-0/+1
| | | | | | | | PR: ports/62483 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=100263
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-0616-8/+8
| | | | Notes: svn path=/head/; revision=100139
* Use PLIST_FILES.Trevor Johnson2004-02-058-5/+5
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZE'ify.Max Khon2004-02-0414-0/+14
| | | | Notes: svn path=/head/; revision=99946
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-0435-7/+35
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-043-7/+6
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* - Update to 0.9.12Clement Laforet2004-02-033-3/+3
| | | | Notes: svn path=/head/; revision=99874
* Fix linewrap in non-ISO character sets (e.g. Cyrillic).Joe Marcus Clarke2004-02-022-0/+37
| | | | | | | | | PR: 61911 Submitted by: Artem Ignatiev <timon@memphis.mephi.ru> Obtained from: Pan developers Notes: svn path=/head/; revision=99781
* - make portlint happierDirk Meyer2004-01-311-1/+1
| | | | Notes: svn path=/head/; revision=99599
* - SIZEifyKirill Ponomarev2004-01-304-0/+4
| | | | Notes: svn path=/head/; revision=99518
* FORBIDDEN: Changes ownership of system directoriesKris Kennaway2004-01-303-0/+6
| | | | Notes: svn path=/head/; revision=99480
* SIZEify.Trevor Johnson2004-01-2921-0/+21
| | | | Notes: svn path=/head/; revision=99421
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-233-3/+3
| | | | Notes: svn path=/head/; revision=98909
* - Add inn-current, 20040118 snapshotClement Laforet2004-01-226-66/+110
| | | | | | | | | | | | InterNetNews is a complete Usenet system. The cornerstone of the package is innd, an NNTP server that multiplexes all I/O. Newsreading is handled by a separate server, nnrpd, that is spawned for each client. Both innd and nnrpd have some slight variances from the NNTP protocol. This ports is the developpement version, DON'T USE IT OR TRY TO USE IT ON A PRODUCTION SERVER. Notes: svn path=/head/; revision=98794
* - Update to 0.9.11Clement Laforet2004-01-222-2/+2
| | | | Notes: svn path=/head/; revision=98786
* Use PAX macro.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98754
* Fix build on -STABLETilman Keskinoz2004-01-192-0/+14
| | | | | | | Reported by: Mike Harding Notes: svn path=/head/; revision=98548
* - Update to 20040118 snapshotClement Laforet2004-01-193-29/+4
| | | | Notes: svn path=/head/; revision=98511
* - Chase uulib versionClement Laforet2004-01-181-1/+2
| | | | | | | | | - Bump PORTREVISION Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98474
* Update to 1.1.92Tilman Keskinoz2004-01-163-22/+2
| | | | Notes: svn path=/head/; revision=98353
* - Update to 1.9.49Clement Laforet2004-01-092-2/+2
| | | | | | | | | | | Fix "delaybody" mode regression in 1.9.48 security fix. PR: 61134 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: erwin (mentor) (implicity) Notes: svn path=/head/; revision=97782
* - update to 0.8.3Pete Fritchman2004-01-094-30/+30
| | | | | | | | | | | - make the port ${PREFIX}-safe - use ${DATADIR} - instead of installing docs to ${DATADIR}, respect NOPORTDOCS and intall to ${DOCSDIR} - take maintainership Notes: svn path=/head/; revision=97744
* - Update to 1.9.48Clement Laforet2004-01-092-2/+2
| | | | | | | | | | | | | | | | | | | ### SECURITY BUGFIX ### - Fetchnews: when a. minlines=0 (default) and b. delaybody=0 (default) and either c. no filterfile is configured (default) or a. and b. and d. article_despite_filter=1 are configured, an article with missing mandatory headers and without body can hang fetchnews and/or prevent the fetch of further articles from the current group or server. Reported by Toni Viemerö, SourceForge bug 873149. This was a denial-of-service bug, not one that could lead to local or remote privilege escalation. PR: 61105 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97731
* - Update to 2.4.1 (urgent release)Clement Laforet2004-01-083-14/+12
| | | | | | | | | | | | 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
* - Fix potentially exploitable buffer overflow.Clement Laforet2004-01-082-1/+26
| | | | | | | | | http://lists.litech.org/pipermail/inn-workers/2004q1/002763.html Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97665
* - Drop maintainership to ports@Kirill Ponomarev2004-01-071-1/+1
| | | | Notes: svn path=/head/; revision=97596
* - Update to 1.9.47, tons of bugfixesKirill Ponomarev2004-01-073-5/+6
| | | | | | | | | | - some %%PREFIX%% -> %D changes in pkg-plist PR: 61002 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=97553
* - Update to 1.8Clement Laforet2004-01-063-2/+5
| | | | | | | | | PR: 60987 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97501
* makes these ports "portlint clean".Yen-Ming Lee2004-01-051-2/+2
| | | | Notes: svn path=/head/; revision=97379
* - Update to 0.9.10Clement Laforet2004-01-053-8/+12
| | | | | | | | | | | - fix deinstall - ECHO -> ECHO_MSG - Update MASTER_SITES Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97306
* - Update to version 0.26Kirill Ponomarev2003-12-292-2/+2
| | | | Notes: svn path=/head/; revision=96909
* Update to 1.1.5 snapshot (as of 24 Dec 2003).Max Khon2003-12-2617-244/+47
| | | | | | | Install more docs including license files. Notes: svn path=/head/; revision=96602
* - Fix MASTER_SITESDirk Meyer2003-12-241-1/+1
| | | | Notes: svn path=/head/; revision=96525
* Update to 0.70.Max Khon2003-12-232-3/+3
| | | | | | | Submitted by: Vladimir Kurtukov (MAINTAINER) Notes: svn path=/head/; revision=96481
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* Fix a bug leading to SIG11 in the child processTilman Keskinoz2003-12-102-4/+14
| | | | | | | | Submitted by: Herbert Straub Reported by: Konstantin Nikonenko Notes: svn path=/head/; revision=95539
* - Update to 1.9.46Kirill Ponomarev2003-12-072-3/+3
| | | | | | | | | | | | | | * Minor bugfixes, NTL workaround update, documentation fixes - Drop IPv6 category since only some parts are IPv6 capable, not the entire package. This is to prevent any false hopes of full IPv6 capability PR: 60016 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=95276
* Restyle maintainer address to @FreeBSD.org.Mark Linimon2003-12-071-2/+2
| | | | Notes: svn path=/head/; revision=95226
* - Update to version 0.25Kirill Ponomarev2003-11-212-2/+4
| | | | Notes: svn path=/head/; revision=94645
* Changelog:Mark Linimon2003-11-213-20/+54
| | | | | | | | | | | | | | - Update to 20031022 snapshot (committer's note: almost entirely documentation updates although there are some very minor bugfixes) - 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 db41, db4, db3 in ovdb. PR: ports/58395 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=94609
* Changelog:Mark Linimon2003-11-212-17/+54
| | | | | | | | | | | | | | | - 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
* Fix build with gcc 3.x.Akinori MUSHA2003-11-203-7/+41
| | | | | | | | PR: 59487 Submitted by: Samy Al Bahra <samy@kerneled.com> Notes: svn path=/head/; revision=94525
* - Update to 1.7 (bugfix release)Sergei Kolobov2003-11-202-2/+2
| | | | | | | | PR: 59435 Submitted by: maintainer Notes: svn path=/head/; revision=94486
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgOliver Eikemeier2003-11-191-1/+1
| | | | | | | | PR: 59109 Approved by: marcus (mentor) Notes: svn path=/head/; revision=94400