freebsd-ports/security/cyrus-sasl/pkg-plist
Ade Lovett 636d1ebd70 Cyrus-SASL 1.5.24 sources changed on Aug 15th
-- 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
2000-09-19 02:59:29 +00:00

74 lines
2.5 KiB
Plaintext

@unexec %D/etc/rc.d/pwcheck.sh stop ; echo "pwcheck stopped."
etc/rc.d/pwcheck.sh
@comment remove ../etc/sasldb.db only if it exists and has a zero size.
@unexec [ -f %D/etc/sasldb.db -a ! -s %D/etc/sasldb.db ] && rm %D/etc/sasldb.db
include/sasl/hmac-md5.h
include/sasl/md5.h
include/sasl/md5global.h
include/sasl/sasl.h
include/sasl/saslplug.h
include/sasl/saslutil.h
@dirrm include/sasl
lib/libsasl.a
lib/libsasl.so
lib/libsasl.so.8
lib/sasl/libanonymous.a
lib/sasl/libanonymous.so
lib/sasl/libanonymous.so.1
lib/sasl/libcrammd5.a
lib/sasl/libcrammd5.so
lib/sasl/libcrammd5.so.1
lib/sasl/libdigestmd5.a
lib/sasl/libdigestmd5.so
lib/sasl/libdigestmd5.so.0
%%GSSAPI%%lib/sasl/libgssapiv2.a
%%GSSAPI%%lib/sasl/libgssapiv2.so
%%GSSAPI%%lib/sasl/libgssapiv2.so.1
%%EBONES%%lib/sasl/libkerberos4.a
%%EBONES%%lib/sasl/libkerberos4.so
%%EBONES%%lib/sasl/libkerberos4.so.1
lib/sasl/liblogin.a
lib/sasl/liblogin.so
lib/sasl/liblogin.so.0
lib/sasl/libplain.a
lib/sasl/libplain.so
lib/sasl/libplain.so.1
@comment Sendmail.conf should be installed/uninstalled by Sendmail 8.11.
@comment We install it here because Sendmail 8.11 is in the base system.
@unexec echo "pwcheck_method: pwcheck" > %B/Sendmail.conf.tmp
@unexec if cmp -s %B/Sendmail.conf %B/Sendmail.conf.tmp; then rm -f %B/Sendmail.conf %B/Sendmail.conf.tmp; else rm -f %B/Sendmail.conf.tmp fi
sbin/sasldblistusers
sbin/saslpasswd
sbin/pwcheck
%%NOPORTDOCS%%share/doc/SASL/AUTHORS
%%NOPORTDOCS%%share/doc/SASL/COPYING
%%NOPORTDOCS%%share/doc/SASL/ChangeLog
%%NOPORTDOCS%%share/doc/SASL/INSTALL
%%NOPORTDOCS%%share/doc/SASL/NEWS
%%NOPORTDOCS%%share/doc/SASL/README
%%NOPORTDOCS%%share/doc/SASL/Sendmail.README
%%NOPORTDOCS%%share/doc/SASL/TODO
%%NOPORTDOCS%%share/doc/SASL/draft-leach-digest-sasl-05.txt
%%NOPORTDOCS%%share/doc/SASL/draft-newman-auth-scram-03.txt
%%NOPORTDOCS%%share/doc/SASL/rfc1321.txt
%%NOPORTDOCS%%share/doc/SASL/rfc2095.txt
%%NOPORTDOCS%%share/doc/SASL/rfc2104.txt
%%NOPORTDOCS%%share/doc/SASL/rfc2222.txt
%%NOPORTDOCS%%share/doc/SASL/rfc2245.txt
%%NOPORTDOCS%%share/doc/SASL/html/gssapi.html
%%NOPORTDOCS%%share/doc/SASL/html/index.html
%%NOPORTDOCS%%share/doc/SASL/html/programming.html
%%NOPORTDOCS%%share/doc/SASL/html/sysadmin.html
%%NOPORTDOCS%%@dirrm share/doc/SASL/html
%%NOPORTDOCS%%@dirrm share/doc/SASL
@dirrm lib/sasl
@mode u=rwx,go=
@cwd /var
@exec mkdir pwcheck
@exec chown cyrus:cyrus pwcheck
@exec chmod go= pwcheck
@comment This file gets created by the pwcheck program
@unexec rm -f /var/pwcheck/pwcheck
@dirrm pwcheck
@cwd %%PREFIX%%