pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-bandwidth Update to 2.0.6, here's the diff:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28a24d36ecbc
branches:  trunk
changeset: 489629:28a24d36ecbc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 24 11:52:30 2005 +0000

description:
Update to 2.0.6, here's the diff:
917c917
<       if (r->finfo.st_size >= MMAP_THRESHOLD) {
---
>       if ((r->finfo.st_size >= MMAP_THRESHOLD) && (!r->header_only)) {

diffstat:

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

diffs (33 lines):

diff -r 5b4eaff29955 -r 28a24d36ecbc www/ap-bandwidth/Makefile
--- a/www/ap-bandwidth/Makefile Thu Feb 24 11:37:22 2005 +0000
+++ b/www/ap-bandwidth/Makefile Thu Feb 24 11:52:30 2005 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2004/05/08 15:19:18 grant Exp $
+# $NetBSD: Makefile,v 1.7 2005/02/24 11:52:30 wiz Exp $
 #
 
 DISTNAME=      mod_bandwidth.c
-PKGNAME=       ap-bandwidth-2.0.5
+PKGNAME=       ap-bandwidth-2.0.6
 CATEGORIES=    www
 MASTER_SITES=  ftp://ftp.cohprog.com/pub/apache/module/
 EXTRACT_SUFX=  # empty
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://cohprog.com/v3/bandwidth/intro-en.html
+HOMEPAGE=      http://www.cohprog.com/mod_bandwidth.html
 COMMENT=       Apache module for bandwidth management
 
 WRKSRC=                ${WRKDIR}
diff -r 5b4eaff29955 -r 28a24d36ecbc www/ap-bandwidth/distinfo
--- a/www/ap-bandwidth/distinfo Thu Feb 24 11:37:22 2005 +0000
+++ b/www/ap-bandwidth/distinfo Thu Feb 24 11:52:30 2005 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/02/17 23:32:34 grant Exp $
+$NetBSD: distinfo,v 1.2 2005/02/24 11:52:30 wiz Exp $
 
-SHA1 (ap-bandwidth-2.0.5/mod_bandwidth.c) = 8578412656c630d87d36df28a5ce858201ea435c
-Size (ap-bandwidth-2.0.5/mod_bandwidth.c) = 43630 bytes
+SHA1 (ap-bandwidth-2.0.6/mod_bandwidth.c) = 96d4fb5a68bc56a310979fe68c322445f9f4fe56
+RMD160 (ap-bandwidth-2.0.6/mod_bandwidth.c) = e093a8a5de89a91d523bb0702e21c43046d5e48c
+Size (ap-bandwidth-2.0.6/mod_bandwidth.c) = 43653 bytes



Home | Main Index | Thread Index | Old Index