<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/www/ruby-raindrops, branch pkgsrc-2017Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2017Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2017Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2017-09-10T16:20:33Z</updated>
<entry>
<title>Update ruby-raindrops to 0.19.0.</title>
<updated>2017-09-10T16:20:33Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2017-09-10T16:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e2fae347ef74f9419035a348640dae0cfc7cf6e'/>
<id>urn:sha1:6e2fae347ef74f9419035a348640dae0cfc7cf6e</id>
<content type='text'>
=== raindrops 0.19.0 - Rack 2.x middleware compatibility / 2017-08-09 23:52 UTC

  This release fixes Rack 2.x compatibility for the few users of
  Raindrops::Middleware
  &lt;https://bogomips.org/raindrops/Raindrops/Middleware.html&gt;.
  Thanks to Dmytro Shteflyuk for this release.

  No need to upgrade unless you use Raindrops::Middleware with
  Rack 2.x.

  There's also a few minor, inconsequential cleanups.

  Dmytro Shteflyuk (1):
        Properly override respond_to? in Raindrops::Middleware::Proxy

  Eric Wong (2):
        Ruby thread compatibility updates
        tcp_info: remove unnecessary extconf.h include</content>
</entry>
<entry>
<title>Update ruby-raindrops to 0.18.0.</title>
<updated>2017-06-05T15:34:33Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2017-06-05T15:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c8f4091dc0e3660111211f32940f899a6ab9dbbd'/>
<id>urn:sha1:c8f4091dc0e3660111211f32940f899a6ab9dbbd</id>
<content type='text'>
=== raindrops 0.18.0 / 2017-03-23 02:44 UTC

  The most notable feature of this release is the addition of
  FreeBSD and OpenBSD TCP_INFO support.  This includes the
  Raindrops::TCP for portably mapping TCP state names to
  platform-dependent numeric values:

    https://bogomips.org/raindrops/Raindrops.html#TCP

  Thanks to Jeremy Evans and Simon Eskildsen on the
  unicorn-public@bogomips.org mailing list for inspiring
  these changes to raindrops.

  There's also a few internal cleanups, and documentation
  improvements, including some fixes to the largely-forgotten
  Raindrops::Aggreage::PMQ class:

    https://bogomips.org/raindrops/Raindrops/Aggregate/PMQ.html

  20 changes since 0.17.0:

        test_inet_diag_socket: fix Fixnum deprecation warning
        TODO: add item for IPv6 breakage
        ext: fix documentation for C ext-defined classes
        TCP_Info: custom documentation for #get!
        TypedData C-API conversion
        test_watcher: disable test correctly when aggregate is missing
        tcp_info: support this struct under FreeBSD
        define Raindrops::TCP hash for TCP states
        linux_inet_diag: reduce stack usage and simplify
        avoid reading errno repeatedly
        aggregate/pmq: avoid false sharing of lock buffers
        aggregate/pmq: remove io-extra requirement
        aggregate/pmq: avoid File#stat allocation
        Merge remote-tracking branch 'origin/freebsd'
        Merge remote-tracking branch 'origin/aggregate-pmq'
        doc: remove private email support address
        doc: update location of TCP_INFO-related stuff
        build: avoid olddoc for building the RubyGem
        doc: document Raindrops::TCP hash
        aggregate/pmq: update version numbers for Ruby and Linux</content>
</entry>
<entry>
<title>Update ruby-raindrops to 0.17.0.</title>
<updated>2016-10-18T16:05:07Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2016-10-18T16:05:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8d97f6b05b4f56feccd49924988b93ecb2edc130'/>
<id>urn:sha1:8d97f6b05b4f56feccd49924988b93ecb2edc130</id>
<content type='text'>
=== raindrops 0.17.0 - rack 2.x updates / 2016-07-31 15:19 UTC

  This release features minor updates to support rack 2.x
  while maintaining support for rack 1.2 and later.
  As a result, Ruby 1.8.6 compatibility is gone, but
  Ruby 1.8.7 probably still works, for now.

  There's also a minor warning fix, doc updates, and
  the homepage now supports HTTPS (HTTP remains supported)

  5 changes since raindrops 0.16.0:
        drop Rack::Utils.bytesize dependency
        gemspec: bump Rack dependency
        linux_inet_diag: GCC attribute format check
        use HTTPS and move homepage to https://bogomips.org/raindrops/
        examples: add yahns config, zbatery is abandoned</content>
</entry>
<entry>
<title>Update ruby-raindrops to 0.16.0.</title>
<updated>2016-03-15T16:50:07Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2016-03-15T16:50:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=99827e08626f24d260c60b07953f1dffb239441e'/>
<id>urn:sha1:99827e08626f24d260c60b07953f1dffb239441e</id>
<content type='text'>
=== raindrops 0.16.0 - minor fixes and workarounds / 2016-02-29 12:36 UTC

  There's mainly a fix/workaround for Ruby 2.3 now returning
  locale-aware strings for File.readlink and our test suite
  using strange paths allowed by *nix.

      https://bugs.ruby-lang.org/issues/12034

  tcp_listener_stats won't return "true" object placeholders
  if stats are configured for a non-existent listener.

  There are also minor optimizations for Ruby 2.2+ (at the expense
  of 2.1 and earlier).

  And the usual round of minor tweaks and doc updates.

  10 changes since v0.15.0:
        gemspec: avoid circular dependency on unicorn
        remove optimizations which made sense for older rubies
        linux: workaround Ruby 2.3 change
        linux: remove Pathname stdlib dependency
        add .gitattributes for Ruby method detection
        middleware: minor bytecode size reduction
        doc: update URLs and references
        README: remove indentation from URLs in RDoc
        linux: tcp_listener_stats drops "true" placeholders
        build: use '--local' domain for dev gem install</content>
