Subject: CVS commit: pkgsrc/www/tinyproxy
From: Adam Ciarcinski
Date: 2018-10-12 15:57:46
Message id: 20181012135746.90013FBEE@cvs.NetBSD.org

Log Message:
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

Files:
RevisionActionfile
1.39modifypkgsrc/www/tinyproxy/Makefile
1.8modifypkgsrc/www/tinyproxy/PLIST
1.13modifypkgsrc/www/tinyproxy/distinfo
1.4modifypkgsrc/www/tinyproxy/files/tinyproxy.sh
1.2modifypkgsrc/www/tinyproxy/patches/patch-etc_Makefile.in
1.3modifypkgsrc/www/tinyproxy/patches/patch-etc_tinyproxy.conf.in
1.2removepkgsrc/www/tinyproxy/patches/patch-configure