head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q1:1.1.1.1.0.2 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.04.09.03.23.55; author manu; state dead; branches; next 1.1; 1.1 date 2009.03.02.16.46.01; author manu; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.03.02.16.46.01; author manu; state Exp; branches; next ; desc @@ 1.2 log @Upgrade to lasso-2.2.2: From distribution NEWS file: Many fixes and improvements to the ID-WSF 1 support, new API to load SSL keys off memory, documentation for ID-WSF methods, general robustness and memory leak fixes. @ text @$NetBSD: patch-ab,v 1.1 2009/03/02 16:46:01 manu Exp $ --- configure.orig 2009-03-01 06:27:56.000000000 +0000 +++ configure 2009-03-01 06:29:47.000000000 +0000 @@@@ -22127,9 +22127,9 @@@@ fi { echo "$as_me:$LINENO: checking for PHP 4 development files" >&5 echo $ECHO_N "checking for PHP 4 development files... $ECHO_C" >&6; } -if $PHP4_CONFIG --version | grep -q "^4" || test "x$ENABLE_PHP4_FORCE" == "xyes" +if $PHP4_CONFIG --version | grep -q "^4" || test "x$ENABLE_PHP4_FORCE" = "xyes" then PHP4_VERSION=`$PHP4_CONFIG --version 2> /dev/null` languages_available="$languages_available php4($PHP4_VERSION)" else @@@@ -22372,9 +22372,9 @@@@ fi { echo "$as_me:$LINENO: checking for PHP 5 development files" >&5 echo $ECHO_N "checking for PHP 5 development files... $ECHO_C" >&6; } -if $PHP5_CONFIG --version | grep -q "^5" || test "x$ENABLE_PHP5_FORCE" == "xyes" +if $PHP5_CONFIG --version | grep -q "^5" || test "x$ENABLE_PHP5_FORCE" = "xyes" then PHP5_VERSION=`$PHP5_CONFIG --version 2> /dev/null` languages_available="$languages_available php5($PHP5_VERSION)" else @@@@ -23799,9 +23799,9 @@@@ -if test $MINGW == 1; then +if test $MINGW -eq 1; then MINGW_TRUE= MINGW_FALSE='#' else MINGW_TRUE='#' @@@@ -23809,9 +23809,9 @@@@ fi -if test $DARWIN == 1; then +if test $DARWIN -eq 1; then DARWIN_TRUE= DARWIN_FALSE='#' else DARWIN_TRUE='#' @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Lasso is a free software C library aiming to implement the Liberty Alliance standards: ID-FF, ID-WSF and SAML. It defines processes for federated identities, single sign-on and related protocols. Lasso is built on top of libxml2, XMLSec and OpenSSL and is GPL licensed. @ text @@