Index: head/security/lasso/Makefile =================================================================== --- head/security/lasso/Makefile (revision 373993) +++ head/security/lasso/Makefile (revision 373994) @@ -1,64 +1,65 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= lasso -PORTVERSION= 2.1.1 -PORTREVISION= 3 +PORTVERSION= 2.4.1 CATEGORIES= security -MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/594/ +MASTER_SITES= https://dev.entrouvert.org/releases/lasso/ MAINTAINER= tj@FreeBSD.org COMMENT= Free Liberty Alliance Implementation -BROKEN= Fails to build -DEPRECATED= Broken for more than 6 months -EXPIRACTION_DATE= 2014-12-27 +LICENSE= GPLv2 -RUN_DEPENDS= xmlsec1:${PORTSDIR}/security/xmlsec1 -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= xmlsec1:${PORTSDIR}/security/xmlsec1 +RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFIGURE_ARGS+= --disable-java --disable-php4 --with-zlib +USES= pathfix pkgconfig GNU_CONFIGURE= yes -USES= pkgconfig -USE_GNOME= gnomehack glib20 libxml2 +CONFIGURE_ARGS= --disable-java --with-zlib +USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes OPTIONS_DEFINE= PERL PHP PYTHON DOCS .include -.if !empty(PORT_OPTIONS:MPERL) +.if ${PORT_OPTIONS:MPERL} CONFIGURE_ARGS+= --enable-perl -PLIST_SUB+= WITH_PERL="" +PLIST_SUB+= PERL="" USES+= perl5 .else CONFIGURE_ARGS+= --disable-perl -PLIST_SUB+= WITH_PERL="@comment " +PLIST_SUB+= PERL="@comment " .endif -.if !empty(PORT_OPTIONS:MPHP) +.if ${PORT_OPTIONS:MPHP} CONFIGURE_ARGS+= --enable-php5 \ --with-php5-config="${LOCALBASE}/bin/php-config" LDFLAGS+= "-L${LOCALBASE}/lib" LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 -PLIST_SUB+= WITH_PHP5="" +PLIST_SUB+= PHP5="" USE_PHP= yes USE_PHP_BUILD= yes .else CONFIGURE_ARGS+= --disable-php5 -PLIST_SUB+= WITH_PHP5="@comment " +PLIST_SUB+= PHP5="@comment " .endif -.if !empty(PORT_OPTIONS:MPYTHON) +.if ${PORT_OPTIONS:MPYTHON} CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= WITH_PYTHON="" +PLIST_SUB+= PYTHON="" USES+= python USE_PYTHON= yes .else USES+= python:build CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= WITH_PYTHON="@comment " +PLIST_SUB+= PYTHON="@comment " .endif + +post-patch: + @${REINPLACE_CMD} -E 's,(xmlsec1-openssl >= 1.2.6) openssl,\1,' \ + ${CONFIGURE_WRKSRC}/configure .include Index: head/security/lasso/distinfo =================================================================== --- head/security/lasso/distinfo (revision 373993) +++ head/security/lasso/distinfo (revision 373994) @@ -1,2 +1,2 @@ -SHA256 (lasso-2.1.1.tar.gz) = 3d19eccb8d5db08e95268f55eafd75a9d3684c07783c0a6e04191ef1d39404bc -SIZE (lasso-2.1.1.tar.gz) = 1816782 +SHA256 (lasso-2.4.1.tar.gz) = e485f7643c3438e5efd3c3f28cf7e0c50618b209f044d61c21ff35181d3946cf +SIZE (lasso-2.4.1.tar.gz) = 4392038 Index: head/security/lasso/files/patch-configure =================================================================== --- head/security/lasso/files/patch-configure (revision 373993) +++ head/security/lasso/files/patch-configure (nonexistent) @@ -1,81 +0,0 @@ ---- configure.orig 2007-08-03 10:03:45.000000000 +0800 -+++ configure 2007-08-03 10:08:48.000000000 +0800 -@@ -21215,8 +21215,8 @@ - PHP4_INCLUDES=`$PHP4_CONFIG --includes` - PHP4_LDFLAGS=`$PHP4_CONFIG --ldflags` - PHP4_LIBS=`$PHP4_CONFIG --libs` -- PHP4_UNPREFIXED_EXTENSION_DIR=`$PHP4_CONFIG --extension-dir | $SED 's/\/usr//g'` - PHP4_PREFIX=`$PHP4_CONFIG --prefix` -+ PHP4_UNPREFIXED_EXTENSION_DIR=`$PHP4_CONFIG --extension-dir | $SED "s,^$PHP4_PREFIX,,g"` - else - # We assume PHP are in /usr/local directory. - if test $MINGW -eq 1; then -@@ -21446,8 +21446,8 @@ - PHP5_INCLUDES=`$PHP5_CONFIG --includes` - PHP5_LDFLAGS=`$PHP5_CONFIG --ldflags` - PHP5_LIBS=`$PHP5_CONFIG --libs` -- PHP5_UNPREFIXED_EXTENSION_DIR=`$PHP5_CONFIG --extension-dir | $SED 's/\/usr//g'` - PHP5_PREFIX=`$PHP5_CONFIG --prefix` -+ PHP5_UNPREFIXED_EXTENSION_DIR=`$PHP5_CONFIG --extension-dir | $SED "s,^$PHP5_PREFIX,,g"` - else - # We assume PHP are in /usr/local directory. - if test $MINGW -eq 1; then -@@ -22477,12 +22477,12 @@ - pkg_cv_LASSO_CFLAGS="$LASSO_CFLAGS" - else - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl\"") >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl") 2>&5 -+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_LASSO_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl" 2>/dev/null` -+ pkg_cv_LASSO_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -22495,12 +22495,12 @@ - pkg_cv_LASSO_LIBS="$LASSO_LIBS" - else - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl\"") >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl") 2>&5 -+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_LASSO_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl" 2>/dev/null` -+ pkg_cv_LASSO_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -22519,14 +22519,14 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- LASSO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl"` -+ LASSO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6"` - else -- LASSO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl"` -+ LASSO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6"` - fi - # Put the nasty error message in config.log where it belongs - echo "$LASSO_PKG_ERRORS" >&5 - -- { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl) were not met: -+ { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6) were not met: - - $LASSO_PKG_ERRORS - -@@ -22537,7 +22537,7 @@ - and LASSO_LIBS to avoid the need to call pkg-config. - See the pkg-config man page for more details. - " >&5 --echo "$as_me: error: Package requirements (glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl) were not met: -+echo "$as_me: error: Package requirements (glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6) were not met: - - $LASSO_PKG_ERRORS - Property changes on: head/security/lasso/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/lasso/files/patch-lasso_errors.c =================================================================== --- head/security/lasso/files/patch-lasso_errors.c (revision 373993) +++ head/security/lasso/files/patch-lasso_errors.c (nonexistent) @@ -1,11 +0,0 @@ ---- lasso/errors.c.orig 2013-02-07 16:40:45.000000000 +0000 -+++ lasso/errors.c 2013-02-07 16:40:54.000000000 +0000 -@@ -22,7 +22,7 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - --#include -+#include - #include - #include - Property changes on: head/security/lasso/files/patch-lasso_errors.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/lasso/files/patch-bindings_perl_Makefile.in =================================================================== --- head/security/lasso/files/patch-bindings_perl_Makefile.in (nonexistent) +++ head/security/lasso/files/patch-bindings_perl_Makefile.in (revision 373994) @@ -0,0 +1,20 @@ +--- bindings/perl/Makefile.in.orig 2014-12-05 04:41:25 UTC ++++ bindings/perl/Makefile.in +@@ -307,7 +307,7 @@ uudecode = @uudecode@ + MAINTAINERCLEANFILES = Makefile.in + DISTCLEANFILES = __init__.pyc lang.pyc Makefile.perl.old + CLEANFILES = Lasso.pm Lasso.xs Lasso.so typemap Lasso.o Lasso.bs pm_to_blib Lasso.c +-LASSO_XS_CFLAGS = -fno-strict-aliasing $(LASSO_CFLAGS) $(LASSO_CORE_CFLAGS) $(PERL_CFLAGS) $(AM_CFLAGS) -Wno-unused-but-set-variable ++LASSO_XS_CFLAGS = -fno-strict-aliasing $(LASSO_CFLAGS) $(LASSO_CORE_CFLAGS) $(PERL_CFLAGS) $(AM_CFLAGS) + TESTS_ENVIRONMENT = TOP_SRCDIR=$(top_srcdir) + TESTS = test.sh + @PERL_ENABLED_TRUE@INCLUDES = \ +@@ -623,7 +623,7 @@ uninstall-am: uninstall-local + @PERL_ENABLED_TRUE@ done; \ + @PERL_ENABLED_TRUE@ chmod -R u+rwX $(TOCOPY); \ + @PERL_ENABLED_TRUE@ fi; +-@PERL_ENABLED_TRUE@ $(AM_V_SUBMAKE) $(PERL) Makefile.PL INSTALLDIRS=vendor CCFLAGS="$(LASSO_XS_CFLAGS)" INC="-I. -I$(top_srcdir) -I$(srcdir)" LIBS="`$(top_builddir)/lasso-src-config --libs`" OPTIMIZE="-g" $(AM_V_SUBMAKE_POSTFIX) ++@PERL_ENABLED_TRUE@ $(AM_V_SUBMAKE) $(PERL) Makefile.PL CCFLAGS="$(LASSO_XS_CFLAGS)" INC="-I. -I$(top_srcdir) -I$(srcdir)" LIBS="`$(top_builddir)/lasso-src-config --libs`" OPTIMIZE="-g" $(AM_V_SUBMAKE_POSTFIX) + + @PERL_ENABLED_TRUE@Lasso.xs Lasso.pm: lang.py typemap-in typemap-out + @PERL_ENABLED_TRUE@ $(AM_V_GEN) $(PYTHON) $(top_srcdir)/bindings/bindings.py -l perl --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS) Property changes on: head/security/lasso/files/patch-bindings_perl_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/lasso/files/patch-bindings_php5_Makefile.in =================================================================== --- head/security/lasso/files/patch-bindings_php5_Makefile.in (nonexistent) +++ head/security/lasso/files/patch-bindings_php5_Makefile.in (revision 373994) @@ -0,0 +1,12 @@ +--- bindings/php5/Makefile.in.orig 2014-12-05 04:41:25 UTC ++++ bindings/php5/Makefile.in +@@ -416,8 +416,7 @@ php_configdir = @PHP5_CONFIG_DIR@ + php_config_DATA = lasso.ini + lasso_la_CFLAGS = -fno-strict-aliasing $(LASSO_CORE_CFLAGS) \ + -I$(top_srcdir) -I$(top_builddir) $(PHP5_INCLUDES) \ +- $(AM_CFLAGS) -Wno-unused-parameter -Wno-sign-compare # problem \ +- in zend.h ++ $(AM_CFLAGS) -Wno-unused-parameter -Wno-sign-compare # problem in zend.h + lasso_la_LDFLAGS = -export-dynamic -prefer-pic -module -avoid-version + lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) $(PHP5_LDFLAGS) + nodist_lasso_la_SOURCES = _lasso.c Property changes on: head/security/lasso/files/patch-bindings_php5_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/lasso/pkg-descr =================================================================== --- head/security/lasso/pkg-descr (revision 373993) +++ head/security/lasso/pkg-descr (revision 373994) @@ -1,7 +1,7 @@ Lasso is a free software C library aiming to implement the Liberty Alliance standards; it defines processes for federated identities, -single sign-on and related protocols. Lasso is built on top of +single sign-on and related protocols. Lasso is built on top of libxml2, XMLSec and OpenSSL and is licensed under the GNU General -Public License (with an OpenSSL exception). +Public License (with an OpenSSL exception). -WWW: http://lasso.entrouvert.org/ +WWW: http://lasso.entrouvert.org/ Index: head/security/lasso/pkg-plist =================================================================== --- head/security/lasso/pkg-plist (revision 373993) +++ head/security/lasso/pkg-plist (revision 373994) @@ -1,320 +1,177 @@ %%PORTDOCS%%%%DOCSDIR%%/book.rst %%PORTDOCS%%%%DOCSDIR%%/common-knowledge.rst %%PORTDOCS%%%%DOCSDIR%%/getting-lasso.rst %%PORTDOCS%%%%DOCSDIR%%/integration.rst %%PORTDOCS%%%%DOCSDIR%%/language-bindings.rst %%PORTDOCS%%%%DOCSDIR%%/lasso-architecture.rst %%PORTDOCS%%%%DOCSDIR%%/liberty-architecture.rst %%PORTDOCS%%%%DOCSDIR%%/other-profiles.rst %%PORTDOCS%%%%DOCSDIR%%/preface.rst %%PORTDOCS%%%%DOCSDIR%%/single-sign-on.rst %%PORTDOCS%%%%DOCSDIR%%/writing-a-c-sp.txt %%PORTDOCS%%%%DOCSDIR%%/writing-a-java-sp.txt %%PORTDOCS%%%%DOCSDIR%%/writing-a-php-sp.txt %%PORTDOCS%%%%DOCSDIR%%/writing-a-saml2-php-sp.txt -%%WITH_PERL%%%%SITE_ARCH%%/auto/lasso/lasso.so -%%WITH_PERL%%%%SITE_ARCH%%/lasso.pm -%%WITH_PHP5%%lib/php/%%PHP_EXT_DIR%%/lasso.a -%%WITH_PHP5%%lib/php/%%PHP_EXT_DIR%%/lasso.la -%%WITH_PHP5%%lib/php/%%PHP_EXT_DIR%%/lasso.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/_lasso.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/_lasso.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/_lasso.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/lasso.py +%%PERL%%%%SITE_ARCH%%/auto/Lasso/Lasso.so +%%PERL%%%%SITE_ARCH%%/Lasso.pm +%%PHP5%%etc/php5/conf.d/lasso.ini +%%PHP5%%share/php/lasso.php +%%PHP5%%lib/php/%%PHP_EXT_DIR%%/lasso.a +%%PHP5%%lib/php/%%PHP_EXT_DIR%%/lasso.la +%%PHP5%%lib/php/%%PHP_EXT_DIR%%/lasso.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_lasso.a +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_lasso.la +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_lasso.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/lasso.py +include/lasso/backward_comp.h +include/lasso/ctypes.h +include/lasso/debug.h include/lasso/errors.h include/lasso/export.h include/lasso/id-ff/defederation.h include/lasso/id-ff/federation.h include/lasso/id-ff/identity.h include/lasso/id-ff/lecp.h include/lasso/id-ff/login.h include/lasso/id-ff/logout.h include/lasso/id-ff/name_identifier_mapping.h include/lasso/id-ff/name_registration.h include/lasso/id-ff/profile.h include/lasso/id-ff/provider.h include/lasso/id-ff/server.h include/lasso/id-ff/session.h -include/lasso/id-wsf-2.0/data_service.h -include/lasso/id-wsf-2.0/discovery.h -include/lasso/id-wsf-2.0/identity.h -include/lasso/id-wsf-2.0/profile.h -include/lasso/id-wsf-2.0/server.h -include/lasso/id-wsf-2.0/session.h +include/lasso/key.h +include/lasso/keyprivate.h include/lasso/lasso.h include/lasso/lasso_config.h +include/lasso/logging.h +include/lasso/registry-private.h +include/lasso/registry.h +include/lasso/saml-2.0/assertion_query.h include/lasso/saml-2.0/ecp.h include/lasso/saml-2.0/name_id_management.h include/lasso/saml-2.0/profile.h -include/lasso/xml/ds_key_info.h -include/lasso/xml/ds_key_value.h -include/lasso/xml/ds_rsa_key_value.h -include/lasso/xml/id-wsf-2.0/disco_abstract.h -include/lasso/xml/id-wsf-2.0/disco_endpoint_context.h -include/lasso/xml/id-wsf-2.0/disco_keys.h -include/lasso/xml/id-wsf-2.0/disco_options.h -include/lasso/xml/id-wsf-2.0/disco_provider_id.h -include/lasso/xml/id-wsf-2.0/disco_query.h -include/lasso/xml/id-wsf-2.0/disco_query_response.h -include/lasso/xml/id-wsf-2.0/disco_requested_service.h -include/lasso/xml/id-wsf-2.0/disco_security_context.h -include/lasso/xml/id-wsf-2.0/disco_service_context.h -include/lasso/xml/id-wsf-2.0/disco_service_type.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_association_add.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_association_add_response.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_association_delete.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_association_delete_response.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_association_query.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_association_query_response.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_delete.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_delete_response.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_query.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_query_response.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_register.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_register_response.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_replace.h -include/lasso/xml/id-wsf-2.0/disco_svc_md_replace_response.h -include/lasso/xml/id-wsf-2.0/disco_svc_metadata.h -include/lasso/xml/id-wsf-2.0/dst_data_response_base.h -include/lasso/xml/id-wsf-2.0/dst_delete_item_base.h -include/lasso/xml/id-wsf-2.0/dst_delete_response.h -include/lasso/xml/id-wsf-2.0/dst_request.h -include/lasso/xml/id-wsf-2.0/dst_result_query_base.h -include/lasso/xml/id-wsf-2.0/dst_test_item_base.h -include/lasso/xml/id-wsf-2.0/dstref_app_data.h -include/lasso/xml/id-wsf-2.0/dstref_create.h -include/lasso/xml/id-wsf-2.0/dstref_create_item.h -include/lasso/xml/id-wsf-2.0/dstref_create_response.h -include/lasso/xml/id-wsf-2.0/dstref_data.h -include/lasso/xml/id-wsf-2.0/dstref_data_response.h -include/lasso/xml/id-wsf-2.0/dstref_delete.h -include/lasso/xml/id-wsf-2.0/dstref_delete_item.h -include/lasso/xml/id-wsf-2.0/dstref_delete_response.h -include/lasso/xml/id-wsf-2.0/dstref_item_data.h -include/lasso/xml/id-wsf-2.0/dstref_modify.h -include/lasso/xml/id-wsf-2.0/dstref_modify_item.h -include/lasso/xml/id-wsf-2.0/dstref_modify_response.h -include/lasso/xml/id-wsf-2.0/dstref_query.h -include/lasso/xml/id-wsf-2.0/dstref_query_item.h -include/lasso/xml/id-wsf-2.0/dstref_query_response.h -include/lasso/xml/id-wsf-2.0/dstref_result_query.h -include/lasso/xml/id-wsf-2.0/dstref_test_item.h -include/lasso/xml/id-wsf-2.0/ims_identity_mapping_request.h -include/lasso/xml/id-wsf-2.0/ims_identity_mapping_response.h -include/lasso/xml/id-wsf-2.0/ims_mapping_input.h -include/lasso/xml/id-wsf-2.0/ims_mapping_output.h -include/lasso/xml/id-wsf-2.0/is_help.h -include/lasso/xml/id-wsf-2.0/is_inquiry.h -include/lasso/xml/id-wsf-2.0/is_inquiry_element.h -include/lasso/xml/id-wsf-2.0/is_interaction_request.h -include/lasso/xml/id-wsf-2.0/is_interaction_response.h -include/lasso/xml/id-wsf-2.0/is_interaction_statement.h -include/lasso/xml/id-wsf-2.0/is_item.h -include/lasso/xml/id-wsf-2.0/is_parameter.h -include/lasso/xml/id-wsf-2.0/is_select.h -include/lasso/xml/id-wsf-2.0/is_text.h -include/lasso/xml/id-wsf-2.0/ps_add_collection_request.h -include/lasso/xml/id-wsf-2.0/ps_add_collection_response.h -include/lasso/xml/id-wsf-2.0/ps_add_entity_request.h -include/lasso/xml/id-wsf-2.0/ps_add_entity_response.h -include/lasso/xml/id-wsf-2.0/ps_add_known_entity_request.h -include/lasso/xml/id-wsf-2.0/ps_add_known_entity_response.h -include/lasso/xml/id-wsf-2.0/ps_add_to_collection_request.h -include/lasso/xml/id-wsf-2.0/ps_get_object_info_request.h -include/lasso/xml/id-wsf-2.0/ps_get_object_info_response.h -include/lasso/xml/id-wsf-2.0/ps_item_data.h -include/lasso/xml/id-wsf-2.0/ps_list_members_request.h -include/lasso/xml/id-wsf-2.0/ps_list_members_response.h -include/lasso/xml/id-wsf-2.0/ps_notification.h -include/lasso/xml/id-wsf-2.0/ps_notify.h -include/lasso/xml/id-wsf-2.0/ps_object.h -include/lasso/xml/id-wsf-2.0/ps_query_objects_request.h -include/lasso/xml/id-wsf-2.0/ps_query_objects_response.h -include/lasso/xml/id-wsf-2.0/ps_remove_collection_request.h -include/lasso/xml/id-wsf-2.0/ps_remove_entity_request.h -include/lasso/xml/id-wsf-2.0/ps_remove_from_collection_request.h -include/lasso/xml/id-wsf-2.0/ps_request_abstract.h -include/lasso/xml/id-wsf-2.0/ps_resolve_identifier_request.h -include/lasso/xml/id-wsf-2.0/ps_resolve_identifier_response.h -include/lasso/xml/id-wsf-2.0/ps_resolve_input.h -include/lasso/xml/id-wsf-2.0/ps_response_abstract.h -include/lasso/xml/id-wsf-2.0/ps_set_object_info_request.h -include/lasso/xml/id-wsf-2.0/ps_test_membership_request.h -include/lasso/xml/id-wsf-2.0/ps_test_membership_response.h -include/lasso/xml/id-wsf-2.0/sb2_consent.h -include/lasso/xml/id-wsf-2.0/sb2_credentials_context.h -include/lasso/xml/id-wsf-2.0/sb2_endpoint_update.h -include/lasso/xml/id-wsf-2.0/sb2_redirect_request.h -include/lasso/xml/id-wsf-2.0/sb2_sender.h -include/lasso/xml/id-wsf-2.0/sb2_target_identity.h -include/lasso/xml/id-wsf-2.0/sb2_timeout.h -include/lasso/xml/id-wsf-2.0/sb2_usage_directive.h -include/lasso/xml/id-wsf-2.0/sb2_user_interaction_header.h -include/lasso/xml/id-wsf-2.0/sbf_framework.h -include/lasso/xml/id-wsf-2.0/sec_token.h -include/lasso/xml/id-wsf-2.0/sec_token_policy.h -include/lasso/xml/id-wsf-2.0/sec_transited_provider_path.h -include/lasso/xml/id-wsf-2.0/subs_notification.h -include/lasso/xml/id-wsf-2.0/subs_notify_response.h -include/lasso/xml/id-wsf-2.0/subs_ref_item.h -include/lasso/xml/id-wsf-2.0/subs_subscription.h -include/lasso/xml/id-wsf-2.0/subsref_app_data.h -include/lasso/xml/id-wsf-2.0/subsref_create.h -include/lasso/xml/id-wsf-2.0/subsref_create_item.h -include/lasso/xml/id-wsf-2.0/subsref_create_response.h -include/lasso/xml/id-wsf-2.0/subsref_data.h -include/lasso/xml/id-wsf-2.0/subsref_data_response.h -include/lasso/xml/id-wsf-2.0/subsref_delete.h -include/lasso/xml/id-wsf-2.0/subsref_delete_item.h -include/lasso/xml/id-wsf-2.0/subsref_delete_response.h -include/lasso/xml/id-wsf-2.0/subsref_item_data.h -include/lasso/xml/id-wsf-2.0/subsref_modify.h -include/lasso/xml/id-wsf-2.0/subsref_modify_item.h -include/lasso/xml/id-wsf-2.0/subsref_modify_response.h -include/lasso/xml/id-wsf-2.0/subsref_notification.h -include/lasso/xml/id-wsf-2.0/subsref_notify.h -include/lasso/xml/id-wsf-2.0/subsref_notify_response.h -include/lasso/xml/id-wsf-2.0/subsref_query.h -include/lasso/xml/id-wsf-2.0/subsref_query_item.h -include/lasso/xml/id-wsf-2.0/subsref_query_response.h -include/lasso/xml/id-wsf-2.0/subsref_result_query.h -include/lasso/xml/id-wsf-2.0/subsref_subscription.h -include/lasso/xml/id-wsf-2.0/subsref_test_item.h -include/lasso/xml/id-wsf-2.0/util_empty.h -include/lasso/xml/id-wsf-2.0/util_extension.h -include/lasso/xml/id-wsf-2.0/util_response.h -include/lasso/xml/id-wsf-2.0/util_status.h +include/lasso/saml-2.0/provider.h +include/lasso/saml-2.0/saml2_helper.h +include/lasso/utils.h +include/lasso/xml/dsig/ds_key_info.h +include/lasso/xml/dsig/ds_key_value.h +include/lasso/xml/dsig/ds_rsa_key_value.h +include/lasso/xml/dsig/ds_x509_data.h +include/lasso/xml/dsig/strings.h +include/lasso/xml/dsig/xml_dsig.h include/lasso/xml/lib_assertion.h include/lasso/xml/lib_authentication_statement.h include/lasso/xml/lib_authn_context.h include/lasso/xml/lib_authn_request.h include/lasso/xml/lib_authn_request_envelope.h include/lasso/xml/lib_authn_response.h include/lasso/xml/lib_authn_response_envelope.h include/lasso/xml/lib_federation_termination_notification.h include/lasso/xml/lib_idp_entries.h include/lasso/xml/lib_idp_entry.h include/lasso/xml/lib_idp_list.h include/lasso/xml/lib_logout_request.h include/lasso/xml/lib_logout_response.h include/lasso/xml/lib_name_identifier_mapping_request.h include/lasso/xml/lib_name_identifier_mapping_response.h include/lasso/xml/lib_register_name_identifier_request.h include/lasso/xml/lib_register_name_identifier_response.h include/lasso/xml/lib_request_authn_context.h include/lasso/xml/lib_scoping.h include/lasso/xml/lib_status_response.h include/lasso/xml/lib_subject.h include/lasso/xml/misc_text_node.h include/lasso/xml/saml-2.0/saml2_action.h include/lasso/xml/saml-2.0/saml2_advice.h include/lasso/xml/saml-2.0/saml2_assertion.h include/lasso/xml/saml-2.0/saml2_attribute.h include/lasso/xml/saml-2.0/saml2_attribute_statement.h include/lasso/xml/saml-2.0/saml2_attribute_value.h include/lasso/xml/saml-2.0/saml2_audience_restriction.h include/lasso/xml/saml-2.0/saml2_authn_context.h include/lasso/xml/saml-2.0/saml2_authn_statement.h include/lasso/xml/saml-2.0/saml2_authz_decision_statement.h include/lasso/xml/saml-2.0/saml2_base_idabstract.h include/lasso/xml/saml-2.0/saml2_condition_abstract.h include/lasso/xml/saml-2.0/saml2_conditions.h include/lasso/xml/saml-2.0/saml2_encrypted_element.h include/lasso/xml/saml-2.0/saml2_evidence.h include/lasso/xml/saml-2.0/saml2_key_info_confirmation_data.h +include/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h include/lasso/xml/saml-2.0/saml2_name_id.h include/lasso/xml/saml-2.0/saml2_one_time_use.h include/lasso/xml/saml-2.0/saml2_proxy_restriction.h include/lasso/xml/saml-2.0/saml2_statement_abstract.h +include/lasso/xml/saml-2.0/saml2_strings.h include/lasso/xml/saml-2.0/saml2_subject.h include/lasso/xml/saml-2.0/saml2_subject_confirmation.h include/lasso/xml/saml-2.0/saml2_subject_confirmation_data.h include/lasso/xml/saml-2.0/saml2_subject_locality.h +include/lasso/xml/saml-2.0/saml2_xsd.h include/lasso/xml/saml-2.0/samlp2_artifact_resolve.h include/lasso/xml/saml-2.0/samlp2_artifact_response.h -include/lasso/xml/saml-2.0/samlp2_assertion_idrequest.h +include/lasso/xml/saml-2.0/samlp2_assertion_id_request.h include/lasso/xml/saml-2.0/samlp2_attribute_query.h include/lasso/xml/saml-2.0/samlp2_authn_query.h include/lasso/xml/saml-2.0/samlp2_authn_request.h include/lasso/xml/saml-2.0/samlp2_authz_decision_query.h include/lasso/xml/saml-2.0/samlp2_extensions.h include/lasso/xml/saml-2.0/samlp2_idp_entry.h include/lasso/xml/saml-2.0/samlp2_idp_list.h include/lasso/xml/saml-2.0/samlp2_logout_request.h include/lasso/xml/saml-2.0/samlp2_logout_response.h include/lasso/xml/saml-2.0/samlp2_manage_name_id_request.h include/lasso/xml/saml-2.0/samlp2_manage_name_id_response.h include/lasso/xml/saml-2.0/samlp2_name_id_mapping_request.h include/lasso/xml/saml-2.0/samlp2_name_id_mapping_response.h include/lasso/xml/saml-2.0/samlp2_name_id_policy.h include/lasso/xml/saml-2.0/samlp2_request_abstract.h include/lasso/xml/saml-2.0/samlp2_requested_authn_context.h include/lasso/xml/saml-2.0/samlp2_response.h include/lasso/xml/saml-2.0/samlp2_scoping.h include/lasso/xml/saml-2.0/samlp2_status.h include/lasso/xml/saml-2.0/samlp2_status_code.h include/lasso/xml/saml-2.0/samlp2_status_detail.h include/lasso/xml/saml-2.0/samlp2_status_response.h include/lasso/xml/saml-2.0/samlp2_subject_query_abstract.h include/lasso/xml/saml-2.0/samlp2_terminate.h include/lasso/xml/saml_advice.h include/lasso/xml/saml_assertion.h include/lasso/xml/saml_attribute.h include/lasso/xml/saml_attribute_designator.h include/lasso/xml/saml_attribute_statement.h include/lasso/xml/saml_attribute_value.h include/lasso/xml/saml_audience_restriction_condition.h include/lasso/xml/saml_authentication_statement.h include/lasso/xml/saml_authority_binding.h include/lasso/xml/saml_condition_abstract.h include/lasso/xml/saml_conditions.h include/lasso/xml/saml_name_identifier.h include/lasso/xml/saml_statement_abstract.h include/lasso/xml/saml_subject.h include/lasso/xml/saml_subject_confirmation.h include/lasso/xml/saml_subject_locality.h include/lasso/xml/saml_subject_statement.h include/lasso/xml/saml_subject_statement_abstract.h include/lasso/xml/samlp_request.h include/lasso/xml/samlp_request_abstract.h include/lasso/xml/samlp_response.h include/lasso/xml/samlp_response_abstract.h include/lasso/xml/samlp_status.h include/lasso/xml/samlp_status_code.h +include/lasso/xml/soap-1.1/soap_body.h +include/lasso/xml/soap-1.1/soap_detail.h +include/lasso/xml/soap-1.1/soap_envelope.h +include/lasso/xml/soap-1.1/soap_fault.h +include/lasso/xml/soap-1.1/soap_header.h +include/lasso/xml/soap-1.1/xml_soap11.h include/lasso/xml/strings.h -include/lasso/xml/ws/wsa_attributed_any.h -include/lasso/xml/ws/wsa_attributed_qname.h -include/lasso/xml/ws/wsa_attributed_unsigned_long.h -include/lasso/xml/ws/wsa_attributed_uri.h -include/lasso/xml/ws/wsa_endpoint_reference.h -include/lasso/xml/ws/wsa_metadata.h -include/lasso/xml/ws/wsa_problem_action.h -include/lasso/xml/ws/wsa_reference_parameters.h -include/lasso/xml/ws/wsa_relates_to.h -include/lasso/xml/ws/wsse_embedded.h -include/lasso/xml/ws/wsse_reference.h -include/lasso/xml/ws/wsse_security_header.h -include/lasso/xml/ws/wsse_security_token_reference.h -include/lasso/xml/ws/wsse_transformation_parameters.h -include/lasso/xml/ws/wsse_username_token.h -include/lasso/xml/ws/wsu_timestamp.h +include/lasso/xml/tools.h include/lasso/xml/xml.h include/lasso/xml/xml_enc.h lib/liblasso.a lib/liblasso.la lib/liblasso.so -lib/liblasso.so.8 +lib/liblasso.so.14 libdata/pkgconfig/lasso.pc -@dirrmtry include/lasso/xml/ws -@dirrmtry include/lasso/xml/saml-2.0 -@dirrmtry include/lasso/xml/id-wsf-2.0 -@dirrmtry include/lasso/xml -@dirrmtry include/lasso/saml-2.0 -@dirrmtry include/lasso/id-wsf-2.0 -@dirrmtry include/lasso/id-wsf -@dirrmtry include/lasso/id-ff -@dirrmtry include/lasso -%%WITH_PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%% -%%WITH_PHP5%%@dirrmtry lib/php/%%PHP_EXT_DIR%% -%%WITH_PHP5%%@dirrmtry lib/php -%%PORTDOCS%%@dirrm %%DOCSDIR%%