pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/perlbal update to 1.80



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c12266d41b69
branches:  trunk
changeset: 624834:c12266d41b69
user:      mspo <mspo%pkgsrc.org@localhost>
date:      Wed Oct 02 00:13:10 2013 +0000

description:
update to 1.80

1.80: 2012-02-26

    -- FLV streaming plugin (Gosuke Miyashita <gosukenator%gmail.com@localhost>)

    -- New Throttle plugin (Adam Thomason <thomason%reticulatedsplines.net@localhost>)

    -- Force keepalives off when we haven't finished reading a request body, but we
       are already sending a response. (Jonathan Steinert <hachi%kuiki.net@localhost>)

    -- Add support for Content-MD5 checking on PUT requests to web server services.
       (Eric Wong <normalperson%yhbt.net@localhost>)

    -- Include an XFFExtras plugin that can add X-Forwarded-Port and X-Forwarded-Proto
       headers to help proxy backends construct canonical URLs with less configuration.
       (RT 60260) (Jonathan Steinert <hachi%kuiki.net@localhost>)

    -- Fix perlbal-check's age calculation to get the maximum age of queues across all
       Perlbals. (Abe Hassan <ahassan%saymedia.com@localhost>)

    -- Add DEFAULT command to allow setting default values for later service tunables
       (Mark Smith <mark%qq.is@localhost>)

    -- Change IO::Socket::SSL version requirement error to reflect what we actually
       require. (Jonathan Steinert <hachi%kuiki.net@localhost>)

    -- Completely redo the deps list for perlbal. This addresses an issue exposed when
       LWP was split into component modules (RT 68490) , plus other subtle issues we've
       been ignoring or unaware of. (Jonathan Steinert <hachi%kuiki.net@localhost>)

    -- Stop loading Storable, we don't use it (Jonathan Steinert <hachi%kuiki.net@localhost>)

    -- Switch Devel::Peek to an optional requirement (Jonathan Steinert <hachi%kuiki.net@localhost>)

    -- Change perlbal-check to use IO::Socket::INET, not just IO::Socket
       (Jonathan Steinert <hachi%kuiki.net@localhost>)

    -- Can use PERLBAL_REMOVE_FIELDS=1 to disable fields and improve performance
       (Nicolas Rochelemagne <nicolas.rochelemagne%cpanel.net@localhost>)

    -- Optimize handling of SET for bool values
       (Nicolas Rochelemagne <nicolas.rochelemagne%cpanel.net@localhost>)

diffstat:

 net/perlbal/Makefile |  11 ++++++++---
 net/perlbal/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r f70154b13f1d -r c12266d41b69 net/perlbal/Makefile
--- a/net/perlbal/Makefile      Tue Oct 01 17:56:58 2013 +0000
+++ b/net/perlbal/Makefile      Wed Oct 02 00:13:10 2013 +0000
@@ -1,16 +1,21 @@
-# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/10/02 00:13:10 mspo Exp $
 #
 
-DISTNAME=      Perlbal-1.79
+DISTNAME=      Perlbal-1.80
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO/
+USE_TOOLS+= perl
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://danga.com/perlbal/
 COMMENT=       Very configurable load balancer in perl
 LICENSE=       ${PERL5_LICENSE}
+REPLACE_PERL+= lib/Perlbal.pm
+REPLACE_PERL+= lib/Perlbal/*.pm
+REPLACE_PERL+= lib/Perlbal/Plugin/*.pm
+REPLACE_PERL+= lib/Perlbal/Test/*.pm
 
 DEPENDS+=      p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
 DEPENDS+=      p5-IO-AIO>=0:../../devel/p5-IO-AIO
diff -r f70154b13f1d -r c12266d41b69 net/perlbal/distinfo
--- a/net/perlbal/distinfo      Tue Oct 01 17:56:58 2013 +0000
+++ b/net/perlbal/distinfo      Wed Oct 02 00:13:10 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/01/31 02:45:46 mspo Exp $
+$NetBSD: distinfo,v 1.2 2013/10/02 00:13:10 mspo Exp $
 
-SHA1 (Perlbal-1.79.tar.gz) = 2fb7c62b856bf0e529569d3b535d15f0dc1647a0
-RMD160 (Perlbal-1.79.tar.gz) = 9d5b47ef19ac29aa1068f57b6344d790cd968bd4
-Size (Perlbal-1.79.tar.gz) = 194771 bytes
+SHA1 (Perlbal-1.80.tar.gz) = fa494ec29fd3507a481842e023c6c75085a5faa7
+RMD160 (Perlbal-1.80.tar.gz) = 3450b13b369432c87c419352498ffdcbecca692b
+Size (Perlbal-1.80.tar.gz) = 212701 bytes



Home | Main Index | Thread Index | Old Index