Update crudesaml to 1.4: fix build problems
This commit is contained in:
parent
90f247d435
commit
e12e7d7167
4 changed files with 8 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile.common,v 1.6 2011/11/19 17:22:37 manu Exp $
|
||||
# $NetBSD: Makefile.common,v 1.7 2012/11/08 08:48:13 manu Exp $
|
||||
#
|
||||
# used by security/cy2-saml/Makefile
|
||||
# used by security/pam-saml/Makefile
|
||||
|
||||
DISTNAME= crudesaml-1.2
|
||||
DISTNAME= crudesaml-1.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/11/19 17:22:37 manu Exp $
|
||||
$NetBSD: distinfo,v 1.4 2012/11/08 08:48:13 manu Exp $
|
||||
|
||||
SHA1 (crudesaml-1.2.tar.gz) = f0d917559b6e98e911066c59c1ffd879d97b5d46
|
||||
RMD160 (crudesaml-1.2.tar.gz) = f6c23b7d955cb6397b567899a80351795655b630
|
||||
Size (crudesaml-1.2.tar.gz) = 284597 bytes
|
||||
SHA1 (crudesaml-1.4.tar.gz) = e6da912439f22970ebd3cab781a61195099c1656
|
||||
RMD160 (crudesaml-1.4.tar.gz) = 0d9b057b01806e0fae0fb67cd5df6dde8411a0e0
|
||||
Size (crudesaml-1.4.tar.gz) = 293083 bytes
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:24 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/11/08 08:48:13 manu Exp $
|
||||
#
|
||||
|
||||
PKGNAME= ${DISTNAME:S/crudesaml-/cy2-saml-/}
|
||||
PKGREVISION= 5
|
||||
COMMENT= Crude SAML assertion validator for bridging WebSSO and SASL
|
||||
|
||||
PLUGINDIR= ${PREFIX}/lib/sasl2
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:49 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/11/08 08:48:14 manu Exp $
|
||||
#
|
||||
|
||||
PKGNAME= ${DISTNAME:S/crudesaml-/pam-saml-/}
|
||||
PKGREVISION= 5
|
||||
COMMENT= Crude SAML assertion validator for bridging WebSSO and PAM
|
||||
|
||||
INSTALLATION_DIRS= lib/security ${PKGMANDIR}/man5
|
||||
|
|
Loading…
Reference in a new issue