* IPv4 and IPv6 network files can be selected with -i4 and -i6.
(IPv6 network file selection is only possible when lsof supports
IPv6 for the dialect.)
* Added new output field for raw device number in hex. The field is
identified with 'r'. This field is NOT selected when -F or -F0 is
specified so that its appearance won't disturb existing scripts that
process field output.
dbm-functions, including dbm_pagfno. Our ndbm DOES NOT provide
it, but instead of being quite, it defines dbm_pagfno as
DBM_PAGFNO_NOT_AVAILABLE. This breaks compiles, of course.
Add the patch, that was on my local system since April, to
undefine the this define and let siag use dbm_pagfno implemented
in libgdbm. They should be compatible...
Submitted by: bento
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.
PR: ports/31349
Submitted by: D. T. Tzeck <drt@un.brewaff.net>
* fix libdescrypt detection: libdescrypt is only needed for
OSVERSION < 430001 or OSVERSION > 499999 and OSVERSION < 500014,
due to libdescrypt has been combined into the libcrypt library
on recent FreeBSD versions.
* default to using the FreeBSD Frontpage Extentions on i386.
There maybe problems with fpsrvadm.exe when it creates passwords
on a system that by default uses MD5 passwords. May need to set
roots passwd_format to des and change the password, before
installing (login.conf). BSDi FrontPage Extentions can be used
by defining WANT_BSDI_EXT.
* Added dependacy on misc/compat3x for the FreeBSD FP Exts.
* Moved execfilename to the end of the request_rec structure
in httpd.h, so that it would stop breaking binary compatiblity
with other pre-compiled Apache modules. This should allow
compiled modules build for www/apache13 to also work on
www/apache13-fp without needing to recompile them.
* Removed the Virtual host on port 8080 from httpd.conf, due to
the manual directory is now exported using an Alias, which
assigns it to a location on the main document root.
* Moved the Frontpage documents from manual/mod/mod_frontpage to
manual/frontpage. (Avoids patching manual/mod/index.html*)
PR: ports/31361
Submitted by: Scot W. Hetzel <hetzels@westbend.net> (MAINTAINER)