head 1.4; access; symbols pkgsrc-2021Q1:1.3.0.8 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.6 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.4 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.2 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.2.0.16 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.18 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.14 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.12 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.10 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.8 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.6 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.4 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.2 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.1.0.6 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.4 pkgsrc-2017Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2021.05.13.12.01.00; author nia; state dead; branches; next 1.3; commitid rHIgKW2FWUbvYYSC; 1.3 date 2020.05.14.18.59.48; author joerg; state Exp; branches; next 1.2; commitid W0SW8MjPc3SAZe8C; 1.2 date 2018.01.18.19.19.41; author fhajny; state Exp; branches; next 1.1; commitid xsVYcJd3ZYNckonA; 1.1 date 2017.08.17.14.57.09; author fhajny; state Exp; branches; next ; commitid c4VyH2nSNmf3Pz3A; desc @@ 1.4 log @remove www/trafficserver This package is EOL and has failed to build for some time. If we still want trafficserver, we should import a supported release. @ text @$NetBSD: patch-configure,v 1.3 2020/05/14 18:59:48 joerg Exp $ Portability. Fix incorrect docs build arg. --- configure.orig 2017-12-19 02:57:35.000000000 +0000 +++ configure @@@@ -4741,14 +4741,14 @@@@ fi done test -n "$CURL_CONFIG" || CURL_CONFIG="no" - if test "$CURL_CONFIG" == "no"; then : + if test "$CURL_CONFIG" = "no"; then : : else - if test x"" == x; then : + if test x"" = x; then : CURL_CFLAGS="`$CURL_CONFIG $curl_config_args --cflags`" @@@@ -4758,7 +4758,7 @@@@ else fi - if test x"" == x; then : + if test x"" = x; then : CURL_LIBS="`$CURL_CONFIG $curl_config_args --libs`" @@@@ -4931,13 +4931,13 @@@@ $as_echo_n "checking whether to build do if test "${enable_docs+set}" = set; then : enableval=$enable_docs; else - enable_doc_build=no + enable_docs=no fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_doc_build" >&5 -$as_echo "$enable_doc_build" >&6; } - if test "xyes" = "x$enable_doc_build"; then +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_docs" >&5 +$as_echo "$enable_docs" >&6; } + if test "xyes" = "x$enable_docs"; then BUILD_DOCS_TRUE= BUILD_DOCS_FALSE='#' else @@@@ -8121,6 +8121,9 @@@@ case $host_os in openbsd*) host_os_def="openbsd" ;; + netbsd*) + host_os_def="netbsd" + ;; solaris*) host_os_def="solaris" case "`isalist`" in @@@@ -21352,7 +21355,7 @@@@ cat >>confdefs.h <<_ACEOF _ACEOF -if test "x$ac_cv_sizeof_voidp" == "x"; then +if test "x$ac_cv_sizeof_voidp" = "x"; then as_fn_error $? "Cannot determine size of void*" "$LINENO" 5 fi @@@@ -25058,7 +25061,7 @@@@ $as_echo "could not find ${TCL_BIN_DIR}/ # expect tclConfig.sh to populate TCL_LIB_FLAG and TCL_INCLUDE_SPEC -if test "$host_os_def" == "darwin"; then +if test "$host_os_def" = "darwin"; then TCL_LIB_SPEC="-ltcl" # OSX fails to populate this variable fi LIBTCL=$TCL_LIB_SPEC @@@@ -26111,7 +26114,7 @@@@ if test "x$ac_cv_lib_cap_cap_set_proc" = else - if test "x$enable_posix_cap" == "xyes"; then : + if test "x$enable_posix_cap" = "xyes"; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @ 1.3 log @Fix NetBSD build @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2018/01/18 19:19:41 fhajny Exp $ @ 1.2 log @Update www/trafficserver to 7.1.2 - Coverity - 1021688 Uninitialized scalar field. - Coverity 1021688: Uninitialized scalar field - Coredump with server_session - Update IMS handling table to include INM - tsxs generation uses AM_C*FLAGS instead of C*FLAGS - volume.config doesn't differentiate http/https - adds clarifications on plugin use - Add example command to generate session ticket - Doc: Fix warning for footnote in cache arch docs. - Fix the queue when reprioritize - Session ticket resumption needs consistent CA-certificate version - corrects HTTP status 0 to 302 on redirect - Delay creation of transaction until user agent sends request. - Fix logging of cache stale miss connecton error being reported as - Explain how # of parents relates to fail_threshold total_connect_attempts - only default cert matches signature_algorithm extension - updates pre-commit hook to use specific clang-format - TLS crashes in 7.1.1 - Add a metric for tracking RSS of traffic_server - Limit the amount of memory that a HTTP/2 stream will allocate - Remove unnecessary assertion - Use std::min and std::max globally - Fix #2372: Preserve Accept-Encoding header for H2 Server Push promise. - Optimize: Use a positive number as the timeout of DNSEntry. - Update s3auth test, removed cpp file and added the Catch main define in the unit test file - Doc: Tweak makefiles to not build man pages for install if doc building is disabled. - Fixed typo in cachekey plugin documentation - Fix mem leak related to do_os_response() function - Add flag to ignore out of bounds compile error for test - 7.1.x Avoid sending duplicate push promise on same client session - Log when ssl_multicert.config is successfully reloaded - uses backoff to launch ts if crash was recent - Fix the implementation of Http2DependencyTree - For 7.1.x: move http 408 response logic into transaction - Checking the retval of safe_getsockname() and safe_getpeername() - Cleanup of bool conversion in Ptr.h for C++11. - CID 1196423: Error handling issues (CHECKED_RETURN) - Issue with null ua_buffer_reader due to PR #2123 - malformed chunked responses will be cached under some terrible network circumstances - Fix #2700 - single nameserver failover in DNSHandler failover - Back port event loop changes from PR #2541 - Crash HttpTransactHeaders::insert_via_header_in_response (bad session?) - Fixed 2707, assign server_session to nullptr after do `chain_abort_all` - Set ua_session of Http2ConnectionState nullptr when ua_session is freed - Cachekey pristine uri 7.1.x - Prevent releasing streams simultaneously - Send data fairly on H2 streams even if stream priority is disabled - Include cstring to make the compiler stop complaining about strlen - Treat SSL_ERROR_SSL as EPIPE within SSLNetVC::load_buffer_and_write() - TS-5057: Add 103 Early Hints support - Fix #2761. NetHandler needs to be initialized - proxy.config.http.redirection_enabled doesn't appear to be overwritable - Add traffic_server.memory.rss as a gauge to Epic - More header_rewrite examples - Backport of #2015, setup HttpSM for redirect - Strict checks of RFC7540 8.1.2.2. - Delete H2 stream before destroy - Fix crash in H2 priority tree cleanup. - Compile trafficserver with the musl libc - Move Brotli library check into the library check section - Send RST_STREAM frame when deleting a stream if it is not CLOSED state - README: Alpine build instructions - Unify H2 log format - Correct the listen_backlog - corrects response reason when failing to connect to origin - Header Rewrite: rm-cookie operator has no effect on cache lookup - Add protocol metrics to traffic_logstats - Adds some basic documentation for traffic_logstats - Fix crash from HttpSM::setup_100_continue_transfer - Reverts the changes from TS-3054 - Cleans up some build issue and unecessary casts - header_rewrite - Delete cookies if they are empty in rm-cookie - Deprecates the coallapsed_connection plugin, use collapsed_forwarding - Crash in Via response header (again) - TransformVC may be double closed because there is a issue within HttpTunnel::chain_abort_all - Assertion with gzip plugin enabled together with escalation - Only allow the gzip/brotli transformation on 200 OK responses - Stop ATS from crashing on kernel 4.14 - Removes the limit on the number of remap plugins per rule - Increase write_vio.ndone only if sending DATA frame is succeeded - header_rewrite - Delete space after semi colon when deleting cookies from a list - logging: fix incorrect use of LogAccess::strlen() - Build: Fix WCCP link error for 'make check' in traffic_manager. - Fix race condition during testing rc2. - Fix naming of average aggregate function @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2017/08/17 14:57:09 fhajny Exp $ d52 11 a62 1 @@@@ -21352,7 +21352,7 @@@@ cat >>confdefs.h <<_ACEOF d71 1 a71 1 @@@@ -25058,7 +25058,7 @@@@ $as_echo "could not find ${TCL_BIN_DIR}/ d80 1 a80 1 @@@@ -26111,7 +26111,7 @@@@ if test "x$ac_cv_lib_cap_cap_set_proc" = @ 1.1 log @Add Apache Traffic Server 7.1.0 as www/trafficserver. Apache Traffic Server is a high-performance web proxy cache that improves network efficiency and performance by caching frequently-accessed information at the edge of the network. @ text @d1 1 a1 1 $NetBSD$ d4 1 d6 1 a6 1 --- configure.orig 2017-07-18 06:25:04.000000000 +0000 d8 1 a8 1 @@@@ -4742,14 +4742,14 @@@@ fi d25 1 a25 1 @@@@ -4759,7 +4759,7 @@@@ else d34 19 a52 1 @@@@ -22312,7 +22312,7 @@@@ cat >>confdefs.h <<_ACEOF d61 1 a61 1 @@@@ -26018,7 +26018,7 @@@@ $as_echo "could not find ${TCL_BIN_DIR}/ d70 1 a70 1 @@@@ -27003,7 +27003,7 @@@@ if test "x$ac_cv_lib_cap_cap_set_proc" = @