* Made the port to optionally not build the mechs, define
WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].
* The Kerberos IV case is special, as we can use the base kerberos 4x
(<=5.0-RELEASE), or use the security/krb4 port.
WITH_KERBEROS4 - use security/krb4 port
if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
doesn't exist
WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
(<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf
* Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
of the rc.d script and not in an external file to the script.
PR: 51505
Submitted by: maintainer
sendmail mail submission program may log the following error on the
sasldb file:
error: safesasl(/usr/local/etc/sasldb) failed: Group readable file
Pine by default is using SMTP, and therfore SMTP AUTH if compiled
into sendmail. To disable SMTP AUTH we need to define DAEMON_OPTIONS
for the loopback interface.
PR: ports/51680
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Bento fails to proberly package the port on -CURRENT due
to -CURRENT no longer has libdes.* as the des functions
have been moved to the libcrypto.* library.
PR: 48442
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
author fixed bug in patch but didn't increment version.
- Fix problem when openldap v1 is selected.
- Bump PORTREVISION
PR: ports/39800
Submitted by: maintainer
- Update MySQL & LDAP Authentication Methods
- Correct bento warning for extra file (Sendmail.conf).
- Correct mysql detection code in configure.sasl, and use LIB_DEPENDS for db3.
PR: 22462
Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
-- changed a hard coded value to a variable.
Kerberos IV detection fails due to double check on krb_mk_priv
(with/without com_err), used cached value from first check for krb_mk_priv.
Added addtional pwcheck methods (MySQL & LDAP Authentication).
PR: 21383
Submitted by: maintainer
Fix detection of kerberos4. (Now support for kerberos4 is always build
if /usr/lib/libkrb.a exists)
Make use of PLIST_SUB.
PR: ports/19187
Submitted by: Maintainer