head 1.3; access; symbols 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.24 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.22 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.20 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.16 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.14 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.12 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.10 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.8 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.6 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2018.10.12.13.57.46; author adam; state dead; branches; next 1.2; commitid fUAAKQYOzJSzXFVA; 1.2 date 2018.06.21.11.31.33; author adam; state Exp; branches; next 1.1; commitid hf6S7M04M8THM8HA; 1.1 date 2015.08.13.20.30.47; author jperkin; state Exp; branches; next ; commitid Sc3NIwp4AF7ti9xy; desc @@ 1.3 log @tinyproxy: updated to 1.10.0 Tinyproxy version 1.10.0 Major changes in this release ----------------------------- Add support for basic HTTP authentication Add socks upstream support Log to stdout if no logfile is specified Activate reverse proxy by default Support bind with transparent mode Install tinyproxy to bin/ instead of sbin/ Ship manpages as part of distribution tarball Allow multiple listen statements in the configuration Coverity fixes Simplified configure and build Improved selftest environment Included security fixes ----------------------- Fix CVE-2017-11747: Create PID file before dropping privileges. Fix CVE-2012-3505: algorithmic complexity DoS in hashmap Bugfixes -------- fix algorithmic complexity DoS in hashmap fix CONNECT requests with IPv6 literal addresses as host fix invalid free for GET requests to ipv6 literal address conf: Allow multiple Listen statements in the config allow listening on multiple families when no Listen is provided in config Drop supplementary groups build: fix build with autoconf >= 2.69 Move files installed in /etc/ to /etc/tinyproxy/ Fix crash (infinite loop) when writing to log file fails Fix bug in ACL netmask generation Fix FilterURLs with transparent proxy support Fix upstream proxy support Create log and pid files after we drop privs Don't recompile regular expressions Use output of id instead of $USER keep track of error codes in return codes in tests @ text @$NetBSD: patch-configure,v 1.2 2018/06/21 11:31:33 adam Exp $ Remove non-portable ld argument. --- configure.orig 2018-06-21 11:03:35.000000000 +0000 +++ configure @@@@ -7036,7 +7036,6 @@@@ if test x"$debug_enabled" != x"yes" ; th CFLAGS="-DNDEBUG $CFLAGS" fi -LDFLAGS="-Wl,-z,defs $LDFLAGS" if test x"$ac_cv_func_regexec" != x"yes"; then @ 1.2 log @tinyproxy: updated to 1.8.4 Tinyproxy version 1.8.4 Most notably, this release removes the limitation of a single Listen address of not listening on the wildcard address and a DoS (CVE-2012-3505). Among several other bug fixes, this release fixes a bunch of issues found by coverity (scan.coverity.com). Bugs resolved since version 1.8.3 fix algorithmic complexity DoS in hashmap fix failing CONNECT requests with IPv6 literal addresses fix invalid free for GET requests to IPv6 literal addresses support multiple Listen statements in configuration support listening on ipv4 and ipv6 wildcard if no Listen specified fix crash when writing to log file fails fix build with autoconf >= 2.69 @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2015/08/13 20:30:47 jperkin Exp $ @ 1.1 log @Remove non-portable ld argument. Fixes build on Darwin. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- configure.orig 2011-08-16 12:27:59.000000000 +0000 d7 1 a7 1 @@@@ -6744,7 +6744,6 @@@@ if test x"$debug_enabled" != x"yes" ; th d11 1 a11 1 -LDFLAGS="-Wl,-z,defs" @