- make the port ${PREFIX}-safe
- use ${DATADIR}
- instead of installing docs to ${DATADIR}, respect NOPORTDOCS and intall
to ${DOCSDIR}
- take maintainership
### 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)
* 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)
- 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)
- 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)
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
- Update to 1.9.45, lots of bugfixes, too many to list here,
see http://mandree.home.pages.de/leafnode/NEWS
- Install German manual pages into standard location so that man(1) can find
them. (MANLANG and all that, along the lines used in security/nmap)
- Fix up NOPORTDOCS mode so it actually works
- Fix pkg-message to not contain the same text twice
While I'm here [2]:
- simplify/shorten post-install target a bit by using few new variables
and unrolling loops
- rename ${PREFIX}/share/doc/leafnode/doc_german to just .../german.
I think extra "doc_" there is unnecessary
- s/ECHO/ECHO_MSG/
- whitespace changes to shorten line lengths in Makefile
PR: 58799 [1]
Submitted by: maintainer [1], sergei [2]
Approved by: maintainer [2]