Subject: CVS commit: pkgsrc/www/tinyproxy
To: None <pkgsrc-changes@netbsd.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 05/09/2003 16:30:13
Module Name:	pkgsrc
Committed By:	salo
Date:		Fri May  9 16:30:13 UTC 2003

Modified Files:
	pkgsrc/www/tinyproxy: Makefile distinfo

Log Message:
Updated to version 1.5.3.

Based on a patch provided by Juan RP via PR pkg/21512.

Changes:

- GNU make is not really needed

- Fixed inverted anonymous header logic.  As it should have been, any
  header not explicitly allowed will not be sent by tinyproxy.
- The filtering engine can now conditionally use case sensitive
  filtering or case insensitive filtering.  The option is controlled
  by the FilterCaseSensitive directive in the configuration file.
- Removed a duplicate call to filter_destroy() in main().
- Basic code clean ups.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/www/tinyproxy/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/tinyproxy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.