ajacoutot
30fb926b6a
Update to google-cloud-sdk-154.0.0.
2017-05-04 06:54:28 +00:00
espie
9db28f77b9
some configury hidden inside the Makefile uses -Werror... on libusb1
...
headers, which are not really clean (uses bad preprocessor magic), so
to detect it and finish building with clang, turning off -Werror is
the simplest way.
2017-05-03 23:22:19 +00:00
rsadowski
c8a9ede166
zap patches/patch-server_configure
...
ok sthen@ landry@
2017-05-02 21:06:31 +00:00
fcambus
0ec79989b0
Update pick to 1.6.1.
...
From maintainer Anton Lindqvist.
2017-05-02 20:17:31 +00:00
tsg
e2c7e696c7
Update to entr-3.7. Maintainer timeout.
...
"If Eric doesn't answer don't be afraid to go ahead with this update." - jca@
2017-05-02 12:02:49 +00:00
gonzalo
52e36f10ef
Update for Gource to 0.44.
...
OK benoit@
2017-05-02 03:43:33 +00:00
landry
172b707924
Update to collectd 5.7.1, from Pavel Korovin, thanks !
...
See https://collectd.org/wiki/index.php/Version_5.7
2017-04-30 17:52:15 +00:00
landry
267e333a43
Update to riemann 0.2.13, from maintainer Pavel Korovin.
2017-04-30 17:18:48 +00:00
benoit
b572b8a2fb
Update to ddrescue-1.22.
2017-04-30 14:36:00 +00:00
jasper
b6d55e2e3d
+heartbeat
2017-04-29 14:17:32 +00:00
jasper
b227f87d0c
import heartbeat-5.2.1
...
Monitor services for their availability with active probing. Given a
list of URLs, Heartbeat asks the simple question: Are you alive?
Heartbeat ships this information and response time to the rest of the
Elastic Stack for further analysis.
ok aja@
2017-04-29 14:16:10 +00:00
ajacoutot
3237434f90
Update to awscli-1.11.82.
2017-04-29 07:53:06 +00:00
ajacoutot
0b0484e48b
Update to virt-manager-1.4.1.
2017-04-28 21:26:13 +00:00
jasper
cae7d6d9b9
update to {file,metric,packet}beat 5.3.2
2017-04-28 17:28:14 +00:00
jasper
962c4fd178
+metricbeat
...
-topbeat
#hwsensorsbeat
2017-04-27 09:21:40 +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
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
jasper
6f288c5435
unbreak become_method: su
...
from upstream via semarie, thanks!
2017-04-27 08:42:53 +00:00
ajacoutot
eec755e32a
Update to terraform-0.9.4.
2017-04-26 16:22:16 +00:00
sthen
83c3c74faa
set ONLY_FOR_ARCHS
2017-04-25 20:11:53 +00:00
sthen
4213a7975c
enable SGABIOS option rom
2017-04-25 20:09:35 +00:00
sthen
efa1fc4486
update to rancid-3.6.2, from maintainer Pavel Korovin.
2017-04-24 11:52:05 +00:00
jca
57126ca92d
Rename variable to avoid clash with function cexp. Fixes clang build
2017-04-24 02:21:22 +00:00
jca
d2a5d6e414
Respect CC
2017-04-24 02:20:12 +00:00
jca
3c845b30c7
Drop inline, fixes build with clang
2017-04-24 02:17:08 +00:00
jca
05a74a566d
Respect CC
2017-04-24 02:15:03 +00:00
jca
c468ce5fb2
Drop inline, fixes build with clang.
2017-04-24 02:14:04 +00:00
jca
acf8970b9e
Respect CC
2017-04-24 02:09:42 +00:00
jca
3038442e9b
Fix autoconf test to not use a nested function, breaks with clang.
2017-04-24 02:08:05 +00:00
jca
edd7a139c3
regen patches
2017-04-24 02:03:26 +00:00
jca
ed5fb8d4b5
Mark some inline functions as static to fix clang builds
2017-04-24 01:46:06 +00:00
jca
82189465eb
Respect CC
2017-04-24 01:42:35 +00:00
jca
9192253197
Fix abuse of __attribute__ that breaks with clang
...
Stolen from natano@ in
https://lists.gnu.org/archive/html/info-mtools/2014-02/msg00000.html
2017-04-24 01:41:09 +00:00
jca
d281d77070
Drop -Werror, fix stupid error with clang
2017-04-24 01:22:48 +00:00
jca
8ba736d450
Missing includes for clang
2017-04-24 01:10:37 +00:00
sthen
8c9bce4c06
don't use -Werror
2017-04-23 22:24:30 +00:00
sthen
710c72b52f
iostream.h -> iostream, etc.
2017-04-23 22:18:32 +00:00
sthen
5db1503707
regen
2017-04-23 22:02:48 +00:00
sthen
5d2b41e1f5
regen
2017-04-23 22:02:29 +00:00
sthen
7d5a7586c3
update to gkrellm-2.3.10, mostly from frantisek holop, small tweak from me to
...
honour CC.
2017-04-23 13:48:29 +00:00
sthen
bf563ddeb2
update to moreutils-0.60
2017-04-22 21:01:02 +00:00
jasper
20a93bc66c
update to ansible-2.3.0
2017-04-22 10:52:09 +00:00
ajacoutot
dbf7e047be
Update to awscli-1.11.80.
2017-04-22 08:05:55 +00:00
giovanni
14ca5e72ff
spring cleanup, no functional change
...
bump just to be sure
spotted and ok Rafael Sadowski
2017-04-21 17:08:01 +00:00
kurt
558715b919
- disconnect devel/jdk/1.7 from the build
...
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8
- bump revision on affected ports
okay sthen@, ian@, landry@
2017-04-21 13:27:46 +00:00