diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-08-29 15:31:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-08-29 15:31:30 +0000 |
commit | 2ba5623adcf540e5b5127e6986948847dbfea308 (patch) | |
tree | e7b649ccf1939490e83792ed9604dba52174a8ab /www | |
parent | 8543c311e80c431377e790ac90a32bb6779687f8 (diff) | |
download | pkgsrc-2ba5623adcf540e5b5127e6986948847dbfea308.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/tinyproxy/Makefile | 4 | ||||
-rw-r--r-- | www/tinyproxy/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index 8d1985f7baf..150d1a2d65d 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -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 --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index d419427977c..06ce697fc1b 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -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 |