svn commit: r373994 - in head/security/lasso: . files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Dec 5 05:09:17 UTC 2014


Author: danfe
Date: Fri Dec  5 05:09:15 2014
New Revision: 373994
URL: https://svnweb.freebsd.org/changeset/ports/373994
QAT: https://qat.redports.org/buildarchive/r373994/

Log:
  - Update to version 2.4.1, unbreak, and undeprecate
  - Define LICENSE, remove --disable-php4 from CONFIGURE_ARGS
  - Cleanup Makefile and PLIST_SUBs, sort the knobs while here
  - Fix couple of formatting bugs in the port description

Added:
  head/security/lasso/files/patch-bindings_perl_Makefile.in   (contents, props changed)
  head/security/lasso/files/patch-bindings_php5_Makefile.in   (contents, props changed)
Deleted:
  head/security/lasso/files/patch-configure
  head/security/lasso/files/patch-lasso_errors.c
Modified:
  head/security/lasso/Makefile
  head/security/lasso/distinfo
  head/security/lasso/pkg-descr
  head/security/lasso/pkg-plist

Modified: head/security/lasso/Makefile
==============================================================================
--- head/security/lasso/Makefile	Fri Dec  5 00:39:20 2014	(r373993)
+++ head/security/lasso/Makefile	Fri Dec  5 05:09:15 2014	(r373994)
@@ -2,25 +2,22 @@
 # $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 at 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
 
@@ -28,37 +25,41 @@ OPTIONS_DEFINE=	PERL PHP PYTHON DOCS
 
 .include <bsd.port.options.mk>
 
-.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 <bsd.port.mk>

Modified: head/security/lasso/distinfo
==============================================================================
--- head/security/lasso/distinfo	Fri Dec  5 00:39:20 2014	(r373993)
+++ head/security/lasso/distinfo	Fri Dec  5 05:09:15 2014	(r373994)
@@ -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

Added: head/security/lasso/files/patch-bindings_perl_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/lasso/files/patch-bindings_perl_Makefile.in	Fri Dec  5 05:09:15 2014	(r373994)
@@ -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 at 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;
+- at 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)
++ at 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 at 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)

Added: head/security/lasso/files/patch-bindings_php5_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/lasso/files/patch-bindings_php5_Makefile.in	Fri Dec  5 05:09:15 2014	(r373994)
@@ -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

Modified: head/security/lasso/pkg-descr
==============================================================================
--- head/security/lasso/pkg-descr	Fri Dec  5 00:39:20 2014	(r373993)
+++ head/security/lasso/pkg-descr	Fri Dec  5 05:09:15 2014	(r373994)
@@ -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/

Modified: head/security/lasso/pkg-plist
==============================================================================
--- head/security/lasso/pkg-plist	Fri Dec  5 00:39:20 2014	(r373993)
+++ head/security/lasso/pkg-plist	Fri Dec  5 05:09:15 2014	(r373994)
@@ -12,15 +12,20 @@
 %%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
@@ -35,155 +40,26 @@ 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
@@ -222,17 +98,20 @@ include/lasso/xml/saml-2.0/saml2_conditi
 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
@@ -281,40 +160,18 @@ 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
- at dirrmtry include/lasso/xml/ws
- at dirrmtry include/lasso/xml/saml-2.0
- at dirrmtry include/lasso/xml/id-wsf-2.0
- at dirrmtry include/lasso/xml
- at dirrmtry include/lasso/saml-2.0
- at dirrmtry include/lasso/id-wsf-2.0
- at dirrmtry include/lasso/id-wsf
- at dirrmtry include/lasso/id-ff
- at dirrmtry include/lasso
-%%WITH_PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%
-%%WITH_PHP5%%@dirrmtry lib/php/%%PHP_EXT_DIR%%
-%%WITH_PHP5%%@dirrmtry lib/php
-%%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-head mailing list