diff -Nru shibboleth-resolver-3.0.0/aclocal.m4 shibboleth-resolver-3.1.0/aclocal.m4 --- shibboleth-resolver-3.0.0/aclocal.m4 2018-12-02 18:31:10.000000000 +0000 +++ shibboleth-resolver-3.1.0/aclocal.m4 2020-04-06 12:34:25.000000000 +0000 @@ -20,9 +20,9 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -dnl serial 11 (pkg-config-0.29) -dnl +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 12 (pkg-config-0.29.2) + dnl Copyright © 2004 Scott James Remnant . dnl Copyright © 2012-2015 Dan Nicholson dnl @@ -63,7 +63,7 @@ dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29]) +[m4_define([PKG_MACROS_VERSION], [0.29.2]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ @@ -164,7 +164,7 @@ AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no -AC_MSG_CHECKING([for $1]) +AC_MSG_CHECKING([for $2]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) @@ -174,11 +174,11 @@ See the pkg-config man page for more details.]) if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` - else + else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs @@ -195,7 +195,7 @@ _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full diff -Nru shibboleth-resolver-3.0.0/build-aux/config.guess shibboleth-resolver-3.1.0/build-aux/config.guess --- shibboleth-resolver-3.0.0/build-aux/config.guess 2018-12-02 18:31:11.000000000 +0000 +++ shibboleth-resolver-3.1.0/build-aux/config.guess 2018-07-20 17:40:43.000000000 +0000 @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-02-24' +timestamp='2018-03-08' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1046,11 +1046,7 @@ echo "$UNAME_MACHINE"-dec-linux-"$LIBC" exit ;; x86_64:Linux:*:*) - if objdump -f /bin/sh | grep -q elf32-x86-64; then - echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 - else - echo "$UNAME_MACHINE"-pc-linux-"$LIBC" - fi + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; xtensa*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" @@ -1473,7 +1469,7 @@ exit 1 # Local variables: -# eval: (add-hook 'write-file-functions 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff -Nru shibboleth-resolver-3.0.0/build-aux/config.sub shibboleth-resolver-3.1.0/build-aux/config.sub --- shibboleth-resolver-3.0.0/build-aux/config.sub 2018-12-02 18:31:11.000000000 +0000 +++ shibboleth-resolver-3.1.0/build-aux/config.sub 2018-07-20 17:40:43.000000000 +0000 @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-02-22' +timestamp='2018-03-08' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1376,7 +1376,7 @@ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* | -hcos* \ | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ @@ -1794,7 +1794,7 @@ exit # Local variables: -# eval: (add-hook 'write-file-functions 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff -Nru shibboleth-resolver-3.0.0/build-aux/ltmain.sh shibboleth-resolver-3.1.0/build-aux/ltmain.sh --- shibboleth-resolver-3.0.0/build-aux/ltmain.sh 2018-12-02 18:31:09.000000000 +0000 +++ shibboleth-resolver-3.1.0/build-aux/ltmain.sh 2018-07-20 17:40:37.000000000 +0000 @@ -31,7 +31,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.6 Debian-2.4.6-6" +VERSION=2.4.6 package_revision=2.4.6 @@ -64,7 +64,7 @@ # libraries, which are installed to $pkgauxdir. # Set a version string for this script. -scriptversion=2015-10-04.22; # UTC +scriptversion=2015-01-20.17; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 @@ -1091,57 +1091,6 @@ } -# func_quote ARG -# -------------- -# Aesthetically quote one ARG, store the result into $func_quote_result. Note -# that we keep attention to performance here (so far O(N) complexity as long as -# func_append is O(1)). -func_quote () -{ - $debug_cmd - - func_quote_result=$1 - - case $func_quote_result in - *[\\\`\"\$]*) - case $func_quote_result in - *[\[\*\?]*) - func_quote_result=`$ECHO "$func_quote_result" | $SED "$sed_quote_subst"` - return 0 - ;; - esac - - func_quote_old_IFS=$IFS - for _G_char in '\' '`' '"' '$' - do - # STATE($1) PREV($2) SEPARATOR($3) - set start "" "" - func_quote_result=dummy"$_G_char$func_quote_result$_G_char"dummy - IFS=$_G_char - for _G_part in $func_quote_result - do - case $1 in - quote) - func_append func_quote_result "$3$2" - set quote "$_G_part" "\\$_G_char" - ;; - start) - set first "" "" - func_quote_result= - ;; - first) - set quote "$_G_part" "" - ;; - esac - done - IFS=$func_quote_old_IFS - done - ;; - *) ;; - esac -} - - # func_quote_for_eval ARG... # -------------------------- # Aesthetically quote ARGs to be evaled later. @@ -1158,8 +1107,12 @@ func_quote_for_eval_unquoted_result= func_quote_for_eval_result= while test 0 -lt $#; do - func_quote "$1" - _G_unquoted_arg=$func_quote_result + case $1 in + *[\\\`\"\$]*) + _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; + *) + _G_unquoted_arg=$1 ;; + esac if test -n "$func_quote_for_eval_unquoted_result"; then func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" else @@ -1417,7 +1370,7 @@ #! /bin/sh # Set a version string for this script. -scriptversion=2015-10-07.11; # UTC +scriptversion=2014-01-07.03; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 @@ -1577,8 +1530,6 @@ { $debug_cmd - _G_rc_run_hooks=false - case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not support hook funcions.n" ;; @@ -1587,16 +1538,16 @@ eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do - if eval $_G_hook '"$@"'; then - # store returned options list back into positional - # parameters for next 'cmd' execution. - eval _G_hook_result=\$${_G_hook}_result - eval set dummy "$_G_hook_result"; shift - _G_rc_run_hooks=: - fi + eval $_G_hook '"$@"' + + # store returned options list back into positional + # parameters for next 'cmd' execution. + eval _G_hook_result=\$${_G_hook}_result + eval set dummy "$_G_hook_result"; shift done - $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result + func_quote_for_eval ${1+"$@"} + func_run_hooks_result=$func_quote_for_eval_result } @@ -1606,16 +1557,10 @@ ## --------------- ## # In order to add your own option parsing hooks, you must accept the -# full positional parameter list in your hook function, you may remove/edit -# any options that you action, and then pass back the remaining unprocessed +# full positional parameter list in your hook function, remove any +# options that you action, and then pass back the remaining unprocessed # options in '_result', escaped suitably for -# 'eval'. In this case you also must return $EXIT_SUCCESS to let the -# hook's caller know that it should pay attention to -# '_result'. Returning $EXIT_FAILURE signalizes that -# arguments are left untouched by the hook and therefore caller will ignore the -# result variable. -# -# Like this: +# 'eval'. Like this: # # my_options_prep () # { @@ -1625,11 +1570,9 @@ # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' -# # No change in '$@' (ignored completely by this hook). There is -# # no need to do the equivalent (but slower) action: -# # func_quote_for_eval ${1+"$@"} -# # my_options_prep_result=$func_quote_for_eval_result -# false +# +# func_quote_for_eval ${1+"$@"} +# my_options_prep_result=$func_quote_for_eval_result # } # func_add_hook func_options_prep my_options_prep # @@ -1638,37 +1581,25 @@ # { # $debug_cmd # -# args_changed=false -# # # Note that for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do # opt=$1; shift # case $opt in -# --silent|-s) opt_silent=: -# args_changed=: -# ;; +# --silent|-s) opt_silent=: ;; # # Separate non-argument short options: # -s*) func_split_short_opt "$_G_opt" # set dummy "$func_split_short_opt_name" \ # "-$func_split_short_opt_arg" ${1+"$@"} # shift -# args_changed=: # ;; -# *) # Make sure the first unrecognised option "$_G_opt" -# # is added back to "$@", we could need that later -# # if $args_changed is true. -# set dummy "$_G_opt" ${1+"$@"}; shift; break ;; +# *) set dummy "$_G_opt" "$*"; shift; break ;; # esac # done # -# if $args_changed; then -# func_quote_for_eval ${1+"$@"} -# my_silent_option_result=$func_quote_for_eval_result -# fi -# -# $args_changed +# func_quote_for_eval ${1+"$@"} +# my_silent_option_result=$func_quote_for_eval_result # } # func_add_hook func_parse_options my_silent_option # @@ -1680,32 +1611,16 @@ # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." # -# false +# func_quote_for_eval ${1+"$@"} +# my_option_validation_result=$func_quote_for_eval_result # } # func_add_hook func_validate_options my_option_validation # -# You'll also need to manually amend $usage_message to reflect the extra +# You'll alse need to manually amend $usage_message to reflect the extra # options you parse. It's preferable to append if you can, so that # multiple option parsing hooks can be added safely. -# func_options_finish [ARG]... -# ---------------------------- -# Finishing the option parse loop (call 'func_options' hooks ATM). -func_options_finish () -{ - $debug_cmd - - _G_func_options_finish_exit=false - if func_run_hooks func_options ${1+"$@"}; then - func_options_finish_result=$func_run_hooks_result - _G_func_options_finish_exit=: - fi - - $_G_func_options_finish_exit -} - - # func_options [ARG]... # --------------------- # All the functions called inside func_options are hookable. See the @@ -1715,28 +1630,17 @@ { $debug_cmd - _G_rc_options=false - - for my_func in options_prep parse_options validate_options options_finish - do - if eval func_$my_func '${1+"$@"}'; then - eval _G_res_var='$'"func_${my_func}_result" - eval set dummy "$_G_res_var" ; shift - _G_rc_options=: - fi - done + func_options_prep ${1+"$@"} + eval func_parse_options \ + ${func_options_prep_result+"$func_options_prep_result"} + eval func_validate_options \ + ${func_parse_options_result+"$func_parse_options_result"} - # Save modified positional parameters for caller. As a top-level - # options-parser function we always need to set the 'func_options_result' - # variable (regardless the $_G_rc_options value). - if $_G_rc_options; then - func_options_result=$_G_res_var - else - func_quote_for_eval ${1+"$@"} - func_options_result=$func_quote_for_eval_result - fi + eval func_run_hooks func_options \ + ${func_validate_options_result+"$func_validate_options_result"} - $_G_rc_options + # save modified positional parameters for caller + func_options_result=$func_run_hooks_result } @@ -1745,9 +1649,9 @@ # All initialisations required before starting the option parse loop. # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and -# needs to propagate that back to rest of this script, then the complete +# needs to propogate that back to rest of this script, then the complete # modified list must be put in 'func_run_hooks_result' before -# returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned). +# returning. func_hookable func_options_prep func_options_prep () { @@ -1757,14 +1661,10 @@ opt_verbose=false opt_warning_types= - _G_rc_options_prep=false - if func_run_hooks func_options_prep ${1+"$@"}; then - _G_rc_options_prep=: - # save modified positional parameters for caller - func_options_prep_result=$func_run_hooks_result - fi + func_run_hooks func_options_prep ${1+"$@"} - $_G_rc_options_prep + # save modified positional parameters for caller + func_options_prep_result=$func_run_hooks_result } @@ -1778,20 +1678,18 @@ func_parse_options_result= - _G_rc_parse_options=false # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. - if func_run_hooks func_parse_options ${1+"$@"}; then - eval set dummy "$func_run_hooks_result"; shift - _G_rc_parse_options=: - fi + func_run_hooks func_parse_options ${1+"$@"} + + # Adjust func_parse_options positional parameters to match + eval set dummy "$func_run_hooks_result"; shift # Break out of the loop if we already parsed every option. test $# -gt 0 || break - _G_match_parse_options=: _G_opt=$1 shift case $_G_opt in @@ -1806,10 +1704,7 @@ ;; --warnings|--warning|-W) - if test $# = 0 && func_missing_arg $_G_opt; then - _G_rc_parse_options=: - break - fi + test $# = 0 && func_missing_arg $_G_opt && break case " $warning_categories $1" in *" $1 "*) # trailing space prevents matching last $1 above @@ -1862,25 +1757,15 @@ shift ;; - --) _G_rc_parse_options=: ; break ;; + --) break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; - *) set dummy "$_G_opt" ${1+"$@"}; shift - _G_match_parse_options=false - break - ;; + *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac - - $_G_match_parse_options && _G_rc_parse_options=: done - - if $_G_rc_parse_options; then - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - func_parse_options_result=$func_quote_for_eval_result - fi - - $_G_rc_parse_options + # save modified positional parameters for caller + func_quote_for_eval ${1+"$@"} + func_parse_options_result=$func_quote_for_eval_result } @@ -1893,21 +1778,16 @@ { $debug_cmd - _G_rc_validate_options=false - # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" - if func_run_hooks func_validate_options ${1+"$@"}; then - # save modified positional parameters for caller - func_validate_options_result=$func_run_hooks_result - _G_rc_validate_options=: - fi + func_run_hooks func_validate_options ${1+"$@"} # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE - $_G_rc_validate_options + # save modified positional parameters for caller + func_validate_options_result=$func_run_hooks_result } @@ -2188,12 +2068,12 @@ compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname $scriptversion Debian-2.4.6-6 + version: $progname (GNU libtool) 2.4.6 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` Report bugs to . -GNU libtool home page: . +GNU libtool home page: . General help using GNU software: ." exit 0 } @@ -2390,8 +2270,6 @@ nonopt= preserve_args= - _G_rc_lt_options_prep=: - # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) @@ -2415,18 +2293,11 @@ uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; - *) - _G_rc_lt_options_prep=false - ;; esac - if $_G_rc_lt_options_prep; then - # Pass back the list of options. - func_quote_for_eval ${1+"$@"} - libtool_options_prep_result=$func_quote_for_eval_result - fi - - $_G_rc_lt_options_prep + # Pass back the list of options. + func_quote_for_eval ${1+"$@"} + libtool_options_prep_result=$func_quote_for_eval_result } func_add_hook func_options_prep libtool_options_prep @@ -2438,12 +2309,9 @@ { $debug_cmd - _G_rc_lt_parse_options=false - # Perform our own loop to consume as many options as possible in # each iteration. while test $# -gt 0; do - _G_match_lt_parse_options=: _G_opt=$1 shift case $_G_opt in @@ -2518,22 +2386,15 @@ func_append preserve_args " $_G_opt" ;; - # An option not handled by this hook function: - *) set dummy "$_G_opt" ${1+"$@"} ; shift - _G_match_lt_parse_options=false - break - ;; + # An option not handled by this hook function: + *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac - $_G_match_lt_parse_options && _G_rc_lt_parse_options=: done - if $_G_rc_lt_parse_options; then - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - libtool_parse_options_result=$func_quote_for_eval_result - fi - $_G_rc_lt_parse_options + # save modified positional parameters for caller + func_quote_for_eval ${1+"$@"} + libtool_parse_options_result=$func_quote_for_eval_result } func_add_hook func_parse_options libtool_parse_options @@ -5397,8 +5258,7 @@ if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" - func_quote "$ECHO" - qECHO=$func_quote_result + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. @@ -7412,13 +7272,12 @@ # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization - # -specs=* GCC specs files # -stdlib=* select c++ std lib with clang - # -fsanitize=* Clang/GCC memory and address sanitizer + # -fsanitize=* Clang memory and address sanitizer -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ - -specs=*|-fsanitize=*) + -fsanitize=*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result func_append compile_command " $arg" @@ -7711,10 +7570,7 @@ case $pass in dlopen) libs=$dlfiles ;; dlpreopen) libs=$dlprefiles ;; - link) - libs="$deplibs %DEPLIBS%" - test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" - ;; + link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test lib,dlpreopen = "$linkmode,$pass"; then @@ -8033,19 +7889,19 @@ # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" - tmp_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if $opt_preserve_dup_deps; then - case "$tmp_libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append tmp_libs " $deplib" - done elif test prog != "$linkmode" && test lib != "$linkmode"; then func_fatal_error "'$lib' is not a convenience library" fi + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done continue fi # $pass = conv @@ -8969,9 +8825,6 @@ revision=$number_minor lt_irix_increment=no ;; - *) - func_fatal_configuration "$modename: unknown library version type '$version_type'" - ;; esac ;; no) @@ -10655,8 +10508,8 @@ relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done - func_quote "(cd `pwd`; $relink_command)" - relink_command=$func_quote_result + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. @@ -10902,8 +10755,7 @@ done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - func_quote "$relink_command" - relink_command=$func_quote_result + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test yes = "$hardcode_automatic"; then relink_command= fi diff -Nru shibboleth-resolver-3.0.0/configure shibboleth-resolver-3.1.0/configure --- shibboleth-resolver-3.0.0/configure 2018-12-02 18:31:10.000000000 +0000 +++ shibboleth-resolver-3.1.0/configure 2020-04-06 12:34:27.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for shibboleth-resolver 3.0.0. +# Generated by GNU Autoconf 2.69 for shibboleth-resolver 3.1.0. # # Report bugs to . # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='shibboleth-resolver' PACKAGE_TARNAME='shibboleth-resolver' -PACKAGE_VERSION='3.0.0' -PACKAGE_STRING='shibboleth-resolver 3.0.0' +PACKAGE_VERSION='3.1.0' +PACKAGE_STRING='shibboleth-resolver 3.1.0' PACKAGE_BUGREPORT='MOONSHOT-COMMUNITY@JISCMAIL.AC.UK' PACKAGE_URL='' @@ -771,7 +771,6 @@ docdir oldincludedir includedir -runstatedir localstatedir sharedstatedir sysconfdir @@ -887,7 +886,6 @@ sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' -runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1140,15 +1138,6 @@ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; - -runstatedir | --runstatedir | --runstatedi | --runstated \ - | --runstate | --runstat | --runsta | --runst | --runs \ - | --run | --ru | --r) - ac_prev=runstatedir ;; - -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ - | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ - | --run=* | --ru=* | --r=*) - runstatedir=$ac_optarg ;; - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1286,7 +1275,7 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir runstatedir + libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1399,7 +1388,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures shibboleth-resolver 3.0.0 to adapt to many kinds of systems. +\`configure' configures shibboleth-resolver 3.1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1439,7 +1428,6 @@ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] @@ -1471,7 +1459,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of shibboleth-resolver 3.0.0:";; + short | recursive ) echo "Configuration of shibboleth-resolver 3.1.0:";; esac cat <<\_ACEOF @@ -1633,7 +1621,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -shibboleth-resolver configure 3.0.0 +shibboleth-resolver configure 3.1.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2132,7 +2120,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by shibboleth-resolver $as_me 3.0.0, which was +It was created by shibboleth-resolver $as_me 3.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2997,7 +2985,7 @@ # Define the identity of the package. PACKAGE='shibboleth-resolver' - VERSION='3.0.0' + VERSION='3.1.0' cat >>confdefs.h <<_ACEOF @@ -5469,7 +5457,7 @@ lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else @@ -6333,8 +6321,11 @@ test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm - $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 - if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 + (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -9129,9 +9120,6 @@ openbsd* | bitrig*) with_gnu_ld=no ;; - linux* | k*bsd*-gnu | gnu*) - link_all_deplibs=no - ;; esac ld_shlibs=yes @@ -9386,7 +9374,7 @@ fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -10056,7 +10044,6 @@ if test yes = "$lt_cv_irix_exported_symbol"; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi - link_all_deplibs=no else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' @@ -10078,7 +10065,7 @@ esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -11193,18 +11180,6 @@ dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' - ;; - netbsd*) version_type=sunos need_lib_prefix=no @@ -13585,7 +13560,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no @@ -14077,7 +14052,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -14142,7 +14117,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -14481,7 +14456,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support @@ -14565,7 +14540,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. @@ -14576,7 +14551,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir' @@ -15089,7 +15064,7 @@ ;; esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -15464,9 +15439,6 @@ ;; esac ;; - linux* | k*bsd*-gnu | gnu*) - link_all_deplibs_CXX=no - ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -16160,18 +16132,6 @@ dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' - ;; - netbsd*) version_type=sunos need_lib_prefix=no @@ -17545,8 +17505,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4shib" >&5 -$as_echo_n "checking for log4shib... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4shib" >&5 +$as_echo_n "checking for log4shib... " >&6; } if test -n "$log4shib_CFLAGS"; then pkg_cv_log4shib_CFLAGS="$log4shib_CFLAGS" @@ -17586,7 +17546,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -17608,8 +17568,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4cpp" >&5 -$as_echo_n "checking for log4cpp... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4cpp" >&5 +$as_echo_n "checking for log4cpp... " >&6; } if test -n "$log4cpp_CFLAGS"; then pkg_cv_log4cpp_CFLAGS="$log4cpp_CFLAGS" @@ -17649,7 +17609,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -17676,7 +17636,7 @@ and log4cpp_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -17708,7 +17668,7 @@ elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -17716,8 +17676,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4cpp" >&5 -$as_echo_n "checking for log4cpp... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for log4cpp" >&5 +$as_echo_n "checking for log4cpp... " >&6; } if test -n "$log4cpp_CFLAGS"; then pkg_cv_log4cpp_CFLAGS="$log4cpp_CFLAGS" @@ -17757,7 +17717,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -17784,7 +17744,7 @@ and log4cpp_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -17839,8 +17799,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xerces" >&5 -$as_echo_n "checking for xerces... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xerces-c >= 3.2" >&5 +$as_echo_n "checking for xerces-c >= 3.2... " >&6; } if test -n "$xerces_CFLAGS"; then pkg_cv_xerces_CFLAGS="$xerces_CFLAGS" @@ -17880,7 +17840,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -17907,7 +17867,7 @@ and xerces_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -17943,8 +17903,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlsec" >&5 -$as_echo_n "checking for xmlsec... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xml-security-c >= 2" >&5 +$as_echo_n "checking for xml-security-c >= 2... " >&6; } if test -n "$xmlsec_CFLAGS"; then pkg_cv_xmlsec_CFLAGS="$xmlsec_CFLAGS" @@ -17984,7 +17944,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -18011,7 +17971,7 @@ and xmlsec_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -18047,8 +18007,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmltooling" >&5 -$as_echo_n "checking for xmltooling... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmltooling >= 3" >&5 +$as_echo_n "checking for xmltooling >= 3... " >&6; } if test -n "$xmltooling_CFLAGS"; then pkg_cv_xmltooling_CFLAGS="$xmltooling_CFLAGS" @@ -18088,7 +18048,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -18115,7 +18075,7 @@ and xmltooling_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -18151,8 +18111,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmltooling_lite" >&5 -$as_echo_n "checking for xmltooling_lite... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmltooling-lite >= 3" >&5 +$as_echo_n "checking for xmltooling-lite >= 3... " >&6; } if test -n "$xmltooling_lite_CFLAGS"; then pkg_cv_xmltooling_lite_CFLAGS="$xmltooling_lite_CFLAGS" @@ -18192,7 +18152,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -18219,7 +18179,7 @@ and xmltooling_lite_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -18255,8 +18215,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for opensaml" >&5 -$as_echo_n "checking for opensaml... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for opensaml >= 3" >&5 +$as_echo_n "checking for opensaml >= 3... " >&6; } if test -n "$opensaml_CFLAGS"; then pkg_cv_opensaml_CFLAGS="$opensaml_CFLAGS" @@ -18296,7 +18256,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -18323,7 +18283,7 @@ and opensaml_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -18359,8 +18319,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shibsp" >&5 -$as_echo_n "checking for shibsp... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shibsp >= 3" >&5 +$as_echo_n "checking for shibsp >= 3... " >&6; } if test -n "$shibsp_CFLAGS"; then pkg_cv_shibsp_CFLAGS="$shibsp_CFLAGS" @@ -18400,7 +18360,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -18427,7 +18387,7 @@ and shibsp_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -18463,8 +18423,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shibsp_lite" >&5 -$as_echo_n "checking for shibsp_lite... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shibsp-lite >= 3" >&5 +$as_echo_n "checking for shibsp-lite >= 3... " >&6; } if test -n "$shibsp_lite_CFLAGS"; then pkg_cv_shibsp_lite_CFLAGS="$shibsp_lite_CFLAGS" @@ -18504,7 +18464,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -18531,7 +18491,7 @@ and shibsp_lite_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -18576,8 +18536,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss" >&5 -$as_echo_n "checking for gss... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5-gssapi" >&5 +$as_echo_n "checking for krb5-gssapi... " >&6; } if test -n "$gss_CFLAGS"; then pkg_cv_gss_CFLAGS="$gss_CFLAGS" @@ -18617,7 +18577,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -18639,8 +18599,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnu_gss" >&5 -$as_echo_n "checking for gnu_gss... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss" >&5 +$as_echo_n "checking for gss... " >&6; } if test -n "$gnu_gss_CFLAGS"; then pkg_cv_gnu_gss_CFLAGS="$gnu_gss_CFLAGS" @@ -18680,7 +18640,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -18698,7 +18658,7 @@ with_gssapi=no elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } with_gssapi=no else @@ -18719,7 +18679,7 @@ elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -18727,8 +18687,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnu_gss" >&5 -$as_echo_n "checking for gnu_gss... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gss" >&5 +$as_echo_n "checking for gss... " >&6; } if test -n "$gnu_gss_CFLAGS"; then pkg_cv_gnu_gss_CFLAGS="$gnu_gss_CFLAGS" @@ -18768,7 +18728,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -18786,7 +18746,7 @@ with_gssapi=no elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } with_gssapi=no else @@ -19574,7 +19534,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by shibboleth-resolver $as_me 3.0.0, which was +This file was extended by shibboleth-resolver $as_me 3.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19640,7 +19600,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -shibboleth-resolver config.status 3.0.0 +shibboleth-resolver config.status 3.1.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -20864,6 +20824,7 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. diff -Nru shibboleth-resolver-3.0.0/configure.ac shibboleth-resolver-3.1.0/configure.ac --- shibboleth-resolver-3.0.0/configure.ac 2018-12-02 16:58:45.000000000 +0000 +++ shibboleth-resolver-3.1.0/configure.ac 2020-04-02 21:26:20.000000000 +0000 @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([shibboleth-resolver], [3.0.0], [MOONSHOT-COMMUNITY@JISCMAIL.AC.UK], [shibboleth-resolver]) +AC_INIT([shibboleth-resolver], [3.1.0], [MOONSHOT-COMMUNITY@JISCMAIL.AC.UK], [shibboleth-resolver]) AC_CONFIG_SRCDIR(src) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) diff -Nru shibboleth-resolver-3.0.0/config_win32.h shibboleth-resolver-3.1.0/config_win32.h --- shibboleth-resolver-3.0.0/config_win32.h 2018-12-02 16:58:45.000000000 +0000 +++ shibboleth-resolver-3.1.0/config_win32.h 2020-04-02 21:26:45.000000000 +0000 @@ -55,13 +55,13 @@ #define PACKAGE_NAME "shibboleth-resolver" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "shibboleth-resolver 3.0.0" +#define PACKAGE_STRING "shibboleth-resolver 3.1.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "shibboleth-resolver" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.0.0" +#define PACKAGE_VERSION "3.1.0" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -74,7 +74,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "3.0.0" +#define VERSION "3.1.0" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff -Nru shibboleth-resolver-3.0.0/debian/changelog shibboleth-resolver-3.1.0/debian/changelog --- shibboleth-resolver-3.0.0/debian/changelog 2020-03-22 15:57:44.000000000 +0000 +++ shibboleth-resolver-3.1.0/debian/changelog 2020-06-26 00:15:52.000000000 +0000 @@ -1,8 +1,22 @@ -shibboleth-resolver (3.0.0-3build1) focal; urgency=medium +shibboleth-resolver (3.1.0-3) unstable; urgency=medium - * No-change rebuild for libgcc-s1 package name change. + * Re upload to include orig .asc - -- Matthias Klose Sun, 22 Mar 2020 16:57:44 +0100 + -- Sam Hartman Thu, 25 Jun 2020 20:15:52 -0400 + +shibboleth-resolver (3.1.0-2) unstable; urgency=medium + + * Upload to unstable + + -- Sam Hartman Thu, 25 Jun 2020 19:41:18 -0400 + +shibboleth-resolver (3.1.0-1) experimental; urgency=medium + + * New Upstream Version + * Standards version 4.5.0 (no changes) + * Use dh compat 12 + + -- Sam Hartman Wed, 13 May 2020 16:04:47 -0400 shibboleth-resolver (3.0.0-3) unstable; urgency=medium diff -Nru shibboleth-resolver-3.0.0/debian/compat shibboleth-resolver-3.1.0/debian/compat --- shibboleth-resolver-3.0.0/debian/compat 2018-12-09 22:30:27.000000000 +0000 +++ shibboleth-resolver-3.1.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru shibboleth-resolver-3.0.0/debian/control shibboleth-resolver-3.1.0/debian/control --- shibboleth-resolver-3.0.0/debian/control 2018-12-09 22:30:27.000000000 +0000 +++ shibboleth-resolver-3.1.0/debian/control 2020-05-13 20:41:47.000000000 +0000 @@ -3,11 +3,11 @@ Maintainer: Shibboleth Packaging Uploaders: Sam Hartman , Ferenc Wágner , -Build-Depends: debhelper (>= 11), - libshibsp-dev (>= 3.0.0~), - libsaml-dev , - libxerces-c-dev, libxmltooling-dev (>= 1.4), libkrb5-dev (>= 1.9), liblog4shib-dev, libboost-dev, pkg-config -Standards-Version: 4.2.1 +Build-Depends: debhelper-compat (= 12), + libshibsp-dev (>= 3.1.0~), + libsaml-dev (>= 3.1.0~), + libxerces-c-dev, libxmltooling-dev (>= 3.1.0~), libkrb5-dev (>= 1.9), liblog4shib-dev, libboost-dev, pkg-config +Standards-Version: 4.5.0 Section: libs Vcs-Git: https://salsa.debian.org/shib-team/shibboleth-resolver.git Vcs-Browser: https://salsa.debian.org/shib-team/shibboleth-resolver @@ -15,7 +15,7 @@ Package: libshibresolver-dev Section: libdevel Architecture: any -Depends: libshibresolver2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libshibresolver3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Shibboleth SP Attribute Resolver library (development) This package contains a Shibboleth SP Extension that provides externally accessible attribute resolver functionality for processing @@ -24,7 +24,7 @@ This package includes files needed for development. -Package: libshibresolver2 +Package: libshibresolver3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same diff -Nru shibboleth-resolver-3.0.0/debian/libshibresolver2.install shibboleth-resolver-3.1.0/debian/libshibresolver2.install --- shibboleth-resolver-3.0.0/debian/libshibresolver2.install 2018-12-09 22:30:27.000000000 +0000 +++ shibboleth-resolver-3.1.0/debian/libshibresolver2.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* diff -Nru shibboleth-resolver-3.0.0/debian/libshibresolver3.install shibboleth-resolver-3.1.0/debian/libshibresolver3.install --- shibboleth-resolver-3.0.0/debian/libshibresolver3.install 1970-01-01 00:00:00.000000000 +0000 +++ shibboleth-resolver-3.1.0/debian/libshibresolver3.install 2020-05-13 20:38:27.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/lib*.so.3* diff -Nru shibboleth-resolver-3.0.0/doc/Makefile.in shibboleth-resolver-3.1.0/doc/Makefile.in --- shibboleth-resolver-3.0.0/doc/Makefile.in 2018-12-02 18:31:11.000000000 +0000 +++ shibboleth-resolver-3.1.0/doc/Makefile.in 2020-04-06 12:34:26.000000000 +0000 @@ -292,7 +292,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ shibsp_CFLAGS = @shibsp_CFLAGS@ diff -Nru shibboleth-resolver-3.0.0/m4/libtool.m4 shibboleth-resolver-3.1.0/m4/libtool.m4 --- shibboleth-resolver-3.0.0/m4/libtool.m4 2018-12-02 18:31:09.000000000 +0000 +++ shibboleth-resolver-3.1.0/m4/libtool.m4 2018-07-20 17:40:37.000000000 +0000 @@ -728,6 +728,7 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. @@ -2886,18 +2887,6 @@ dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' - ;; - netbsd*) version_type=sunos need_lib_prefix=no @@ -3557,7 +3546,7 @@ lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else @@ -4063,8 +4052,7 @@ if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm - $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD - if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then + if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -4436,7 +4424,7 @@ ;; esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -4948,9 +4936,6 @@ ;; esac ;; - linux* | k*bsd*-gnu | gnu*) - _LT_TAGVAR(link_all_deplibs, $1)=no - ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -5013,9 +4998,6 @@ openbsd* | bitrig*) with_gnu_ld=no ;; - linux* | k*bsd*-gnu | gnu*) - _LT_TAGVAR(link_all_deplibs, $1)=no - ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes @@ -5270,7 +5252,7 @@ fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -5791,7 +5773,6 @@ if test yes = "$lt_cv_irix_exported_symbol"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi - _LT_TAGVAR(link_all_deplibs, $1)=no else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' @@ -5813,7 +5794,7 @@ esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -6439,7 +6420,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no @@ -6814,7 +6795,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -6879,7 +6860,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -7218,7 +7199,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support @@ -7302,7 +7283,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. @@ -7313,7 +7294,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' diff -Nru shibboleth-resolver-3.0.0/Makefile.in shibboleth-resolver-3.1.0/Makefile.in --- shibboleth-resolver-3.0.0/Makefile.in 2018-12-02 18:31:11.000000000 +0000 +++ shibboleth-resolver-3.1.0/Makefile.in 2020-04-06 12:34:26.000000000 +0000 @@ -204,7 +204,8 @@ $(top_srcdir)/build-aux/missing \ $(top_srcdir)/src/shibresolver/config_pub.h.in \ build-aux/compile build-aux/config.guess build-aux/config.sub \ - build-aux/install-sh build-aux/ltmain.sh build-aux/missing + build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \ + build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -382,7 +383,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ shibsp_CFLAGS = @shibsp_CFLAGS@ diff -Nru shibboleth-resolver-3.0.0/resolver.spec shibboleth-resolver-3.1.0/resolver.spec --- shibboleth-resolver-3.0.0/resolver.spec 2018-12-02 18:32:15.000000000 +0000 +++ shibboleth-resolver-3.1.0/resolver.spec 2020-04-08 21:48:09.000000000 +0000 @@ -1,5 +1,5 @@ Name: shibboleth-resolver -Version: 3.0.0 +Version: 3.1.0 Summary: Shibboleth SP Attribute Resolver Library Release: 1 Vendor: Shibboleth Consortium @@ -10,9 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libxerces-c-devel >= 3.2 BuildRequires: libxml-security-c-devel >= 2.0.0 -BuildRequires: libxmltooling-devel >= 3.0.0 -BuildRequires: libsaml-devel >= 3.0.0 -BuildRequires: shibboleth-devel >= 3.0.0 +BuildRequires: libxmltooling-devel >= 3.1.0 +BuildRequires: libsaml-devel >= 3.1.0 +BuildRequires: shibboleth-devel >= 3.1.0 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4} %{!?_without_gssapi:BuildRequires: krb5-devel} @@ -32,13 +32,13 @@ externally accessible attribute resolver functionality for processing local and remote sources of federated attribute information. -%package -n libshibresolver2 +%package -n libshibresolver3 Summary: Shibboleth SP Attribute Resolver library Group: Development/Libraries Provides: shibboleth-resolver = %{version}-%{release} Obsoletes: shibboleth-resolver < %{version}-%{release} -%description -n libshibresolver2 +%description -n libshibresolver3 This package contains a Shibboleth SP Extension that provides externally accessible attribute resolver functionality for processing local and remote sources of federated attribute information. @@ -48,13 +48,13 @@ %package -n libshibresolver-devel Summary: Shibboleth SP Attribute Resolver development Headers Group: Development/Libraries -Requires: libshibresolver2 = %{version}-%{release} +Requires: libshibresolver3 = %{version}-%{release} Provides: shibboleth-resolver-devel = %{version}-%{release} Obsoletes: shibboleth-resolver-devel < %{version}-%{release} Requires: libxerces-c-devel >= 3.2 Requires: libxml-security-c-devel >= 2.0.0 -Requires: libxmltooling-devel >= 3.0.0 -Requires: shibboleth-devel >= 3.0.0 +Requires: libxmltooling-devel >= 3.1.0 +Requires: shibboleth-devel >= 3.1.0 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4} @@ -75,10 +75,10 @@ %if 0%{?suse_version} >= 1210 %configure --with-gssapi %{?shib_options} %else -%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700 +%if 0%{?rhel} >= 7 %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig %else -%if 0%{?centos_version} >= 600 || 0%{?rhel} >= 6 +%if 0%{?rhel} >= 6 %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig:./pkgconfig-workarounds/rh6 %else %if 0%{?rhel} >= 5 @@ -102,15 +102,11 @@ %clean [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT -%ifnos solaris2.8 solaris2.9 solaris2.10 -%post -n libshibresolver2 -p /sbin/ldconfig -%endif +%post -n libshibresolver3 -p /sbin/ldconfig -%ifnos solaris2.8 solaris2.9 solaris2.10 -%postun -n libshibresolver2 -p /sbin/ldconfig -%endif +%postun -n libshibresolver3 -p /sbin/ldconfig -%files -n libshibresolver2 +%files -n libshibresolver3 %defattr(-,root,root,-) %{_libdir}/libshibresolver-lite.so.* %{_libdir}/libshibresolver.so.* @@ -125,6 +121,12 @@ %doc %{pkgdocdir} %changelog +* Thu Apr 2 2020 Scott Cantor - 3.1.0-1 +- Bump version + +* Mon Sep 30 2019 Scott Cantor - 3.0.0-2 +- CentOS 8 changes + * Fri Jul 20 2018 Scott Cantor - 3.0.0-1 - Redo package for SP 3 release diff -Nru shibboleth-resolver-3.0.0/resolver.spec.in shibboleth-resolver-3.1.0/resolver.spec.in --- shibboleth-resolver-3.0.0/resolver.spec.in 2018-12-02 16:58:45.000000000 +0000 +++ shibboleth-resolver-3.1.0/resolver.spec.in 2020-04-02 21:31:08.000000000 +0000 @@ -10,9 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libxerces-c-devel >= 3.2 BuildRequires: libxml-security-c-devel >= 2.0.0 -BuildRequires: libxmltooling-devel >= 3.0.0 -BuildRequires: libsaml-devel >= 3.0.0 -BuildRequires: shibboleth-devel >= 3.0.0 +BuildRequires: libxmltooling-devel >= 3.1.0 +BuildRequires: libsaml-devel >= 3.1.0 +BuildRequires: shibboleth-devel >= 3.1.0 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4} %{!?_without_gssapi:BuildRequires: krb5-devel} @@ -32,13 +32,13 @@ externally accessible attribute resolver functionality for processing local and remote sources of federated attribute information. -%package -n libshibresolver2 +%package -n libshibresolver3 Summary: Shibboleth SP Attribute Resolver library Group: Development/Libraries Provides: @PACKAGE_NAME@ = %{version}-%{release} Obsoletes: @PACKAGE_NAME@ < %{version}-%{release} -%description -n libshibresolver2 +%description -n libshibresolver3 This package contains a Shibboleth SP Extension that provides externally accessible attribute resolver functionality for processing local and remote sources of federated attribute information. @@ -48,13 +48,13 @@ %package -n libshibresolver-devel Summary: Shibboleth SP Attribute Resolver development Headers Group: Development/Libraries -Requires: libshibresolver2 = %{version}-%{release} +Requires: libshibresolver3 = %{version}-%{release} Provides: @PACKAGE_NAME@-devel = %{version}-%{release} Obsoletes: @PACKAGE_NAME@-devel < %{version}-%{release} Requires: libxerces-c-devel >= 3.2 Requires: libxml-security-c-devel >= 2.0.0 -Requires: libxmltooling-devel >= 3.0.0 -Requires: shibboleth-devel >= 3.0.0 +Requires: libxmltooling-devel >= 3.1.0 +Requires: shibboleth-devel >= 3.1.0 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4} @@ -75,10 +75,10 @@ %if 0%{?suse_version} >= 1210 %configure --with-gssapi %{?shib_options} %else -%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700 +%if 0%{?rhel} >= 7 %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig %else -%if 0%{?centos_version} >= 600 || 0%{?rhel} >= 6 +%if 0%{?rhel} >= 6 %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig:./pkgconfig-workarounds/rh6 %else %if 0%{?rhel} >= 5 @@ -102,15 +102,11 @@ %clean [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT -%ifnos solaris2.8 solaris2.9 solaris2.10 -%post -n libshibresolver2 -p /sbin/ldconfig -%endif +%post -n libshibresolver3 -p /sbin/ldconfig -%ifnos solaris2.8 solaris2.9 solaris2.10 -%postun -n libshibresolver2 -p /sbin/ldconfig -%endif +%postun -n libshibresolver3 -p /sbin/ldconfig -%files -n libshibresolver2 +%files -n libshibresolver3 %defattr(-,root,root,-) %{_libdir}/libshibresolver-lite.so.* %{_libdir}/libshibresolver.so.* @@ -125,6 +121,12 @@ %doc %{pkgdocdir} %changelog +* Thu Apr 2 2020 Scott Cantor - 3.1.0-1 +- Bump version + +* Mon Sep 30 2019 Scott Cantor - 3.0.0-2 +- CentOS 8 changes + * Fri Jul 20 2018 Scott Cantor - 3.0.0-1 - Redo package for SP 3 release diff -Nru shibboleth-resolver-3.0.0/src/Makefile.am shibboleth-resolver-3.1.0/src/Makefile.am --- shibboleth-resolver-3.0.0/src/Makefile.am 2018-12-02 16:58:45.000000000 +0000 +++ shibboleth-resolver-3.1.0/src/Makefile.am 2020-04-02 21:29:27.000000000 +0000 @@ -23,7 +23,7 @@ # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html -libshibresolver_la_LDFLAGS = -version-info 2:0:0 +libshibresolver_la_LDFLAGS = -version-info 3:0:0 libshibresolver_la_CXXFLAGS = \ $(PTHREAD_CFLAGS) \ $(gss_CFLAGS) $(gnu_gss_CFLAGS) \ @@ -43,7 +43,7 @@ $(xmlsec_LIBS) \ $(xmltooling_LIBS) -libshibresolver_lite_la_LDFLAGS = -version-info 2:0:0 +libshibresolver_lite_la_LDFLAGS = -version-info 3:0:0 libshibresolver_lite_la_CPPFLAGS = -DSHIBSP_LITE \ $(PTHREAD_CFLAGS) \ $(gss_CFLAGS) $(gnu_gss_CFLAGS) \ diff -Nru shibboleth-resolver-3.0.0/src/Makefile.in shibboleth-resolver-3.1.0/src/Makefile.in --- shibboleth-resolver-3.0.0/src/Makefile.in 2018-12-02 18:31:11.000000000 +0000 +++ shibboleth-resolver-3.1.0/src/Makefile.in 2020-04-06 12:34:27.000000000 +0000 @@ -374,7 +374,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ shibsp_CFLAGS = @shibsp_CFLAGS@ @@ -418,7 +417,7 @@ # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html -libshibresolver_la_LDFLAGS = -version-info 2:0:0 +libshibresolver_la_LDFLAGS = -version-info 3:0:0 libshibresolver_la_CXXFLAGS = \ $(PTHREAD_CFLAGS) \ $(gss_CFLAGS) $(gnu_gss_CFLAGS) \ @@ -439,7 +438,7 @@ $(xmlsec_LIBS) \ $(xmltooling_LIBS) -libshibresolver_lite_la_LDFLAGS = -version-info 2:0:0 +libshibresolver_lite_la_LDFLAGS = -version-info 3:0:0 libshibresolver_lite_la_CPPFLAGS = -DSHIBSP_LITE \ $(PTHREAD_CFLAGS) \ $(gss_CFLAGS) $(gnu_gss_CFLAGS) \ diff -Nru shibboleth-resolver-3.0.0/src/shibresolver/resolver.rc shibboleth-resolver-3.1.0/src/shibresolver/resolver.rc --- shibboleth-resolver-3.0.0/src/shibresolver/resolver.rc 2018-12-02 16:58:45.000000000 +0000 +++ shibboleth-resolver-3.1.0/src/shibresolver/resolver.rc 2020-04-02 21:28:12.000000000 +0000 @@ -54,8 +54,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,2,0,0 - PRODUCTVERSION 0,2,0,0 + FILEVERSION 3,1,0,0 + PRODUCTVERSION 3,1,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -73,7 +73,7 @@ VALUE "Comments", "\0" VALUE "CompanyName", "JANET(UK)\0" VALUE "FileDescription", "Shibboleth SP Attribute Resolver Extension\0" - VALUE "FileVersion", "0, 2, 0, 0\0" + VALUE "FileVersion", "3, 1, 0, 0\0" #ifdef SHIBSP_LITE #ifdef _DEBUG VALUE "InternalName", "shibresolver-lite1_0D\0" @@ -87,7 +87,7 @@ VALUE "InternalName", "shibresolver1_0\0" #endif #endif - VALUE "LegalCopyright", "Copyright © 2011 JANET(UK)\0" + VALUE "LegalCopyright", "Copyright © 2020 JANET(UK)\0" VALUE "LegalTrademarks", "\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG @@ -104,7 +104,7 @@ #endif VALUE "PrivateBuild", "\0" VALUE "ProductName", "Project Moonshot\0" - VALUE "ProductVersion", "0, 2, 0, 0\0" + VALUE "ProductVersion", "3, 1, 0, 0\0" VALUE "SpecialBuild", "\0" END END