118786 Commits

Author SHA1 Message Date
ajacoutot
13dad8e5b0 Remove BDEP on dbus-glib. 2017-04-27 22:30:06 +00:00
sthen
c6cf8664b8 Remove argparse from setup.py's install-requires list to unbreak since
the 0.13.0 update. (I had py-argparse from mystuff installed which is
why I didn't run into it before..) - reported by Pedro de Oliveira

https://github.com/certbot/certbot/issues/4485
2017-04-27 22:18:14 +00:00
ajacoutot
0fba4baec4 Indent. 2017-04-27 21:44:01 +00:00
espie
f139d36d56 steal clang amd64 support from netbsd 2017-04-27 21:42:24 +00:00
landry
8ba575e8a3 Update to apvlv 0.1.5.
Switch to github, migrated to gtk+3
2017-04-27 21:37:04 +00:00
espie
e8f56ad2a6 clang can't find a sort comparison operator that's not properly const 2017-04-27 21:15:04 +00:00
espie
2416a12cd8 more two phase name lookup 2017-04-27 21:09:57 +00:00
espie
04d89346cf trivial return fixes for clang 2017-04-27 20:56:42 +00:00
espie
e576452325 declare non returning function as void, fixes clang 2017-04-27 20:51:44 +00:00
espie
c9ae8ec27e qhull steals tricks from qt4, along with portability bugs.
use the same trick as qt4 to fix it.
2017-04-27 20:46:17 +00:00
espie
db4d656061 more thorough, is this enough for modern C++ ? 2017-04-27 20:28:50 +00:00
espie
255ae4fbbb two phase name lookup strikes again... 2017-04-27 20:17:24 +00:00
naddy
f49f2b4285 * handle CPPFLAGS properly; also fixes build with clang
* neutering nl_langinfo() should be no longer required
2017-04-27 20:13:36 +00:00
espie
6c51bb682e fix a segfault, several misspellings, and a clang error... 2017-04-27 20:04:31 +00:00
pascal
4026771db4 Update to 0.3.0.6. For a detailed list of changes, see:
https://blog.torproject.org/blog/tor-0306-released-new-series-stable
2017-04-27 19:55:56 +00:00
espie
cb5239f3b6 typo 2017-04-27 18:02:16 +00:00
espie
9759e13281 forgot that one. The right definitions are in sys/time.h for us... 2017-04-27 17:52:12 +00:00
robert
22f2ea3250 share the gnome module makefile with mate (to be imported) to avoid
duplication

ok ajacoutot@
2017-04-27 17:46:52 +00:00
espie
7a51470e8f Well, all includes are in place, but redefining bool in C++ does not work,
especially with clang.
2017-04-27 17:32:19 +00:00
espie
656348ca48 steal Timer class from qt4... the weird Ptr/Ref duplication and the
inline swap solves the absence of a process swap for clang++
2017-04-27 17:12:41 +00:00
sthen
df6c3ba25c Drop maintainer, I'm moving away from this (rspamd is better). 2017-04-27 17:10:28 +00:00
espie
b5bc17fdcf auto-detection of nullptr fails with our libcxx right now, so just
hardcode that libcxx already defines the necessary bits
2017-04-27 16:32:32 +00:00
espie
4d81a4477c steal the fix for clang compatibility that's in qt 4.8.7 2017-04-27 16:31:18 +00:00
espie
9339774714 same patches as qt4, more to come... 2017-04-27 16:30:25 +00:00
espie
678b220c4e clang fixes, same as qt4 2017-04-27 16:23:14 +00:00
ajacoutot
aa71b424df While checking for sth I ran into the gettext MODULE, so drop it. 2017-04-27 14:28:35 +00:00
dcoppa
cf6e7c8c04 Update to Penlight-1.5.2 2017-04-27 14:16:20 +00:00
dcoppa
b58f73699d Update to AnyEvent-I3-0.17 2017-04-27 13:31:33 +00:00
ajacoutot
7b3e54513d Tweak patch and link to BZ. 2017-04-27 13:16:03 +00:00
ajacoutot
8a5eb442a0 Update to simple-scan-3.24.1. 2017-04-27 13:12:38 +00:00
espie
f8433759c4 don't reuse the same symbol to mean a different thing in a nested template
declaration. Yeah, you're going to use Arithm<S>.
No, you're declaring template <class X>Arithm  *in general*.
2017-04-27 12:44:03 +00:00
espie
ea6c79c907 don't redefine ptrdiff_t 2017-04-27 12:43:01 +00:00
espie
0aedd31743 just for funzzies: clang catches include guard mistakes. I'm impressed. 2017-04-27 12:42:37 +00:00
espie
b0992ad00f struct and class are not 100% intercheangable. If you declare "class" in
a header, just declare "class public:"   in the other
shut up clang warnings.
2017-04-27 12:41:55 +00:00
jasper
962c4fd178 +metricbeat
-topbeat
#hwsensorsbeat
2017-04-27 09:21:40 +00:00
jasper
6a75ba926d register topbeat removal 2017-04-27 09:20:23 +00:00
jasper
79cb7dae62 remove topbeat, it's been superseded by metricbeat. the openbsd patches for
gosigar have been merged upstream and are now used by metricbeat.
2017-04-27 09:18:34 +00:00
jasper
6cbe2d0fd8 import metricbeat-5.3.1
Collect metrics from your systems and services. From CPU to memory,
Redis to Nginx, and much more, Metricbeat is a lightweight way to send
system and service statistics.

metricbeat absorbed topbeat:
https://www.elastic.co/guide/en/beats/libbeat/5.0/upgrading-1-to-5.html#_upgrading_topbeat_to_metricbeat

ok aja@
2017-04-27 09:17:26 +00:00
jasper
2771ef4ebf update to packetbeat-5.3.1
please note the configuration layout has changed between 1.x and 5.x:
https://www.elastic.co/guide/en/beats/libbeat/5.0/upgrading-1-to-5.html
2017-04-27 09:14:59 +00:00
jasper
a2cab4de9f update to filebeat-5.3.1
please note the configuration layout has changed between 1.x and 5.x:
https://www.elastic.co/guide/en/beats/libbeat/5.0/upgrading-1-to-5.html

also tested by sebastia@
2017-04-27 09:14:40 +00:00
jasper
2be25940e8 adjust for upcoming beats 5.3.1 2017-04-27 09:13:19 +00:00
ajacoutot
a5c9b5c149 Add a couple of XXX's wrt meson. 2017-04-27 09:06:58 +00:00
ajacoutot
4ac87a0577 ... and --mandir. 2017-04-27 09:02:32 +00:00
dcoppa
205b9f2dbf Compiling with --with-rtsopts=-V0 to reduce wakeups (issue #89)
(upstream git commit dfb5dbd6cc5342348fbb46bd117c226d5e8127e4)
2017-04-27 09:00:44 +00:00
ajacoutot
961d552b1f Pass --sysconfdir. 2017-04-27 09:00:01 +00:00
ajacoutot
f25110976f Update to google-cloud-sdk-153.0.0. 2017-04-27 08:51:48 +00:00
ajacoutot
23ec6d918e Update to awscli-1.11.81. 2017-04-27 08:47:00 +00:00
ajacoutot
111bfb82c2 Update to py-botocore-1.5.44. 2017-04-27 08:46:49 +00:00
dcoppa
50b209e90e Update to hs-dbus-0.10.13 2017-04-27 08:43:26 +00:00
jasper
6f288c5435 unbreak become_method: su
from upstream via semarie, thanks!
2017-04-27 08:42:53 +00:00