./www/h2o, Optimized HTTP server with support for HTTP/1.x and HTTP/2

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q1, Version: 1.7.1, Package name: h2o-1.7.1, Maintainer: pkgsrc-users

H2O is a very fast HTTP server written in C. It can also be used as a library.

Features

* HTTP/1.0, HTTP/1.1
* HTTP/2
* WebSocket
* TLS
* static file serving
* reverse proxy
* access-logging
* graceful restart and self-upgrade


Required to run:
[lang/perl5] [devel/libuv] [textproc/libyaml]

Master sites:

SHA1: 1b122a0298fea486d1a6040628a0c484c9f35c41
RMD160: f724bf0684a39eaa42267ad3a9251ff64fb3408b
Filesize: 6392.807 KB

Version history: (Expand)


CVS history: (Expand)


   2016-05-20 07:32:33 by S.P.Zeidler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4965 - requested by bsiegert
www/h2o: security update

Revisions pulled up:
- www/h2o/Makefile                                              1.8
- www/h2o/PLIST                                                 1.3
- www/h2o/distinfo                                              1.4

NOTE: the branch excludes the www/wslay dependency

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Sat Apr 23 18:41:29 UTC 2016

   Modified Files:
           pkgsrc/www/h2o: Makefile PLIST distinfo

   Log message:
   Changes 1.7.1:
   - [core] fix incorrect line no. reported in case of YAML syntax error
   - [core] fix build issue / memory leak when the poll backend is used
   - [core] when building, repect `EXTRA_LIBS` passed from command line
   - [core] fix memory leaks during start-up
   - [core] fix stability issue when receiving a signal
   - [fastcgi] fix off-by-one buffer overflow
   - [fastcgi][mruby] install missing script files
   - [mruby] truncate body to the size specified by `content-length`
   - [mruby] fix error when reading a ruby script >= 64K
   - [proxy] fix I/O error when transferring files over 2GB on FreeBSD / OS X
   - [ssl] bugfix: use of session ticket not disabled even when configured to
   - [libh2o] provide pkg-config .pc files
   - [libh2o] include version numbers in the .so filename
   - [doc] refine documentation

   To generate a diff of this commit:
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/h2o/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/h2o/PLIST
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/h2o/distinfo