summaryrefslogtreecommitdiff
path: root/www/tinyproxy/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-19Convert to buildlink3.snj1-3/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23Fix build with gcc2 on sparc64.snj1-1/+4
2003-12-05Updated to 1.6.2xtraeme1-3/+3
Summary of changes since 1.6.1: * Fixed a bug in the filter code when handling comments in the filter configuration file. * When installing the HTML documentation, the wrong directory was being created. Summary of changes since 1.6.0: * Fixed an off-by-one error with respect to the MaxRequestsPerChild test. [Fix proposed by Yannick Koehler] * Remove the assert on the pointer being NULL since a NULL pointer is allowed by the realloc() spec.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-08-29Updated tinyproxy to 1.6.1xtraeme1-2/+2
Changes: Released tinyproxy 1.6.1 (2003-08-06) * heap.c (debugging_realloc): Remove the assert on the ptr being NULL since a NULL pointer is allowed by the realloc() spec. * child.c (child_main): Fixed an off-by-one error with the maxrequestsperchild variable. [Fix proposed by Yannick Koehler] Released tinyproxy 1.6.0 (2003-07-14) * src/htmlerror.c (indicate_http_error): Added calls to va_end() before leaving the function. Closes my own PR pkg/22161.
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-05-09Updated to version 1.5.3.salo1-3/+2
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.
2003-03-09Use --with-config instead of --sysconfdir. make it fully PKG_SYSCONFDIRsalo1-2/+2
compatible (otherwise it adds tinyproxy/ to --sysconfdir which was set to PKG_SYSCONFBASE and expressions like PKG_SYSCONFDIR.tinyproxy are invalid)
2003-03-07Import of tinyproxy-1.5.2: lightweight HTTP/SSL proxy.salo1-0/+55
tinyproxy is a lightweight HTTP/SSL proxy. Designed from the ground up to be fast and yet small, it is an ideal solution for sites where a full-featured HTTP proxy is required, but the system resources required to run a more demanding HTTP proxy are unavailable. tinyproxy is fully compatible with all existing web browsers. Package submitted by Juan RP via PR pkg/20595 with modifications by me.