pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f7b8350fb5f
branches:  trunk
changeset: 460365:7f7b8350fb5f
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Aug 29 15:31:30 2003 +0000

description:
Updated tinyproxy to 1.6.1

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.

diffstat:

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

diffs (27 lines):

diff -r eb130b21222c -r 7f7b8350fb5f www/tinyproxy/Makefile
--- a/www/tinyproxy/Makefile    Fri Aug 29 15:29:29 2003 +0000
+++ b/www/tinyproxy/Makefile    Fri Aug 29 15:31:30 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/08/28 20:05:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2003/08/29 15:31:30 xtraeme Exp $
 #
 
-DISTNAME=      tinyproxy-1.5.3
+DISTNAME=      tinyproxy-1.6.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tinyproxy/}
 
diff -r eb130b21222c -r 7f7b8350fb5f www/tinyproxy/distinfo
--- a/www/tinyproxy/distinfo    Fri Aug 29 15:29:29 2003 +0000
+++ b/www/tinyproxy/distinfo    Fri Aug 29 15:31:30 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2003/05/09 16:30:12 salo Exp $
+$NetBSD: distinfo,v 1.3 2003/08/29 15:31:31 xtraeme Exp $
 
-SHA1 (tinyproxy-1.5.3.tar.gz) = d629070ac0c103aec05f4340605785e57e30a72f
-Size (tinyproxy-1.5.3.tar.gz) = 352005 bytes
+SHA1 (tinyproxy-1.6.1.tar.gz) = af706b44e1490acb4668422a3910a4f2a16a6dfa
+Size (tinyproxy-1.6.1.tar.gz) = 369870 bytes
 SHA1 (patch-aa) = e94f2410ae2b5dd94a1039e96635b32505de9f5d
 SHA1 (patch-ab) = b6a18b859cb3260c237a98745ca9e2d0e1a1b486
 SHA1 (patch-ac) = baab9768068f1d11a34c22295396726e867e32a4



Home | Main Index | Thread Index | Old Index