Thu May 25 03:17:41 2017 UTC ()
Update crudesaml to 1.8

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)


(manu)
diff -r1.10 -r1.11 pkgsrc/security/crudesaml/Makefile.common
diff -r1.6 -r1.7 pkgsrc/security/crudesaml/distinfo
diff -r1.1 -r0 pkgsrc/security/crudesaml/patches/patch-saml.c
diff -r1.12 -r1.13 pkgsrc/security/cy2-saml/Makefile
diff -r1.13 -r1.14 pkgsrc/security/pam-saml/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/security/crudesaml/Makefile.common (expand / switch to unified diff)

--- pkgsrc/security/crudesaml/Makefile.common 2015/08/07 11:16:16 1.10
+++ pkgsrc/security/crudesaml/Makefile.common 2017/05/25 03:17:41 1.11
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.10 2015/08/07 11:16:16 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.11 2017/05/25 03:17:41 manu Exp $
2# 2#
3# used by security/cy2-saml/Makefile 3# used by security/cy2-saml/Makefile
4# used by security/pam-saml/Makefile 4# used by security/pam-saml/Makefile
5 5
6DISTNAME= crudesaml-1.4 6DISTNAME= crudesaml-1.8
7CATEGORIES= security 7CATEGORIES= security
8MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/ 8MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/
9 9
10MAINTAINER= manu@NetBSD.org 10MAINTAINER= manu@NetBSD.org
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15USE_LANGUAGES+= c 15USE_LANGUAGES+= c
16 16
17DISTINFO_FILE= ${.CURDIR}/../../security/crudesaml/distinfo 17DISTINFO_FILE= ${.CURDIR}/../../security/crudesaml/distinfo
18PATCHDIR= ${.CURDIR}/../../security/crudesaml/patches 18PATCHDIR= ${.CURDIR}/../../security/crudesaml/patches
19 19

cvs diff -r1.6 -r1.7 pkgsrc/security/crudesaml/distinfo (expand / switch to unified diff)

--- pkgsrc/security/crudesaml/distinfo 2015/11/04 01:17:42 1.6
+++ pkgsrc/security/crudesaml/distinfo 2017/05/25 03:17:41 1.7
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/11/04 01:17:42 agc Exp $ 1$NetBSD: distinfo,v 1.7 2017/05/25 03:17:41 manu Exp $
2 2
3SHA1 (crudesaml-1.4.tar.gz) = e6da912439f22970ebd3cab781a61195099c1656 3SHA1 (crudesaml-1.8.tar.gz) = d3e65764cc7c27329e5977b871487b00766cc2b8
4RMD160 (crudesaml-1.4.tar.gz) = 0d9b057b01806e0fae0fb67cd5df6dde8411a0e0 4RMD160 (crudesaml-1.8.tar.gz) = aea305b89149d964223711db18d1020ec0f9544b
5SHA512 (crudesaml-1.4.tar.gz) = da876c58e522f42c92eac59e969e41a5700a80b3e08c0d76bd8d7e8bbb943ef36ece5f7190eaa6cb58cbd351824105c39f7497b7b6b88603908dedd64ff08b26 5SHA512 (crudesaml-1.8.tar.gz) = 064338718e1fa355f379dcc00487eb1be18689376ffafe6b0ee03d1c0d9332e4821e51fe9ae05b9a18bd43993e7a23d10b33958168b7ea4871340c697707e2f7
6Size (crudesaml-1.4.tar.gz) = 293083 bytes 6Size (crudesaml-1.8.tar.gz) = 321688 bytes
7SHA1 (patch-saml.c) = 48d48c06efc496458b26699a67c269119909f9a0 

File Deleted: pkgsrc/security/crudesaml/patches/Attic/patch-saml.c

cvs diff -r1.12 -r1.13 pkgsrc/security/cy2-saml/Makefile (expand / switch to unified diff)

--- pkgsrc/security/cy2-saml/Makefile 2016/03/05 11:29:19 1.12
+++ pkgsrc/security/cy2-saml/Makefile 2017/05/25 03:17:41 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2016/03/05 11:29:19 jperkin Exp $ 1# $NetBSD: Makefile,v 1.13 2017/05/25 03:17:41 manu Exp $
2 2
3PKGNAME= ${DISTNAME:S/crudesaml-/cy2-saml-/} 3PKGNAME= ${DISTNAME:S/crudesaml-/cy2-saml-/}
4PKGREVISION= 3 4#PKGREVISION= 1
5COMMENT= Crude SAML assertion validator for bridging WebSSO and SASL 5COMMENT= Crude SAML assertion validator for bridging WebSSO and SASL
6 6
7PLUGINDIR= ${PREFIX}/lib/sasl2 7PLUGINDIR= ${PREFIX}/lib/sasl2
8 8
9INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PLUGINDIR} 9INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PLUGINDIR}
10 10
11do-install: 11do-install:
12 ${SHLIBTOOL} --mode=install \ 12 ${SHLIBTOOL} --mode=install \
13 ${INSTALL_PROGRAM} ${WRKSRC}/libsaml.la ${DESTDIR}${PLUGINDIR} 13 ${INSTALL_PROGRAM} ${WRKSRC}/libsaml.la ${DESTDIR}${PLUGINDIR}
14 ${INSTALL_MAN} ${WRKSRC}/cy2_saml.5 \ 14 ${INSTALL_MAN} ${WRKSRC}/cy2_saml.5 \
15 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 15 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
16 16
17.include "../../security/crudesaml/Makefile.common" 17.include "../../security/crudesaml/Makefile.common"

cvs diff -r1.13 -r1.14 pkgsrc/security/pam-saml/Makefile (expand / switch to unified diff)

--- pkgsrc/security/pam-saml/Makefile 2016/03/05 11:29:24 1.13
+++ pkgsrc/security/pam-saml/Makefile 2017/05/25 03:17:41 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2016/03/05 11:29:24 jperkin Exp $ 1# $NetBSD: Makefile,v 1.14 2017/05/25 03:17:41 manu Exp $
2# 2#
3 3
4PKGNAME= ${DISTNAME:S/crudesaml-/pam-saml-/} 4PKGNAME= ${DISTNAME:S/crudesaml-/pam-saml-/}
5PKGREVISION= 4 5#PKGREVISION= 1
6COMMENT= Crude SAML assertion validator for bridging WebSSO and PAM 6COMMENT= Crude SAML assertion validator for bridging WebSSO and PAM
7 7
8INSTALLATION_DIRS= lib/security ${PKGMANDIR}/man5 8INSTALLATION_DIRS= lib/security ${PKGMANDIR}/man5
9 9
10do-install: 10do-install:
11 cd ${WRKSRC} && ${SHLIBTOOL} --mode=install \ 11 cd ${WRKSRC} && ${SHLIBTOOL} --mode=install \
12 ${INSTALL_PROGRAM} pam_saml.la ${DESTDIR}${PREFIX}/lib/security 12 ${INSTALL_PROGRAM} pam_saml.la ${DESTDIR}${PREFIX}/lib/security
13 ${INSTALL_MAN} ${WRKSRC}/pam_saml.5 \ 13 ${INSTALL_MAN} ${WRKSRC}/pam_saml.5 \
14 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 14 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
15 15
16.include "../../security/crudesaml/Makefile.common" 16.include "../../security/crudesaml/Makefile.common"