From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 7A9181F463 for ; Mon, 6 Jan 2020 09:54:51 +0000 (UTC) From: Eric Wong To: raindrops-public@yhbt.net Subject: [PATCH 0/3] misc fixes and a new home Date: Mon, 6 Jan 2020 09:54:48 +0000 Message-Id: <20200106095451.550-1-bofh@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: bogomips.org is going away because of ICANN corruption, so move it to yhbt.net for now (but be prepared to move again to a cheaper .TLD). Identity is overrated :P Eric Wong (3): ext/raindrops/extconf: fix cflags reset on ancient CC fixes for newer rubies replace bogomips.org with yhbt.net .olddoc.yml | 12 +++++------- GNUmakefile | 2 +- README | 11 ++++++----- examples/linux-listener-stats.rb | 3 +-- examples/watcher_demo.ru | 2 +- ext/raindrops/extconf.rb | 2 +- ext/raindrops/linux_inet_diag.c | 2 +- lib/raindrops.rb | 2 +- lib/raindrops/aggregate/pmq.rb | 12 ++++++------ lib/raindrops/linux.rb | 9 ++++----- lib/raindrops/middleware.rb | 4 ++-- lib/raindrops/watcher.rb | 14 +++++++------- raindrops.gemspec | 4 ++-- test/ipv6_enabled.rb | 8 ++++---- test/test_linux.rb | 5 +++-- test/test_linux_all_tcp_listen_stats_leak.rb | 4 ++-- test/test_raindrops.rb | 2 +- test/test_tcp_info.rb | 8 ++++---- test/test_watcher.rb | 18 +++++++++--------- 19 files changed, 61 insertions(+), 63 deletions(-)