pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Starman



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 12 13:24:34 UTC 2015

Modified Files:
        pkgsrc/www/p5-Starman: Makefile distinfo

Log Message:
(pkgsrc)
 - Add  PERL5_MODULE_TYPE=     Module::Build::Tiny
(upstream)
 - Update 0.3006 to 0.4011
0.4011  2014-11-11 08:07:43 PST
        - Move the app dispatch into a method #107

0.4010  2014-08-22 09:37:22 PDT
        - Support --read-timeout #103 (slobo)
        - Handle Expect header case insensitively #101 (oschwald)

0.4009  2014-04-03 14:39:27 PDT
        - Do not send chunked body for HEAD requests #87 (therigu)
        - Added --disable-proctitle option to disable the proctitle change #97

0.4008  2013-09-08 21:09:22 PDT
        - Make response write loop a zero-copy (ap)

0.4007  2013-09-02 17:11:38 PDT
        - Handle EPIPE and stops writing to the socket #84 (ap)

0.4006  2013-08-16 12:43:19 PDT
        - Same as 0.4005, non-devel

0.4005  2013-08-13 22:12:11 PDT
        - Fix SSL implementation bug where body longer than 16K doesn't
          get written correctly #78 (kazeburo, siracusa)

0.4004  2013-08-12 11:41:13 PDT
        - Note that SSL support is experimental

0.4003  2013-08-08 14:32:24 PDT
        - Fix ssl condition for banner

0.4002  2013-08-08 14:20:45 PDT
        - Fix banner message for host/port broken in 0.4 (siracusa)

0.4001  2013-07-29 23:14:10 PDT
        - Skip ssl tests if LWP doesn't support HTTPS

0.4000  2013-07-28 23:53:55 PDT
        - support SSL (aristotle)

0.3014  2013-06-16 01:07:52 PDT
        - bump Test::TCP dep, not really necessary but avoid 1.27 bug

0.3013  2013-06-12 22:52:54 PDT
        - Fix writer tests for Plack update

0.3012  2013-06-12 12:31:11 PDT
        - typo fixes
        - Fix dependencies for LWP::UserAgent

0.3011  2013-04-24 17:39:31 PDT
        - Disabled flock serialization when it's unnecessary. This will
          improve the performance when you have many Starman worker
          processes on Linux systems (kazeburo) #69

0.3010  2013-04-24 07:04:02 PDT
        - Switch back to Module::Build::Tiny with fixed #!perl shebang

0.3009  2013-04-23 17:34:57 PDT
        - Switch to MakeMaker because of shebang bug
          https://github.com/Leont/module-build-tiny/issues/3

0.3008  2013-04-06 22:04:53 PDT
        - switch to Module::Build::Tiny with Milla. Might not install
          bat correctly but we don't support Win32 anyway.

0.3007  2013-03-28 12:55:45 PDT
        - Accept HTTP requests with LF termination per HTTP spec
          recommendation (oschwald) #56
        - Documentation fix (oalders)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/p5-Starman/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/p5-Starman/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index