diff options
author | salo <salo> | 2003-05-09 16:30:12 +0000 |
---|---|---|
committer | salo <salo> | 2003-05-09 16:30:12 +0000 |
commit | 81973924af13e5f48f6e5a64b009320485677373 (patch) | |
tree | b953de27dd3c44a851860d48265568777a44dadf /www/tinyproxy/Makefile | |
parent | 6072e91dff189cfebac75266b64b2f1beb7a1405 (diff) | |
download | pkgsrc-81973924af13e5f48f6e5a64b009320485677373.tar.gz |
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.
Diffstat (limited to 'www/tinyproxy/Makefile')
-rw-r--r-- | www/tinyproxy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index 96069bf6b6c..8c5be65d98f 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/03/09 00:55:06 salo Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/09 16:30:12 salo Exp $ # -DISTNAME= tinyproxy-1.5.2 +DISTNAME= tinyproxy-1.5.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tinyproxy/} @@ -11,7 +11,6 @@ COMMENT= lightweight HTTP/SSL proxy USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_GMAKE= YES GNU_CONFIGURE= YES RCD_SCRIPTS= tinyproxy |