diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 22:28:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 22:28:03 +0000 |
commit | d950affcd3d413ad741234fb1bdba982770e4b33 (patch) | |
tree | 94581e0faf646e437609c9795d2dc979914c88d2 /www/tinyproxy | |
parent | 03ade7866096cbfefaab78f3420bdec06e6953a3 (diff) | |
download | pkgsrc-d950affcd3d413ad741234fb1bdba982770e4b33.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')
-rw-r--r-- | www/tinyproxy/Makefile | 6 | ||||
-rw-r--r-- | www/tinyproxy/distinfo | 6 |
2 files changed, 6 insertions, 6 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/} diff --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index 06ce697fc1b..6ce6f241a42 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2003/08/29 15:31:31 xtraeme Exp $ +$NetBSD: distinfo,v 1.4 2003/12/05 22:28:03 xtraeme Exp $ -SHA1 (tinyproxy-1.6.1.tar.gz) = af706b44e1490acb4668422a3910a4f2a16a6dfa -Size (tinyproxy-1.6.1.tar.gz) = 369870 bytes +SHA1 (tinyproxy-1.6.2.tar.gz) = b305ebdef29de19e0c2c74efcd4a2acd8caa9018 +Size (tinyproxy-1.6.2.tar.gz) = 463274 bytes SHA1 (patch-aa) = e94f2410ae2b5dd94a1039e96635b32505de9f5d SHA1 (patch-ab) = b6a18b859cb3260c237a98745ca9e2d0e1a1b486 SHA1 (patch-ac) = baab9768068f1d11a34c22295396726e867e32a4 |