</entry>
<entry>
<title>Add SHA512 digests for distfiles for www category</title>
<updated>2015-11-04T02:46:46Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2015-11-04T02:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=df7b9f7363457ee3ae28ce83a9eb56d2a72618b2'/>
<id>urn:sha1:df7b9f7363457ee3ae28ce83a9eb56d2a72618b2</id>
<content type='text'>
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.</content>
</entry>
<entry>
<title>Update ruby-raindrops to 0.15.0.</title>
<updated>2015-09-13T15:40:36Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2015-09-13T15:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e94cf4b080a36485b4bc55a13d72f52f7e5ca89c'/>
<id>urn:sha1:e94cf4b080a36485b4bc55a13d72f52f7e5ca89c</id>
<content type='text'>
=== raindrops 0.15.0 - non-glibc compat fix on Linux / 2015-07-22 00:30 UTC

  Thanks to Doug Forster for sending us the report.
  No other fixes

  * check for the existence of linux/tcp.h

=== raindrops 0.14.0 - misc doc updates / 2015-06-25 21:50 UTC

  Eric Wong (7):
        linux_inet_diag: annotate memory freeing on diag errors
        README: trim intro and update license
        modernize packaging and documentation
        move mailing list to raindrops-public@bogomips.org
        linux_inet_diag: clarify *fprintf usage without GVL
        TODO: add item for unix_diag and udp_diag
        linux_inet_diag: fix Wshorten-64-to-32 warnings

  Hleb Valoshka (1):
        Add setup and teardown for ipv6 tests</content>
</entry>
<entry>
<title>Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.</title>
<updated>2015-03-08T15:17:17Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2015-03-08T15:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7dfc8b21a2896248435e1a88ae6fc61d0cf72c92'/>
<id>urn:sha1:7dfc8b21a2896248435e1a88ae6fc61d0cf72c92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-raindrops to 0.13.0.</title>
<updated>2014-03-14T19:28:19Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-03-14T19:28:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d54ea09f30497637f66f12f74beda454c1febabd'/>
<id>urn:sha1:d54ea09f30497637f66f12f74beda454c1febabd</id>
<content type='text'>
=== raindrops 0.13.0  several minor fixes and improvements / 2014-02-18 20:59 UTC

  Most notably, this release is necessary for Ruby 2.2 (dev).
  Thanks to Koichi Sasada for the bug report!

  Eric Wong (5):
        Rakefile: remove raa_update task
        last_data_recv: do not assume Unicorn includes all constants
        raindrops.gemspec: add wrongdoc dev dependency
        linux_inet_diag: fix Ruby 2.2 (dev) build
        license: use LGPLv2.1 or later (was LGPL (2.1|3.0)-only)

  Hleb Valoshka (1):
        Remove Scope IDs from IPv6 addresses.</content>
</entry>
<entry>
<title>Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do</title>
<updated>2014-03-13T11:08:49Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2014-03-13T11:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8429be58d4dd33dfc5e94ee69bbfba5a484851cb'/>
<id>urn:sha1:8429be58d4dd33dfc5e94ee69bbfba5a484851cb</id>
<content type='text'>
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.</content>
</entry>
<entry>
<title>Update ruby-raindrops to 0.12.0.</title>
<updated>2013-09-15T18:08:04Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-09-15T18:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5948f6a5befcaaac36ac4adadb99a9b6f40fcf69'/>
<id>urn:sha1:5948f6a5befcaaac36ac4adadb99a9b6f40fcf69</id>
<content type='text'>
=== raindrops 0.12.0 - compatibility fixes / 2013-09-02 10:33 UTC

  This release fixes builds on systems where compilers target i386
  (and not later x86 systems).  There are also minor improvements for
  Ruby 2.1.0dev and Rubinius.

  Eric Wong (5):
        doc: add email address to generated doc/site
        README: update regarding Ruby support status
        extconf: try harder for gcc atomics in i386-configured systems
        linux_inet_diag: improve compatibility with newer GCs
        test_watcher: fix for Ruby trunk r40195 and later

=== raindrops 0.11.0 - minor fixes improvements / 2013-04-20 23:10 UTC

  Eric Wong (7):
        raindrops: favor configured processor count over online count
        watcher: set Content-Type via assignment
        Linux::TCP_Info: implement #get! instance method
        linux_inet_diag: avoid unnecessary sockaddr initialization
        .gitignore: add .rbx
        switch back to gemspec development dependencies
        linux_inet_diag: better align listener_stats struct

  Lawrence Pit (1):
        Watcher: Use relative paths in HTML links</content>
</entry>
</feed>
