summaryrefslogtreecommitdiff
path: root/www/tinyproxy/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-05 22:28:03 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-05 22:28:03 +0000
commitd5e82326903ebdb6df92c6bbb6d443b5171d985d (patch)
tree94581e0faf646e437609c9795d2dc979914c88d2 /www/tinyproxy/Makefile
parent0e517ef0a966c5d5a9851f153b25c4730f3d58bd (diff)
downloadpkgsrc-d5e82326903ebdb6df92c6bbb6d443b5171d985d.tar.gz
Updated to 1.6.2
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.
Diffstat (limited to 'www/tinyproxy/Makefile')
-rw-r--r--www/tinyproxy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile
index cf00a74b4b6..a8e54ee8792 100644
--- a/www/tinyproxy/Makefile
+++ b/www/tinyproxy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/11/12 03:39:44 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2003/12/05 22:28:03 xtraeme Exp $
#
-DISTNAME= tinyproxy-1.6.1
-PKGREVISION= 1
+DISTNAME= tinyproxy-1.6.2
+#PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tinyproxy/}