head 1.3; access; symbols pkgsrc-2020Q2:1.2.0.18 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.14 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.16 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.12 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.10 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.8 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.6 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.4 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.2 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.1.0.22 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.20 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.18 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.14 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.12 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.10 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.8 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.6 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.4 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2020.07.07.12.12.56; author nia; state dead; branches; next 1.2; commitid wumUkdfAJ8vb09fC; 1.2 date 2018.05.13.09.44.03; author maya; state Exp; branches; next 1.1; commitid c3MCEZECCSptr7CA; 1.1 date 2015.11.20.14.28.02; author joerg; state Exp; branches; next ; commitid kzuvtQFOKVIx6QJy; desc @@ 1.3 log @opusfile: Update to 0.12 Changes since the v0.11 release: * Fix stack overflow buffering out-of-sequence streams. * Fix possible divide-by-zero. * Fix issues with seeking in the win32 backend. * Fix an issue where the seek algorithm could be confused by stream data changing between reads. * Clean up compiler and scan-build warnings. * Avoid use of the deprecated ftime() function which has Y2038 problems. * Remove undefined behaviour memcpy(NULL) in op_read_native(). * Visual Studio project files updated for libogg 1.3.4 library name change. * Various build systems updates. * Various integration and testing environment improvements. This release is backward-compatible with the previous release. We recommend all users upgrade. @ text @$NetBSD: patch-configure,v 1.2 2018/05/13 09:44:03 maya Exp $ --- configure.orig 2017-11-14 18:56:39.000000000 +0000 +++ configure @@@@ -12491,64 +12488,6 @@@@ fi fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ftime" >&5 -$as_echo_n "checking for library containing ftime... " >&6; } -if ${ac_cv_search_ftime+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_func_search_save_LIBS=$LIBS -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char ftime (); -int -main () -{ -return ftime (); - ; - return 0; -} -_ACEOF -for ac_lib in '' compat; do - if test -z "$ac_lib"; then - ac_res="none required" - else - ac_res=-l$ac_lib - LIBS="-l$ac_lib $ac_func_search_save_LIBS" - fi - if ac_fn_c_try_link "$LINENO"; then : - ac_cv_search_ftime=$ac_res -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext - if ${ac_cv_search_ftime+:} false; then : - break -fi -done -if ${ac_cv_search_ftime+:} false; then : - -else - ac_cv_search_ftime=no -fi -rm conftest.$ac_ext -LIBS=$ac_func_search_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ftime" >&5 -$as_echo "$ac_cv_search_ftime" >&6; } -ac_res=$ac_cv_search_ftime -if test "$ac_res" != no; then : - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" - -else - enable_http=no -fi - @ 1.2 log @opusfile: update to 0.10. Fixes build with OpenSSL 1.1.x. Changes since the v0.9 release: Fix an out-of-bounds read matching serial numbers. Changes since the v0.8 release: Fix an invalid free with tag handling. Improve handling of corrupt streams. Improve performance on streams with many chain segments. Improve TLS host validation. Align op_raw_total to work better with op_raw_seek. Documentation and build improvements. Changes since the v0.7 release: Add support for OpenSSL 1.1.x. Fix issues with tag parsing introduced in v0.7. Fix skip logic for multiplexed non-Opus data. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2015/11/20 14:28:02 joerg Exp $ @ 1.1 log @Don't link against libcompat, since ftime hasn't been used for a while. Fixes build of dynamic library. Bump revision. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2015-11-18 13:16:26.000000000 +0000 d5 1 a5 1 @@@@ -11897,70 +11897,6 @@@@ fi a66 6 - - - - - - d69 1 a69 1 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then @