pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-libapreq Updating www/p5-libapreq from 1.33nb5 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c05944c1aebf
branches:  trunk
changeset: 572320:c05944c1aebf
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Feb 23 20:02:51 2010 +0000

description:
Updating www/p5-libapreq from 1.33nb5 to 1.34

pkgsrc changes:
- Add license definition

Upstream changes:
1.34 - January 7, 2009

Remove quadratic memory allocation during multipart_buffer reads
[joes]

have fill_buffer() completely fill the multipart_buffer.  This
bug is tickled by the FireFox 2.0 when doing ssl uploads:

  https://bugzilla.mozilla.org/show_bug.cgi?id=356470
  https://bugzilla.mozilla.org/show_bug.cgi?id=369414

move the mod_perl version detection to the top of Makefile.PL, so
Apache-Test and other things won't fool around with %INC and confuse
the detection code. [Stas]

diffstat:

 www/p5-libapreq/Makefile |  7 ++++---
 www/p5-libapreq/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r d115d299bdae -r c05944c1aebf www/p5-libapreq/Makefile
--- a/www/p5-libapreq/Makefile  Tue Feb 23 20:01:05 2010 +0000
+++ b/www/p5-libapreq/Makefile  Tue Feb 23 20:02:51 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2009/06/30 00:07:24 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2010/02/23 20:02:51 sno Exp $
 
-DISTNAME=      libapreq-1.33
+DISTNAME=      libapreq-1.34
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
+#PKGREVISION=  5
 SVR4_PKGNAME=  p5lap
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache/}
@@ -10,6 +10,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://httpd.apache.org/apreq/
 COMMENT=       Lots of Apache specific httpd handling modules
+LICENSE=       apache-2.0
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r d115d299bdae -r c05944c1aebf www/p5-libapreq/distinfo
--- a/www/p5-libapreq/distinfo  Tue Feb 23 20:01:05 2010 +0000
+++ b/www/p5-libapreq/distinfo  Tue Feb 23 20:02:51 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 19:04:09 wiz Exp $
+$NetBSD: distinfo,v 1.5 2010/02/23 20:02:51 sno Exp $
 
-SHA1 (libapreq-1.33.tar.gz) = 73beaaad54020993b3165d783c35290edc9cf8af
-RMD160 (libapreq-1.33.tar.gz) = a84325df802f679c2de1bee87e0912c974f18660
-Size (libapreq-1.33.tar.gz) = 328933 bytes
+SHA1 (libapreq-1.34.tar.gz) = 5bc3453fa9b1509a4e5c430635064f9301e519a3
+RMD160 (libapreq-1.34.tar.gz) = 34c156dd5a4e512b775b3182b80cafc8d05ad593
+Size (libapreq-1.34.tar.gz) = 314952 bytes



Home | Main Index | Thread Index | Old Index