ee305a3815
Changelog since previous version in pkgsrc crusdesaml-1.8 2017-05-26 Fix crash introduced server side in 1.6 for saml_log() crusdesaml-1.7 2017-05-22 Only iterate on XML_ELEMENT_NODE nodes crusdesaml-1.6 2017-05-20 Typos in man pages (Florian Best) Don't log the password length if it is too small (Florian Best) Stop if wxmlXPathRegisterNs failed (Florian Best) autoconf: Remove duplicate $(DESTDIR) (Florian Best) PAM: Require only one provider (Florian Best) PAM: No SONAME versioning (Philipp Hahn) autoconf: Only strictness foreign (Philipp Hahn) PAM: fix static PAM module build (Philipp Hahn) Hide internal symbols (Philipp Hahn) Fix varadic function SIGSEGV (Philipp Hahn) Fix crash when using saml_log()/saml_error() in SASL client plugin crusdesaml-1.5 2012-11-13 mod_shib2 compatibility, debug messages (Jan Tomasek)
16 lines
499 B
Makefile
16 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/05/25 03:17:41 manu Exp $
|
|
#
|
|
|
|
PKGNAME= ${DISTNAME:S/crudesaml-/pam-saml-/}
|
|
#PKGREVISION= 1
|
|
COMMENT= Crude SAML assertion validator for bridging WebSSO and PAM
|
|
|
|
INSTALLATION_DIRS= lib/security ${PKGMANDIR}/man5
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${SHLIBTOOL} --mode=install \
|
|
${INSTALL_PROGRAM} pam_saml.la ${DESTDIR}${PREFIX}/lib/security
|
|
${INSTALL_MAN} ${WRKSRC}/pam_saml.5 \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
|
|
|
|
.include "../../security/crudesaml/Makefile.common"
|