pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/tinyproxy Updated to 1.6.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5a57e6d20d5
branches:  trunk
changeset: 464287:a5a57e6d20d5
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Dec 05 22:28:03 2003 +0000

description:
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:

 www/tinyproxy/Makefile |  6 +++---
 www/tinyproxy/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 33ee30d957f4 -r a5a57e6d20d5 www/tinyproxy/Makefile
--- a/www/tinyproxy/Makefile    Fri Dec 05 22:21:17 2003 +0000
+++ b/www/tinyproxy/Makefile    Fri Dec 05 22:28:03 2003 +0000
@@ -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 -r 33ee30d957f4 -r a5a57e6d20d5 www/tinyproxy/distinfo
--- a/www/tinyproxy/distinfo    Fri Dec 05 22:21:17 2003 +0000
+++ b/www/tinyproxy/distinfo    Fri Dec 05 22:28:03 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index