./www/ruby-em-http-request, EventMachine based, async HTTP Request client

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


Branch: pkgsrc-2020Q1, Version: 1.1.5, Package name: ruby26-em-http-request-1.1.5, Maintainer: pkgsrc-users

# EM-HTTP-Request

Async (EventMachine) HTTP client, with support for:

- Asynchronous HTTP API for single & parallel request execution
- Keep-Alive and HTTP pipelining support
- Auto-follow 3xx redirects with max depth
- Automatic gzip & deflate decoding
- Streaming response processing
- Streaming file uploads
- HTTP proxy and SOCKS5 support
- Basic Auth & OAuth
- Connection-level & Global middleware support
- HTTP parser via [http_parser.rb](https://github.com/tmm1/http_parser.rb)
- Works wherever EventMachine runs: Rubinius, JRuby, MRI


Required to run:
[net/ruby-em-socksify] [net/ruby-addressable] [devel/ruby-eventmachine] [lang/ruby26-base]

Master sites:

SHA1: e23cccc12c28295732a39156ecde8d75c6b3f54f
RMD160: 2fbe4f8f6e0043e674c52ffc84febcea102c2466
Filesize: 214.5 KB

Version history: (Expand)


CVS history: (Expand)


   2020-06-08 20:37:08 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #6224 - requested by taca
www/ruby-em-http-request: security fix

Revisions pulled up:
- www/ruby-em-http-request/Makefile                             1.5
- www/ruby-em-http-request/PLIST                                1.5
- www/ruby-em-http-request/distinfo                             1.6

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Jun  2 13:46:43 UTC 2020

   Modified Files:
   	pkgsrc/www/ruby-em-http-request: Makefile PLIST distinfo

   Log message:
   www/ruby-em-http-request: update to 1.1.6

   Update ruby-em-http-request to 1.1.6.

   1.1.6 (2020-06-02)

   - Merge TLS verification patch from Faraday (CVE-2020-13482)
   - IPv6 literal support